/* =============================================================
   Mark Walker Psychotherapy — Site Styles
   Refined-clinical: warm minimalism, brand purple + orange accents
   ============================================================= */

:root {
  /* Brand palette */
  --mwp-purple-900: #3d2660;
  --mwp-purple-800: #4a2f76;
  --mwp-purple-700: #5b3a8a;
  --mwp-purple-600: #6f48a3;
  --mwp-purple-500: #8a63bd;
  --mwp-purple-400: #a585d0;
  --mwp-purple-200: #d8c8e8;
  --mwp-purple-50:  #f7f3fb;

  --mwp-orange-600: #d97a35;
  --mwp-orange-500: #f29248;
  --mwp-orange-400: #f6a86a;
  --mwp-orange-100: #fde7d3;
  --mwp-orange-50:  #fef5ec;

  --mwp-ink:        #1d1530;
  --mwp-ink-soft:   #4a4258;
  --mwp-muted:      #6c6478;
  --mwp-muted-soft: #8a829a;
  --mwp-line:       #ece8f1;
  --mwp-line-soft:  #f4f1f7;
  --mwp-bg:         #fdfcfe;
  --mwp-bg-soft:    #f7f5fa;
  --mwp-white:      #ffffff;

  /* Type */
  --ff-display: "Fraunces", "Source Serif Pro", Georgia, serif;
  --ff-body:    "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Shape */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(29, 21, 48, 0.04), 0 1px 3px rgba(29, 21, 48, 0.06);
  --shadow-md: 0 4px 12px rgba(29, 21, 48, 0.06), 0 2px 4px rgba(29, 21, 48, 0.04);
  --shadow-lg: 0 18px 48px rgba(91, 58, 138, 0.10), 0 4px 12px rgba(29, 21, 48, 0.04);

  /* Override Bootstrap focus ring */
  --bs-focus-ring-color: rgba(138, 99, 189, 0.25);
  --bs-link-color: var(--mwp-purple-700);
  --bs-link-hover-color: var(--mwp-orange-600);
}

/* -----------------------------------------------------------------
   Base
   ----------------------------------------------------------------- */

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  color: var(--mwp-ink);
  background: var(--mwp-bg);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: var(--ff-display);
  color: var(--mwp-purple-900);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

h1 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }

p { color: var(--mwp-ink-soft); }
strong { color: var(--mwp-ink); font-weight: 600; }
a { text-decoration: none; transition: color 0.18s ease; }
a:hover { color: var(--mwp-orange-600); }

.text-muted-soft { color: var(--mwp-muted-soft) !important; }
.link-quiet { color: var(--mwp-ink-soft); }
.link-quiet:hover { color: var(--mwp-purple-700); }

.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--mwp-purple-700); color: white;
  padding: 0.75rem 1rem; z-index: 9999;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; color: white; }

/* Selection */
::selection { background: var(--mwp-orange-100); color: var(--mwp-purple-900); }

