/** Featured press — liquid glass polish (Sara Bozich client feature) */

body.home .pa-featured-press,
body.pa-glass-site.home .pa-featured-press {
  --pa-press-ink: #1d1d1f;
  --pa-press-muted: rgba(29, 29, 31, 0.62);
  --pa-press-blue: #0071e3;
  --pa-press-pastel-sky: rgba(147, 197, 253, 0.55);
  --pa-press-pastel-mint: rgba(167, 243, 208, 0.42);
  --pa-press-pastel-peach: rgba(253, 224, 196, 0.38);
  position: relative;
  padding: clamp(1rem, 2.4vw, 1.5rem) clamp(1rem, 3.5vw, 1.75rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.72) 0%, rgba(240, 253, 250, 0.55) 48%, rgba(255, 251, 245, 0.4) 100%) !important;
}

/* Soft pastel orbs — give glass something to refract */
body.home .pa-featured-press__orbs {
  position: absolute;
  inset: -8% -4%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

body.home .pa-featured-press__orbs::before,
body.home .pa-featured-press__orbs::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
}

body.home .pa-featured-press__orbs::before {
  width: min(32rem, 88vw);
  height: min(20rem, 56vw);
  top: -12%;
  left: -12%;
  background: radial-gradient(circle, var(--pa-press-pastel-sky) 0%, transparent 70%);
}

body.home .pa-featured-press__orbs::after {
  width: min(28rem, 80vw);
  height: min(18rem, 50vw);
  right: -14%;
  bottom: -18%;
  background:
    radial-gradient(circle, var(--pa-press-pastel-mint) 0%, transparent 66%),
    radial-gradient(circle at 40% 30%, var(--pa-press-pastel-peach) 0%, transparent 58%);
}

/* Primary glass vessel — photo flush to top edge */
body.home .pa-featured-press__shell,
body.pa-glass-site.home .pa-featured-press__shell {
  position: relative;
  z-index: 1;
  width: min(48rem, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-radius: var(--pa-ios-radius-xl, 28px);
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 55%, rgba(240, 249, 255, 0.34) 100%) !important;
  backdrop-filter: blur(32px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(200%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(255, 255, 255, 0.35),
    0 22px 56px rgba(29, 29, 31, 0.07),
    0 4px 16px rgba(59, 130, 246, 0.08) !important;
}

/* Coronet Park photo — full block width, centered crop */
body.home .pa-featured-press__media {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  height: clamp(11.5rem, 36vw, 19rem);
  overflow: hidden;
  background: #1d1d1f;
}

body.home .pa-featured-press__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
}

body.home .pa-featured-press__media-fade {
  position: absolute;
  inset: auto 0 0;
  height: 14%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(248, 250, 252, 0.18) 60%,
    rgba(248, 250, 252, 0.45) 100%
  );
}

body.home .pa-featured-press__caption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.7rem;
  z-index: 1;
  margin: 0;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(29, 29, 31, 0.42);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

body.home .pa-featured-press__body {
  padding: 0.85rem clamp(0.9rem, 2.4vw, 1.35rem) clamp(0.95rem, 2vw, 1.2rem);
}

body.home .pa-featured-press__head {
  text-align: center;
  margin-bottom: 0.7rem;
}

body.home .pa-featured-press__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 auto 0.55rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(0, 113, 227, 0.88);
}

/* Sara Bozich logo — transparent lockup on soft glass plate */
body.home .pa-featured-press__brand {
  display: flex;
  justify-content: center;
  margin: 0 auto 0.55rem;
}

body.home .pa-featured-press__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.35rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88) 0%, rgba(236, 253, 245, 0.62) 48%, rgba(224, 242, 254, 0.7) 100%);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 10px 28px rgba(29, 29, 31, 0.055),
    0 0 0 1px rgba(122, 185, 185, 0.16);
  text-decoration: none !important;
  transition:
    transform 0.2s cubic-bezier(0.28, 0.11, 0.32, 1),
    box-shadow 0.2s cubic-bezier(0.28, 0.11, 0.32, 1);
}

body.home .pa-featured-press__brand-link:hover,
body.home .pa-featured-press__brand-link:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 14px 34px rgba(29, 29, 31, 0.08),
    0 0 0 1px rgba(122, 185, 185, 0.32);
  outline: none;
}

body.home .pa-featured-press__brand-link:focus-visible {
  outline: 2px solid rgba(122, 185, 185, 0.7);
  outline-offset: 3px;
}

