/* Personal-site shell only: shared header hierarchy. The canonical WordPress V4 footer remains owned by style.css. */
body.ay-stitch-home-v3 [data-ay-menu="research"] .ay-v2-mega {
  width: min(560px, calc(100vw - 32px));
}

body.ay-stitch-home-v3 .ay-v2-mobile-group {
  border-bottom: 1px solid rgb(15 23 42 / 7%);
}

body.ay-stitch-home-v3 .ay-v2-mobile-submenu {
  display: grid;
  padding: 0 0 10px 12px;
}

body.ay-stitch-home-v3 .ay-v2-mobile-panel .ay-v2-mobile-submenu a {
  padding: 9px 14px;
  color: rgb(15 23 42 / 68%);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

body.ay-stitch-home-v3 .ay-v2-mobile-panel .ay-v2-mobile-cta {
  margin-top: 8px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

/* PUBLIC_REVIEW_V2_DELTA: every rule below is scoped to the exact review lifecycle. */
body.ay-public-review-v2 {
  background: var(--ay-color-cream, #f6f3eb);
}

body.ay-public-review-v2 .ay-v2-header,
body.ay-public-review-v2 .ay-v2-header *,
body.ay-public-review-v2 .ay-v2-header *::before,
body.ay-public-review-v2 .ay-v2-header *::after {
  box-sizing: border-box;
}

body.ay-public-review-v2 #masthead,
body.ay-public-review-v2 .entry-header,
body.ay-public-review-v2 .content-area::before,
body.ay-public-review-v2 .content-area::after {
  display: none;
}

body.ay-public-review-v2 .site-container,
body.ay-public-review-v2 .content-container,
body.ay-public-review-v2 .site-main,
body.ay-public-review-v2 .content-area,
body.ay-public-review-v2 .entry,
body.ay-public-review-v2 .entry-content-wrap,
body.ay-public-review-v2 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.ay-public-review-v2 .entry-content {
  padding-top: 88px;
}

body.ay-public-review-v2 .ay-v2-page {
  overflow: clip;
}

body.ay-public-review-v2 .ay-v2-menu-toggle {
  min-width: 44px;
  min-height: 44px;
}

body.ay-public-review-v2 .ay-v2-mobile-panel a {
  display: flex;
  min-height: 44px;
  align-items: center;
}

@media (max-width: 620px) {
  body.ay-public-review-v2 .entry-content {
    padding-top: 70px;
  }

  body.ay-public-review-v2 .ay-v2-page > [data-ay-component="AY-02"] {
    padding-block-end: 20px;
  }

  body.ay-public-review-v2 .ay-v2-page > [data-ay-component="AY-02"] + .ay-v2-editorial-section {
    padding-block-start: 20px;
  }
}
