/* Load Avenida from your fonts folder */
@font-face {
  font-family: "Avenida";
  src: url("fonts/AvenidaStdRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --bg: #F3EFE6;
  --card: #F9F6EE;
  --border: #D4CBB7;

  --text: #1B1B1B;
  --text-muted: #494949;

  --header-bg: #102733;
  --footer-bg: #102733;

  --link: #325F76;
  --link-hover: #F2B466;

  --accent: #F2B466;

  --gazette-red: #B43125;
  --gazette-line: #E07A61;
}

/* Base */

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

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

body {
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

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

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
}

/* Layout helper */

.content-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header */

.site-header {
  background: linear-gradient(
    90deg,
    #102733 0%,
    #123446 45%,
    #184962 100%
  );
  color: #fff;
}


.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
}

.logo-text {
  line-height: 1.1;
}

.logo-title {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.15em;
  font-size: 1.1rem;
}

.logo-subtitle {
  font-family: "Avenida", "Jura", "Source Sans 3", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.85;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: "Jura", "Source Sans 3", sans-serif;
  font-size: 0.9rem;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-link.active {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.btn {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.btn-donate {
  background: #E1322E;
  color: #fff;
}

/* Hero */

.hero {
  padding: 1.75rem 0 0;
}

.hero-image-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.hero-image {
  width: 100%;
  max-height: 520px;       /* banner-like */
  object-fit: cover;       /* crops instead of stretching */
}

.hero-tagline {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(16, 39, 51, 0.85);
  color: #fff;
  padding: 0.75rem 2.75rem;
  font-family: "Dancing Script", cursive;
  font-size: 1rem;
  border-radius: 3px;
  white-space: nowrap;
}

.hero-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem 1.5rem;
  background: #16324F;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
}

.hero-intro-main {
  margin: 0 0 0.5rem;
  font-style: italic;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-intro-sub {
  margin: 0;
  opacity: 0.9;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Feature cards */

.feature-row {
  padding: 2rem 0 2.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.feature-card {
  background: #ffffff;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
}

.feature-card-dark {
  background: #16324F;
  color: #fff;
}

.feature-card h3 {
  margin: 0.75rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  font-family: "Jura", "Source Sans 3", sans-serif;
}

.feature-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.feature-link {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-arrow {
  font-size: 1.7rem;
}

.feature-arrow-brown {
  color: #5C3520;
}

.feature-arrow-light {
  color: #D9E3E8;
}

/* Gazette */

.gazette {
  padding: 1rem 0 2.5rem;
}

.gazette-header {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1rem;
  padding: 0.4rem 0;
  background: #16324F;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "Jura", "Source Sans 3", sans-serif;
}

.gazette-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.gazette-item {
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  color: var(--gazette-red);
}

.gazette-date {
  margin: 0 0 0.3rem;
  font-size: 0.85rem;
}

.gazette-item h4 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.gazette-item p {
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.gazette-item a {
  color: inherit;
  text-decoration: underline;
}

.gazette-divider {
  height: 2px;
  width: 100%;
  background: var(--gazette-line);
}

/* Calendar wrapper spacing */

.calendar-section {
  padding: 2.5rem 0 3rem;
}

/* CALENDAR COMPONENT (from working version) */

#limmora-calendar {
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;

  /* Default (overridden by season classes) */
  --accent-main: #4b4b4b;
  --accent-soft: #f5f5f5;
  --accent-strong: #222222;
}

/* Season color themes */
#limmora-calendar.season-Wake {
  --accent-main: #2e7d32;   /* green */
  --accent-soft: #e8f5e9;
  --accent-strong: #1b5e20;
}

#limmora-calendar.season-Crest {
  --accent-main: #c3922e;   /* golden */
  --accent-soft: #fff8e1;
  --accent-strong: #8d6e00;
}

#limmora-calendar.season-Fade {
  --accent-main: #8d4a2e;   /* red-brown */
  --accent-soft: #fbe9e7;
  --accent-strong: #5d2b1f;
}

#limmora-calendar.season-Veil {
  --accent-main: #1e88e5;   /* blue */
  --accent-soft: #e3f2fd;
  --accent-strong: #0d47a1;
}

.calendar-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #000000; /* Always black, regardless of season */
}

.season-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.season-tab {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.05s;
}

.season-tab:hover {
  background: #e7e7e7;
}

.season-tab.active {
  background: var(--accent-strong);
  color: #fff;
  border-color: var(--accent-strong);
  transform: translateY(1px);
}

.calendar-layout {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  gap: 1rem;
}

@media (max-width: 768px) {
  .calendar-layout {
    grid-template-columns: 1fr;
  }
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 70px;
  gap: 0.4rem;
}

.calendar-day {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0.35rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  font-size: 0.85rem;
}

.calendar-day.has-events {
  border-color: var(--accent-main);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.calendar-day-number {
  font-weight: 600;
}

.calendar-day-indicator {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-main);
}

.calendar-day.selected {
  background: var(--accent-soft);
  border-color: var(--accent-strong);
}

.calendar-details {
  border-radius: 8px;
  border: 1px solid var(--accent-main);
  padding: 0.8rem;
  background: #fff;
  box-sizing: border-box;
}

#selected-day-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: var(--accent-strong);
}