/* -----------------------------------------------------------------
   Header / Nav
   ----------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253, 252, 254, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--mwp-line);
}

.site-header__bar {
  background: var(--mwp-purple-50);
  border-bottom: 1px solid var(--mwp-line-soft);
  color: var(--mwp-ink-soft);
}
.site-header__bar a { color: var(--mwp-ink-soft); }
.site-header__bar a:hover { color: var(--mwp-purple-700); }

.site-nav { padding: 0.75rem 0; }

.site-brand { display: inline-flex; align-items: center; gap: 0.75rem; }
.site-brand:hover { color: inherit; }
.site-brand__logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .site-brand__logo { height: 38px; }
}

/* Footer brand logo (sits on dark background — light tile with rounded corners) */
.site-footer__logo {
  display: block;
  height: auto;
  width: auto;
  max-width: 280px;
  max-height: 96px;
  background: rgba(255, 255, 255, 1);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* Hero credential badges (PACFA + RCC images on home hero) */
.hero__credentials { margin-top: 1.5rem !important; }
.hero__credential {
  height: 56px;
  width: auto;
  display: block;
}
.hero__credential[alt^="RCC"] { height: 48px; }
@media (max-width: 575.98px) {
  .hero__credential { height: 44px; }
  .hero__credential[alt^="RCC"] { height: 40px; }
}

/* Inline brand-mark inside hero title (replaces literal "&") */
.hero__title-mark {
  display: inline-block;
  vertical-align: -0.18em;
  height: 1em;
  width: auto;
  margin: 0 0.15em;
}

.site-nav .nav-link {
  color: var(--mwp-ink-soft);
  font-weight: 500;
  font-size: 0.97rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  transition: all 0.18s ease;
}
.site-nav .nav-link:hover { color: var(--mwp-purple-700); background: var(--mwp-purple-50); }
.site-nav .nav-link.active {
  color: var(--mwp-purple-800);
  background: var(--mwp-purple-50);
}

/* -----------------------------------------------------------------
   Buttons
   ----------------------------------------------------------------- */

.btn-brand {
  background: var(--mwp-purple-700);
  color: white;
  border: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}
.btn-brand:hover, .btn-brand:focus {
  background: var(--mwp-purple-800);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(91, 58, 138, 0.25);
}

.btn-accent {
  background: var(--mwp-orange-500);
  color: white;
  border: none;
  font-weight: 500;
}
.btn-accent:hover {
  background: var(--mwp-orange-600);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(217, 122, 53, 0.3);
}

.btn-outline-brand {
  border: 1.5px solid var(--mwp-purple-200);
  color: var(--mwp-purple-700);
  background: transparent;
  font-weight: 500;
}
.btn-outline-brand:hover {
  background: var(--mwp-purple-50);
  border-color: var(--mwp-purple-500);
  color: var(--mwp-purple-800);
}

.btn { padding: 0.7rem 1.4rem; }
.btn-lg { padding: 0.95rem 1.8rem; font-size: 1.05rem; }

/* -----------------------------------------------------------------
   Hero
   ----------------------------------------------------------------- */

.hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 8vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}

.hero--home {
  background:
    radial-gradient(900px 600px at 88% -10%, rgba(242, 146, 72, 0.12), transparent 60%),
    radial-gradient(800px 600px at -10% 110%, rgba(154, 107, 209, 0.16), transparent 60%),
    linear-gradient(180deg, #fdfcfe 0%, #f7f3fb 100%);
}

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mwp-orange-600);
  margin-bottom: 1.25rem;
}
.hero__eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--mwp-orange-500);
}

.hero__title {
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.hero__title em {
  font-style: italic;
  color: var(--mwp-orange-600);
  font-weight: 400;
}

.hero__lede {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--mwp-ink-soft);
  max-width: 38em;
  line-height: 1.6;
}

.hero__visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--mwp-purple-50);
  box-shadow: var(--shadow-lg);
}
.hero__visual-img {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Legacy gradient orb — kept so older callers still render; not used on the new home hero */
.hero__visual--gradient {
  background:
    radial-gradient(circle at 30% 30%, rgba(242, 146, 72, 0.4), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(91, 58, 138, 0.5), transparent 55%),
    linear-gradient(135deg, #5b3a8a 0%, #8a63bd 50%, #f29248 100%);
}
.hero__visual--gradient::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0, transparent 40%, rgba(29, 21, 48, 0.15) 100%);
  mix-blend-mode: multiply;
}
.hero__visual-orb {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 55%; aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), transparent 50%),
    linear-gradient(135deg, #fef5ec 0%, #f6a86a 100%);
  box-shadow:
    0 30px 80px rgba(91, 58, 138, 0.5),
    inset -20px -20px 60px rgba(217, 122, 53, 0.4);
  animation: orbFloat 8s ease-in-out infinite;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -53%) scale(1.02); }
}

/* Hero — sub-pages */
.hero--sub {
  position: relative;
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(3rem, 5vw, 4rem);
  isolation: isolate;
  border-bottom: 1px solid var(--mwp-line-soft);
  background-color: var(--mwp-bg);
}

/* Background image layer — placed behind content via ::before
   To swap in a photograph, change the --hero-image URL only.        */
