@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: clip;
  margin: 0;
  background: #f7f5f0;
  color: #26303f;
  font-size: 1.6rem;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 1.2rem 1.6rem;
  top: 0.8rem;
  left: 0.8rem;
  background: #fff;
  color: #16233d;
  z-index: 1000;
}

:focus-visible {
  outline: 2px solid #d3b985;
  outline-offset: 3px;
}

.site-main {
  min-height: 60vh;
}

.entry-header,
.archive-content {
  margin-top: clamp(6.4rem, 8vw, 11.2rem);
  margin-bottom: clamp(4rem, 6vw, 8rem);
}

.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.entry-content > .alignfull {
  width: auto;
  max-width: none;
}

.has-display-font-size {
  letter-spacing: 0.076rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(22, 35, 61, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.site-header__inner {
  max-width: 1280px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 clamp(2rem, 4vw, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
}

.custom-logo {
  width: auto;
  max-width: 193px;
  max-height: 42px;
}

.site-title {
  color: #fff;
  font: 500 2.4rem "Cormorant Garamond", Georgia, serif;
  text-decoration: none;
}

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  display: block;
  padding: 0.08rem 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.052rem;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: #d3b985;
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  min-width: 210px;
  margin: 0;
  padding: 1.2rem;
  list-style: none;
  background: #0f1829;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  display: block;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }
  .primary-navigation {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 1.6rem 2.4rem 3.2rem;
    background: #16233d;
  }
  .primary-navigation.is-open {
    display: block;
  }
  .primary-menu {
    display: block;
  }
  .primary-menu a {
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font: 500 2.4rem "Cormorant Garamond", Georgia, serif;
  }
  .primary-menu .sub-menu {
    display: block;
    position: static;
    padding: 0 0 0 1.6rem;
    background: transparent;
  }
}
.armory-seasonal-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(560px, 78vh, 780px);
  flex-direction: column;
  background: #0f1829;
  color: #fff;
}
.armory-seasonal-hero:before {
  width: 100%;
  height: 100%;
  background: rgba(22, 35, 61, 0.8588235294);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
}

.armory-seasonal-hero__images,
.armory-seasonal-hero__scrim {
  position: absolute;
  inset: 0;
  margin: 0;
}

.armory-seasonal-hero__images .wp-block-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  animation: armory-season-fade 24s infinite;
}

.armory-seasonal-hero__images .wp-block-image:nth-child(2) {
  animation-delay: 8s;
}

.armory-seasonal-hero__images .wp-block-image:nth-child(3) {
  animation-delay: 16s;
}

.armory-seasonal-hero__images .wp-block-image:only-child {
  opacity: 1;
  animation: none;
}

.armory-seasonal-hero__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.armory-seasonal-hero__scrim {
  z-index: 1;
  background: linear-gradient(160deg, rgba(15, 24, 41, 0.88) 0%, rgba(22, 35, 61, 0.82) 55%, rgba(30, 47, 82, 0.86) 100%);
}

.armory-seasonal-hero__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(7.2rem, 12vh, 12.9rem);
  padding-bottom: clamp(5rem, 8vh, 9.6rem);
  text-align: center;
  margin-top: 0;
}

.armory-seasonal-hero__content h1 {
  color: #fff;
}

.armory-seasonal-hero__content h1 em {
  color: #d3b985;
  font-weight: 500;
}

.armory-seasonal-hero__content > p:last-child {
  max-width: 62ch;
  margin: 2.6rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.6rem, 1.9vw, 1.9rem) !important;
}

@keyframes armory-season-fade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .armory-seasonal-hero__images .wp-block-image {
    animation: none;
  }
  .armory-seasonal-hero__images .wp-block-image:first-child {
    opacity: 1;
  }
}
.armory-strategy-panels {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 0;
  border: 0;
}

.armory-strategy-panels > .wp-block-column {
  display: flex;
}

