/* ==========================================================================
   Carides Benjamin Incorporated — Stylesheet
   Layout system adapted from the StrategicShift template; recoloured and
   retyped to the firm's brand: navy (#01295F) + marzipan (#F7DA96),
   Playfair Display + Poppins.
   ========================================================================== */

:root {
  /* Brand colours */
  --dark: #01295f;
  --marzipan: #f7da96;
  --marzipan-deep: #a9761e;
  --light: #fdfdfd;
  --alternate: #f3f3f3;
  --white: #ffffff;

  /* Derived surfaces */
  --dark-card: #0b3a78;
  --dark-card-hover: #114a93;

  /* Placeholder graphics */
  --grey-ph: #a9b4c2;
  --grey-ph-soft: #e7e9ec;

  /* Text */
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255, 255, 255, 0.8);
  --text-on-dark-faint: rgba(255, 255, 255, 0.5);
  --text-on-light: #01295f;
  --text-on-light-muted: rgba(1, 41, 95, 0.8);

  /* Borders */
  --border-on-dark: rgba(255, 255, 255, 0.12);
  --border-on-light: rgba(1, 41, 95, 0.12);

  /* Shape */
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;

  /* Shadow */
  --shadow-card: 0 24px 48px -28px rgba(1, 41, 95, 0.28);

  /* Layout */
  --container-width: 1400px;
  --container-pad: clamp(1.25rem, 5vw, 3rem);
  --header-height: 84px;

  /* Motion */
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 0.28s;
  --dur: 0.4s;
  --dur-slow: 0.7s;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
figure {
  margin: 0;
}
ul {
  padding: 0;
  /* list-style: none; */
}

li {
  margin-left: 40px;
}

img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js-reveal .reveal {
    transition: opacity 0.3s linear;
    transform: none;
  }
  .card:hover,
  .card:hover .icon-placeholder,
  .back-to-top.is-visible:hover {
    transform: none;
  }
}

body {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--text-on-light);
  background: var(--light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.logo,
.footer-brand h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.2;
}

.logo img {
  height: 60px;
  margin: 24px;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--marzipan);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Reusable: section headings ---------- */
.section-heading {
  font-size: clamp(1.75rem, 1.35rem + 1.8vw, 2.35rem);
  color: var(--text-on-light);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2.75rem;
}
.section-heading--light {
  color: var(--text-on-dark);
}

.section-footnote {
  margin-top: 2.75rem;
  text-align: center;
  font-size: 1.0625rem;
  color: var(--text-on-light-muted);
  max-width: 80%;
  margin-inline: auto;
}
.section-footnote--light {
  color: var(--text-on-dark-muted);
}

.highlight {
  color: var(--dark);
  background: linear-gradient(transparent 62%, var(--marzipan) 62%);
  font-weight: 600;
}
.intro .highlight {
  color: var(--marzipan);
  background: none;
  font-weight: 600;
}

.dot {
  color: var(--marzipan);
  font-size: 0.6em;
  vertical-align: middle;
  margin-inline: 0.35em;
  display: inline-block;
}

/* ==========================================================================
   Placeholder graphics
   ========================================================================== */

.icon-placeholder {
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.75rem 1rem;
  transition: transform var(--dur) var(--ease-soft);
 /* background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23c1d9f3' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat; */
}
.icon-placeholder svg {
  width: 66%;
  height: 66%;
  max-width: 180px;
}
.icon-placeholder svg .stroke {
  stroke: var(--dark);
}
.icon-placeholder--dark svg .stroke {
  stroke: var(--marzipan);
}

.icon-placeholder--sm {
  width: 76px;
  margin-bottom: 0;
  border-radius: var(--radius-sm);
  padding: 1rem;
}
.icon-placeholder--sm svg {
  width: 100%;
  height: 100%;
}

