:root {
  --poy-coral: #F26B5B;
  --poy-gold: #F6C85F;
  --poy-blue: #8CCFE3;
  --poy-cream: #FFF8ED;
  --poy-cocoa: #292522;
  --poy-sage: #A8C7A0;
  --poy-serif: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  --poy-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --poy-max: 1180px;
}

html { scroll-behavior: smooth; scroll-padding-top: var(--poy-anchor-offset, 120px); min-height: 100%; }
[id] { scroll-margin-top: var(--poy-anchor-offset, 120px); }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
html body { background: var(--poy-cocoa); }

/* Keep the footer as the visual/document bottom on tall tablet and desktop viewports. */
body > .poy-site {
  flex: 1 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body > .poy-site > .poy-homepage { flex: 1 0 auto; }
body > .poy-site > .poy-footer { margin-top: auto; }
body > .poy-standard-page { flex: 1 0 auto; }
body > .poy-footer { margin-top: auto; }
body.admin-bar .poy-header { top: 32px; }

.poy-site,
.poy-standard-page {
  color: var(--poy-cocoa);
  font-family: var(--poy-sans);
  font-size: 16px;
  line-height: 1.5;
  background: var(--poy-cream);
}
.poy-site *, .poy-site *::before, .poy-site *::after,
.poy-standard-page *, .poy-standard-page *::before, .poy-standard-page *::after { box-sizing: border-box; }
.poy-site img, .poy-standard-page img { max-width: 100%; height: auto; }
.poy-site a, .poy-standard-page a { color: inherit; }
.poy-container { width: min(calc(100% - 40px), var(--poy-max)); margin-inline: auto; }
.poy-section { position: relative; overflow: hidden; }
.poy-center { display: flex; justify-content: center; margin-top: 30px; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.poy-tone-cream { background: var(--poy-cream); color: var(--poy-cocoa); }
.poy-tone-sage { background: var(--poy-sage); color: var(--poy-cocoa); }
.poy-tone-cocoa { background: var(--poy-cocoa); color: var(--poy-cream); }
.poy-tone-coral { background: var(--poy-coral); color: #fff; }
.poy-tone-gold { background: var(--poy-gold); color: var(--poy-cocoa); }
.poy-tone-blue { background: var(--poy-blue); color: var(--poy-cocoa); }

.poy-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,248,237,.96);
  border-bottom: 1px solid rgba(41,37,34,.08);
  backdrop-filter: blur(12px);
}
.poy-header__inner { min-height: 94px; display: grid; grid-template-columns: var(--poy-header-logo-width, 160px) 1fr auto; gap: 28px; align-items: center; }
.poy-header__brand { display: block; width: var(--poy-header-logo-width, 160px); }
.poy-header__brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.poy-nav { justify-self: center; }
.poy-nav__list { display: flex; gap: clamp(18px, 2.4vw, 36px); list-style: none; margin: 0; padding: 0; align-items: center; }
.poy-nav__list a { text-decoration: none; font-size: 16px; font-weight: 700; letter-spacing: .02em; }
.poy-nav__list a:hover, .poy-nav__list a:focus-visible { color: var(--poy-coral); }
.poy-nav-toggle { display: none; }

.poy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: var(--poy-coral);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.poy-btn:hover, .poy-btn:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(41,37,34,.12); filter: saturate(1.05); }
.poy-btn__arrow, .poy-text-link svg { width: 18px; height: 18px; flex: 0 0 auto; }
.poy-header__cta { white-space: nowrap; }

.poy-hero { padding: clamp(54px, 7vw, 92px) 0 46px; }
.poy-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 6vw, 88px); align-items: center; }
.poy-hero__copy { padding-left: clamp(0px, 2vw, 30px); }
.poy-hero h1 { margin: 0 0 22px; max-width: 680px; font-family: var(--poy-serif); font-size: clamp(56px, 7vw, 98px); line-height: .9; font-weight: 500; letter-spacing: -.035em; }
.poy-lead { max-width: 560px; margin-bottom: 30px; font-size: clamp(18px, 2vw, 25px); line-height: 1.28; }
.poy-lead p { margin: 0; }
.poy-hero__art { display: flex; justify-content: center; align-items: flex-end; min-height: 430px; }
.poy-hero__art img { width: min(100%, 500px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(41,37,34,.08)); }

.poy-section-title { display: grid; grid-template-columns: minmax(36px, 88px) auto minmax(36px, 88px); gap: 18px; align-items: center; justify-content: center; margin-bottom: 38px; text-align: center; }
.poy-section-title span { width: 100%; height: 2px; background: var(--poy-gold); }
.poy-section-title h2 { margin: 0; font-family: var(--poy-serif); font-size: clamp(30px, 3.3vw, 48px); line-height: 1; font-weight: 500; letter-spacing: -.015em; }
.poy-section-title h2::before, .poy-section-title h2::after { content: "✦"; color: #d49325; font-family: Georgia, serif; font-size: .68em; vertical-align: .1em; padding: 0 .42em; }
.poy-section-title--light h2 { color: var(--poy-cream); }

.poy-page-title { display: grid; grid-template-columns: minmax(36px, 88px) auto minmax(36px, 88px); gap: 18px; align-items: center; justify-content: center; width: 100%; margin: 0 auto 24px; text-align: center; }
.poy-page-title span { width: 100%; height: 2px; background: var(--poy-gold); }
.poy-page-title h1 { margin: 0; font-family: var(--poy-serif); font-size: clamp(30px, 3.3vw, 48px); line-height: 1; font-weight: 500; letter-spacing: -.015em; }
.poy-page-title h1::before, .poy-page-title h1::after { content: "✦"; color: #d49325; font-family: Georgia, serif; font-size: .68em; vertical-align: .1em; padding: 0 .42em; }
.poy-page-title--light h1 { color: var(--poy-cream); }

.poy-how { padding: 38px 0 52px; }
.poy-how__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 4vw, 58px); }
.poy-step { text-align: center; }
.poy-icon-circle { width: 86px; height: 86px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--poy-cream); color: var(--poy-cocoa); }
.poy-step__icon { width: 46px; height: 46px; }
.poy-step h3 { margin: 0 0 8px; font-size: 14px; letter-spacing: .01em; }
.poy-step p { margin: 0 auto; max-width: 190px; font-size: 14px; line-height: 1.45; }

.poy-pack { padding: 38px 0 28px; }
.poy-pack > .poy-container > .poy-section-title { margin-bottom: 26px; }
.poy-pack__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(30px, 5vw, 76px); align-items: stretch; }
.poy-pack__copy { min-height: 320px; padding: 20px 0 26px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.poy-pack__text { max-width: 420px; font-size: 16px; margin-bottom: 25px; }
.poy-pack__art { min-height: 320px; display: flex; align-items: center; justify-content: center; }
.poy-pack__art img { width: min(100%, 720px); max-height: 370px; object-fit: contain; mix-blend-mode: multiply; }

.poy-honorees { padding: 28px 0 20px; }
.poy-honorees__grid { display: grid; grid-template-columns: repeat(var(--poy-honoree-cols, 4), minmax(0, 1fr)); gap: 28px; }
.poy-honoree { display: block; text-align: center; text-decoration: none; }
.poy-honoree img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; border-radius: 5px; transition: transform .2s ease; }
.poy-honoree:hover img { transform: translateY(-3px); }
.poy-honoree h3 { margin: 12px 0 0; font-size: 13px; font-weight: 800; }
.poy-honoree p { margin: 0; font-size: 11px; }

.poy-wall { min-height: 190px; display: grid; place-items: center; padding: 32px 0; isolation: isolate; }
.poy-wall__inner { position: relative; z-index: 2; text-align: center; }
.poy-wall .poy-section-title { margin-bottom: 8px; }
.poy-wall__text { max-width: 680px; margin: 0 auto 18px; font-size: 14px; }
.poy-wall__text p { margin: 0; }
.poy-wall__heart { position: absolute; width: 190px; aspect-ratio: 1; background: rgba(255,255,255,.045); transform: rotate(45deg); border-radius: 28% 0 28% 0; z-index: 0; }
.poy-wall__heart::before, .poy-wall__heart::after { content: ""; position: absolute; width: 100%; height: 100%; background: inherit; border-radius: 50%; }
.poy-wall__heart::before { left: -50%; }
.poy-wall__heart::after { top: -50%; }
.poy-wall__heart--left { left: 6%; bottom: -100px; }
.poy-wall__heart--right { right: 4%; bottom: -76px; width: 230px; }

.poy-partners { padding: 22px 0 26px; }
.poy-partners .poy-section-title { margin-bottom: 18px; }
.poy-partners__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; align-items: center; margin: 22px 0; }
.poy-partner { min-height: 68px; display: grid; place-items: center; text-align: center; text-decoration: none; color: rgba(41,37,34,.45) !important; font-size: 13px; letter-spacing: .08em; font-weight: 600; }
.poy-partner img { max-width: 140px; max-height: 64px; object-fit: contain; filter: grayscale(1); opacity: .72; }