.hero--sub::before {
  content: "";
  position: absolute; inset: 0; z-index: -2;
  background-image: var(--hero-image, url("assets/img/hero-bg-soft.svg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Readability overlay — keeps text comfortable over any image */
.hero--sub::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(253, 252, 254, 0.92) 0%, rgba(253, 252, 254, 0.65) 55%, rgba(253, 252, 254, 0.4) 100%);
}

/* Per-page tinted variations — purely additive, optional               */
.hero--sub[data-tone="warm"]::after {
  background:
    linear-gradient(90deg, rgba(254, 245, 236, 0.92) 0%, rgba(253, 252, 254, 0.55) 60%, rgba(253, 252, 254, 0.3) 100%);
}
.hero--sub[data-tone="cool"]::after {
  background:
    linear-gradient(90deg, rgba(247, 243, 251, 0.94) 0%, rgba(253, 252, 254, 0.6) 60%, rgba(253, 252, 254, 0.35) 100%);
}

/* -----------------------------------------------------------------
   Sections
   ----------------------------------------------------------------- */

.section { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.section--soft { background: var(--mwp-bg-soft); }
.section--quiet { background: linear-gradient(180deg, var(--mwp-bg) 0%, var(--mwp-purple-50) 100%); }
.section--creative {
  background:
    radial-gradient(700px 400px at 0% 0%, rgba(154, 107, 209, 0.08), transparent 60%),
    radial-gradient(600px 400px at 100% 100%, rgba(242, 146, 72, 0.07), transparent 60%),
    var(--mwp-bg);
}

.creative-image {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mwp-line);
  padding: 1rem;
  box-shadow: var(--shadow-lg);
  transform: rotate(-0.6deg);
  transition: transform 0.4s ease;
}
.creative-image:hover { transform: rotate(0); }
.creative-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 6px);
}

/* Photo variant — cleaner gallery look without padding or tilt */
.creative-image--photo {
  padding: 0;
  transform: none;
  border: none;
}
.creative-image--photo img {
  border-radius: var(--radius-lg);
}
.creative-image--photo:hover { transform: none; }
.creative-caption {
  font-size: 0.9rem;
  color: var(--mwp-muted);
  margin-top: 1rem;
}

.section__eyebrow {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mwp-orange-600);
  margin-bottom: 0.75rem;
}

.section__title { margin-bottom: 1rem; max-width: 22em; }
.section__lede { font-size: 1.1rem; color: var(--mwp-ink-soft); max-width: 40em; }

/* -----------------------------------------------------------------
   Values / Feature cards
   ----------------------------------------------------------------- */

.value-card {
  background: var(--mwp-white);
  border: 1px solid var(--mwp-line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  height: 100%;
  transition: all 0.25s ease;
  position: relative;
}
.value-card:hover {
  transform: translateY(-3px);
  border-color: var(--mwp-purple-200);
  box-shadow: var(--shadow-lg);
}
.value-card__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--mwp-purple-50);
  color: var(--mwp-purple-700);
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
.value-card:nth-child(2) .value-card__icon { background: var(--mwp-orange-50); color: var(--mwp-orange-600); }
.value-card:nth-child(3) .value-card__icon { background: #eef0f8; color: #4a4258; }

.value-card__title { font-size: 1.25rem; margin-bottom: 0.5rem; }
.value-card__body  { font-size: 0.97rem; line-height: 1.6; color: var(--mwp-ink-soft); margin-bottom: 0; }

/* -----------------------------------------------------------------
   Quote / Callout
   ----------------------------------------------------------------- */

.quote-block {
  position: relative;
  padding: 2.5rem 2rem 2.5rem 3rem;
  border-left: 3px solid var(--mwp-orange-500);
  background: var(--mwp-purple-50);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 2rem 0;
}
.quote-block__text {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: var(--mwp-purple-900);
  margin-bottom: 0.75rem;
}
.quote-block__attr {
  font-size: 0.9rem; color: var(--mwp-muted);
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------------
   Service / Practice areas
   ----------------------------------------------------------------- */

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem;
}

/* Column-flow variant: items read A→Z top-to-bottom in each column
   (vs. the default grid behaviour which fills row-by-row).            */
.area-grid--columns {
  display: block;
  column-count: 2;
  column-gap: 0.5rem;
}
.area-grid--columns .area-tag {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .area-grid--columns { column-count: 1; }
}
.area-tag {
  background: var(--mwp-white);
  border: 1px solid var(--mwp-line);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.1rem;
  font-size: 0.95rem;
  color: var(--mwp-ink);
  display: flex; align-items: center; gap: 0.6rem;
  transition: all 0.18s ease;
}
.area-tag:hover {
  border-color: var(--mwp-purple-200);
  background: var(--mwp-purple-50);
  color: var(--mwp-purple-800);
}
.area-tag i { color: var(--mwp-orange-500); font-size: 0.7rem; }

.expertise-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--mwp-purple-700);
  color: white;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-weight: 500;
  margin: 0.25rem;
}
.expertise-pill:nth-child(2) { background: var(--mwp-orange-500); }
.expertise-pill:nth-child(3) { background: var(--mwp-purple-500); }