.armory-strategy-panel {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 30rem;
  padding: clamp(3.6rem, 5vw, 6rem) clamp(2.8rem, 4vw, 5.6rem);
  background: rgba(255, 255, 255, 0.025);
  text-align: left;
  transition: background 0.25s;
}

.armory-strategy-panel:hover {
  background: rgba(179, 146, 90, 0.09);
}

.armory-strategy-panel h3 {
  color: #fff;
}

.armory-strategy-panel .wp-block-heading {
  margin: 0 0 1.2rem;
  font-size: clamp(2.6rem, 3vw, 3.4rem);
}

.armory-strategy-panel .is-style-armory-eyebrow {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
}

.armory-strategy-panel p:not(.is-style-armory-eyebrow) {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.5rem;
}

.armory-strategy-panel .wp-block-buttons {
  margin-top: auto;
  padding-top: 1.9rem;
}

.armory-strategy-panel .wp-block-button__link {
  padding: 0;
  border: 0;
  color: #d3b985;
  background: transparent;
}

.armory-strategy-panel .wp-block-button__link {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.armory-strategy-panel .wp-block-button__link::after {
  content: " →";
  transition: margin-left 0.2s;
}

.armory-strategy-panel:hover .wp-block-button__link::after {
  margin-left: 0.4rem;
}

.armory-strategy-panels > .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.is-style-armory-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6.4rem, 9vw, 10.2rem);
  padding-bottom: clamp(6.4rem, 9vw, 10.2rem);
  background: #16233d;
  color: #fff;
}

.is-style-armory-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 85% 10%, rgba(179, 146, 90, 0.14), transparent 60%);
  pointer-events: none;
}

.is-style-armory-page-hero > * {
  position: relative;
  z-index: 1;
}

.is-style-armory-page-hero h1,
.is-style-armory-quote-band h2 {
  color: #fff;
}

.is-style-armory-page-hero h1 {
  max-width: 20ch;
  font-size: clamp(3.4rem, 5vw, 5.6rem);
}

.is-style-armory-page-hero p:not(.is-style-armory-eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.is-style-armory-page-hero p:last-child {
  max-width: 62ch;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.8rem;
}

.is-style-armory-section {
  padding-top: clamp(5.4rem, 9vw, 11rem);
  padding-bottom: clamp(5.4rem, 9vw, 11rem);
}

.is-style-armory-card {
  height: 100%;
  padding: clamp(2.4rem, 3vw, 3.6rem);
  border: 1px solid #e0dbcf;
  border-top: 3px solid #b3925a;
  background: #fff;
}

.is-style-armory-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.is-style-armory-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(22, 35, 61, 0.08);
}

.is-style-armory-quote-band {
  padding-top: clamp(6.4rem, 9vw, 10rem);
  padding-bottom: clamp(6.4rem, 9vw, 10rem);
  background: #16233d;
  color: #fff;
  text-align: center;
}

.is-style-armory-quote-band blockquote {
  max-width: 30.5ch;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.4;
}

.is-style-armory-quote-band cite {
  display: block;
  margin-top: 2.6rem;
  color: #d3b985;
  font: normal 1.3rem/1.5 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
}

.is-style-armory-quote-band cite small {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}