.poy-feature-grid { background: var(--poy-cocoa); }
.poy-feature-grid__inner { width: min(100%, 1440px); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.poy-feature-card { min-height: 260px; padding: 38px 28px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; }
.poy-feature-card__icon svg { width: 50px; height: 50px; }
.poy-feature-card h2 { margin: 0 0 10px; font-family: var(--poy-serif); font-weight: 500; font-size: clamp(27px, 2.5vw, 38px); line-height: .95; }
.poy-feature-card p { margin: 0 0 18px; font-size: 14px; line-height: 1.5; }
.poy-text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 900; text-decoration: none; }
.poy-feature-card.poy-tone-cocoa .poy-text-link { color: var(--poy-gold); }
.poy-feature-card.poy-tone-coral .poy-text-link { color: #fff; }

/* Desktop feature cards: icon + title share the first row; copy and CTA span the full card below. */
@media (min-width: 1081px) {
  .poy-feature-card {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 18px;
    row-gap: 14px;
    align-content: center;
    align-items: center;
  }
  .poy-feature-card > div:not(.poy-feature-card__icon) { display: contents; }
  .poy-feature-card__icon { grid-column: 1; grid-row: 1; align-self: center; }
  .poy-feature-card h2 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; }
  .poy-feature-card p { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .poy-feature-card .poy-text-link { grid-column: 1 / -1; grid-row: 3; justify-self: start; margin: 0; }
}

.poy-footer { background: #191715; color: rgba(255,255,255,.86); padding: 36px 0 14px; }
.poy-footer__grid { display: grid; grid-template-columns: 1.15fr 1fr .9fr 1.35fr; gap: 48px; }
.poy-footer__brand, .poy-footer__quick, .poy-footer__involved, .poy-footer__connect { min-width: 0; }
.poy-footer__brand img { width: 118px; filter: brightness(0) invert(1); opacity: .95; }
.poy-footer__brand p, .poy-footer p { font-size: 13px; line-height: 1.45; }
.poy-footer h3 { margin: 0 0 10px; color: #fff; font-family: var(--poy-sans); font-size: 12px; letter-spacing: .02em; }
.poy-footer__links { margin: 0; padding: 0; list-style: none; }
.poy-footer__links li { margin: 3px 0; }
.poy-footer__links a { color: rgba(255,255,255,.8); font-size: 12px; text-decoration: none; }
.poy-footer__links a:hover { color: var(--poy-gold); }
.poy-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.poy-socials a { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: grid; place-items: center; font-size: 9px; text-decoration: none; color: #fff; }
.poy-newsletter { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.poy-newsletter input { min-width: 0; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; padding: 10px 12px; }
.poy-newsletter button { border: 0; background: var(--poy-coral); color: #fff; font-weight: 800; padding: 0 18px; cursor: pointer; }
.poy-footer__bottom { margin-top: 28px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: 11px; color: rgba(255,255,255,.5); }

.poy-standard-page { min-height: 70vh; padding: 72px 0; }
.poy-prose { max-width: 900px; }
.poy-prose h1, .poy-prose h2, .poy-prose h3 { font-family: var(--poy-serif); }
.poy-prose h1 { font-size: clamp(44px, 6vw, 78px); line-height: .95; }

@media (max-width: 1080px) {
  .poy-header__inner { grid-template-columns: min(var(--poy-header-logo-width, 160px), 120px) 1fr auto; gap: 16px; }
  .poy-header__brand { width: min(var(--poy-header-logo-width, 160px), 120px); }
  .poy-nav__list { gap: 14px; }
  .poy-feature-grid__inner { grid-template-columns: repeat(2, 1fr); }
  .poy-feature-card { min-height: 220px; }
}

@media (max-width: 860px) {
  body.admin-bar .poy-header { top: 46px; }
  .poy-container { width: min(calc(100% - 30px), var(--poy-max)); }
  .poy-header__inner {
    width: 100%;
    max-width: var(--poy-max);
    min-height: 78px;
    margin-inline: auto;
    padding-left: var(--poy-mobile-header-left-spacing, 17px);
    padding-right: var(--poy-mobile-header-right-spacing, 12px);
    grid-template-columns: min(var(--poy-mobile-logo-width, 86px), calc(100vw - 100px)) 1fr auto;
  }
  .poy-header__brand { width: min(var(--poy-mobile-logo-width, 86px), calc(100vw - 100px)); }
  .poy-header__cta { display: none; }
  .poy-nav-toggle { justify-self: end; width: 44px; height: 44px; padding: 10px 0 10px 10px; display: grid; gap: 5px; align-content: center; border: 0; background: transparent; cursor: pointer; }
  .poy-nav-toggle span:not(.screen-reader-text) { display: block; justify-self: end; width: 24px; height: 2px; background: var(--poy-cocoa); }
  .poy-nav { position: absolute; top: 100%; left: 50%; right: auto; transform: translateX(-50%); width: min(var(--poy-mobile-menu-width, 80vw), 100vw); background: var(--poy-cream); border-top: 1px solid rgba(41,37,34,.08); border-left: 1px solid rgba(41,37,34,.08); border-right: 1px solid rgba(41,37,34,.08); box-shadow: 0 16px 30px rgba(41,37,34,.09); max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .poy-nav.is-open { max-height: 480px; }
  .poy-nav__list { display: grid; gap: 0; padding: 18px 22px 22px; text-align: center; justify-items: stretch; }
  .poy-nav__list li { width: 100%; text-align: center; }
  .poy-nav__list a { display: block; width: 100%; padding: 14px 6px; font-size: 16px; font-weight: 700; text-align: center; }
  .poy-hero { padding-top: 38px; }
  .poy-hero__grid { grid-template-columns: 1fr; text-align: center; }
  .poy-hero__copy { padding: 0; }
  .poy-hero h1, .poy-lead { margin-inline: auto; }
  .poy-hero h1 { font-size: clamp(52px, 12vw, 84px); }
  .poy-hero__art { min-height: 300px; order: -1; }
  .poy-hero__art img { width: min(74vw, 390px); max-height: 390px; }
  .poy-how__grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .poy-pack__grid { grid-template-columns: 1fr; text-align: center; }
  .poy-pack__copy { min-height: 0; align-items: center; padding-bottom: 8px; }
  .poy-pack__text { margin-inline: auto; }
  .poy-pack__art { min-height: 220px; }
  .poy-honorees__grid { grid-template-columns: repeat(2, 1fr); }
  .poy-partners__grid { grid-template-columns: repeat(3, 1fr); }
  .poy-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .poy-container { width: min(calc(100% - 24px), var(--poy-max)); }
  .poy-header__inner {
    width: 100%;
    padding-left: var(--poy-mobile-header-left-spacing, 17px);
    padding-right: var(--poy-mobile-header-right-spacing, 12px);
    grid-template-columns: min(var(--poy-mobile-logo-width, 86px), calc(100vw - 100px)) 1fr auto;
  }
  .poy-section-title { grid-template-columns: 28px auto 28px; gap: 8px; }
  .poy-section-title h2 { font-size: 29px; }
  .poy-section-title h2::before, .poy-section-title h2::after { padding: 0 .2em; }
  .poy-how__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; row-gap: 34px; }
  .poy-pack__art { order: -1; }
  .poy-icon-circle { width: 76px; height: 76px; margin-bottom: 14px; }
  .poy-step__icon { width: 40px; height: 40px; }
  .poy-step h3 { font-size: 13px; }
  .poy-step p { max-width: 170px; font-size: 13px; }
  .poy-honorees__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .poy-honoree h3 { font-size: 11px; }
  .poy-partners__grid { grid-template-columns: repeat(2, 1fr); }
  .poy-feature-grid__inner { grid-template-columns: 1fr; }
  .poy-feature-card { min-height: 200px; padding: 30px 22px; }
  .poy-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
  .poy-footer__brand { grid-column: 1 / -1; text-align: center; }
  .poy-footer__brand img { display: block; margin-inline: auto; }
  .poy-footer__brand p { max-width: 430px; margin: 12px auto; }
  .poy-footer__brand .poy-socials { justify-content: center; }
  .poy-footer__quick, .poy-footer__involved { text-align: center; }
  .poy-footer__quick .poy-footer__links, .poy-footer__involved .poy-footer__links { text-align: center; }
  .poy-footer__connect { grid-column: 1 / -1; text-align: center; }
  .poy-footer__connect p { max-width: 460px; margin: 0 auto 14px; }
  .poy-footer__connect .poy-newsletter, .poy-footer__connect > form { width: min(100%, 520px); margin-inline: auto; }
  .poy-newsletter { grid-template-columns: 1fr; }
  .poy-newsletter button { min-height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ==========================================================
   Nomination funnel — v1.1.0
   ========================================================== */
.poy-nomination-site { min-height: 100vh; background: var(--poy-cream); }
.poy-nomination-topbar { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 12px; }
.poy-nomination-topbar__brand { display: block; width: 112px; }
.poy-nomination-topbar__brand img { display: block; width: 100%; max-height: 78px; object-fit: contain; }
.poy-nomination-back { font-size: 11px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.poy-nomination-back:hover, .poy-nomination-back:focus-visible { color: var(--poy-coral); }
.poy-nomination-page { padding: 10px 0 72px; }
.poy-nomination-shell { width: min(calc(100% - 36px), 760px); margin: 0 auto; }
.poy-nomination-mascot { width: 150px; margin: 0 auto 4px; }
.poy-nomination-mascot img { display: block; width: 100%; max-height: 160px; object-fit: contain; }
.poy-nomination-title { margin: 2px auto 6px; grid-template-columns: minmax(28px, 74px) auto minmax(28px, 74px); }
.poy-nomination-title h1 { margin: 0; font-family: var(--poy-serif); font-size: clamp(31px, 5vw, 46px); font-weight: 500; line-height: 1; letter-spacing: .04em; text-align: center; }
.poy-nomination-intro { margin: 0 auto 38px; text-align: center; font-size: 14px; line-height: 1.55; }
.poy-nomination-intro p { margin: 0; }
.poy-nomination-form { width: 100%; }
.poy-form-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 14px; row-gap: 22px; }
.poy-form-field { grid-column: 1 / -1; min-width: 0; }
.poy-form-field--half { grid-column: span 1; }
.poy-form-label { display: block; margin-bottom: 7px; color: var(--poy-cocoa); font-size: 13px; font-weight: 800; line-height: 1.35; }
.poy-form-label > span[aria-hidden="true"], .poy-checkbox-block__title > span[aria-hidden="true"] { color: var(--poy-coral); }
.poy-form-label small { margin-left: 5px; font-size: 10px; font-weight: 600; color: rgba(41,37,34,.55); }
.poy-form-field input[type="text"],
.poy-form-field input[type="email"],
.poy-form-field input[type="tel"],
.poy-form-field input[type="url"],
.poy-form-field textarea {
  width: 100%; min-height: 50px; border: 1px solid rgba(194,157,112,.4); border-radius: 5px; background: rgba(255,255,255,.28); color: var(--poy-cocoa); padding: 13px 15px; font: inherit; font-size: 13px; outline: none; box-shadow: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.poy-form-field textarea { min-height: 128px; resize: vertical; line-height: 1.55; }
.poy-form-field input::placeholder, .poy-form-field textarea::placeholder { color: rgba(41,37,34,.43); }
.poy-form-field input:focus, .poy-form-field textarea:focus { border-color: var(--poy-gold); background: rgba(255,255,255,.5); box-shadow: 0 0 0 3px rgba(246,200,95,.16); }
.poy-form-field.has-error input, .poy-form-field.has-error textarea { border-color: var(--poy-coral); }
.poy-field-error { margin: 6px 0 0; color: #a52f23; font-size: 11px; font-weight: 700; }
.poy-checkbox-block { display: grid; gap: 9px; }
.poy-form-field--checkbox { position: relative; padding-left: 24px; }
.poy-form-field--checkbox > .poy-form-field__number { position: absolute; left: 0; top: 1px; font-size: 13px; font-weight: 800; }
.poy-checkbox-block__title { font-size: 13px; font-weight: 800; }
.poy-checkline { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.45; cursor: pointer; }
.poy-checkline input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--poy-coral); flex: 0 0 auto; }
.poy-form-divider { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 5px 0 -3px; }
.poy-form-divider span { height: 1px; background: var(--poy-gold); opacity: .9; }
.poy-form-divider h2 { margin: 0; color: #bb7421; font-family: var(--poy-serif); font-weight: 500; font-size: 20px; letter-spacing: .04em; }
.poy-form-submit { display: flex; justify-content: center; margin: 32px 0 20px; }
.poy-submit-btn { min-width: 270px; min-height: 54px; cursor: pointer; }
.poy-publication-notice { max-width: 610px; margin: 0 auto; display: flex; justify-content: center; align-items: flex-start; gap: 8px; color: rgba(41,37,34,.72); font-size: 10px; line-height: 1.45; text-align: left; }
.poy-publication-notice p { margin: 0; }
.poy-publication-notice a { text-decoration: underline; text-underline-offset: 2px; }
.poy-honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.poy-form-alert { margin: 0 0 24px; padding: 13px 15px; border-left: 4px solid var(--poy-coral); background: rgba(242,107,91,.1); font-size: 13px; font-weight: 700; }
.poy-nomination-success { padding: 42px 34px 48px; text-align: center; border: 1px solid rgba(246,200,95,.5); border-radius: 8px; background: rgba(255,255,255,.25); }
.poy-success-heart { width: 48px; height: 48px; color: var(--poy-coral); }
.poy-nomination-success h2 { margin: 12px 0 10px; font-family: var(--poy-serif); font-size: clamp(30px, 5vw, 44px); font-weight: 500; }
.poy-nomination-success > div { max-width: 540px; margin: 0 auto 24px; }
.poy-nomination-thanks { min-height: 112px; padding: 24px max(20px, calc((100vw - 760px)/2)); display: grid; grid-template-columns: 34px 1fr 34px; gap: 16px; align-items: center; background: var(--poy-coral); color: #fff; text-align: center; }
.poy-nomination-thanks p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.4; }
.poy-nomination-thanks__heart { width: 28px; height: 28px; }
.poy-nomination-thanks__spark-icon { width: 30px; height: 30px; }

@media (max-width: 620px) {
  .poy-nomination-topbar { min-height: 78px; }
  .poy-nomination-topbar__brand { width: 88px; }
  .poy-nomination-back { font-size: 10px; }
  .poy-nomination-page { padding-top: 4px; padding-bottom: 52px; }
  .poy-nomination-shell { width: min(calc(100% - 26px), 760px); }
  .poy-nomination-mascot { width: 124px; }
  .poy-nomination-title { grid-template-columns: 28px 1fr 28px; gap: 8px; }
  .poy-nomination-title h1 { font-size: 31px; letter-spacing: .02em; }
  .poy-form-grid { grid-template-columns: 1fr; row-gap: 19px; }
  .poy-form-field--half { grid-column: 1 / -1; }
  .poy-form-divider { gap: 8px; }
  .poy-form-divider h2 { font-size: 17px; white-space: nowrap; }
  .poy-submit-btn { width: 100%; min-width: 0; }
  .poy-nomination-thanks { grid-template-columns: 28px 1fr 28px; padding-inline: 18px; }
  .poy-nomination-thanks p { font-size: 12px; }
}

/* ==========================================================
   Proud of You Share Cards — v1.2.0
   ========================================================== */
.poy-card-flow,
.poy-share-page { background: var(--poy-cream); color: var(--poy-cocoa); }

.poy-card-thankyou-page { padding: 26px 0 78px; }
.poy-card-thankyou-shell { width: min(calc(100% - 36px), 1120px); margin: 0 auto; }
.poy-card-flow-intro { max-width: 760px; margin: 8px auto 50px; text-align: center; }
.poy-card-flow-intro .poy-success-heart { display: block; margin: 0 auto 10px; }
.poy-card-flow-intro .poy-kicker { margin: 0 0 7px; color: #bb7421; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.poy-card-flow-intro h1 { margin: 0 0 12px; font-family: var(--poy-serif); font-size: clamp(34px, 5vw, 54px); font-weight: 500; line-height: 1.06; letter-spacing: .025em; }
.poy-card-flow-intro > p:last-child { max-width: 650px; margin: 0 auto; font-size: 15px; line-height: 1.7; color: rgba(41,37,34,.76); }
.poy-card-flow-intro--sent { margin-bottom: 34px; }

.poy-card-send-section { margin-top: 10px; }
.poy-card-send-section > .poy-section-title { max-width: 820px; margin: 0 auto 8px; }
.poy-card-send-section > .poy-section-title h2 { font-size: clamp(28px, 4vw, 42px); }
.poy-card-send-section__intro { max-width: 680px; margin: 0 auto 38px; text-align: center; font-size: 14px; line-height: 1.65; color: rgba(41,37,34,.72); }
.poy-card-flow-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: 38px; align-items: start; }

.poy-share-card { position: relative; overflow: hidden; min-height: 515px; padding: 46px 54px 34px; border: 1px solid rgba(246,200,95,.72); border-radius: 18px; background: linear-gradient(155deg, rgba(255,255,255,.92), rgba(255,248,237,.88)); box-shadow: 0 24px 60px rgba(41,37,34,.09); color: var(--poy-cocoa); }
.poy-share-card::before { content: ''; position: absolute; inset: 13px; pointer-events: none; border: 1px solid rgba(246,200,95,.28); border-radius: 12px; }
.poy-share-card__logo { position: relative; display: block; width: min(175px, 45%); max-height: 96px; margin: 0 auto 30px; object-fit: contain; }
.poy-share-card__eyebrow { position: relative; max-width: 520px; margin: 0 auto 12px; text-align: center; color: #a7661d; font-size: 11px; font-weight: 800; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }
.poy-share-card h1 { position: relative; max-width: 590px; margin: 0 auto 34px; text-align: center; font-family: var(--poy-serif); font-size: clamp(30px, 4vw, 40px); font-weight: 500; line-height: 1.08; }
.poy-share-card__message-wrap { position: relative; max-width: 610px; margin: 0 auto; padding: 30px 32px 28px; border-radius: 12px; background: rgba(168,199,160,.14); }
.poy-share-card__quote-mark { position: absolute; top: -14px; left: 22px; color: var(--poy-gold); font-family: Georgia, serif; font-size: 76px; line-height: 1; }
.poy-share-card__label { margin: 0 0 14px 34px; color: var(--poy-coral); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.poy-share-card__message { font-family: var(--poy-serif); font-size: clamp(20px, 2.5vw, 28px); line-height: 1.5; }
.poy-share-card__from { position: relative; max-width: 610px; margin: 24px auto 38px; font-size: 13px; font-weight: 800; }
.poy-share-card__footer { position: relative; display: flex; justify-content: center; align-items: center; gap: 9px; color: rgba(41,37,34,.62); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.poy-share-card__footer span:last-child { color: var(--poy-coral); font-size: 14px; }
.poy-share-card__spark { position: absolute; color: var(--poy-gold); line-height: 1; }
.poy-share-card__spark--one { top: 32px; right: 34px; font-size: 30px; }
.poy-share-card__spark--two { bottom: 42px; left: 38px; font-size: 18px; }

.poy-card-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 18px 0 0; }
.poy-card-actions .poy-btn { min-height: 44px; padding: 10px 17px; border: 0; cursor: pointer; font-size: 10px; }
.poy-btn--secondary { background: transparent !important; color: var(--poy-cocoa) !important; border: 1px solid rgba(41,37,34,.24) !important; }
.poy-btn--secondary:hover,
.poy-btn--secondary:focus-visible { border-color: var(--poy-coral) !important; color: var(--poy-coral) !important; }
.poy-btn--sage { background: var(--poy-sage) !important; color: var(--poy-cocoa) !important; border: 1px solid var(--poy-sage) !important; }
.poy-btn--sage:hover,
.poy-btn--sage:focus-visible { background: var(--poy-sage) !important; color: var(--poy-cocoa) !important; border-color: var(--poy-cocoa) !important; }
.poy-card-actions--public { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; }
.poy-card-actions--public .poy-btn { width: 100%; min-width: 0; justify-content: center; }
.poy-card-actions--public .poy-copy-status { grid-column: 1 / -1; }
.poy-copy-status { flex-basis: 100%; min-height: 16px; margin: 0; text-align: center; color: #597153; font-size: 11px; font-weight: 700; }

.poy-card-send-form { padding: 26px; border: 1px solid rgba(194,157,112,.32); border-radius: 12px; background: rgba(255,255,255,.44); box-shadow: 0 15px 35px rgba(41,37,34,.05); }
.poy-card-address-box { padding: 18px 0; border-bottom: 1px solid rgba(194,157,112,.24); }
.poy-card-address-box:first-of-type { padding-top: 0; }
.poy-card-address-box__label { margin: 0 0 8px; color: #b96f19; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.poy-card-address-box strong { display: block; margin-bottom: 7px; font-family: var(--poy-serif); font-size: 21px; font-weight: 500; }
.poy-editable-email { display: grid; grid-template-columns: 1fr 39px; gap: 8px; align-items: center; }
.poy-editable-email input { width: 100%; min-height: 43px; padding: 10px 11px; border: 1px solid rgba(194,157,112,.42); border-radius: 5px; background: rgba(255,255,255,.64); color: var(--poy-cocoa); font: inherit; font-size: 12px; outline: none; }
.poy-editable-email input[readonly] { border-color: transparent; background: rgba(168,199,160,.1); }
.poy-editable-email input:focus { border-color: var(--poy-gold); box-shadow: 0 0 0 3px rgba(246,200,95,.16); }
.poy-email-edit { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(41,37,34,.18); border-radius: 50%; background: transparent; color: var(--poy-cocoa); cursor: pointer; transition: .18s ease; }
.poy-email-edit:hover,
.poy-email-edit:focus-visible,
.poy-email-edit.is-editing { border-color: var(--poy-coral); color: var(--poy-coral); background: rgba(242,107,91,.08); }
.poy-email-edit__icon { width: 17px; height: 17px; }
.poy-card-anonymous { margin-top: 12px; }
.poy-card-send-button { width: 100%; justify-content: center; margin-top: 24px; min-height: 54px; cursor: pointer; }
.poy-card-send-button:disabled { opacity: .65; cursor: wait; }
.poy-card-privacy-note { margin: 14px 0 0; color: rgba(41,37,34,.59); font-size: 10px; line-height: 1.5; }

.poy-song-thanks { max-width: 760px; margin: 35px auto 0; padding: 42px 32px; border-top: 1px solid rgba(246,200,95,.65); border-bottom: 1px solid rgba(246,200,95,.65); text-align: center; }
.poy-song-thanks__heart { width: 36px; height: 36px; margin-bottom: 6px; color: var(--poy-coral); }
.poy-song-thanks h2 { margin: 0 0 10px; font-family: var(--poy-serif); font-size: clamp(28px, 4vw, 40px); font-weight: 500; line-height: 1.12; }
.poy-song-thanks p { margin: 4px auto; font-size: 14px; line-height: 1.6; }
.poy-song-thanks__song { font-weight: 800; }
.poy-song-thanks .poy-btn { margin-top: 20px; }
.poy-btn--disabled { opacity: .5; pointer-events: none; }

.poy-share-page { min-height: 100vh; }
.poy-share-page__main { padding: 44px 0 80px; }
.poy-share-page__shell { width: min(calc(100% - 36px), 920px); margin: 0 auto; }

.poy-card-audio { display: flex; justify-content: center; margin: 0 auto 18px; }
.poy-card-audio__toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 14px; border: 1px solid rgba(41,37,34,.16); border-radius: 999px; background: rgba(255,255,255,.48); color: var(--poy-cocoa); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; }
.poy-card-audio__toggle > span:first-child { color: var(--poy-coral); font-size: 16px; }
.poy-card-audio.is-playing .poy-card-audio__toggle { border-color: rgba(242,107,91,.36); background: rgba(242,107,91,.06); }

@media (max-width: 860px) {
  .poy-card-actions--public { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poy-card-flow-grid { grid-template-columns: 1fr; gap: 28px; }
  .poy-card-send-form { max-width: 620px; width: 100%; margin: 0 auto; }
}

@media (max-width: 620px) {
  .poy-card-thankyou-page { padding-top: 10px; padding-bottom: 52px; }
  .poy-card-thankyou-shell,
  .poy-share-page__shell { width: min(calc(100% - 24px), 920px); }
  .poy-card-flow-intro { margin-bottom: 34px; }
  .poy-card-flow-intro h1 { font-size: 34px; }
  .poy-card-send-section__intro { margin-bottom: 26px; }
  .poy-share-card { min-height: 515px; padding: 34px 22px 28px; border-radius: 13px; }
  .poy-share-card::before { inset: 8px; }
  .poy-share-card__logo { width: 132px; margin-bottom: 22px; }
  .poy-share-card__eyebrow { font-size: 9px; letter-spacing: .1em; }
  .poy-share-card h1 { margin-bottom: 25px; font-size: 36px; }
  .poy-share-card__message-wrap { padding: 28px 20px 24px; }
  .poy-share-card__quote-mark { left: 12px; }
  .poy-share-card__label { margin-left: 30px; font-size: 9px; }
  .poy-share-card__message { font-size: 20px; }
  .poy-share-card__from { margin-bottom: 28px; }
  .poy-share-card__spark--one { top: 20px; right: 18px; }
  .poy-share-card__spark--two { left: 20px; bottom: 32px; }
  .poy-card-actions { display: grid; grid-template-columns: 1fr; }
  .poy-card-actions .poy-btn { width: 100%; justify-content: center; }
  .poy-card-actions--public { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poy-card-send-form { padding: 21px 17px; }
  .poy-song-thanks { margin: 35px auto 0; padding: 34px 16px; }
  .poy-share-page__main { padding-top: 18px; padding-bottom: 54px; }
}

/* ==========================================================
   Nomination Thank You layout refinements — v1.2.5
   ========================================================== */
.poy-card-thankyou-shell { width: min(calc(100% - 48px), 1280px); }
.poy-card-flow-intro--nomination { max-width: 1120px; margin: 0 auto 64px; padding-top: 8px; text-align: center; }
.poy-card-flow-intro--nomination .poy-card-flow-intro__mascot { display: block; width: clamp(96px, 9vw, 126px); height: auto; margin: 0 auto 20px; object-fit: contain; }
.poy-card-flow-intro--nomination .poy-kicker { margin-bottom: 12px; font-size: 14px; letter-spacing: .16em; }
.poy-card-flow-intro--nomination h1 { max-width: 1040px; margin: 0 auto 22px; font-size: clamp(52px, 6.2vw, 82px); line-height: .98; letter-spacing: .005em; }
.poy-card-flow-intro--nomination > p:last-child { max-width: 850px; font-size: 18px; line-height: 1.55; color: var(--poy-cocoa); }

.poy-card-send-section { margin-top: 0; }
.poy-card-flow-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 4vw, 58px); align-items: start; }
.poy-card-preview-column { min-width: 0; }
.poy-card-send-panel { min-width: 0; }
.poy-card-send-panel__intro { width: 100%; margin: 0 0 30px; text-align: center; }
.poy-card-send-panel__intro h2 { max-width: 900px; margin: 0 auto 12px; font-family: var(--poy-serif); font-size: 40px; font-weight: 500; line-height: 1.05; letter-spacing: .01em; }
.poy-card-send-panel__intro p { max-width: 900px; margin: 0 auto; color: rgba(41,37,34,.78); font-size: 15px; line-height: 1.55; }

.poy-card-send-form--stacked { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.poy-card-detail-box { margin: 0 0 14px; padding: 19px 20px 18px; border: 1px solid rgba(194,157,112,.38); border-radius: 14px; background: rgba(255,255,255,.28); }
.poy-card-detail-box .poy-card-address-box__label { margin-bottom: 10px; }
.poy-card-detail-box strong { display: block; margin: 0; font-size: 18px; font-weight: 800; line-height: 1.35; }
.poy-card-detail-box .poy-editable-email { grid-template-columns: minmax(0, 1fr) 46px; gap: 12px; }
.poy-card-detail-box .poy-editable-email input { min-height: 46px; padding: 4px 0; border: 0; background: transparent; font-size: 18px; font-weight: 800; line-height: 1.35; box-shadow: none; }
.poy-card-detail-box .poy-editable-email input[readonly] { border: 0; background: transparent; }
.poy-card-detail-box .poy-editable-email input:not([readonly]) { padding: 8px 10px; border: 1px solid rgba(194,157,112,.42); border-radius: 8px; background: rgba(255,255,255,.72); font-weight: 600; }
.poy-card-detail-box .poy-email-edit { width: 46px; height: 46px; border: 0; background: rgba(246,200,95,.24); }
.poy-card-detail-box .poy-email-edit:hover,
.poy-card-detail-box .poy-email-edit:focus-visible,
.poy-card-detail-box .poy-email-edit.is-editing { background: rgba(242,107,91,.12); }
.poy-card-from-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.poy-card-from-row > strong { min-width: 0; }
.poy-card-send-panel .poy-card-anonymous { flex: 0 0 auto; margin: 0; align-items: center; white-space: nowrap; }
.poy-card-send-panel .poy-card-send-button { margin-top: 22px; min-height: 58px; }
.poy-card-actions--compact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 16px 0 0; }
.poy-card-actions--compact .poy-btn { width: 100%; min-width: 0; min-height: 52px; justify-content: center; padding-inline: 12px; }
.poy-card-actions--compact .poy-copy-status { grid-column: 1 / -1; }
.poy-card-send-panel > .poy-card-privacy-note { margin: 18px 0 0; font-size: 12px; line-height: 1.55; }

@media (max-width: 860px) {
  .poy-card-thankyou-shell { width: min(calc(100% - 36px), 720px); }
  .poy-card-flow-intro--nomination { margin-bottom: 48px; }
  .poy-card-flow-grid { grid-template-columns: 1fr; gap: 42px; }
  .poy-card-send-panel { width: 100%; max-width: 680px; margin: 0 auto; }
}

@media (max-width: 620px) {
  .poy-card-thankyou-shell { width: min(calc(100% - 24px), 720px); }
  .poy-card-flow-intro--nomination { margin-bottom: 38px; padding-top: 0; }
  .poy-card-flow-intro--nomination .poy-card-flow-intro__mascot { width: 92px; margin-bottom: 15px; }
  .poy-card-flow-intro--nomination .poy-kicker { font-size: 11px; }
  .poy-card-flow-intro--nomination h1 { font-size: clamp(40px, 12vw, 54px); line-height: 1; }
  .poy-card-flow-intro--nomination > p:last-child { font-size: 15px; line-height: 1.6; }
  .poy-card-send-panel__intro h2 { font-size: 40px; }
  .poy-card-send-panel__intro p { font-size: 15px; }
  .poy-card-detail-box { padding: 17px 18px 16px; }
  .poy-card-detail-box strong,
  .poy-card-detail-box .poy-editable-email input { font-size: 16px; }
  .poy-card-actions--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .poy-card-actions--compact .poy-btn { font-size: 9px; padding-inline: 7px; }
}

@media (max-width: 460px) {
  .poy-card-actions--public { grid-template-columns: 1fr; }
  .poy-card-from-row { gap: 10px; }
  .poy-card-from-row > strong { font-size: 16px; }
  .poy-card-send-panel .poy-card-anonymous { font-size: 11px; }
  .poy-card-actions--compact { grid-template-columns: 1fr; }
}

/* ==========================================================
   Monthly Proud of You Pack page — v1.3.0
   ========================================================== */
.poy-monthly-pack-site { min-height: 100vh; min-height: 100dvh; }
.poy-monthly-pack-page { flex: 1 0 auto; background: var(--poy-cream); }
.poy-monthly-pack-hero { padding: clamp(54px, 7vw, 86px) 0 34px; text-align: center; }
.poy-monthly-pack-hero__inner { max-width: 980px; }
.poy-monthly-pack-hero__blurb { max-width: 700px; margin: 18px auto 24px; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.5; }
.poy-monthly-pack-hero__blurb p { margin: 0; }
.poy-monthly-pack-hero__image { margin: 0 auto; width: min(100%, 800px); }
.poy-monthly-pack-hero__image img { display: block; width: 100%; max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.poy-monthly-pack-items { padding: 24px 0 clamp(64px, 8vw, 96px); border-top: 1px solid rgba(41,37,34,.08); }
.poy-monthly-pack-items .poy-section-title { margin: 0 auto 30px; }
.poy-monthly-pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(41,37,34,.13); border-left: 1px solid rgba(41,37,34,.13); }
.poy-monthly-pack-item { min-width: 0; padding: 30px clamp(18px, 2.2vw, 30px) 32px; text-align: center; border-right: 1px solid rgba(41,37,34,.13); border-bottom: 1px solid rgba(41,37,34,.13); background: rgba(255,255,255,.05); }
.poy-monthly-pack-item__image { min-height: 210px; display: grid; place-items: center; margin-bottom: 14px; }
.poy-monthly-pack-item__image img { width: 100%; max-width: 300px; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.poy-monthly-pack-item h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.25; font-weight: 800; }
.poy-monthly-pack-item p { max-width: 310px; margin: 0 auto; font-size: 15px; line-height: 1.5; }
.poy-monthly-pack-cta { display: flex; justify-content: center; margin-top: 38px; }
.poy-monthly-pack-cta .poy-btn { min-width: min(100%, 430px); min-height: 58px; font-size: 15px; }

@media (max-width: 860px) {
  .poy-monthly-pack-hero { padding-top: 42px; }
  .poy-monthly-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poy-monthly-pack-item__image { min-height: 190px; }
  .poy-monthly-pack-item__image img { height: 200px; }
}

@media (max-width: 560px) {
  .poy-monthly-pack-hero { padding: 34px 0 24px; }
  .poy-monthly-pack-hero__blurb { margin-top: 14px; font-size: 15px; }
  .poy-monthly-pack-hero__image { width: min(100%, 520px); }
  .poy-monthly-pack-items { padding-top: 20px; }
  .poy-monthly-pack-grid { grid-template-columns: 1fr; border-left: 0; border-top: 0; }
  .poy-monthly-pack-item { padding: 26px 18px 30px; border-left: 0; border-right: 0; }
  .poy-monthly-pack-item__image { min-height: 180px; }
  .poy-monthly-pack-item__image img { height: 190px; }
  .poy-monthly-pack-cta .poy-btn { width: 100%; min-width: 0; }
}

/* ==========================================================
   Honoree Directory + Profile Modal — v1.4.0
   ========================================================== */
body > .poy-site > .poy-all-honorees-page { flex: 1 0 auto; }
.poy-honoree-trigger {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.poy-honoree-trigger:focus-visible { outline: 3px solid var(--poy-gold); outline-offset: 5px; border-radius: 8px; }
.poy-honoree__image { display: block; overflow: hidden; border-radius: 8px; background: rgba(41,37,34,.04); }
.poy-honoree__image img { display: block; width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; transition: transform .25s ease; }
.poy-honoree-trigger:hover .poy-honoree__image img { transform: scale(1.018); }
.poy-honoree__name { display: block; margin-top: 12px; font-size: 13px; line-height: 1.25; font-weight: 800; text-align: center; }
.poy-honoree__date { display: block; margin-top: 2px; font-size: 11px; line-height: 1.3; text-align: center; }
.poy-honoree--directory .poy-honoree__date { margin: 14px 0 0; color: #bb7421; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.poy-honoree--directory .poy-honoree__name { margin-top: 5px; font-family: var(--poy-serif); font-size: clamp(25px, 2.2vw, 34px); font-weight: 500; letter-spacing: -.015em; }
.poy-honorees__empty, .poy-all-honorees-empty { text-align: center; }

.poy-all-honorees-hero { padding: clamp(52px, 7vw, 92px) 0 34px; background: var(--poy-cream); text-align: center; }
.poy-all-honorees-hero .poy-section-title { margin-bottom: 18px; }
.poy-all-honorees-hero__blurb { max-width: 760px; margin: 0 auto; font-size: clamp(15px, 1.6vw, 18px); line-height: 1.65; }
.poy-all-honorees-hero__blurb p { margin: 0; }
.poy-all-honorees-list { padding: 22px 0 clamp(72px, 8vw, 110px); background: var(--poy-cream); }
.poy-all-honorees-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 54px) clamp(22px, 3vw, 38px); }

html.poy-modal-open, html.poy-modal-open body { overflow: hidden; }
.poy-honoree-modal[hidden] { display: none !important; }
.poy-honoree-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 28px; opacity: 0; transition: opacity .18s ease; }
.poy-honoree-modal.is-open { opacity: 1; }
.poy-honoree-modal__backdrop { position: absolute; inset: 0; background: rgba(26,23,21,.72); backdrop-filter: blur(5px); cursor: pointer; }
.poy-honoree-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(760px, calc(100vh - 56px));
  max-height: min(760px, calc(100dvh - 56px));
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid rgba(246,200,95,.42);
  border-radius: 24px;
  background: var(--poy-cream);
  color: var(--poy-cocoa);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  outline: none;
  transform: translateY(10px) scale(.99);
  transition: transform .18s ease;
}
.poy-honoree-modal.is-open .poy-honoree-modal__dialog { transform: translateY(0) scale(1); }
.poy-honoree-modal.has-no-image .poy-honoree-modal__dialog { grid-template-columns: 1fr; width: min(100%, 720px); }
.poy-honoree-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(41,37,34,.14);
  border-radius: 50%;
  background: rgba(255,248,237,.94);
  color: var(--poy-cocoa);
  font: 300 32px/1 var(--poy-sans);
  cursor: pointer;
}
.poy-honoree-modal__close:hover, .poy-honoree-modal__close:focus-visible { background: var(--poy-gold); outline: none; }
.poy-honoree-modal__media { min-height: 540px; background: #eee5d8; }
.poy-honoree-modal__media[hidden] { display: none; }
.poy-honoree-modal__media img { display: block; width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.poy-honoree-modal__content { min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: clamp(44px, 5vw, 68px) clamp(34px, 5vw, 64px) 44px; }
.poy-honoree-modal__date { margin-bottom: 9px; color: #bb7421; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.poy-honoree-modal__content h2 { margin: 0; padding-right: 42px; font-family: var(--poy-serif); font-size: 42px; line-height: .98; font-weight: 500; letter-spacing: -.03em; }
.poy-honoree-modal__story { margin-top: 32px; padding: 24px 10px 4px 0; border-top: 1px solid rgba(41,37,34,.13); max-height: min(330px, 40vh); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.poy-honoree-modal__story h3 { margin: 0 0 12px; color: #bb7421; font-size: 11px; line-height: 1.35; letter-spacing: .11em; }
.poy-honoree-modal__story p { margin: 0; white-space: pre-line; font-size: 16px; line-height: 1.72; }
.poy-honoree-modal__nominator { margin-top: 30px; display: grid; gap: 3px; }
.poy-honoree-modal__nominator span { color: rgba(41,37,34,.58); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.poy-honoree-modal__nominator strong { font-family: var(--poy-serif); font-size: 22px; font-weight: 500; }

@media (max-width: 820px) {
  .poy-all-honorees-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poy-honoree-modal { padding: 20px; }
  .poy-honoree-modal__dialog { grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); max-height: calc(100dvh - 40px); }
  .poy-honoree-modal__media, .poy-honoree-modal__media img { min-height: 460px; }
  .poy-honoree-modal__content { padding: 48px 34px 36px; }
}

@media (max-width: 620px) {
  .poy-all-honorees-hero { padding: 42px 0 24px; }
  .poy-all-honorees-hero__blurb { font-size: 15px; }
  .poy-all-honorees-list { padding-top: 12px; }
  .poy-all-honorees-grid { grid-template-columns: 1fr; gap: 34px; }
  .poy-honoree--directory { width: min(100%, 480px); margin-inline: auto; }
  .poy-honoree--directory .poy-honoree__name { font-size: 31px; }
  .poy-honoree-modal { place-items: end center; padding: 12px; }
  .poy-honoree-modal__dialog { width: 100%; max-height: calc(100dvh - 24px); grid-template-columns: 1fr; overflow-y: auto; border-radius: 22px; }
  .poy-honoree-modal__close { position: fixed; top: 24px; right: 24px; width: 44px; height: 44px; }
  .poy-honoree-modal__media { min-height: 0; max-height: none; }
  .poy-honoree-modal__media img { width: 100%; min-height: 0; height: min(54vh, 470px); object-fit: cover; object-position: center top; }
  .poy-honoree-modal__content { display: block; overflow: visible; padding: 30px 24px 34px; }
  .poy-honoree-modal__content h2 { padding-right: 0; font-size: 42px; }
  .poy-honoree-modal__story { margin-top: 24px; max-height: none; overflow: visible; padding-right: 0; }
  .poy-honoree-modal__story p { font-size: 15px; }
}


/* Shared branded standalone page titles — v1.5.0 */
@media (max-width: 640px) {
  .poy-page-title { grid-template-columns: 28px auto 28px; gap: 8px; margin-bottom: 18px; }
  .poy-page-title h1 { font-size: 29px; }
  .poy-page-title h1::before, .poy-page-title h1::after { padding: 0 .2em; }
}

/* Branded feature-story modal — v1.5.0 */
.poy-text-link--button { appearance: none; -webkit-appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
html.poy-feature-modal-open, html.poy-feature-modal-open body { overflow: hidden; }
.poy-feature-modal[hidden] { display: none !important; }
.poy-feature-modal { position: fixed; inset: 0; z-index: 100001; display: grid; place-items: center; padding: 28px; opacity: 0; transition: opacity .18s ease; }
.poy-feature-modal.is-open { opacity: 1; }
.poy-feature-modal__backdrop { position: absolute; inset: 0; background: rgba(26,23,21,.76); backdrop-filter: blur(5px); cursor: pointer; }
.poy-feature-modal__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(310px,.9fr) minmax(0,1.1fr); width: min(100%, 1020px); max-height: calc(100dvh - 56px); overflow: hidden; border: 1px solid rgba(246,200,95,.5); border-radius: 26px; background: var(--poy-cream); color: var(--poy-cocoa); box-shadow: 0 30px 90px rgba(0,0,0,.34); outline: none; transform: translateY(10px) scale(.99); transition: transform .18s ease; }
.poy-feature-modal.is-open .poy-feature-modal__dialog { transform: translateY(0) scale(1); }
.poy-feature-modal__close { position: absolute; top: 16px; right: 16px; z-index: 4; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(41,37,34,.14); border-radius: 50%; background: rgba(255,248,237,.95); color: var(--poy-cocoa); font: 300 32px/1 var(--poy-sans); cursor: pointer; }
.poy-feature-modal__close:hover, .poy-feature-modal__close:focus-visible { background: var(--poy-gold); outline: none; }
.poy-feature-modal__visual { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; padding: 50px; background: linear-gradient(145deg, var(--poy-gold), #efad3e); }
.poy-feature-modal__visual::before, .poy-feature-modal__visual::after { content: "✦"; position: absolute; color: rgba(255,248,237,.72); font: 46px/1 Georgia,serif; }
.poy-feature-modal__visual::before { top: 38px; left: 38px; }
.poy-feature-modal__visual::after { right: 42px; bottom: 40px; font-size: 28px; }
.poy-feature-modal__visual img { position: relative; z-index: 1; display: block; width: min(100%, 330px); max-height: 410px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(71,43,12,.12)); }
.poy-feature-modal__visual-mark { position: absolute; left: 34px; bottom: 28px; z-index: 2; color: rgba(41,37,34,.75); font-family: var(--poy-serif); font-size: 17px; line-height: .9; letter-spacing: .03em; }
.poy-feature-modal__content { min-width: 0; min-height: 0; max-height: calc(100dvh - 56px); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: clamp(52px,6vw,78px) clamp(36px,5vw,66px) 46px; }
.poy-feature-modal__eyebrow { margin-bottom: 14px; color: #b56b17; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.poy-feature-modal__content h2 { margin: 0; max-width: 560px; font-family: var(--poy-serif); font-size: clamp(38px,4.2vw,56px); line-height: .98; font-weight: 500; letter-spacing: -.025em; }
.poy-feature-modal__story { margin-top: 24px; font-size: 16px; line-height: 1.72; }
.poy-feature-modal__story p { margin: 0 0 16px; }
.poy-feature-modal__story p:last-child { margin-bottom: 0; }
.poy-feature-modal__cta { margin-top: 28px; }
.poy-feature-modal__cta .poy-btn { min-height: 52px; }
@media (max-width: 760px) {
  .poy-feature-modal { place-items: end center; padding: 12px; }
  .poy-feature-modal__dialog { grid-template-columns: 1fr; width: 100%; max-height: calc(100dvh - 24px); overflow-y: auto; border-radius: 22px; }
  .poy-feature-modal__visual { min-height: 270px; padding: 34px 30px 24px; }
  .poy-feature-modal__visual img { width: min(68%, 250px); max-height: 230px; }
  .poy-feature-modal__visual-mark { left: 24px; bottom: 20px; font-size: 13px; }
  .poy-feature-modal__content { max-height: none; overflow: visible; padding: 34px 24px 32px; }
  .poy-feature-modal__content h2 { font-size: 40px; }
}

/* ==========================================================
   Partner Hub — v1.5.0
   ========================================================== */
.poy-partner-hub-site { min-height: 100vh; min-height: 100dvh; }
.poy-partner-hub { flex: 1 0 auto; background: var(--poy-cream); }
.poy-partner-hub-hero { padding: 44px 0 0; background: var(--poy-cream); }
.poy-partner-eyebrow { margin-bottom: 13px; color: #b96e19; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-align: center; }
.poy-partner-hub-hero .poy-page-title { margin-bottom: 34px; }
.poy-partner-hub-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); gap: clamp(34px,6vw,84px); align-items: center; }
.poy-partner-hub-hero__copy { max-width: 680px; }
.poy-partner-hub-hero__blurb { font-size: clamp(20px,2.4vw,30px); line-height: 1.35; }
.poy-partner-hub-hero__blurb p { margin: 0; }
.poy-partner-hub-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.poy-btn.poy-btn--outline { border: 1px solid rgba(41,37,34,.25); background: transparent; color: var(--poy-cocoa) !important; }
.poy-btn.poy-btn--outline:hover, .poy-btn.poy-btn--outline:focus-visible { background: rgba(41,37,34,.05); color: var(--poy-cocoa) !important; border-color: rgba(41,37,34,.42); }
.poy-partner-hub-hero__image { display: grid; place-items: center; }
.poy-partner-hub-hero__image img { display: block; width: min(100%, 430px); max-height: 480px; object-fit: contain; }
.poy-partner-section { padding: 50px 0; background: var(--poy-cream); }
.poy-partner-section.poy-tone-sage { background: var(--poy-sage); }
.poy-partner-section.poy-tone-cocoa { background: var(--poy-cocoa); color: var(--poy-cream); }
.poy-partner-narrow { max-width: 980px; }
.poy-partner-big-copy { max-width: 850px; margin: 0 auto; text-align: center; font-family: var(--poy-serif); font-size: clamp(28px,3.4vw,46px); line-height: 1.18; }
.poy-partner-big-copy p { margin: 0; font-size: 32px; }
.poy-partner-section-intro { max-width: 820px; margin: -10px auto 34px; text-align: center; font-size: 17px; line-height: 1.65; }
.poy-partner-section-intro p { margin: 0; }
.poy-partner-section-intro--light { color: rgba(255,248,237,.78); }
.poy-partner-section-intro--left { margin-left: 0; text-align: left; }
.poy-partner-how-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.poy-partner-how-grid article { padding: 26px 22px; border-top: 2px solid var(--poy-gold); background: rgba(255,248,237,1); }
.poy-partner-how-grid h3 { margin: 0 0 12px; font-size: 14px; letter-spacing: .02em; }
.poy-partner-how-grid p { margin: 0; font-size: 15px; line-height: 1.6; }
.poy-partner-pack-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.poy-partner-pack-card { min-width: 0; padding: 28px 22px 30px; text-align: center; border: 1px solid rgba(41,37,34,.12); border-radius: 18px; background: rgba(255,255,255,.3); }
.poy-partner-pack-card .poy-icon-circle { margin-inline: auto; }
.poy-partner-pack-card h3 { margin: 18px 0 9px; font-family: var(--poy-serif); font-size: 25px; font-weight: 500; }
.poy-partner-pack-card p { margin: 0; font-size: 14px; line-height: 1.58; }
.poy-partner-types-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 1px solid rgba(255,248,237,.18); }
.poy-partner-types-grid article { min-width: 0; padding: 30px 23px 34px; border-right: 1px solid rgba(255,248,237,.16); }
.poy-partner-types-grid article:last-child { border-right: 0; }
.poy-partner-type-number { color: var(--poy-gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.poy-partner-types-grid h3 { margin: 24px 0 14px; color: var(--poy-gold); font-family: var(--poy-serif); font-size: 24px; line-height: 1.05; font-weight: 500; }
.poy-partner-types-grid p { margin: 0; color: rgba(255,248,237,.78); font-size: 14px; line-height: 1.6; }
.poy-partner-two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); gap: clamp(42px,7vw,90px); align-items: start; }
.poy-partner-benefits__eyebrow { margin-bottom: 13px; text-align: left; color: #b96e19; }
.poy-partner-benefits__heading { margin: 0 0 18px; font-family: var(--poy-serif); font-size: clamp(36px,4vw,50px); line-height: .98; font-weight: 500; }
.poy-partner-benefits__intro { max-width: 620px; color: rgba(41,37,34,.78); font-size: 16px; line-height: 1.6; }
.poy-partner-benefits__intro p { margin: 0; }
.poy-partner-check-list, .poy-partner-promise ul { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 13px; }
.poy-partner-check-list li, .poy-partner-promise li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.5; }
.poy-partner-check-list li::before, .poy-partner-promise li::before { content: "✦"; position: absolute; left: 0; top: .05em; color: #d49325; }
.poy-partner-promise { padding: clamp(30px,4vw,48px); border-radius: 22px; background: var(--poy-cocoa); color: var(--poy-cream); box-shadow: 0 24px 60px rgba(41,37,34,.12); }
.poy-partner-promise .poy-partner-eyebrow { text-align: left; color: var(--poy-gold); }
.poy-partner-promise h2 { margin: 0 0 18px; font-family: var(--poy-serif); font-size: clamp(36px,4vw,50px); line-height: .98; font-weight: 500; }
.poy-partner-promise > div { color: rgba(255,248,237,.78); line-height: 1.6; }
.poy-partner-promise li { color: rgba(255,248,237,.88); }
.poy-partner-business-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 1040px; margin: 0 auto; }
.poy-partner-business-cloud span { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 16px; border: 1px solid rgba(41,37,34,.15); border-radius: 999px; background: rgba(255,248,237,.95); font-size: 13px; font-weight: 700; text-align: center; }
.poy-partner-impact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; max-width: 980px; margin: 0 auto; }
.poy-partner-impact-grid article { min-height: 150px; display: grid; place-content: center; gap: 8px; padding: 24px; text-align: center; border: 1px solid rgba(41,37,34,.12); border-radius: 16px; }
.poy-partner-impact-grid strong { font-family: var(--poy-serif); font-size: clamp(38px,4vw,58px); line-height: 1; font-weight: 500; color: #bd741f; }
.poy-partner-impact-grid span { font-size: 13px; font-weight: 700; }
.poy-partner-faq-list { border-top: 1px solid rgba(41,37,34,.15); }
.poy-partner-faq-list details { border-bottom: 1px solid rgba(41,37,34,.15); }
.poy-partner-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 800; }
.poy-partner-faq-list summary::-webkit-details-marker { display: none; }
.poy-partner-faq-list summary span { color: #b96e19; font: 300 28px/1 var(--poy-sans); transition: transform .2s ease; }
.poy-partner-faq-list details[open] summary span { transform: rotate(45deg); }
.poy-partner-faq-list details > div { padding: 0 48px 22px 0; font-size: 15px; line-height: 1.65; }
.poy-partner-faq-list details > div p { margin: 0; }
.poy-partner-inquiry { padding: clamp(66px,8vw,110px) 0; background: var(--poy-coral); color: #fff; }
.poy-partner-inquiry__grid { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(40px,7vw,90px); align-items: start; }
.poy-partner-inquiry__intro .poy-partner-eyebrow { text-align: left; color: #fff3c6; }
.poy-partner-inquiry__intro h2 { margin: 0 0 20px; font-family: var(--poy-serif); font-size: clamp(44px,5vw,66px); line-height: .95; font-weight: 500; }
.poy-partner-inquiry__intro > div:last-child { max-width: 500px; font-size: 17px; line-height: 1.6; }
.poy-partner-form { padding: clamp(26px,4vw,42px); border-radius: 22px; background: var(--poy-cream); color: var(--poy-cocoa); }
.poy-partner-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.poy-partner-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.poy-partner-form input, .poy-partner-form select, .poy-partner-form textarea { width: 100%; min-width: 0; border: 1px solid rgba(41,37,34,.18); border-radius: 10px; background: #fffaf3; color: var(--poy-cocoa); font: 400 15px/1.3 var(--poy-sans); }
.poy-partner-form input, .poy-partner-form select { min-height: 50px; padding: 10px 13px; }
.poy-partner-form textarea { resize: vertical; padding: 13px; }
.poy-partner-form-full { grid-column: 1 / -1; }
.poy-partner-form .poy-btn { margin-top: 20px; border: 0; cursor: pointer; }
.poy-partner-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.poy-partner-form-notice { margin-bottom: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.poy-partner-form-notice--success { background: #edf7e9; color: #31562d; }
.poy-partner-form-notice--error { background: #fff0ed; color: #7d2d24; }

@media (max-width: 980px) {
  .poy-partner-hub-hero__grid, .poy-partner-two-col, .poy-partner-inquiry__grid { grid-template-columns: 1fr; }
  .poy-partner-hub-hero__copy { max-width: 800px; margin: 0 auto; text-align: center; }
  .poy-partner-hub-hero__actions { justify-content: center; }
  .poy-partner-hub-hero__image { order: -1; }
  .poy-partner-hub-hero__image img { width: min(100%,330px); max-height: 340px; }
  .poy-partner-how-grid, .poy-partner-pack-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .poy-partner-types-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .poy-partner-types-grid article { border-bottom: 1px solid rgba(255,248,237,.16); }
  .poy-partner-types-grid article:nth-child(2n) { border-right: 0; }
  .poy-partner-types-grid article:last-child { grid-column: 1 / -1; }
  .poy-partner-two-col > div > .poy-section-title { justify-content: start; text-align: left; }
  .poy-partner-two-col > div > .poy-section-title h2 { text-align: left; }
  .poy-partner-section-intro--left { margin-inline: auto; text-align: center; }
  .poy-partner-inquiry__intro { text-align: center; }
  .poy-partner-inquiry__intro .poy-partner-eyebrow { text-align: center; }
  .poy-partner-inquiry__intro > div:last-child { margin-inline: auto; }
}
@media (max-width: 620px) {
  .poy-partner-hub-hero { padding: 44px 0 0; }
  .poy-partner-hub-hero .poy-page-title { margin-bottom: 22px; }
  .poy-partner-hub-hero__blurb { font-size: 18px; }
  .poy-partner-hub-hero__actions { display: grid; grid-template-columns: 1fr; }
  .poy-partner-hub-hero__actions .poy-btn { width: 100%; justify-content: center; }
  .poy-partner-section { padding: 50px 0; }
  .poy-partner-big-copy { font-size: 28px; }
  .poy-partner-how-grid, .poy-partner-pack-grid, .poy-partner-types-grid, .poy-partner-impact-grid { grid-template-columns: 1fr; }
  .poy-partner-types-grid article, .poy-partner-types-grid article:nth-child(2n) { border-right: 0; }
  .poy-partner-types-grid article:last-child { grid-column: auto; }
  .poy-partner-form-grid { grid-template-columns: 1fr; }
  .poy-partner-form-full { grid-column: auto; }
  .poy-partner-faq-list details > div { padding-right: 0; }
  .poy-partner-business-cloud span { width: calc(50% - 5px); justify-content: center; }
}

/* Force page-title typography consistency after legacy page-specific rules. */
.poy-page-title h1,
.poy-prose .poy-page-title h1,
.poy-page-title.poy-nomination-title h1 { margin: 0; font-family: var(--poy-serif); font-size: clamp(30px,3.3vw,48px); line-height: 1; font-weight: 500; letter-spacing: -.015em; }
@media (max-width: 640px) {
  .poy-page-title h1,
  .poy-prose .poy-page-title h1,
  .poy-page-title.poy-nomination-title h1 { font-size: 29px; letter-spacing: -.015em; }
}

.poy-page-title.poy-nomination-title { grid-template-columns: minmax(36px,88px) auto minmax(36px,88px); gap: 18px; }
@media (max-width: 640px) {
  .poy-page-title.poy-nomination-title { grid-template-columns: 28px auto 28px; gap: 8px; }
}
.poy-page-title.poy-nomination-title { margin: 0 auto 24px; }
.poy-partner-baseline { max-width: 880px; margin: 34px auto 0; padding: 22px 26px; border-left: 4px solid var(--poy-gold); background: rgba(246,200,95,.14); }
.poy-partner-baseline strong { display: block; margin-bottom: 6px; font-size: 12px; letter-spacing: .08em; }
.poy-partner-baseline p { margin: 0; font-size: 15px; line-height: 1.6; }


/* Contact hub — v1.6.0 */
.poy-contact-page { background: var(--poy-cream); color: var(--poy-cocoa); }
.poy-contact-hero { padding: 48px 0 36px; text-align: center; }
.poy-contact-eyebrow { margin-bottom: 12px; color: #b96e19; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.poy-contact-hero__intro { max-width: 780px; margin: 0 auto; font-size: 18px; line-height: 1.65; }
.poy-contact-hero__intro p { margin: 0; }
.poy-contact-main { padding: 26px 0 72px; }
.poy-contact-main__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(32px,5vw,72px); align-items: start; }
.poy-contact-connect h2, .poy-contact-form-panel h2 { margin: 0; font-family: var(--poy-serif); font-size: clamp(38px,4vw,52px); line-height: .98; font-weight: 500; letter-spacing: -.025em; }
.poy-contact-connect__blurb, .poy-contact-form-panel__blurb { margin-top: 16px; font-size: 16px; line-height: 1.65; }
.poy-contact-connect__blurb p, .poy-contact-form-panel__blurb p { margin: 0; }
.poy-contact-cards { display: grid; gap: 12px; margin-top: 28px; }
.poy-contact-card { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; min-height: 86px; padding: 18px 20px; border: 1px solid rgba(41,37,34,.14); border-radius: 18px; background: rgba(255,255,255,.28); text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.poy-contact-card:hover, .poy-contact-card:focus-visible { transform: translateY(-2px); border-color: rgba(185,110,25,.5); background: rgba(255,255,255,.55); outline: none; }
.poy-contact-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--poy-sage); font-size: 22px; }
.poy-contact-card__icon svg { width: 25px; height: 25px; }
.poy-contact-card strong { display: block; margin-bottom: 4px; font-size: 12px; letter-spacing: .04em; }
.poy-contact-card small { display: block; color: rgba(41,37,34,.72); font-size: 13px; line-height: 1.45; }
.poy-contact-social-block { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(41,37,34,.12); }
.poy-contact-social-block h3 { margin: 0 0 6px; font-size: 13px; letter-spacing: .04em; }
.poy-contact-social-block p { margin: 0 0 14px; font-size: 14px; line-height: 1.5; }
.poy-contact-social-block .poy-socials a { border-color: rgba(41,37,34,.22); color: var(--poy-cocoa); }
.poy-contact-response-note { margin: 26px 0 0; color: rgba(41,37,34,.62); font-size: 13px; line-height: 1.55; }
.poy-contact-form-panel { padding: clamp(28px,4vw,48px); border: 1px solid rgba(41,37,34,.13); border-radius: 26px; background: #fffdf8; box-shadow: 0 18px 55px rgba(41,37,34,.07); }
.poy-contact-form { display: grid; gap: 17px; margin-top: 28px; }
.poy-contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.poy-contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.poy-contact-form label > span small { color: rgba(41,37,34,.55); font-weight: 500; }
.poy-contact-form input, .poy-contact-form select, .poy-contact-form textarea { width: 100%; min-width: 0; border: 1px solid rgba(41,37,34,.18); border-radius: 14px; background: var(--poy-cream); color: var(--poy-cocoa); padding: 14px 15px; font: 400 15px/1.4 var(--poy-sans); }
.poy-contact-form input, .poy-contact-form select { min-height: 52px; }
.poy-contact-form textarea { resize: vertical; min-height: 160px; }
.poy-contact-form input:focus, .poy-contact-form select:focus, .poy-contact-form textarea:focus { border-color: #b96e19; outline: 2px solid rgba(185,110,25,.12); }
.poy-contact-consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; line-height: 1.45; }
.poy-contact-consent input { width: 18px; height: 18px; min-height: 0; margin-top: 1px; padding: 0; accent-color: var(--poy-coral); }
.poy-contact-submit { width: 100%; min-height: 56px; }
.poy-contact-form__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.poy-contact-notice { margin-top: 22px; padding: 14px 16px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.poy-contact-notice--success { background: rgba(168,199,160,.45); }
.poy-contact-notice--error { background: rgba(242,107,91,.15); }
@media (max-width: 860px) {
  html { scroll-padding-top: var(--poy-anchor-offset-mobile, 104px); }
  [id] { scroll-margin-top: var(--poy-anchor-offset-mobile, 104px); }
  .poy-contact-main__grid { grid-template-columns: 1fr; }
  .poy-contact-connect { order: 2; }
  .poy-contact-form-panel { order: 1; }
}
@media (max-width: 560px) {
  .poy-contact-hero { padding: 34px 0 24px; }
  .poy-contact-hero__intro { font-size: 16px; }
  .poy-contact-main { padding-bottom: 48px; }
  .poy-contact-form-panel { padding: 26px 18px; border-radius: 20px; }
  .poy-contact-form__row { grid-template-columns: 1fr; }
  .poy-contact-card { grid-template-columns: 44px 1fr; padding: 16px; }
}


/* Nominations FAQ — v1.7.0 */
.poy-nominations-faq-page { background: var(--poy-cream); color: var(--poy-cocoa); }
.poy-nominations-faq-hero { padding: 48px 0 42px; text-align: center; }
.poy-nominations-faq-eyebrow { margin-bottom: 12px; color: #b96e19; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.poy-nominations-faq-hero__intro { max-width: 800px; margin: 0 auto; font-size: 18px; line-height: 1.65; }
.poy-nominations-faq-hero__intro p { margin: 0; }
.poy-nominations-faq-about { padding: 18px 0 58px; }
.poy-nominations-faq-about__grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); gap: clamp(28px,5vw,68px); align-items: stretch; }
.poy-nominations-faq-about__story, .poy-nominations-faq-ready { padding: clamp(30px,4vw,48px); border-radius: 26px; }
.poy-nominations-faq-about__story { border: 1px solid rgba(41,37,34,.13); background: #fffdf8; }
.poy-nominations-faq-ready { background: var(--poy-cocoa); color: var(--poy-cream); }
.poy-nominations-faq-about h2 { margin: 0; font-family: var(--poy-serif); font-size: clamp(38px,4.2vw,56px); line-height: .98; font-weight: 500; letter-spacing: -.025em; }
.poy-nominations-faq-about__story > div:last-child, .poy-nominations-faq-ready > div:nth-of-type(2) { margin-top: 18px; font-size: 16px; line-height: 1.7; }
.poy-nominations-faq-about__story p, .poy-nominations-faq-ready p { margin: 0; }
.poy-nominations-faq-ready .poy-btn { margin-top: 26px; }
.poy-nominations-faq-list-section { padding: 58px 0 76px; background: rgba(168,199,160,.42); }
.poy-nominations-faq-narrow { width: min(calc(100% - 40px), 920px); }
.poy-nominations-faq-list { margin-top: 30px; border-top: 1px solid rgba(41,37,34,.16); }
.poy-nominations-faq-list details { border-bottom: 1px solid rgba(41,37,34,.16); }
.poy-nominations-faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 21px 4px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.poy-nominations-faq-list summary::-webkit-details-marker { display: none; }
.poy-nominations-faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(41,37,34,.2); border-radius: 50%; font-size: 20px; line-height: 1; transition: transform .18s ease; }
.poy-nominations-faq-list details[open] summary span { transform: rotate(45deg); }
.poy-nominations-faq-list details > div { padding: 0 52px 24px 4px; color: rgba(41,37,34,.82); font-size: 15px; line-height: 1.7; }
.poy-nominations-faq-list details > div p { margin: 0; }
.poy-nominations-faq-bottom-cta { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 42px; text-align: center; }
.poy-nominations-faq-bottom-cta p { margin: 0; font-family: var(--poy-serif); font-size: 28px; line-height: 1.05; }
@media (max-width: 860px) {
  .poy-nominations-faq-about__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .poy-nominations-faq-hero { padding: 34px 0 28px; }
  .poy-nominations-faq-hero__intro { font-size: 16px; }
  .poy-nominations-faq-about { padding: 8px 0 42px; }
  .poy-nominations-faq-about__story, .poy-nominations-faq-ready { padding: 26px 20px; border-radius: 20px; }
  .poy-nominations-faq-about h2 { font-size: 36px; }
  .poy-nominations-faq-list-section { padding: 46px 0 56px; }
  .poy-nominations-faq-list summary { font-size: 15px; padding-block: 18px; }
  .poy-nominations-faq-list details > div { padding-right: 4px; }
  .poy-nominations-faq-bottom-cta { display: grid; }
  .poy-nominations-faq-bottom-cta .poy-btn { width: 100%; justify-content: center; }
}


/* Nomination title + full-site polish — v1.7.1 */
.poy-page-title.poy-nomination-title {
  grid-template-columns: minmax(24px,88px) minmax(0,auto) minmax(24px,88px);
}
.poy-page-title.poy-nomination-title h1 {
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: clamp(24px, 3.3vw, 48px);
}
@media (max-width: 640px) {
  .poy-page-title.poy-nomination-title { grid-template-columns: 20px minmax(0,auto) 20px; gap: 7px; }
  .poy-page-title.poy-nomination-title h1 { font-size: clamp(20px, 7vw, 29px); white-space: nowrap; text-wrap: nowrap; }
}
@media (max-width: 360px) {
  .poy-page-title.poy-nomination-title { grid-template-columns: 14px minmax(0,auto) 14px; gap: 5px; }
  .poy-page-title.poy-nomination-title h1 { font-size: clamp(18px, 6.5vw, 24px); }
}