#event-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#event-list li {
  margin-bottom: 0.7rem;
}

#event-list .event-title {
  font-weight: 600;
}

#event-list .event-description {
  font-size: 0.85rem;
  color: #555;
}

#no-events-message {
  font-size: 0.85rem;
  color: #777;
}

.calendar-legend {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-main);
  flex-shrink: 0;
}

/* Footer */

.site-footer {
  background: #E8E1D2;
  padding: 1.75rem 0 2.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
}

.footer-inner {
  text-align: center;
}

.footer-nav {
  margin-bottom: 1rem;
}

.footer-nav-link {
  margin: 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.8rem;
  padding-bottom: 0.2rem;
  font-family: "Jura", "Source Sans 3", sans-serif;
}

.footer-nav-link.active {
  border-bottom: 1px solid #000;
}

.footer-legal {
  margin-bottom: 0.6rem;
}

.footer-legal a {
  margin: 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}

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

/* Responsive tweaks */

@media (max-width: 992px) {
  .gazette-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-tagline {
    font-size: 1rem;
    padding: 0.6rem 1.75rem;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .hero-intro {
    text-align: left;
  }
}


body {
  background: #f2ebdd;
}


.header-inner {
  padding: 0.4rem 1rem;
}

.main-nav ul {
  gap: 2.3rem;
}

.nav-link {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Active nav closer to tab feel */
.nav-link.active {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.35rem;
}

/* Logo text sizing to match header more closely */
.logo-title {
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.logo-subtitle {
  font-size: 0.7rem;
}

/* Use one consistent deep blue for header/hero strips */
:root {
  --header-bg: #123446;
}

.hero-intro {
  background: var(--header-bg);
}

.hero-image {
  max-height: 540px;     /* slightly taller so crop matches more closely */
  object-fit: cover;
}

.hero-tagline {
  top: 18%;              /* instead of bottom; moves bar up into the image */
  bottom: auto;
  background: rgba(18, 52, 70, 0.9);
  padding: 0.55rem 3.2rem;
  font-size: 1rem;
}

/* Intro text strip: narrower lines, more like Wix */
.hero-intro {
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 0.9rem 1rem 1.25rem;
}

/* Feature cards: slightly creamier*/
.feature-card {
  background: #f8f4ea;
}

/* Center tile deep blue matches header more closely */
.feature-card-dark {
  background: #123446;
}

/* Gazette band + heading refinement */
.gazette-header {
  background: #123446;
  letter-spacing: 0.2em;
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

/* Tighten overall page width to feel like canvas */
.content-width,
.hero-image-wrapper {
  max-width: 1100px;
}

/* Tighten gap between Gazette and Seasonal Calendar */
.gazette {
  padding-bottom: 0.75rem;
}

.calendar-section {
  padding-top: 0.75rem;
}

#limmora-calendar {
  margin-top: 0;
}

/* Align Gazette excerpts */
.gazette-grid {
  align-items: flex-start;
}

.gazette-item {
  margin: 0;
  padding-top: 0;
  /* optional, for perfectly even heights: */
  /* min-height: 210px; */
}
/* === Make hero match the original  === */

.hero-tagline {
  /* Position: hug upper part of the image, anchored to the left */
  position: absolute;
  top: 7%;               /* how far down from the top of the image */
  left: 0;               /* start at the left edge of the image */
  right: auto;
  transform: none;       /* cancel any previous translateX centering */
  margin: 0;
  font-size: 24px;

  /* Size & layout of the banner */
  max-width: 68%;        /* width of the dark bar across the image */
  padding: 1rem 3rem;    /* taller bar with more left/right padding */
  background: rgba(10, 52, 76, 0.95);  /* rich blue, nearly opaque */

  /* Text styling to match Wix */
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* Mobile / narrow screens: keep it readable */
@media (max-width: 900px) {
  .hero-tagline {
    top: 10%;
    max-width: 90%;
    padding: 0.7rem 1.4rem;
    font-size: 1rem;
  }
}
/* Header logo text tweaks */
.logo-title {
  /* Use your Avenida font for "Limmora" */
  font-family: "AvenidaStd", "Times New Roman", serif;
  font-size: 1.5rem;        /* bump this up/down until it feels right */
  letter-spacing: 0.22em;   /* strong spacing like the Wix version */
  text-transform: uppercase;
}

/* Optional: keep subtitle a bit smaller and in Jura/body font */
.logo-subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

/* ===== Global footer ===== */

.site-footer {
  background: #f2ebdd;              /* same warm beige as the page */
  padding: 2.5rem 0 1.8rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.85rem;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

/* Top row: HOME / ABOUT / METRO NEWS / EMPLOYMENT */
.footer-main-nav ul,
.footer-legal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.footer-main-nav {
  margin-bottom: 1.5rem;
}

.footer-main-nav a {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  font-size: 0.8rem;
}

/* Bottom row: Terms / Privacy / Accessibility */
.footer-legal-nav a {
  text-decoration: none;
  color: #222;
}

.footer-legal-nav a:hover,
.footer-main-nav a:hover {
  text-decoration: underline;
}
/* =========================================================
   LEGAL PAGES (Terms, Privacy, Accessibility)
   ====================================================== */

/* If you haven't already defined AvenidaStd somewhere, keep this.
   If you HAVE, you can delete this @font-face block. */
@font-face {
  font-family: "AvenidaStd";
  src: url("fonts/AvenidaStdRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Main legal-page wrapper: centered grey column on beige background */
body {
  background-color: #f2ebdd; /* warm beige like the homepage */
}

main.legal-page {
  max-width: 960px;
  margin: 3rem auto 3rem;          /* gap under header + bottom space */
  padding: 3rem 4rem 4rem;
  background: #f4f3ef;             /* light grey panel */
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  box-sizing: border-box;
}

/* Page title */
.legal-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.legal-header h1 {
  margin: 0;
  font-family: "AvenidaStd", "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #123446; /* deep Limmora blue */
}

/* Section layout */
.legal-section {
  margin-top: 1.9rem;
}

/* Section headings */
.legal-section h2 {
  margin: 0 0 0.5rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: #123446;
}

.legal-section h3 {
  margin: 1.3rem 0 0.4rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: #34424e;
}

/* Paragraphs & lists */
.legal-section p,
.legal-section li {
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #444444;
}

.legal-section p {
  margin: 0 0 0.7rem;
}

.legal-section ul,
.legal-section ol {
  margin: 0 0 0.9rem 1.3rem;
  padding-left: 1rem;
}

.legal-section ul ul,
.legal-section ol ol {
  margin-top: 0.3rem;
}

/* Address block at the bottom */
.legal-address {
  font-style: normal;
  margin-bottom: 0.8rem;
}

/* Links inside legal text (if any) */
.legal-section a {
  color: #aa3434;      /* subtle red accent (like Gazette links) */
  text-decoration: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

/* Make it comfortable on smaller screens */
@media (max-width: 900px) {
  main.legal-page {
    max-width: 100%;
    margin: 2rem 1rem 2.5rem;
    padding: 2rem 1.5rem 3rem;
  }

  .legal-header h1 {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }
}

/* =========================================================
   ABOUT PAGE (updated)
   ====================================================== */

.about-page {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

/* Page title */
.about-title {
  text-align: center;
  margin: 0 0 2rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #2b4558;
}

/* Hero layout */
.about-hero {
  margin-bottom: 2.5rem;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: stretch; /* stretch both columns to same height */
}

@media (max-width: 900px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
  }
}

/* Curator card */
.curator-card {
  background-color: #123f57;
  color: #ffffff;
  padding: 2rem 2.4rem 2.8rem;
  box-sizing: border-box;
  height: 100%; /* match image height */
}

.curator-card-kicker {
  margin: 0 0 1rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-style: italic;
}

.curator-card p {
  margin: 0 0 0.9rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Curator sign-off row */
.curator-signoff {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.curator-signature {
  font-family: "Dancing Script", cursive;
  font-size: 1.4rem;
}

.curator-seal {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

/* Hero image – no box, full-height */
.about-hero-image {
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
}

.about-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Body sections */
.about-body {
  margin-top: 1rem;
  max-width: 1200px;
}

.about-body h2 {
  margin: 1.8rem 0 0.5rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #2b3842;
}

.about-body h3 {
  margin: 1.4rem 0 0.4rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #333a42;
}

.about-body p,
.about-body li {
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d2d2d;
}

.about-body p {
  margin: 0 0 0.8rem;
}

.about-body ul {
  margin: 0 0 1rem 1.4rem;
  padding-left: 1rem;
}

.about-body strong {
  font-weight: 700;
}

/* =========================================================
   EMPLOYMENT – LANDING PAGE
   ====================================================== */

.employment-page {
  padding: 3rem 0 4rem;
}

/* Top intro */
.employment-header {
  max-width: 800px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.employment-header h1 {
  margin: 0 0 1rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #123446;
}

.employment-header p {
  margin: 0 0 0.8rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d2d2d;
}

/* Sections (Current Opening / Future Opportunities) */
.employment-section {
  max-width: 900px;
  margin: 0 auto 2.5rem;
}

.employment-section h2 {
  margin: 0 0 1rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #123446;
}

.employment-section p {
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d2d2d;
}

/* Job card */
.job-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.7rem 1.6rem;
  background: #f8f4ea; /* same cream tone as other cards */
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.job-card-main {
  flex: 1 1 auto;
}

.job-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #123446;
}

.job-tagline {
  margin: 0 0 0.7rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a3a3a;
}

.job-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a4a4a;
}

.job-meta li + li {
  margin-top: 0.2rem;
}

/* Apply button block */
.job-card-actions {
  flex-shrink: 0;
  align-self: center;
}

.btn-apply {
  display: inline-block;
  background: #123446;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 0.6rem 1.8rem;
  border-radius: 2px;
}

.btn-apply:hover {
  text-decoration: none;
  background: #163f57;
}

/* Future Opportunities text */
.employment-future p a {
  color: #325F76;
  text-decoration: none;
}

.employment-future p a:hover {
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-card-actions {
    align-self: flex-start;
  }
}
/* =========================================================
   JUNIOR ARCHIVIST APPLICATION – FORM LAYOUT
   ====================================================== */

.employment-form {
  margin-top: 1.2rem;
}

/* Each field block */
.employment-form .form-row {
  margin-bottom: 1.4rem;
}

/* Labels above inputs */
.employment-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #123446;
}

/* Inputs, selects, textareas full-width under the prompts */
.employment-form input[type="text"],
.employment-form input[type="email"],
.employment-form input[type="url"],
.employment-form select,
.employment-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.45rem 0.6rem;
  border-radius: 2px;
  border: 1px solid #b8b1a4;
  background-color: #fdfaf3;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  color: #2d2d2d;
}

.employment-form textarea {
  min-height: 130px;
  resize: vertical;
}

/* Checkbox rows at the bottom */
.employment-form .form-row-checkbox {
  margin-bottom: 1rem;
}

.employment-form .form-row-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.6;   /* extra line spacing inside each checkbox block */
  color: #2d2d2d;
}

.employment-form .form-row-checkbox input[type="checkbox"] {
  margin-top: 0.3rem; /* lines it up with the first line of text */
}

/* Submit button styling */
.employment-form .form-actions {
  margin-top: 1.8rem;
}

.btn-apply {
  background: #123446;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 0.7rem 2.6rem;
  border-radius: 2px;
  cursor: pointer;
}

.btn-apply:hover {
  background: #163f57;
}

/* =========================================================
   METRO NEWS & NOTICES LANDING PAGE
   ====================================================== */

/* Subheading under the main legal header; used here and on other pages */
.legal-header .legal-subtitle {
  margin-top: 0.6rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #5a5a5a;
}

/* Fine-tune the news page inside the legal-page panel */
.news-page {
  /* legal-page already sets max-width, margins, padding, background, etc. */
}

/* Intro paragraph spacing */
.news-intro p {
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2d2d2d;
}

/* Featured notice section */
.news-featured {
  margin-top: 2.2rem;
}

.news-featured-item {
  padding: 1.5rem 1.6rem;
  background-color: #f8f4ea;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

/* Shared meta styles */
.news-meta {
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 0.4rem;
}

.news-separator {
  margin: 0 0.4rem;
}

/* Titles / links */
.news-title {
  margin: 0 0 0.5rem;
}

.news-title a {
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #123446;
  text-decoration: none;
}

.news-title a:hover {
  text-decoration: underline;
}

/* Excerpts */
.news-excerpt {
  margin: 0 0 0.6rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #333333;
}

/* Read more links */
.news-readmore {
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #325F76;
}

.news-readmore:hover {
  text-decoration: underline;
}

.news-readmore.disabled {
  color: #999999;
  cursor: default;
}

/* Recent stories grid */
.news-list {
  margin-top: 2.6rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.news-item {
  padding: 1.2rem 1.3rem;
  background-color: #f9f6ee;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Placeholder styling (optional subtle distinction) */
.news-item.news-placeholder {
  opacity: 0.9;
  border-style: dashed;
}

/* Responsive: single-column news on smaller screens */
@media (max-width: 800px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   METRO NEWS PAGE
   ====================================================== */

.news-page {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.news-header {
  margin-bottom: 2rem;
}

.news-kicker {
  margin: 0;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #777;
}

.news-header h1 {
  margin: 0.3rem 0 0.75rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b4558;
}

.news-intro {
  margin: 0;
  max-width: 900px;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}

/* Section titles */

.news-section-title {
  margin: 2.2rem 0 0.75rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b3842;
}

/* Cards */

.news-feature-card,
.news-card {
  background: #f8f4ea;
  padding: 1.4rem 1.6rem 1.5rem;
  margin-bottom: 1.3rem;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.03);
}

.news-feature-card {
  border-left: 4px solid #123446;
}

.news-meta {
  margin: 0 0 0.35rem;
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b8b8b;
}

.news-feature-card h3,
.news-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 1.05rem;
}

.news-feature-card h3 a,
.news-card h3 a {
  color: #275f7a;
  text-decoration: none;
}

.news-feature-card h3 a:hover,
.news-card h3 a:hover {
  color: #f2b466;
}

.news-feature-card p,
.news-card p {
  margin: 0 0 0.7rem;
  font-family: "Enriqueta", "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}

.news-readmore {
  font-family: "Jura", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* Recent stories layout */

.news-recent {
  margin-top: 1.5rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.hidden {
  display: none;
}
