:root {
  --poster-navy: var(--fc-navy-950, #071a2d);
  --poster-navy-soft: var(--fc-navy-900, #0b253f);
  --poster-teal: var(--fc-teal-700, #08747d);
  --poster-teal-soft: var(--fc-teal-100, #dff1f0);
  --poster-gold: var(--fc-gold-500, #d3ad61);
  --poster-gold-dark: var(--fc-gold-600, #a97a22);
  --poster-ink: var(--fc-ink, #1a2d3d);
  --poster-muted: var(--fc-muted, #687b88);
  --poster-border: var(--fc-border, #d9e3e5);
  --poster-surface: var(--fc-surface, #ffffff);
  --poster-soft: var(--fc-surface-soft, #f5f9fa);
  --poster-radius: var(--fc-radius-md, 14px);
  --poster-shadow: var(--fc-shadow, 0 14px 38px rgba(7, 37, 61, 0.1));
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 136px;
}

body.poster-page {
  margin: 0;
  color: var(--poster-ink);
  background: var(--poster-surface);
  font-family: var(--fc-font-sans, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  line-height: 1.65;
  overflow-x: hidden;
}

.poster-page :where(h1, h2, h3, p, ul, ol, dl) {
  margin-top: 0;
}

.poster-page :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

.poster-page :where(section[id]) {
  scroll-margin-top: 136px;
}

.poster-main {
  overflow: clip;
}

.poster-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.poster-visually-hidden {
  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;
}

.poster-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(70px, 9vw, 118px) 0;
  color: #fff;
  background: var(--poster-navy);
}

.poster-hero::before,
.poster-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(211, 173, 97, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.poster-hero::before {
  top: -180px;
  right: -130px;
  width: 520px;
  height: 520px;
}

.poster-hero::after {
  right: 80px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  border-color: rgba(8, 116, 125, 0.46);
}

.poster-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

.poster-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #bdccd4;
  font-size: 13px;
  font-weight: 700;
}

.poster-breadcrumb a {
  color: #fff;
  text-underline-offset: 3px;
}

.poster-eyebrow,
.poster-kicker {
  margin-bottom: 12px;
  color: var(--poster-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poster-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(44px, 6.7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.poster-hero h1 span {
  display: block;
  margin-bottom: 13px;
  color: #8fd1cf;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.poster-hero__tagline {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(19px, 2.3vw, 25px);
  font-weight: 800;
  line-height: 1.35;
}

.poster-hero__intro {
  max-width: 750px;
  margin-bottom: 0;
  color: #cbd7de;
  font-size: 17px;
}

.poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.poster-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.poster-button:hover {
  transform: translateY(-2px);
}

.poster-button--gold {
  color: var(--poster-navy);
  background: var(--poster-gold);
}

.poster-button--gold:hover {
  background: #e2bf79;
}

.poster-button--light {
  color: var(--poster-navy);
  background: #fff;
}

.poster-button--light:hover {
  background: var(--poster-teal-soft);
}

.poster-button--teal {
  color: #fff;
  background: var(--poster-teal);
}

.poster-button--teal:hover {
  background: #075f66;
}

.poster-button--navy {
  color: #fff;
  background: var(--poster-navy-soft);
}

.poster-button--navy:hover {
  background: var(--poster-teal);
}

.poster-button--outline {
  color: var(--poster-navy-soft);
  border-color: #b8c8cd;
  background: transparent;
}

.poster-button--outline:hover {
  border-color: var(--poster-teal);
  color: var(--poster-teal);
  background: var(--poster-teal-soft);
}

.deadline-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--poster-gold);
  border-radius: 16px;
  background: #102d48;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.23);
}

.deadline-card__label {
  margin-bottom: 4px;
  color: #9ed8d5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deadline-card h2 {
  margin-bottom: 2px;
  color: #fff;
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.deadline-card__timezone {
  margin-bottom: 22px;
  color: #c4d2d9;
  font-size: 13px;
}

.countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.countdown__grid div {
  min-width: 0;
  padding: 14px 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  text-align: center;
  background: rgba(255, 255, 255, 0.045);
}

.countdown__grid strong,
.countdown__grid span {
  display: block;
}

.countdown__grid strong {
  color: #fff;
  font-size: clamp(24px, 3.2vw, 34px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown__grid span {
  margin-top: 7px;
  color: #aac0cb;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.countdown__closed {
  margin-bottom: 0;
  padding: 16px;
  border-radius: 9px;
  color: #fff;
  background: rgba(211, 173, 97, 0.13);
  font-weight: 700;
}

.hero-facts {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-facts div {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 12px;
}

.hero-facts dt {
  color: #9fb4bf;
  font-size: 12px;
  font-weight: 700;
}

.hero-facts dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.poster-section {
  padding: clamp(68px, 8vw, 100px) 0;
}

.poster-section--soft {
  background: var(--poster-soft);
}

.poster-section--navy {
  color: #fff;
  background: var(--poster-navy);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading--wide {
  max-width: 900px;
}

.section-heading--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.typography-panel h2,
.selection-card h2,
.chair-card h2,
.venue-card h2,
.poster-final h2 {
  margin-bottom: 14px;
  color: var(--poster-navy-soft);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--poster-muted);
  font-size: 17px;
}

.section-heading--inverse h2,
.section-heading--inverse > p:last-child {
  color: #fff;
}

.section-heading--inverse > p:last-child {
  color: #c0d0d8;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.category-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--poster-border);
  border-top: 4px solid var(--poster-teal);
  border-radius: var(--poster-radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 37, 61, 0.07);
}

.category-card:nth-child(2) {
  border-top-color: var(--poster-gold-dark);
}

.category-card__number {
  display: block;
  margin-bottom: 30px;
  color: #b7c8cc;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.category-card h3,
.guideline-panel h3,
.payment-panel h3,
.email-panel h3,
.important-notice h3,
.confirmation-note h3,
.selection-card h3 {
  margin-bottom: 12px;
  color: var(--poster-navy-soft);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.category-card p:last-child,
.guideline-panel p:last-child {
  margin-bottom: 0;
}

.eligibility {
  margin-bottom: 15px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #0c626a;
  background: var(--poster-teal-soft);
  font-size: 14px;
}

.eligibility ul {
  margin: 7px 0 0;
  padding-left: 19px;
}

.abstract-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.abstract-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px;
  border: 1px solid var(--poster-border);
  border-radius: 11px;
  background: #fff;
}

.abstract-steps span,
.process-list__number {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: var(--poster-teal);
  font-weight: 900;
}

.guideline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 20px;
}

.guideline-panel {
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--poster-border);
  border-radius: var(--poster-radius);
  background: #fff;
}

.guideline-panel--accent {
  color: #e8f0f3;
  border-color: var(--poster-navy-soft);
  background: var(--poster-navy-soft);
}

.guideline-panel--accent h3 {
  color: #fff;
}

.check-list,
.review-checklist {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.review-checklist li {
  position: relative;
  padding-left: 27px;
}

.check-list li::before,
.review-checklist li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--poster-teal);
  border-radius: 50%;
  content: "";
}

.format-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.spec-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--poster-border);
  list-style: none;
}

.spec-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.6fr) minmax(0, 1.4fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--poster-border);
}

.spec-list span {
  color: var(--poster-muted);
}

.dimension-figure {
  position: relative;
  width: min(100%, 560px);
  padding: 46px 55px 16px 20px;
  justify-self: end;
}

.dimension-figure__poster {
  display: grid;
  aspect-ratio: 5 / 4;
  place-content: center;
  padding: 28px;
  border: 10px solid #fff;
  outline: 1px solid #a9b9bf;
  color: #fff;
  text-align: center;
  background: var(--poster-navy-soft);
  box-shadow: var(--poster-shadow);
}

.dimension-figure__poster span {
  margin-bottom: 13px;
  color: var(--poster-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.dimension-figure__poster strong {
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.1;
}

.dimension-figure__poster small {
  margin-top: 14px;
  color: #a9cece;
  font-weight: 800;
}

.dimension-figure__width,
.dimension-figure__height {
  position: absolute;
  color: var(--poster-navy-soft);
  font-size: 12px;
  font-weight: 900;
}

.dimension-figure__width {
  top: 12px;
  right: 55px;
  left: 20px;
  border-top: 1px solid var(--poster-gold-dark);
  text-align: center;
}

.dimension-figure__width::before,
.dimension-figure__width::after {
  position: absolute;
  top: -5px;
  width: 1px;
  height: 10px;
  background: var(--poster-gold-dark);
  content: "";
}

.dimension-figure__width::before {
  left: 0;
}

.dimension-figure__width::after {
  right: 0;
}

.dimension-figure__width span {
  position: relative;
  top: -12px;
  padding: 0 10px;
  background: #fff;
}

.dimension-figure__height {
  top: 46px;
  right: 20px;
  bottom: 16px;
  border-right: 1px solid var(--poster-teal);
}

.dimension-figure__height::before,
.dimension-figure__height::after {
  position: absolute;
  right: -5px;
  width: 10px;
  height: 1px;
  background: var(--poster-teal);
  content: "";
}

.dimension-figure__height::before {
  top: 0;
}

.dimension-figure__height::after {
  bottom: 0;
}

.dimension-figure__height span {
  position: absolute;
  top: 50%;
  right: -52px;
  width: 106px;
  padding: 0 7px;
  text-align: center;
  background: #fff;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center;
}

.typography-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: center;
  margin-top: clamp(65px, 9vw, 105px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--poster-border);
  border-radius: var(--poster-radius);
  background: var(--poster-soft);
}

.typography-panel h2 {
  font-size: clamp(28px, 3.4vw, 40px);
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--poster-border);
  border-radius: 10px;
  background: #fff;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  padding: 15px 18px;
  border-bottom: 1px solid #e4ebed;
  text-align: left;
}

.table-wrap thead th {
  color: #fff;
  background: var(--poster-navy-soft);
  font-size: 13px;
}

.table-wrap th:last-child,
.table-wrap td:last-child {
  text-align: right;
}

.table-wrap tbody th {
  color: var(--poster-ink);
  font-weight: 700;
}

.table-wrap tbody td {
  color: var(--poster-teal);
  font-weight: 900;
}

.table-wrap tbody tr:last-child :where(th, td) {
  border-bottom: 0;
}

.fee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 850px;
  margin: 0 auto 28px;
}

.fee-card {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--poster-radius);
  background: #102d48;
}

.fee-card__audience {
  margin-bottom: 20px;
  color: #9fd7d5;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.fee-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.fee-card__price {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.fee-card__price span {
  color: var(--poster-gold);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.payment-panel {
  max-width: 850px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 46px);
  border-radius: var(--poster-radius);
  color: var(--poster-ink);
  background: #fff;
}

.payment-panel__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--poster-border);
}

.payment-panel__heading :where(p, h3) {
  margin-bottom: 0;
}

.payment-details {
  margin: 0;
}

.payment-details > div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--poster-border);
}

.payment-details dt {
  color: var(--poster-muted);
  font-size: 13px;
  font-weight: 800;
}

.payment-details dd {
  margin: 0;
  color: var(--poster-navy-soft);
  font-size: 20px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.payment-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-variant-numeric: tabular-nums;
}

.copy-button {
  min-height: 46px;
  padding: 9px 15px;
  border: 1px solid var(--poster-teal);
  border-radius: 8px;
  color: var(--poster-teal);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.copy-button:hover {
  color: #fff;
  background: var(--poster-teal);
}

.copy-status {
  min-height: 1.6em;
  margin: 8px 0 0;
  color: #126c4b;
  font-size: 14px;
  font-weight: 800;
}

.payment-notice {
  margin: 18px 0 0;
  padding: 17px 19px;
  border-left: 4px solid var(--poster-gold-dark);
  border-radius: 0 8px 8px 0;
  background: #f8f4ea;
}

.process-list {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 49px;
  z-index: 0;
  width: 2px;
  background: var(--poster-border);
  content: "";
}

.process-list > li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 25px;
  border: 1px solid var(--poster-border);
  border-radius: var(--poster-radius);
  background: #fff;
}

.process-list__number {
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px var(--poster-border);
}

.process-list h3 {
  margin-bottom: 6px;
  color: var(--poster-navy-soft);
  font-size: 20px;
}

.process-list p:last-child,
.process-list ul:last-child {
  margin-bottom: 0;
}

.process-list ul {
  padding-left: 20px;
}

.email-panel,
.important-notice,
.confirmation-note {
  max-width: 920px;
  margin-inline: auto;
}

.email-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 32px;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--poster-border);
  border-radius: var(--poster-radius);
  background: var(--poster-soft);
}

.email-panel :where(p, h3):last-child {
  margin-bottom: 0;
}

.email-panel a:not(.poster-button) {
  color: var(--poster-teal);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.important-notice {
  margin-top: 22px;
  padding: clamp(28px, 5vw, 42px);
  border: 1px solid #d7bf87;
  border-left: 6px solid var(--poster-gold-dark);
  border-radius: var(--poster-radius);
  background: #fbf8f0;
}

.important-notice p:last-child,
.confirmation-note p:last-child {
  margin-bottom: 0;
}

.confirmation-note {
  margin-top: 22px;
  padding: 28px;
  border-radius: var(--poster-radius);
  color: #e7f0f3;
  background: var(--poster-navy-soft);
}

.confirmation-note h3 {
  color: #fff;
}

.review-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: start;
}

.review-checklist li {
  padding: 17px 18px 17px 48px;
  border: 1px solid var(--poster-border);
  border-radius: 9px;
  background: #fff;
  font-weight: 700;
}

.review-checklist li::before {
  top: 22px;
  left: 21px;
}

.selection-card {
  padding: clamp(28px, 5vw, 44px);
  border-radius: var(--poster-radius);
  background: #fff;
  box-shadow: var(--poster-shadow);
}

.selection-card h2 {
  font-size: clamp(30px, 3.6vw, 42px);
}

.selection-card h3 {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--poster-border);
}

.selection-card ul {
  padding-left: 21px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 12px;
  color: var(--poster-teal);
  font-weight: 900;
  text-underline-offset: 4px;
}

.chair-card {
  display: grid;
  grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
  border: 1px solid var(--poster-border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--poster-soft);
  box-shadow: var(--poster-shadow);
}

.chair-card__portrait {
  min-height: 430px;
  background: var(--poster-navy-soft);
}

.chair-card__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.chair-card__content {
  align-self: center;
  padding: clamp(34px, 6vw, 72px);
}

.chair-card__role {
  color: var(--poster-muted);
  font-size: 18px;
  font-weight: 700;
}

.chair-card__contact {
  font-size: 17px;
}

.chair-card__contact a {
  color: var(--poster-teal);
  font-weight: 900;
}

.venue-section {
  padding: 0 0 clamp(68px, 8vw, 100px);
}

.venue-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--poster-border);
  border-left: 7px solid var(--poster-teal);
  border-radius: var(--poster-radius);
  background: #fff;
  box-shadow: var(--poster-shadow);
}