body.home .pa-featured-press__logo {
  display: block;
  width: auto;
  height: clamp(3rem, 7.5vw, 3.75rem);
  max-width: min(13rem, 68vw);
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .pa-featured-press__logo--foot {
  height: 2.15rem;
  max-width: 7.25rem;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.home .pa-featured-press__foot-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72) 0%, rgba(236, 253, 245, 0.45) 100%);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  transition: transform 0.2s cubic-bezier(0.28, 0.11, 0.32, 1);
}

body.home .pa-featured-press__foot-logo-link:hover,
body.home .pa-featured-press__foot-logo-link:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

body.home .pa-featured-press__foot-logo-link:focus-visible {
  outline: 2px solid rgba(122, 185, 185, 0.7);
  outline-offset: 3px;
}

/* Accessible page heading — logo carries the visual brand */
body.home .pa-featured-press__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.home .pa-featured-press__lead {
  margin: 0.15rem auto 0;
  max-width: 30rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--pa-press-muted);
  text-wrap: pretty;
}

body.home .pa-featured-press__quotes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

/* Liquid-glass quote cards — opening + closing marks wrap the line */
body.home .pa-featured-press__quote,
body.pa-glass-site.home .pa-featured-press__quote {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  column-gap: 0.35rem;
  margin: 0;
  padding: 0.85rem 0.95rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.72) 0%, rgba(224, 242, 254, 0.42) 52%, rgba(236, 253, 245, 0.38) 100%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    0 8px 22px rgba(29, 29, 31, 0.045) !important;
  text-align: left;
  transition:
    transform 0.22s cubic-bezier(0.28, 0.11, 0.32, 1),
    box-shadow 0.22s cubic-bezier(0.28, 0.11, 0.32, 1),
    border-color 0.22s ease;
}

body.home .pa-featured-press__quote--hero,
body.pa-glass-site.home .pa-featured-press__quote--hero {
  padding: 1rem 1.05rem 1.05rem;
  border-color: rgba(147, 197, 253, 0.72) !important;
  background:
    linear-gradient(145deg, rgba(186, 230, 253, 0.42) 0%, rgba(167, 243, 208, 0.22) 48%, rgba(255, 255, 255, 0.58) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 12px 30px rgba(59, 130, 246, 0.1),
    0 2px 10px rgba(29, 29, 31, 0.03) !important;
}

body.home .pa-featured-press__mark {
  display: block;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: rgba(0, 113, 227, 0.48);
  user-select: none;
  pointer-events: none;
}

body.home .pa-featured-press__mark--open {
  align-self: start;
  margin-top: -0.05rem;
}

body.home .pa-featured-press__mark--close {
  align-self: end;
  margin-bottom: -0.1rem;
  color: rgba(14, 165, 160, 0.45);
}

body.home .pa-featured-press__quote--hero .pa-featured-press__mark {
  font-size: 2.35rem;
  color: rgba(0, 113, 227, 0.55);
}

body.home .pa-featured-press__quote--hero .pa-featured-press__mark--close {
  color: rgba(14, 165, 160, 0.52);
}

body.home .pa-featured-press__quote-text {
  margin: 0;
  padding: 0.15rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.42;
  letter-spacing: -0.012em;
  color: var(--pa-press-ink);
  text-wrap: pretty;
}

body.home .pa-featured-press__quote--hero .pa-featured-press__quote-text {
  font-size: clamp(0.95rem, 2.2vw, 1.0625rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: -0.016em;
}

body.home .pa-featured-press__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.85rem;
  margin-top: 0.75rem;
  text-align: center;
}

body.home .pa-featured-press__attribution {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 550;
  letter-spacing: -0.01em;
  color: var(--pa-press-muted);
}

body.home .pa-featured-press__when {
  display: inline-block;
}

body.home .pa-featured-press__link,
body.pa-glass-site.home .pa-featured-press__link,
body.pa-glass-site.home .pa-featured-press__link:visited,
body.pa-glass-site.home .pa-featured-press__link:hover,
body.pa-glass-site.home .pa-featured-press__link:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(219, 234, 254, 0.55) 100%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 6px 16px rgba(59, 130, 246, 0.12) !important;
  color: var(--pa-press-blue) !important;
  -webkit-text-fill-color: var(--pa-press-blue) !important;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  text-decoration-line: none !important;
  transition:
    transform 0.2s cubic-bezier(0.28, 0.11, 0.32, 1),
    box-shadow 0.2s cubic-bezier(0.28, 0.11, 0.32, 1),
    background 0.2s ease;
}

body.home .pa-featured-press__link:hover,
body.home .pa-featured-press__link:focus-visible,
body.pa-glass-site.home .pa-featured-press__link:hover,
body.pa-glass-site.home .pa-featured-press__link:focus-visible {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.52) 100%),
    rgba(0, 113, 227, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(0, 113, 227, 0.14) !important;
  outline: none;
}