.photo-placeholder {
  background: linear-gradient(145deg, #0b3a78, #01295f 60%, #011c42);
  color: var(--marzipan);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.photo-placeholder svg {
  width: 18%;
  min-width: 40px;
  opacity: 0.85;
}

/* ==========================================================================
   Header / Navigation
   ========================================================================== */

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  display: flex;
  align-items: center;
  background: transparent;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    height 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(1, 41, 95, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  height: 72px;
}

.site-header--solid {
  background: rgba(1, 41, 95, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.site-header--solid.is-scrolled {
  height: 72px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: -0.01em;
  transition: color var(--dur) var(--ease-soft);
}
.logo svg {
  width: 34px;
  height: 34px;
}
.logo:hover {
  color: var(--marzipan);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
}
.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-on-dark);
  opacity: 0.88;
  position: relative;
  padding-bottom: 4px;
  transition:
    color var(--dur) var(--ease-soft),
    opacity var(--dur) var(--ease-soft);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--marzipan);
  transition: width var(--dur) var(--ease-soft);
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--marzipan);
  opacity: 1;
}
.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  z-index: 110;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text-on-dark);
  margin-inline: auto;
  transition:
    transform var(--dur) var(--ease-soft),
    opacity var(--dur) var(--ease-soft);
}
.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  /* min-height: 650px;
  min-height: 75vh; */
    min-height: 60vh;
  display: flex;
  align-items: flex-end;
  padding-top: var(--header-height);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* background-image: url(assets/Hero-bg.webp); */
  background-color: var(--dark);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%2318498b' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  /* background-size: cover;
  background-repeat: no-repeat; */
  /* background-size: cover; */
  background-repeat: repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(1, 20, 45, 0.25) 0%,
    rgba(1, 20, 45, 0.55) 45%,
    rgba(1, 20, 45, 0.9) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 3.5rem 4.5rem;
  max-width: 760px;
  margin: 0 auto 4rem 0;
  margin: 0 auto 4rem;
  text-align: center;
}
.hero-content .eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--marzipan);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.hero-content h1 {
  font-size: clamp(2rem, 1.35rem + 3vw, 3.15rem);
  color: var(--text-on-dark);
  margin-bottom: 1.25rem;
}
.hero-content p {
  font-size: 1.15rem;
  color: var(--text-on-dark-muted);
  font-family: "Playfair Display", serif;
  /* max-width: 600px; */
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  padding: 0.9rem 1.75rem;
  background: var(--marzipan);
  color: var(--dark);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition:
    transform var(--dur) var(--ease-soft),
    background var(--dur) var(--ease-soft);
}
.hero-cta:hover {
  transform: translateY(-2px);
  background: #fff;
}

/* ==========================================================================
   Intro — About Us
   ========================================================================== */

.intro {
  background: var(--dark);
  color: var(--text-on-dark-muted);
  padding-block: clamp(3.5rem, 5vw, 5.5rem);
}

.intro-inner {
  text-align: center;
  margin-inline: auto;
}
.intro-heading {
  color: var(--text-on-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2rem);
  margin-bottom: 2rem;
}
.intro-inner p {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  text-align: left;
}
.intro-inner p:last-child {
  margin-bottom: 0;
}

