/* === HalaMadridistas — Design Overrides === */

/* Typography */
body {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* === Header — Navy === */
:root {
  --color-menu-bg: #00337A;
  --color-menu-border: rgba(201, 168, 76, 0.25);
}

.header {
  background: #00337A;
}

/* Logo image */
.logo__img {
  border-radius: 50%;
  object-fit: cover;
  width: 72px;
  height: 72px;
}

/* Logo */
.logo__title {
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
}

.logo__tagline {
  color: #C9A84C;
  border-top-color: rgba(201, 168, 76, 0.35);
  font-family: 'Crimson Pro', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

/* === Post Titles === */
.post__title,
.post__title a,
.main__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.3;
}

/* === Article Body === */
.post__content p {
  margin-bottom: 1.4rem;
}

.post__content h2,
.post__content h3 {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

/* === Sidebar === */
.widget__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* === Instagram embed — float in article, small on homepage === */
.post__content .instagram-media {
  float: left !important;
  max-width: 360px !important;
  min-width: 0 !important;
  margin: 0 1.5rem 1rem 0 !important;
}

.list__excerpt .instagram-media {
  max-width: 320px !important;
  min-width: 0 !important;
}

/* === Footer === */
.footer {
  border-top-color: #C9A84C;
}
