/* Shared by the new Stoa pages and the inherited Quark article layouts. */
.stoa-footer {
  background: #f9f7f2;
  color: #1a1714;
  font: 12px/1.8 Arial, Helvetica, sans-serif;
}

.stoa-engagement {
  background: #f0ede5;
  border-top: 1px solid #e8e6e0;
  color: #1a1714;
  font-family: Arial, Helvetica, sans-serif;
}

.stoa-engagement-inner {
  width: min(1216px, calc(100% - 112px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: stretch;
}

.stoa-engagement-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #7a7060;
  font-size: var(--stoa-text-xs);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.stoa-share { padding: 30px 0; }
.stoa-share h2, .stoa-memento h2 { margin: 0 0 14px; font: 400 clamp(30px, 2.7vw, 42px)/1.12 'Playfair Display', Georgia, serif; letter-spacing: -.03em; }
.stoa-share p, .stoa-memento p { max-width: 390px; margin: 0; color: #3d3830; font-size: 14px; line-height: 1.75; }
.stoa-shariff { margin-top: 28px; }
/*.stoa-shariff .shariff { max-width: 320px; }*/
.stoa-shariff .shariff .orientation-horizontal { gap: 7px; justify-content: flex-start; }
.stoa-shariff .shariff .orientation-horizontal li { width: 36px; margin: 0; }
.stoa-shariff .shariff li, .stoa-shariff .shariff li a { height: 36px; }
.stoa-shariff .shariff li a { border-radius: 50%; transition: transform .18s ease, opacity .18s ease; }
.stoa-shariff .shariff li a:hover { transform: translateY(-2px); opacity: .86; }
.stoa-shariff .shariff li .fab, .stoa-shariff .shariff li .far, .stoa-shariff .shariff li .fas { width: 36px; line-height: 36px; }

.stoa-memento {
  min-height: 300px;
  padding: 38px 42px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  background: #1f2a25;
  color: #f9f7f2;
}

.stoa-memento-copy { position: relative; z-index: 1; max-width: 390px; }
.stoa-memento .stoa-engagement-eyebrow { color: #d4cdbd; }
.stoa-memento h2 { color: #f9f7f2; }
.stoa-memento p { color: #e3dfd4; }
.stoa-memento > img { width: 150px; min-width: 150px; height: 218px; align-self: flex-end; object-fit: cover; object-position: center; box-shadow: 0 14px 24px #0006; transform: rotate(4deg) translateY(12px); }
.stoa-memento-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 22px; margin-top: 25px; }
.stoa-memento-button { padding: 12px 17px; border: 1px solid #e8e6e0; background: #f9f7f2; color: #1a1714; font-size: 12px; cursor: pointer; }
.stoa-memento-button:hover { background: #acc6ac; border-color: #acc6ac; }
.stoa-memento-button span { margin-left: 12px; font-size: 16px; }
.stoa-memento a { color: #f9f7f2; border-bottom: 1px solid #d4cdbd; font-size: 12px; text-decoration: none; }
.stoa-memento a:hover { color: #acc6ac; }

.reflection-subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  margin: 34px 0 0;
  padding: 31px 36px;
  border-left: 4px solid #acc6ac;
  background: #1f2a25;
  color: #f9f7f2;
}

.reflection-subscribe > div { max-width: 690px; }
.reflection-subscribe .stoa-engagement-eyebrow { color: #d4cdbd; }
.reflection-subscribe h2 { margin: 0 0 9px; color: #f9f7f2; font: 400 27px/1.25 'Playfair Display', Georgia, serif; letter-spacing: -.02em; }
.reflection-subscribe p { margin: 0; color: #e3dfd4; font-size: 13px; line-height: 1.7; }
.reflection-subscribe button { flex-shrink: 0; padding: 12px 17px; border: 1px solid #e8e6e0; border-radius: 0; background: #f9f7f2; color: #1a1714; font-size: 12px; cursor: pointer; }
.reflection-subscribe button:hover { background: #acc6ac; border-color: #acc6ac; }
.reflection-subscribe button:focus-visible { outline: 2px solid #f9f7f2; outline-offset: 4px; }
.reflection-subscribe button span { margin-left: 14px; font-size: 16px; }
.reading-main .reflection-subscribe { margin-top: 48px; }

.stoa-footer-inner {
  width: min(1216px, calc(100% - 112px));
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #e8e6e0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 45px;
}

.stoa-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1a1714;
  font: 17px/1 Georgia, 'Times New Roman', serif;
  letter-spacing: .12em;
  white-space: nowrap;
}

.stoa-footer-brand .brand-symbol {
  width: 25px;
  height: 34px;
  flex-shrink: 0;
}

.stoa-footer-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px 35px;
}

.stoa-footer-content p {
  margin: 0;
  color: #7a7060;
  font-size: var(--stoa-text-xs);
  line-height: 1.8;
}

.stoa-footer .footer-intro {
  grid-row: 1 / span 3;
}

.stoa-footer .footer-tagline {
  color: #3d3830;
  margin-bottom: 10px;
  font-size: var(--stoa-text-xs);
  letter-spacing: .06em;
}

.stoa-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: var(--stoa-text-xs);
}

.stoa-footer a {
  color: #1a1714;
  text-decoration: none;
}

.stoa-footer a:hover {
  color: var(--stoa-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.stoa-footer a:focus-visible {
  outline: 2px solid var(--stoa-accent);
  outline-offset: 5px;
}

.stoa-footer .footer-disclosure small {
  font-size: inherit;
}

@media (max-width: 1100px) {
  .stoa-engagement-inner { width: calc(100% - 64px); gap: 42px; }
  .stoa-footer-inner {
    width: calc(100% - 64px);
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .stoa-engagement-inner { width: calc(100% - 44px); padding: 48px 0; grid-template-columns: 1fr; gap: 17px; }
  .stoa-share { padding: 0 0 14px; }
  .stoa-memento { min-height: 0; padding: 31px 25px; }
  .stoa-memento > img { width: 88px; min-width: 88px; height: 148px; transform: rotate(4deg) translateY(9px); }
  .stoa-memento-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .reflection-subscribe { align-items: flex-start; flex-direction: column; gap: 22px; padding: 27px 23px; }
  .reflection-subscribe h2 { font-size: 25px; }
  .stoa-footer-inner {
    width: calc(100% - 44px);
    padding: 30px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .stoa-footer-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stoa-footer .footer-intro {
    grid-row: auto;
  }
}