.venue-card h2 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(28px, 3.7vw, 42px);
}

.venue-card p:last-child {
  margin-bottom: 0;
}

.venue-card p a {
  color: var(--poster-teal);
  font-weight: 800;
}

.venue-card > .poster-button {
  flex: 0 0 auto;
}

.poster-final {
  padding: clamp(75px, 9vw, 112px) 0;
  color: #fff;
  text-align: center;
  background: var(--poster-navy);
}

.poster-final__inner {
  max-width: 870px;
}

.poster-final h2 {
  color: #fff;
  font-size: clamp(35px, 5.5vw, 60px);
}

.poster-final p:not(.poster-eyebrow) {
  color: #cad7de;
  font-size: 18px;
}

.poster-final .poster-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .poster-hero__grid,
  .format-layout,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .deadline-card {
    max-width: 680px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card:last-child {
    grid-column: 1 / -1;
  }

  .guideline-grid,
  .typography-panel {
    grid-template-columns: 1fr;
  }

  .dimension-figure {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .poster-shell {
    width: min(100% - 28px, 1180px);
  }

  .poster-hero {
    padding: 58px 0 66px;
  }

  .poster-hero__grid {
    gap: 38px;
  }

  .poster-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .category-grid,
  .fee-grid,
  .chair-card {
    grid-template-columns: 1fr;
  }

  .category-card:last-child {
    grid-column: auto;
  }

  .abstract-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .typography-panel {
    gap: 26px;
    padding: 25px 18px;
  }

  .payment-details > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .process-list::before {
    left: 39px;
  }

  .process-list > li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .process-list__number {
    width: 42px;
    height: 42px;
  }

  .email-panel,
  .venue-card {
    align-items: stretch;
    flex-direction: column;
  }

  .chair-card__portrait {
    min-height: 0;
  }

  .chair-card__portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 1120 / 1404;
    object-fit: cover;
  }

  .chair-card__content {
    padding: 30px 24px;
  }
}