.hflex {
  display: flex;
  flex-direction: row;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.about-img {
  background-image: url("assets/maanda-20inc.-20logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vh;
}

/* ==========================================================================
   Card grids
   ========================================================================== */

.what-we-do,
.approach,
.contact,
.directors {
  background: var(--light);
  padding-block: clamp(3.5rem, 6vw, 6rem);
}
.section {
  background-color: white;
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.section-alternate {
  background-color: var(--alternate);
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.expertise,
.why {
  background: var(--alternate);
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.card-grid {
  display: grid;
  gap: 1.5rem;
}
.card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  text-align: center;
  transition:
    transform var(--dur) var(--ease-soft),
    box-shadow var(--dur) var(--ease-soft),
    background-color var(--dur) var(--ease-soft);
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -30px rgba(1, 41, 95, 0.4);
}
.card:hover .icon-placeholder {
  transform: translateY(-2px) scale(1.05);
}
.card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-on-light);
  margin-bottom: 0.9rem;
}
.card p {
  font-size: 1rem;
  color: var(--text-on-light);
  margin-bottom: 0.75rem;
  padding: 0px 10px;s
}
.card ul {
  text-align: left;
  color: var(--text-on-light);
}
.card ul li {
  margin-bottom: 6px;
  padding-left: 4px;s
}

.card--dark {
  background: var(--dark-card);
  border: 1px solid var(--border-on-dark);
  box-shadow: none;
}
.card--dark:hover {
  background: var(--dark-card-hover);
}
.card--dark h3 {
  color: var(--text-on-dark);
}
.card--dark p {
  color: var(--text-on-dark-muted);
}
.card--dark ul {
  color: var(--text-on-dark-muted);
}

.card--why p {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ==========================================================================
   Our Process — scroll-driven vertical timeline
   ========================================================================== */

.timeline {
  --node: 72px;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2.75rem;
}

.timeline__track,
.timeline__fill {
  position: absolute;
  width: 2px;
  pointer-events: none;
}
.timeline__track {
  background: repeating-linear-gradient(
    to bottom,
    var(--border-on-light) 0 6px,
    transparent 6px 12px
  );
  opacity: 0.9;
}
.timeline__fill {
  height: 0;
  background: var(--marzipan);
  border-radius: 2px;
  transition: height 0.15s linear;
}

.timeline__step {
  position: static;
  display: grid;
  grid-template-columns: var(--node) 1fr;
  gap: 2rem;
  align-items: start;
}

.timeline__node {
  position: relative;
  z-index: 1;
  width: var(--node);
  height: var(--node);
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--grey-ph);
  display: grid;
  place-items: center;
  transition:
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}
.timeline__node.is-active {
  border-color: var(--marzipan);
  box-shadow: 0 0 0 6px rgba(247, 218, 150, 0.18);
}

.timeline__icon {
  width: 42%;
  height: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline__icon svg {
  width: 100%;
  height: 100%;
}
.timeline__icon svg .stroke {
  stroke: var(--dark);
}

.timeline__body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
  color: var(--text-on-light);
}
.timeline__body p {
  font-size: 0.98rem;
  color: var(--text-on-light-muted);
  max-width: 420px;
  margin: 0;
}

/* ==========================================================================
   Our Directors
   ========================================================================== */

.director-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.director-card {
  /* display: grid;
  grid-template-rows: 1fr 1.15fr; */
  gap: 2.5rem;
  /* align-items: center; */
}
.director-card--reverse .director-photo {
  order: 2;
}
.director-card--reverse .director-bio {
  order: 1;
}

.director-photo {
  border-radius: var(--radius-sm);
  min-height: 340px;
}

.director-photo img {
  max-height: 80vh;
  border-radius: var(--radius-sm);
  margin: 0px auto;
}

.director-bio h3 {
  font-size: 1.7rem;
  color: var(--text-on-light);
  margin: 1rem 0rem;
}
.director-bio p {
  color: var(--text-on-light-muted);
  margin-bottom: 0.9rem;
}

/* ==========================================================================
   Contact / CTA
   ========================================================================== */

.contact-lead {
  margin-top: -1.75rem;
  margin-bottom: 2.75rem;
  color: var(--text-on-light-muted);
  font-size: 1.05rem;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin-bottom: 3rem;
}

.contact-media {
  border-radius: var(--radius-lg);
  min-height: 380px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--border-on-light);
}
.contact-list li {
  border-bottom: 1px solid var(--border-on-light);
  list-style-type: none;
}
.contact-list a,
.contact-static {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-block: 1.35rem;
  font-size: 1.02rem;
  font-weight: 500;
  transition:
    color var(--dur) var(--ease-soft),
    padding-left var(--dur) var(--ease-soft);
}
.contact-list a:hover {
  color: var(--dark);
  padding-left: 0.4rem;
}
.contact-list .icon-placeholder--sm {
  background: var(--grey-ph-soft);
}
.contact-list a:hover .icon-placeholder--sm {
  background: var(--marzipan);
}

/* Contact form */
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 720px;
  margin-inline: auto;
}
.contact-form-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: var(--text-on-light);
  text-align: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-row {
  display: flex;
  gap: 1.1rem;
}
.form-row .field {
  flex: 1;
}
.field input,
.field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-family: "Poppins", sans-serif;
  color: var(--text-on-light);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-sm);
  background: var(--light);
  transition:
    border-color var(--dur) var(--ease-soft),
    background var(--dur) var(--ease-soft);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--dark);
  background: var(--white);
}
.field textarea {
  resize: vertical;
  min-height: 200px;
}