.is-style-armory-eyebrow,
.eyebrow {
  margin-bottom: 1.6rem;
  color: #b3925a;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.264rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.has-navy-background-color .is-style-armory-eyebrow,
.is-style-armory-page-hero .is-style-armory-eyebrow,
.is-style-armory-quote-band .is-style-armory-eyebrow {
  color: #d3b985;
}

.is-style-armory-divided > .wp-block-column + .wp-block-column {
  border-left: 1px solid #e0dbcf;
  padding-left: var(--wp--preset--spacing--50);
}

.is-style-armory-image-strip {
  overflow: hidden;
}

.is-style-armory-image-strip img {
  width: 100%;
  height: clamp(200px, 30vh, 340px);
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-armory-image-strip figcaption {
  margin: 0.6rem clamp(2rem, 4vw, 4.8rem) 0;
  color: #5b6472;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-align: right;
}

.armory-spec-strip {
  position: relative;
  display: flex;
  min-height: clamp(20rem, 30vh, 34rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  overflow: hidden;
  padding: 2.4rem;
  background: linear-gradient(160deg, #0f1829, #1e2f52);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.armory-spec-strip .wp-block-image {
  position: absolute;
  width: 12rem;
  opacity: 0.1;
}

.armory-spec-strip p {
  position: relative;
  max-width: 52ch;
  margin: 0;
  font: italic clamp(1.7rem, 2.2vw, 2.2rem)/1.4 "Cormorant Garamond", Georgia, serif;
}

.armory-spec-strip .is-style-armory-eyebrow {
  color: #d3b985;
  font: 700 1.05rem/1.4 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  letter-spacing: 0.26em;
}

.wp-block-separator {
  width: 44px;
  height: 2px;
  margin-left: 0;
  border: 0;
}

.wp-block-button__link:hover {
  background: #b3925a;
  color: #fff !important;
}

.has-navy-background-color .wp-block-button__link,
.has-navy-dark-background-color .wp-block-button__link {
  border-color: #d3b985;
  color: #d3b985;
}

.wp-block-columns {
  align-items: stretch;
}

.armory-section-head {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 4.8rem;
  margin-left: 0;
}

.armory-section-head h2 {
  font-size: clamp(3rem, 4vw, 4.4rem);
}

.armory-pillars {
  background: #f7f5f0;
}

.armory-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2.4rem, 3vw, 4.8rem);
}

.armory-pillar {
  background: transparent;
  margin-top: 0;
}

.armory-pillar h3 {
  margin: 0 0 1.2rem;
  padding-top: 1.6rem;
  border-top: 2px solid #b3925a;
  color: #16233d;
  font: 700 1.2rem/1.4 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.armory-pillar p {
  color: #5b6472;
  font-size: 1.45rem;
}

.armory-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.2rem, 5vw, 7.2rem);
  align-items: start;
}

.armory-split h2 {
  font-size: clamp(2.6rem, 3.4vw, 3.6rem);
}

.armory-rule {
  width: 44px;
  height: 2px;
  margin: 2.2rem 0;
  border: 0;
  background: #b3925a;
}

.armory-feature-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.armory-feature-list li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #e0dbcf;
}

.armory-feature-list strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #16233d;
  font: 600 1.9rem/1.3 "Cormorant Garamond", Georgia, serif;
  line-height: 1.65;
}

.armory-feature-list span {
  color: #5b6472;
  font-size: 1.45rem;
}

.armory-criteria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.8rem, 4vw, 4.8rem);
}

.armory-criteria-card {
  padding: 3.6rem 3.4rem;
  border: 1px solid #e0dbcf;
  border-top: 3px solid #b3925a;
  background: #fff;
}

.armory-criteria-card h3 {
  margin: 0 0 0.6rem;
  font-size: 2.6rem;
  font-weight: 600;
}

.armory-criteria-card > p:first-of-type {
  margin-bottom: 2.4rem;
  color: #5b6472;
  font-size: 1.3rem;
}

.armory-criteria-card h4 {
  margin: 2.2rem 0 1rem;
  color: #b3925a;
  font: 700 1.1rem/1.4 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.armory-criteria-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.armory-criteria-card li {
  position: relative;
  padding: 0.7rem 0 0.7rem 2rem;
  font-size: 1.45rem;
}

.armory-criteria-card li::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.8rem;
  height: 1.5px;
  background: #b3925a;
}

.armory-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}

.team-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(22, 35, 61, 0.09);
}

.team-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.armory-team-card {
  padding: 4rem 2.6rem 3.2rem;
  border: 1px solid #e0dbcf;
  background: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}

.armory-team-card__avatar {
  position: relative;
  display: flex;
  width: 84px;
  height: 84px;
  margin: 0 auto 2rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #16233d;
  color: #d3b985;
  font: 600 2.7rem/1 "Cormorant Garamond", Georgia, serif;
}