body.home .pa-featured-press__link:focus-visible {
  outline: 2px solid rgba(0, 113, 227, 0.45);
  outline-offset: 3px;
}

@media (min-width: 720px) {
  body.home .pa-featured-press__media {
    height: clamp(14rem, 28vw, 19rem);
  }

  body.home .pa-featured-press__quotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  body.home .pa-featured-press__quote--hero {
    grid-column: 1 / -1;
  }

  body.home .pa-featured-press__quote:not(.pa-featured-press__quote--hero):hover {
    transform: translateY(-2px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      0 14px 30px rgba(29, 29, 31, 0.07) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pa-featured-press__quote,
  body.home .pa-featured-press__link,
  body.home .pa-featured-press__brand-link {
    transition: none;
  }

  body.home .pa-featured-press__quote:not(.pa-featured-press__quote--hero):hover,
  body.home .pa-featured-press__link:hover,
  body.home .pa-featured-press__link:focus-visible,
  body.home .pa-featured-press__brand-link:hover,
  body.home .pa-featured-press__brand-link:focus-visible {
    transform: none;
  }

  body.home .pa-featured-press__orbs::before,
  body.home .pa-featured-press__orbs::after {
    filter: blur(28px);
  }
}

@media (max-width: 719px) {
  body.home .pa-featured-press {
    padding-top: 0.65rem;
    padding-bottom: 0.85rem;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  body.home .pa-featured-press__shell,
  body.pa-glass-site.home .pa-featured-press__shell {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  body.home .pa-featured-press__media {
    width: 100%;
    height: 10.25rem;
  }

  body.home .pa-featured-press__img {
    object-position: center 40%;
  }

  body.home .pa-featured-press__media-fade {
    height: 12%;
  }

  body.home .pa-featured-press__caption {
    left: 0.55rem;
    bottom: 0.45rem;
    padding: 0.22rem 0.55rem;
    font-size: 0.5625rem;
    letter-spacing: 0.01em;
  }

  body.home .pa-featured-press__body {
    padding: 0.65rem 0.75rem 0.8rem;
  }

  body.home .pa-featured-press__head {
    margin-bottom: 0.55rem;
  }

  body.home .pa-featured-press__eyebrow {
    margin-bottom: 0.4rem;
    padding: 0.22rem 0.6rem;
    font-size: 0.625rem;
  }

  body.home .pa-featured-press__brand {
    margin-bottom: 0.4rem;
  }

  body.home .pa-featured-press__brand-link {
    padding: 0.85rem 1.1rem 0.9rem;
    border-radius: 18px;
  }

  body.home .pa-featured-press__logo {
    height: 2.85rem;
    max-width: min(11rem, 72vw);
  }

  body.home .pa-featured-press__lead {
    margin-top: 0.1rem;
    max-width: 28ch;
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  body.home .pa-featured-press__quotes {
    gap: 0.45rem;
  }

  body.home .pa-featured-press__quote,
  body.pa-glass-site.home .pa-featured-press__quote {
    padding: 0.75rem 0.7rem 0.8rem;
    border-radius: 16px;
    column-gap: 0.28rem;
  }

  body.home .pa-featured-press__quote--hero,
  body.pa-glass-site.home .pa-featured-press__quote--hero {
    padding: 0.85rem 0.8rem 0.9rem;
  }

  body.home .pa-featured-press__mark {
    font-size: 1.7rem;
  }

  body.home .pa-featured-press__quote--hero .pa-featured-press__mark {
    font-size: 1.95rem;
  }

  body.home .pa-featured-press__quote-text {
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  body.home .pa-featured-press__quote--hero .pa-featured-press__quote-text {
    font-size: 0.875rem;
    line-height: 1.36;
  }

  /* Cleaner mobile foot: drop duplicate logo, stack CTA */
  body.home .pa-featured-press__foot {
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.65rem;
  }

  body.home .pa-featured-press__logo--foot,
  body.home .pa-featured-press__foot-logo-link {
    display: none;
  }

  body.home .pa-featured-press__attribution {
    justify-content: center;
  }

  body.home .pa-featured-press__when {
    font-size: 0.75rem;
  }

  body.home .pa-featured-press__link,
  body.pa-glass-site.home .pa-featured-press__link {
    width: 100%;
    max-width: 16rem;
    min-height: 44px;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
  }

  /* Keep story CTA clear of the sticky mobile book bar */
  body.home.pa-has-mobile-book-bar .pa-featured-press {
    padding-bottom: 1.15rem;
  }

  body.home.pa-has-mobile-book-bar .pa-featured-press__foot {
    margin-bottom: 0.35rem;
  }
}