.submit-btn {
  align-self: center;
  background: var(--dark);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.9rem 2.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  transition:
    background var(--dur) var(--ease-soft),
    color var(--dur) var(--ease-soft),
    transform var(--dur) var(--ease-soft);
}
.submit-btn:hover {
  background: var(--marzipan);
  color: #000;
  transform: translateY(-2px);
}

.form-status {
  font-size: 0.88rem;
  text-align: center;
  color: var(--text-on-light-muted);
  min-height: 1.2em;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: var(--dark);
  padding-top: clamp(3rem, 5vw, 2rem);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 2.75rem;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-brand-mark {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand-mark img {
  width: 30px;
  height: 30px;
}
.footer-brand h3 {
  font-size: 1.4rem;
  color: var(--text-on-dark);
  margin: 0;
}
.footer-brand p {
  color: var(--text-on-dark-muted);
  font-size: 0.95rem;
}

.footer-connect {
  text-align: right;
}
.footer-connect h4 {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  color: var(--text-on-dark);
  margin-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-end;
}
.footer-links a {
  color: var(--text-on-dark-muted);
  font-size: 0.92rem;
  transition: color var(--dur) var(--ease-soft);
}
.footer-links a:hover {
  color: var(--marzipan);
}

.footer-bottom {
  /* border-top: 1px solid var(--border-on-dark); */
  /* padding-block: 1.5rem; */
  text-align: center;
}
.footer-bottom p {
  color: var(--text-on-dark-muted);
  font-size: 0.85rem;
}

/* ==========================================================================
   Back to top
   ========================================================================== */

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--marzipan);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(1, 41, 95, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity var(--dur) var(--ease-soft),
    transform var(--dur) var(--ease-soft),
    visibility var(--dur) var(--ease-soft),
    background-color var(--dur) var(--ease-soft);
  z-index: 90;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top.is-visible:hover {
  background: var(--dark-card-hover);
  transform: translateY(-4px);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity var(--dur-slow) var(--ease-soft),
    transform var(--dur-slow) var(--ease-soft);
}
.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-media {
    order: 2;
    min-height: 260px;
  }
  .contact-list {
    order: 1;
  }
  .director-card,
  .director-card--reverse {
    grid-template-columns: 1fr;
  }
  .director-card--reverse .director-photo,
  .director-card--reverse .director-bio {
    order: 0;
  }
  .director-photo {
    min-height: 280px;
  }
  .intro-inner {
    max-width: 85%;
  }
}

@media (max-width: 860px) {


.card-grid--4, .card-grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .director-grid{
 grid-template-columns: repeat(1, 1fr);
  }

  .footer-connect {
    text-align: left;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .contact-form-card {
    margin-inline: initial;
  }

  .grid-2-columns {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: none;
  }

  .director-photo img {
    height: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 72px;
  }

  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: rgba(1, 41, 95, 0.97);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0 1.5rem;
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity var(--dur) var(--ease-soft),
      transform var(--dur) var(--ease-soft),
      visibility var(--dur) var(--ease-soft);
  }
  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links a {
    width: 100%;
    text-align: center;
    padding: 0.9rem 0;
  }
  .nav-toggle {
    display: flex;
  }

  .hero {
    min-height: 560px;
  }
  .intro-inner {
    max-width: 100%;
  }

  .card-grid--3 {
    grid-template-columns: 1fr;
  }

  .timeline {
    --node: 56px;
    gap: 2rem;
  }
  .timeline__step {
    gap: 1.25rem;
  }

  .form-row {
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
  }
  .footer-connect {
    text-align: left;
  }
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-block: 2.5rem 3rem;
  }
  .contact-list a,
  .contact-static {
    gap: 1rem;
    font-size: 0.95rem;
  }
}
/* ==========================================================================
   Legal Document Pages
   Provides: page header (title/meta), TOC, numbered clause typography,
   definitions, tables, and print styles for Terms of Use, Privacy Policy,
   Terms of Engagement, PAIA Manual, etc.
   ========================================================================== */