.armory-team-card__avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.armory-team-card h3 {
  margin: 0 0 0.4rem;
  font-size: 2.2rem;
  font-weight: 600;
}

.armory-team-card__title {
  margin-bottom: 1.6rem;
  color: #5b6472;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.armory-team-card__links {
  display: flex;
  gap: 1.4rem;
  justify-content: center;
}

.armory-team-card__links a {
  color: #b3925a;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.armory-company-grid,
.armory-community-grid {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.armory-company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2.2rem;
}

.armory-community-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.2rem;
}

.armory-card {
  height: 100%;
  padding: 3rem 2.6rem;
  border: 1px solid #e0dbcf;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.armory-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(22, 35, 61, 0.09);
}

.armory-card--past {
  background: transparent;
}

.armory-card__image {
  height: 150px;
  margin: -3rem -2.8rem 2rem;
  overflow: hidden;
}

.armory-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.armory-card__logo {
  height: 92px;
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0dbcf;
}

.armory-card__logo img {
  max-width: 210px;
  max-height: 64px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.armory-card--past .armory-card__logo img {
  filter: grayscale(1);
  opacity: 0.72;
  mix-blend-mode: multiply;
}

.armory-card__eyebrow,
.armory-card__status {
  color: #b3925a;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.armory-card__status {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.4rem 1rem;
  background: #efe6d3;
  color: #7a6132;
  letter-spacing: 0.1em;
}

.armory-card__status--development {
  background: #e6ebe8;
  color: #3d5648;
}

.armory-card__title {
  margin: 1.4rem 0 1rem;
  font: 600 2.3rem/1.15 "Cormorant Garamond", Georgia, serif;
  color: #16233d;
}

.armory-card__content {
  color: #5b6472;
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
}

.armory-card__content > :first-child {
  margin-top: 0;
}

.armory-card__content > :last-child {
  margin-bottom: 0;
}

.armory-card__meta {
  margin: 1.1rem 0 1.3rem;
  color: #5b6472;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.armory-card__meta a {
  color: #b3925a;
}

.armory-card__types {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

.armory-card__types span {
  padding: 0.4rem 1rem;
  border: 1px solid #e0dbcf;
  color: #5b6472;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.wp-block-buttons .wp-block-button__link {
  transition: 0.5s;
}

@media (max-width: 900px) {
  .armory-company-grid,
  .armory-community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .armory-pillar-grid,
  .armory-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .armory-split,
  .armory-criteria-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .armory-pillar-grid,
  .armory-team-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 781px) {
  .armory-strategy-panels > .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 600px) {
  .armory-company-grid,
  .armory-community-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 781px) {
  .is-style-armory-divided > .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid #e0dbcf;
    padding-top: var(--wp--preset--spacing--50);
    padding-left: 0;
  }
}
.footer-widgets {
  padding: clamp(6.4rem, 9vw, 10rem) clamp(2rem, 4vw, 4.8rem);
  background: #16233d;
  color: rgba(255, 255, 255, 0.66);
}

.footer-widgets__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3 {
  color: #fff;
}

.footer-widgets a {
  color: #d3b985;
}

.footer-widgets .is-style-armory-eyebrow {
  color: #d3b985;
}

.footer-widget {
  margin: 0;
}

.site-footer {
  padding: 3.2rem clamp(2rem, 4vw, 4.8rem);
  background: #0f1829;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.3rem;
}

.site-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.post-card {
  padding: 3.2rem 0;
  border-bottom: 1px solid #e0dbcf;
}

.post-card__title {
  margin-bottom: 0.8rem;
}

.post-card__title a {
  color: #16233d;
  text-decoration: none;
}

.post-card__meta {
  color: #5b6472;
  font-size: 1.3rem;
}

@media (max-width: 700px) {
  .site-footer__inner {
    display: block;
  }
  .footer-menu {
    margin-top: 1.6rem;
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style.css.map */