/* -----------------------------------------------------------------
   Therapy types grid
   ----------------------------------------------------------------- */

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}
.therapy-item {
  background: var(--mwp-white);
  border: 1px solid var(--mwp-line);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.95rem;
}
.therapy-item__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--mwp-orange-500);
  flex: 0 0 auto;
}
.therapy-item:nth-child(odd) .therapy-item__dot { background: var(--mwp-purple-500); }

/* -----------------------------------------------------------------
   About — profile section
   ----------------------------------------------------------------- */

.profile-portrait {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 30% 30%, rgba(242, 146, 72, 0.3), transparent 60%),
    radial-gradient(circle at 75% 75%, rgba(91, 58, 138, 0.4), transparent 60%),
    linear-gradient(160deg, #f7f3fb 0%, #d8c8e8 60%, #f6a86a 100%);
  box-shadow: var(--shadow-lg);
}
.profile-portrait__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.profile-portrait__initials {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(6rem, 15vw, 11rem);
  font-weight: 300;
  color: var(--mwp-purple-800);
  opacity: 0.85;
  letter-spacing: -0.05em;
}

.credentials-strip {
  display: flex; flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.credentials-strip__item {
  background: var(--mwp-white);
  border: 1px solid var(--mwp-line);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: var(--mwp-ink-soft);
  font-weight: 500;
}

/* -----------------------------------------------------------------
   FAQ Accordion
   ----------------------------------------------------------------- */

.faq-accordion .accordion-item {
  background: var(--mwp-white);
  border: 1px solid var(--mwp-line);
  border-radius: var(--radius-md) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  background: var(--mwp-white);
  color: var(--mwp-purple-900);
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--mwp-purple-50);
  color: var(--mwp-purple-800);
}
.faq-accordion .accordion-button:focus { box-shadow: var(--bs-focus-ring-color) 0 0 0 0.25rem !important; }
.faq-accordion .accordion-body { padding: 0 1.5rem 1.5rem; color: var(--mwp-ink-soft); }

/* -----------------------------------------------------------------
   Contact form
   ----------------------------------------------------------------- */

.contact-card {
  background: var(--mwp-white);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border: 1px solid var(--mwp-line);
  box-shadow: var(--shadow-md);
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--mwp-ink);
  margin-bottom: 0.4rem;
}
.form-control, .form-select {
  border: 1.5px solid var(--mwp-line);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #fbfafd;
  transition: all 0.18s ease;
}
.form-control:focus, .form-select:focus {
  border-color: var(--mwp-purple-500);
  box-shadow: 0 0 0 4px rgba(138, 99, 189, 0.12);
  background: white;
}