/* ---------- Page header (replaces .hero on legal pages) ---------- */

.legal-hero {
  position: relative;
  background: var(--dark);
  padding-top: calc(var(--header-height) + clamp(2.5rem, 5vw, 4rem));
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  overflow: hidden;
   background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%2318498b' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat;
}

.legal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.legal-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-on-dark-faint);
  margin-bottom: 1.5rem;
}
.legal-breadcrumb a {
  color: var(--text-on-dark-muted);
  transition: color var(--dur) var(--ease-soft);
}
.legal-breadcrumb a:hover {
  color: var(--marzipan);
}
.legal-breadcrumb .sep {
  color: var(--text-on-dark-faint);
}

.legal-hero h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.9rem, 1.5rem + 2vw, 2.75rem);
  color: var(--text-on-dark);
  max-width: 820px;
}

.legal-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.75rem;
  margin-top: 1.25rem;
  font-size: 0.92rem;
  color: var(--text-on-dark-muted);
}
.legal-meta strong {
  color: var(--marzipan);
  font-weight: 600;
}

/* ---------- Body layout: sticky TOC + content ---------- */

.legal-body {
  background: var(--light);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}

/* Table of contents */
.legal-toc {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  border-left: 2px solid var(--border-on-light);
  padding-left: 1.25rem;
}
.legal-toc-label {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.82rem;
  color: var(--text-on-light-muted);
  margin-bottom: 0.9rem;
}
.legal-toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.legal-toc li {
  margin-left: 0;
}
.legal-toc a {
  display: block;
  font-size: 0.92rem;
  color: var(--text-on-light-muted);
  line-height: 1.4;
  transition: color var(--dur) var(--ease-soft);
}
.legal-toc a:hover,
.legal-toc a.is-active {
  color: var(--dark);
  font-weight: 600;
}

/* ---------- Legal content typography ---------- */

.legal-content {
  max-width: 780px;
  counter-reset: section;
}

.legal-content > p:first-child,
.legal-content .legal-intro {
  font-size: 1.05rem;
  color: var(--text-on-light-muted);
  margin-bottom: 2.5rem;
}

.legal-content section {
  padding-top: 0.5rem;
  margin-bottom: 2.75rem;
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}
.legal-content section:last-child {
  margin-bottom: 0;
}

.legal-content h2 {
  counter-reset: subsection;
  counter-increment: section;
  font-size: 1.4rem;
  color: var(--text-on-light);
  margin-bottom: 1.1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-on-light);
  display: flex;
  gap: 0.6rem;
}
.legal-content h2::before {
  content: counter(section) ".";
  color: var(--marzipan-dark, var(--dark));
  color: var(--dark);
  opacity: 0.45;
  font-variant-numeric: tabular-nums;
}

.legal-content h3 {
  counter-increment: subsection;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--text-on-light);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.55rem;
}
.legal-content h3::before {
  content: counter(section) "." counter(subsection);
  opacity: 0.45;
  font-variant-numeric: tabular-nums;
}

.legal-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-on-light);
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
}

.legal-content p {
  font-size: 0.98rem;
  color: var(--text-on-light-muted);
  margin-bottom: 1rem;
}
.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content strong {
  color: var(--text-on-light);
  font-weight: 600;
}

.legal-content a {
  color: var(--dark);
  text-decoration: underline;
  text-decoration-color: var(--marzipan);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.legal-content a:hover {
  color: var(--dark);
  text-decoration-color: var(--dark);
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1.1rem;
  padding-left: 1.4rem;
  color: var(--text-on-light-muted);
  font-size: 0.98rem;
}
.legal-content li {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.legal-content li:last-child {
  margin-bottom: 0;
}
.legal-content ul {
  list-style: none;
}
.legal-content ul li {
  position: relative;
  padding-left: 1.2rem;
}
.legal-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dark);
}
.legal-content ol {
  list-style: lower-alpha;
}
.legal-content ol ol {
  list-style: lower-roman;
  margin-top: 0.5rem;
}