@media (max-width: 480px) {
  .poster-actions,
  .poster-actions .poster-button,
  .email-panel .poster-button,
  .venue-card .poster-button {
    width: 100%;
  }

  .countdown__grid {
    gap: 5px;
  }

  .countdown__grid div {
    padding: 12px 2px 10px;
  }

  .countdown__grid strong {
    font-size: 25px;
  }

  .countdown__grid span {
    font-size: 8px;
    letter-spacing: 0;
  }

  .hero-facts div,
  .spec-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .abstract-steps {
    grid-template-columns: 1fr;
  }

  .dimension-figure {
    padding-right: 43px;
    padding-left: 4px;
  }

  .dimension-figure__width {
    right: 43px;
    left: 4px;
  }

  .dimension-figure__height {
    right: 9px;
  }

  .dimension-figure__poster {
    padding: 14px;
    border-width: 6px;
  }

  .dimension-figure__height span {
    right: -47px;
    width: 96px;
    font-size: 10px;
  }

  .table-wrap th,
  .table-wrap td {
    padding: 13px 10px;
    font-size: 13px;
  }

  .payment-number {
    align-items: stretch;
    flex-direction: column;
  }

  .copy-button {
    width: 100%;
  }

  .process-list::before {
    display: none;
  }

  .process-list > li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .poster-button {
    transition: none;
  }

  .poster-button:hover {
    transform: none;
  }
}

@media print {
  .poster-hero,
  .poster-section--navy,
  .poster-final,
  .confirmation-note {
    color: #000;
    background: #fff;
  }

  .poster-button,
  .copy-button {
    border: 1px solid #000;
    color: #000;
    background: #fff;
  }
}
