.about-page {
  background-color: #f7f7f8;
  color: #111111;
}

.about-page a {
  color: inherit;
}

.about-page a:hover {
  color: #12163d;
  text-decoration: none;
}

.about-hero {
  padding: 5rem 1.5rem 3rem;
  background-color: #ffffff;
  border-bottom: 1px solid #e3e4e8;
}

.about-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-hero .about-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  color: #55565a;
}

.about-hero__headline {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: #111111;
}

.about-hero__subheadline {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #12163d;
}

.about-hero__intro {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 40rem;
  color: #333438;
}

.about-section {
  padding: 3rem 1.5rem;
  background-color: #f7f7f8;
  border-bottom: 1px solid #e3e4e8;
}

.about-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about-section__title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  color: #111111;
}

.about-section__body p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #333438;
}

/* Timeline */
.about-timeline__intro {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a4b50;
  margin-bottom: 2rem;
}

.about-timeline {
  border-left: 1px solid #d0d1d6;
  margin-left: 0.5rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline-item {
  position: relative;
}

.timeline-year {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 0.25rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #12163d;
}

.timeline-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333438;
  margin: 0;
}

/* What we cover grid */
.about-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-grid__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem 1.5rem;
}

.about-grid__list li {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.about-grid__note {
  max-width: 32rem;
}

.about-grid__note p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a4b50;
}

/* How we report columns */
.about-columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-columns__col {
  flex: 1;
}

.about-columns__col h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #111111;
}

.about-columns__col p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #333438;
}

.about-columns__col--links {
  align-self: flex-start;
}

.about-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.about-links li {
  margin-bottom: 0.5rem;
}

.about-links a {
  font-size: 0.95rem;
  text-decoration: underline;
}

/* Contact page */
.contact-page .contact-section {
  background-color: #f7f7f8;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.contact-card {
  background-color: #ffffff;
  border: 1px solid #e3e4e8;
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem 1.25rem;
}

.contact-card__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #111111;
}

.contact-card__description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: #333438;
}

.contact-card__email a {
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.contact-form-wrapper {
  max-width: 720px;
}

.contact-form-container {
  margin-top: 1.5rem;
}

/* Light WPForms integration */
.contact-page .wpforms-container {
  margin-bottom: 0;
}

.contact-page .wpforms-form {
  font-size: 0.95rem;
}

.contact-page .wpforms-field-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #111111;
}

.contact-page .wpforms-field input[type="text"],
.contact-page .wpforms-field input[type="email"],
.contact-page .wpforms-field input[type="tel"],
.contact-page .wpforms-field textarea {
  border-radius: 0.5rem;
  border: 1px solid #d0d1d6;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
}

.contact-page .wpforms-submit-container {
  margin-top: 1rem;
}

.contact-page .wpforms-submit {
  border-radius: 999px;
  background-color: #12163d;
  border: none;
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem;
}

.contact-page .wpforms-submit:hover,
.contact-page .wpforms-submit:focus {
  background-color: #0d1230;
}

/* Media services / advertising */
.media-page .media-section {
  background-color: #f7f7f8;
}

.media-hero {
  padding: 4rem 1.5rem 3.5rem;
}

.media-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}

/* Section label above the main headline */
.media-hero__eyebrow {
  font-family: "Neue Haas Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 0.75rem;
}

/* Primary hero headline: strong, confident */
.media-hero__title {
  font-family: "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 1.25rem;
  color: #12163d;
}

@media (min-width: 768px) {
  .media-hero__title {
    font-size: 3.25rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .media-hero__title {
    font-size: 3.75rem;
  }
}

.media-hero__intro {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 2rem;
  max-width: 36em;
}

/* CTAs: clear buttons, no underline */
.media-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.media-hero__actions a {
  text-decoration: none;
}

.media-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid #12163d;
  background-color: #12163d;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.media-hero__btn:hover,
.media-hero__btn:focus {
  text-decoration: none;
  color: #ffffff;
}

.media-hero__btn--primary:hover,
.media-hero__btn--primary:focus {
  background-color: #0d0f2e;
  border-color: #0d0f2e;
}

.media-hero__btn--secondary {
  background-color: transparent;
  color: #12163d;
}

.media-hero__btn--secondary:hover,
.media-hero__btn--secondary:focus {
  background-color: #12163d;
  color: #ffffff;
}

/* Section shell for media page */
.media-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.media-section__title {
  font-family: "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
  color: #12163d;
}

@media (min-width: 768px) {
  .media-section__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}

.media-section__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 1.5rem;
  max-width: 42em;
}

/* Services grid: 7 cards */
.media-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .media-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .media-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.media-service-card {
  background-color: #ffffff;
  border: 1px solid #e3e4e8;
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.media-service-card:hover {
  border-color: #12163d;
  box-shadow: 0 4px 12px rgba(18, 22, 61, 0.08);
}

.media-service-card__title {
  font-family: "Neue Haas Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #12163d;
}

.media-service-card__body {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  color: #374151;
}

.media-section--services .media-section__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.media-section--audience .media-section__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.media-section--audience .media-pill-list {
  margin-bottom: 0;
}

.media-section--cta {
  background-color: #ffffff;
  border-top: 1px solid #e3e4e8;
}

.media-section--cta .media-section__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.media-two-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.media-two-column__col {
  flex: 1;
}

.media-audience-pills {
  align-self: flex-start;
}

.media-pill-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.media-pill-list--secondary {
  gap: 0.45rem;
}

.media-pill-list li {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #d0d1d6;
}

.media-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.media-card {
  background-color: #ffffff;
  border: 1px solid #e3e4e8;
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem 1.25rem;
}

.media-card__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #111111;
}

.media-card__body {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  color: #333438;
}

.media-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 0;
}

.media-bullet-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333438;
}

.media-bullet-list li + li {
  margin-top: 0.25rem;
}

.media-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #12163d;
}

.media-cta-block {
  max-width: 640px;
}

.media-cta-block__title {
  font-family: "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
  color: #12163d;
}

@media (min-width: 768px) {
  .media-cta-block__title {
    font-size: 1.75rem;
  }
}

.media-cta-block__text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 0.5rem;
}

.media-cta-block__email {
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
}

.media-cta-block__email a {
  color: #12163d;
  text-decoration: none;
}

.media-cta-block__email a:hover {
  text-decoration: underline;
}

.media-cta-block__actions {
  margin-top: 0;
}

/* Team / Leadership */
.team-page .team-hero {
  padding-bottom: 2.5rem;
}

.team-section + .team-section {
  border-top: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.team-card {
  background-color: #ffffff;
  border: 1px solid #e3e4e8;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-card__image {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 1rem;
}

.team-card__image img {
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  object-fit: cover;
  display: inline-block;
  transition: transform 0.25s ease;
}

.team-card__name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.team-card__title {
  font-size: 0.9rem;
  color: #55565a;
  margin: 0;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

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

@media (min-width: 600px) {
  .media-two-column {
    flex-direction: row;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 992px) {
  .media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-form-wrapper {
    max-width: 800px;
  }

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

@media (min-width: 768px) {
  .about-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .about-hero__headline {
    font-size: 3rem;
    letter-spacing: 6px;
  }

  .about-section {
    padding: 4rem 1.5rem;
  }

  .about-columns {
    flex-direction: row;
  }
}