/* Definitions list — for "Interpretation and Definitions" clauses */
.legal-definitions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}
.legal-definitions .term {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 1.25rem;
  padding: 0.9rem 1.1rem;
  background: var(--alternate);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
}
.legal-definitions dt {
  font-weight: 600;
  color: var(--text-on-light);
}
.legal-definitions dd {
  margin: 0;
  color: var(--text-on-light-muted);
}

/* Callout / notice box — for important notices, warnings, POPIA notes etc. */
.legal-callout {
  background: var(--alternate);
  border-left: 3px solid var(--marzipan);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.1rem 1.35rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: var(--text-on-light);
}
.legal-callout p:last-child {
  margin-bottom: 0;
}

/* Tables — for fee schedules, PAIA request forms, etc. */
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
}
.legal-content th,
.legal-content td {
  text-align: left;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-on-light);
  vertical-align: top;
}
.legal-content th {
  background: var(--dark);
  color: var(--text-on-dark);
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.legal-content tbody tr:nth-child(even) {
  background: var(--alternate);
}

.legal-content hr {
  border: none;
  border-top: 1px solid var(--border-on-light);
  margin-block: 2rem;
}

/* Back-to-top link within content, e.g. end of each major section */
.legal-content .to-top {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-on-light-muted);
}

/* Contact / signature block at end of document */
.legal-signoff {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-on-light);
  font-size: 0.95rem;
  color: var(--text-on-light-muted);
}
.legal-signoff strong {
  color: var(--text-on-light);
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .legal-toc {
    position: static;
    border-left: none;
    border-bottom: 1px solid var(--border-on-light);
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
  .legal-toc ul {
            flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.5rem 1.25rem;
  }
  .legal-content {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .legal-definitions .term {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

/* ---------- Print ---------- */

@media print {
  .site-header,
  .legal-toc,
  .back-to-top,
  .site-footer {
    display: none !important;
  }
  .legal-hero {
    background: none;
    padding: 0 0 1.5rem;
    color: #000;
  }
  .legal-hero h1,
  .legal-meta {
    color: #000;
  }
  .legal-body {
    padding: 0;
  }
  .legal-content {
    max-width: none;
  }
}

/* ==========================================================================
   Team Member Profile Page
   Individual bio page: photo on the left, name/role/bio/highlights on the
   right. Used for pages like team/nicholas-brodie.html.
   ========================================================================== */

.profile-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-on-light-muted);
  margin-bottom: 2rem;
}
.profile-breadcrumb a {
  color: var(--text-on-light-muted);
  transition: color var(--dur) var(--ease-soft);
}
.profile-breadcrumb a:hover {
  color: var(--dark);
}
.profile-breadcrumb .sep {
  opacity: 0.5;
}

.profile-section {
  background: var(--light);
  padding-top: calc(var(--header-height) + clamp(2rem, 5vw, 3.5rem));
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.profile-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: start;
}

.profile-photo {
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.profile-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.profile-name {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.9rem);
  color: var(--text-on-light);
  margin-bottom: 0.35rem;
}

.profile-role {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--marzipan-deep);
  margin-bottom: 1.75rem;
}

.profile-bio p {
  color: var(--text-on-light-muted);
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.1rem;
}
.profile-bio p:last-child {
  margin-bottom: 0;
}

.profile-highlights {
  margin-top: 2.5rem;
}
.profile-highlights h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--marzipan-deep);
  margin-bottom: 0.9rem;
}
.profile-highlights ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.profile-highlights li {
  color: var(--text-on-light-muted);
  font-size: 0.98rem;
}

@media (max-width: 860px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }
  .profile-photo {
    position: static;
    max-width: 280px;
  }
  .profile-bio p {
    text-align: left;
  }
}