.contact-side {
  background: linear-gradient(160deg, var(--mwp-purple-700) 0%, var(--mwp-purple-900) 100%);
  color: white;
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  position: relative;
  overflow: hidden;
}
.contact-side::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 146, 72, 0.4), transparent 70%);
}
.contact-side h3 { color: white; }
.contact-side p, .contact-side a { color: rgba(255, 255, 255, 0.85); }
.contact-side a:hover { color: var(--mwp-orange-400); }
.contact-side__item {
  display: flex; gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-side__item:last-child { border-bottom: none; }
.contact-side__icon {
  width: 40px; height: 40px; flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}

/* Alerts */
.alert-soft-success {
  background: #e8f5ed; color: #1b5e34; border: 1px solid #b8dec6;
  border-radius: var(--radius-md);
}
.alert-soft-danger {
  background: #fbeaea; color: #842029; border: 1px solid #f1c1c1;
  border-radius: var(--radius-md);
}

/* -----------------------------------------------------------------
   CTA block
   ----------------------------------------------------------------- */

.cta-block {
  background:
    radial-gradient(600px 400px at 100% 0%, rgba(242, 146, 72, 0.25), transparent 60%),
    linear-gradient(135deg, var(--mwp-purple-800) 0%, var(--mwp-purple-700) 100%);
  border-radius: var(--radius-xl);
  padding: clamp(2.5rem, 5vw, 4rem);
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-block h2,
.cta-block h3,
.cta-block h4 { color: var(--mwp-orange-400); }
.cta-block p  { color: rgba(255, 255, 255, 0.85); }

/* -----------------------------------------------------------------
   Footer
   ----------------------------------------------------------------- */

.site-footer {
  background: #1d1530;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4rem;
}
.site-footer__top  { padding: 4rem 0 3rem; }
.site-footer__title {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  color: white;
  letter-spacing: -0.01em;
}
.site-footer__sub  { font-size: 0.85rem; color: var(--mwp-orange-400); letter-spacing: 0.06em; text-transform: uppercase; }
.site-footer__lede { color: rgba(255, 255, 255, 0.7); max-width: 32em; }
.site-footer__heading {
  font-family: var(--ff-display);
  color: white;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.site-footer__links li { margin-bottom: 0.65rem; font-size: 0.95rem; }
.site-footer__links a { color: rgba(255, 255, 255, 0.7); }
.site-footer__links a:hover { color: var(--mwp-orange-400); }

.cred-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block; margin-right: 0.35rem; margin-bottom: 0.35rem;
}

.site-footer__social {
  display: inline-flex;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: white; font-size: 1.1rem;
  transition: all 0.2s ease;
}
.site-footer__social:hover {
  background: var(--mwp-orange-500);
  border-color: var(--mwp-orange-500);
  color: white;
  transform: translateY(-2px);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__credit-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.site-footer__credit-link:hover,
.site-footer__credit-link:focus {
  color: var(--mwp-orange-400);
  text-decoration-color: var(--mwp-orange-400);
}

/* -----------------------------------------------------------------
   Utility — reveal animation (subtle)
   ----------------------------------------------------------------- */

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__visual-orb { animation: none; }
  html { scroll-behavior: auto; }
}

/* -----------------------------------------------------------------
   Admin
   ----------------------------------------------------------------- */

.admin-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}
.admin-sidebar {
  background: #1d1530;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.75rem 1rem;
}
.admin-sidebar__brand {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  color: white;
  padding: 0 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.admin-sidebar__brand small { font-size: 0.7rem; color: var(--mwp-orange-400); letter-spacing: 0.08em; text-transform: uppercase; display: block; }
.admin-nav { list-style: none; padding: 0; margin: 0; }
.admin-nav li { margin-bottom: 0.2rem; }
.admin-nav a {
  display: block;
  padding: 0.55rem 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  font-size: 0.93rem;
}
.admin-nav a:hover  { background: rgba(255, 255, 255, 0.06); color: white; }
.admin-nav a.active { background: var(--mwp-purple-700); color: white; }
.admin-nav__section { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.4); padding: 1rem 0.85rem 0.4rem; }

.admin-content { padding: 2rem clamp(1.25rem, 4vw, 2.5rem); background: var(--mwp-bg-soft); }
.admin-content h1 { font-size: 1.6rem; margin-bottom: 0.4rem; }
.admin-content .admin-sub { color: var(--mwp-muted); margin-bottom: 2rem; }

.admin-card {
  background: white;
  border: 1px solid var(--mwp-line);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.admin-login {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(800px 600px at 0% 0%, rgba(154, 107, 209, 0.15), transparent 60%),
    radial-gradient(800px 600px at 100% 100%, rgba(242, 146, 72, 0.12), transparent 60%),
    var(--mwp-bg);
  padding: 2rem;
}
.admin-login__card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  width: 100%; max-width: 420px;
  box-shadow: var(--shadow-lg);
}

@media (max-width: 768px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { padding: 1rem; }
  .admin-nav { display: flex; flex-wrap: wrap; gap: 0.25rem; }
  .admin-nav li { margin: 0; }
  .admin-nav__section { width: 100%; padding-top: 0.5rem; }
}
