/* PolyForm social cards. Every selector is rooted at .pfs-social-card so an inline
   Studio stage cannot inherit from or leak into the operator console. */

.pfs-social-card,
.pfs-social-card * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pfs-social-card {
  --pfs-dark: #0F2030;
  --pfs-blue: #004B96;
  --pfs-terracotta: #C56630;
  --pfs-bg: #FFFFFF;
  --pfs-text: #1F2933;
  --pfs-muted: #6B7785;
  position: relative;
  width: 1080px;
  height: 1350px;
  background: var(--pfs-bg);
  color: var(--pfs-text);
  overflow: hidden;
  overflow-wrap: anywhere;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.pfs-social-card.pfs-format-feed { width: 1080px; height: 1350px; }
.pfs-social-card.pfs-format-story { width: 1080px; height: 1920px; }
.pfs-social-card.pfs-format-square { width: 1080px; height: 1080px; }
.pfs-social-card.pfs-format-wide { width: 1920px; height: 1080px; }
.pfs-social-card.pfs-format-classic { width: 1200px; height: 900px; }

.pfs-social-card .pfs-card-eyebrow {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pfs-terracotta);
}

.pfs-social-card .pfs-card-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--pfs-dark);
}

.pfs-social-card .pfs-card-rule {
  height: 6px;
  width: 96px;
  background: var(--pfs-terracotta);
  border: 0;
  border-radius: 2px;
}

.pfs-social-card .pfs-photo {
  position: relative;
  width: 100%;
  background: #ECEFF2;
  overflow: hidden;
}

.pfs-social-card .pfs-photo img,
.pfs-social-card .pfs-photo .pfs-slot-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pfs-social-card .pfs-photo-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pfs-muted);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.pfs-social-card .pfs-spec-panel { background: var(--pfs-dark); color: #fff; }
.pfs-social-card .pfs-spec-row { display: flex; justify-content: space-between; align-items: baseline; }
.pfs-social-card .pfs-spec-key {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9FB2C4;
}
.pfs-social-card .pfs-spec-val { font-size: 30px; font-weight: 700; color: #fff; }

.pfs-social-card .pfs-card-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pfs-social-card .pfs-card-foot img { height: 56px; display: block; }
.pfs-social-card .pfs-card-foot .pfs-wordmark { font-size: 32px; font-weight: 700; color: var(--pfs-blue); }
.pfs-social-card .pfs-card-foot .pfs-handle { font-size: 30px; font-weight: 600; color: var(--pfs-muted); }

/* Answer */
.pfs-social-card.pfs-ans {
  background: #0B1620;
  color: #fff;
  padding: 72px;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.pfs-social-card.pfs-ans .pfs-ans-eye {
  font-size: 28px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: #E89A5E;
}
.pfs-social-card.pfs-ans .pfs-ans-q {
  font-size: 46px; font-weight: 700; color: #E89A5E; line-height: 1.2; margin: 12px 0 26px;
}
.pfs-social-card.pfs-ans .pfs-ans-a { font-size: 40px; font-weight: 600; color: #fff; line-height: 1.35; }
.pfs-social-card.pfs-ans .pfs-ans-foot {
  margin-top: auto; padding-top: 32px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-ans .pfs-ans-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-ans .pfs-ans-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Before / After */
.pfs-social-card.pfs-ba { padding: 56px; }
.pfs-social-card.pfs-ba .pfs-card-eyebrow { margin-bottom: 14px; }
.pfs-social-card.pfs-ba .pfs-card-title { font-size: 52px; margin-bottom: 28px; }
.pfs-social-card.pfs-ba .pfs-ba-pair { flex: 1 1 auto; display: flex; flex-direction: column; gap: 22px; min-height: 0; }
.pfs-social-card.pfs-ba .pfs-ba-cell { flex: 1 1 50%; min-height: 0; display: flex; flex-direction: column; }
.pfs-social-card.pfs-ba .pfs-ba-lab {
  font-size: 24px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pfs-muted); margin-bottom: 10px;
}
.pfs-social-card.pfs-ba .pfs-photo { flex: 1 1 auto; border-radius: 10px; min-height: 0; }
.pfs-social-card.pfs-ba .pfs-card-foot { padding-top: 32px; }

/* Blueprint */
.pfs-social-card.pfs-bp {
  background-color: #0B1620;
  color: #fff;
  padding: 56px;
  background-image: linear-gradient(rgba(140,203,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140,203,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
}
.pfs-social-card.pfs-bp .pfs-bp-hd {
  display: flex; justify-content: space-between; align-items: center;
  text-transform: uppercase; letter-spacing: .12em; font-size: 24px; color: #E89A5E;
}
.pfs-social-card.pfs-bp .pfs-bp-id { color: #8CCBFF; }
.pfs-social-card.pfs-bp .pfs-bp-stage {
  flex: 1 1 auto; display: flex; align-items: center; justify-content: center;
  margin: 20px 0; min-height: 0;
}
.pfs-social-card.pfs-bp .pfs-bp-stage img,
.pfs-social-card.pfs-bp .pfs-bp-stage .pfs-slot-svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.pfs-social-card.pfs-bp .pfs-bp-empty {
  color: #9FB2C4; font-size: 30px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}
.pfs-social-card.pfs-bp .pfs-bp-title { font-size: 52px; font-weight: 700; }
.pfs-social-card.pfs-bp .pfs-bp-specs { margin-top: 18px; border-top: 2px solid rgba(140,203,255,.25); }
.pfs-social-card.pfs-bp .pfs-bp-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid rgba(140,203,255,.15);
}
.pfs-social-card.pfs-bp .pfs-bp-row span {
  color: #9FB2C4; text-transform: uppercase; letter-spacing: .06em; font-size: 22px;
}
.pfs-social-card.pfs-bp .pfs-bp-row b { color: #fff; font-size: 30px; }
.pfs-social-card.pfs-bp .pfs-bp-foot { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; }
.pfs-social-card.pfs-bp .pfs-bp-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-bp .pfs-bp-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Carousel */
.pfs-social-card.pfs-slide { padding: 64px; }
.pfs-social-card.pfs-slide .pfs-slide-no {
  position: absolute; top: 56px; right: 64px;
  font-size: 26px; font-weight: 700; color: var(--pfs-muted); letter-spacing: 1px;
}
.pfs-social-card.pfs-slide .pfs-card-eyebrow { margin-bottom: 18px; }
.pfs-social-card.pfs-slide .pfs-card-title { margin-bottom: 22px; }
.pfs-social-card.pfs-slide .pfs-card-rule { margin-bottom: 30px; }
.pfs-social-card.pfs-slide .pfs-photo { flex: 1 1 auto; border-radius: 10px; min-height: 0; }
.pfs-social-card.pfs-slide .pfs-lede { font-size: 38px; line-height: 1.35; color: var(--pfs-dark); font-weight: 500; }
.pfs-social-card.pfs-slide .pfs-hook-problem { margin-top: 30px; }
.pfs-social-card.pfs-slide .pfs-block { margin-top: 26px; }
.pfs-social-card.pfs-slide .pfs-block-label {
  font-size: 24px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--pfs-blue); margin-bottom: 8px;
}
.pfs-social-card.pfs-slide .pfs-block-body { font-size: 32px; line-height: 1.3; color: var(--pfs-text); }
.pfs-social-card.pfs-slide .pfs-cta {
  margin-top: 30px; background: var(--pfs-blue); color: #fff;
  padding: 26px 34px; border-radius: 12px; text-align: center;
}
.pfs-social-card.pfs-slide .pfs-cta-lead { font-size: 30px; font-weight: 600; opacity: .9; }
.pfs-social-card.pfs-slide .pfs-cta-site { font-size: 44px; font-weight: 700; margin-top: 6px; }
.pfs-social-card.pfs-slide .pfs-carousel-spec-panel {
  margin-top: 30px; padding: 30px 36px; border-radius: 12px;
  display: flex; flex-direction: column; gap: 18px;
}
.pfs-social-card.pfs-slide .pfs-card-foot { padding-top: 34px; }

/* Contact sheet */
.pfs-social-card.pfs-cs { background: #F7F9FB; padding: 64px; }
.pfs-social-card.pfs-cs .pfs-cs-rule {
  height: 6px; width: 96px; background: var(--pfs-terracotta); border: 0; margin-bottom: 30px;
}
.pfs-social-card.pfs-cs .pfs-cs-grid {
  flex: 1 1 auto; display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr; gap: 14px; margin: 8px 0 24px; min-height: 0;
}
.pfs-social-card.pfs-cs .pfs-cs-grid.n1 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.pfs-social-card.pfs-cs .pfs-cs-grid.n2 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
.pfs-social-card.pfs-cs .pfs-cs-grid.n3 .pfs-cs-cell:nth-child(3) { grid-column: 1 / -1; }
.pfs-social-card.pfs-cs .pfs-cs-cell { border-radius: 10px; overflow: hidden; background: #ECEFF2; }
.pfs-social-card.pfs-cs .pfs-cs-cell img,
.pfs-social-card.pfs-cs .pfs-cs-cell .pfs-slot-svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.pfs-social-card.pfs-cs .pfs-cs-empty {
  width: 100%; height: 100%; display: flex; align-items: center;
  justify-content: center; color: var(--pfs-muted); font-size: 30px; font-weight: 600; letter-spacing: 1px;
}
.pfs-social-card.pfs-cs .pfs-card-foot { padding-top: 30px; }

/* Cutout spotlight */
.pfs-social-card.pfs-cut {
  background: #0B1620; color: #fff; padding: 72px;
  justify-content: center; align-items: center; text-align: center;
}
.pfs-social-card.pfs-cut .pfs-cut-eye {
  font-size: 28px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: #E89A5E; margin-bottom: 20px;
}
.pfs-social-card.pfs-cut .pfs-cut-stage {
  width: 100%; flex: 1 1 auto; min-height: 0; display: flex;
  align-items: center; justify-content: center; margin: 24px 0;
}
.pfs-social-card.pfs-cut .pfs-cut-stage img,
.pfs-social-card.pfs-cut .pfs-cut-stage .pfs-slot-svg {
  max-width: 100%; max-height: 100%; object-fit: contain;
  filter: drop-shadow(0 34px 54px rgba(0,0,0,.6));
}
.pfs-social-card.pfs-cut .pfs-cut-empty {
  color: #9AA8B5; font-size: 30px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
}
.pfs-social-card.pfs-cut .pfs-cut-title { font-size: 60px; font-weight: 700; line-height: 1.04; }
.pfs-social-card.pfs-cut .pfs-cut-sub {
  font-size: 28px; color: #E89A5E; text-transform: uppercase;
  letter-spacing: .1em; margin-top: 12px;
}
.pfs-social-card.pfs-cut .pfs-cut-foot {
  margin-top: auto; padding-top: 32px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-cut .pfs-cut-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-cut .pfs-cut-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Hook cover */
.pfs-social-card.pfs-hook { padding: 64px; }
.pfs-social-card.pfs-hook .pfs-card-eyebrow { margin-bottom: 20px; }
.pfs-social-card.pfs-hook .pfs-hook-headline {
  font-size: 76px; font-weight: 700; line-height: 1.03; color: var(--pfs-dark); margin-bottom: 24px;
}
.pfs-social-card.pfs-hook .pfs-hook-title {
  color: var(--pfs-muted); font-size: 30px; font-weight: 600; line-height: 1.2; margin: -8px 0 24px;
}
.pfs-social-card.pfs-hook .pfs-card-rule { margin-bottom: 34px; }
.pfs-social-card.pfs-hook .pfs-photo { flex: 1 1 auto; border-radius: 12px; min-height: 0; }
.pfs-social-card.pfs-hook .pfs-card-foot { padding-top: 36px; }

/* Material explainer */
.pfs-social-card.pfs-mat {
  background: #0B1620; color: #fff; padding: 72px;
  justify-content: center; align-items: flex-start; text-align: left;
}
.pfs-social-card.pfs-mat .pfs-mat-eye {
  font-size: 28px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: #E89A5E;
}
.pfs-social-card.pfs-mat .pfs-mat-big {
  font-size: 140px; font-weight: 800; color: #fff;
  letter-spacing: -.02em; line-height: .95; margin: 12px 0 24px;
}
.pfs-social-card.pfs-mat .pfs-mat-why { font-size: 36px; line-height: 1.4; color: #CFE0EE; font-weight: 500; }
.pfs-social-card.pfs-mat .pfs-mat-foot {
  margin-top: auto; padding-top: 32px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-mat .pfs-mat-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-mat .pfs-mat-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* New drop */
.pfs-social-card.pfs-drop { background: #0B1620; justify-content: flex-end; padding: 72px; }
.pfs-social-card.pfs-drop .pfs-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pfs-social-card.pfs-drop .pfs-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11,24,38,.94) 12%, rgba(11,24,38,.55) 55%, rgba(11,24,38,.25) 100%);
}
.pfs-social-card.pfs-drop .pfs-inner { position: relative; z-index: 1; }
.pfs-social-card.pfs-drop .pfs-drop-flag {
  display: inline-block; background: var(--pfs-terracotta); color: #fff;
  font-size: 26px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 999px; margin-bottom: 22px;
}
.pfs-social-card.pfs-drop .pfs-drop-title {
  font-size: 72px; font-weight: 700; line-height: 1.0; color: #fff; letter-spacing: -.02em;
}
.pfs-social-card.pfs-drop .pfs-drop-rule {
  height: 7px; width: 120px; background: var(--pfs-terracotta); border: 0; margin: 34px 0 0;
}
.pfs-social-card.pfs-drop .pfs-drop-foot {
  position: relative; z-index: 1; margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-drop .pfs-drop-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-drop .pfs-drop-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Outro */
.pfs-social-card.pfs-outro { background: var(--pfs-dark); color: #fff; padding: 80px 72px; }
.pfs-social-card.pfs-outro .pfs-outro-mark { font-size: 40px; font-weight: 700; letter-spacing: 2px; color: #fff; }
.pfs-social-card.pfs-outro .pfs-outro-rule {
  height: 6px; width: 96px; background: var(--pfs-terracotta); border: 0; margin: 28px 0 0;
}
.pfs-social-card.pfs-outro .pfs-outro-cta {
  margin-top: auto; margin-bottom: auto;
  font-size: 62px; font-weight: 700; line-height: 1.12; color: #fff;
}
.pfs-social-card.pfs-outro .pfs-outro-foot { display: flex; justify-content: space-between; align-items: baseline; }
.pfs-social-card.pfs-outro .pfs-outro-site { font-size: 34px; font-weight: 700; color: var(--pfs-terracotta); }
.pfs-social-card.pfs-outro .pfs-outro-handle { font-size: 30px; font-weight: 600; color: #9FB2C4; }

/* Part spotlight */
.pfs-social-card.pfs-spotlight { padding: 64px; }
.pfs-social-card.pfs-spotlight .pfs-card-eyebrow { margin-bottom: 18px; }
.pfs-social-card.pfs-spotlight .pfs-card-title { margin-bottom: 22px; }
.pfs-social-card.pfs-spotlight .pfs-card-rule { margin-bottom: 34px; }
.pfs-social-card.pfs-spotlight .pfs-photo { flex: 1 1 auto; border-radius: 10px; min-height: 0; }
.pfs-social-card.pfs-spotlight .pfs-spec-panel {
  margin-top: 34px; padding: 34px 40px; border-radius: 12px;
  display: flex; flex-direction: column; gap: 20px;
}
.pfs-social-card.pfs-spotlight .pfs-card-foot { padding-top: 36px; }

/* Proof */
.pfs-social-card.pfs-proof { background: #0B1620; justify-content: flex-end; padding: 72px; }
.pfs-social-card.pfs-proof .pfs-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pfs-social-card.pfs-proof .pfs-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11,24,38,.94) 12%, rgba(11,24,38,.55) 55%, rgba(11,24,38,.25) 100%);
}
.pfs-social-card.pfs-proof .pfs-inner { position: relative; z-index: 1; }
.pfs-social-card.pfs-proof .pfs-story-tag {
  font-size: 24px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #E89A5E;
}
.pfs-social-card.pfs-proof .pfs-proof-line {
  font-size: 54px; font-weight: 700; color: #fff; line-height: 1.14; margin-top: 10px;
}
.pfs-social-card.pfs-proof .pfs-proof-foot {
  position: relative; z-index: 1; margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-proof .pfs-proof-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-proof .pfs-proof-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Quote */
.pfs-social-card.pfs-quote {
  background: #0B1620; color: #fff; padding: 72px;
  justify-content: center; align-items: flex-start; text-align: left;
}
.pfs-social-card.pfs-quote .pfs-quote-mark {
  font-size: 190px; line-height: .5; color: var(--pfs-terracotta); height: 96px;
}
.pfs-social-card.pfs-quote .pfs-quote-text { font-size: 56px; font-weight: 700; color: #fff; line-height: 1.22; }
.pfs-social-card.pfs-quote .pfs-quote-by {
  margin-top: 28px; font-size: 26px; color: #E89A5E; text-transform: uppercase; letter-spacing: .08em;
}
.pfs-social-card.pfs-quote .pfs-quote-foot {
  margin-top: auto; padding-top: 32px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-quote .pfs-quote-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-quote .pfs-quote-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }
.pfs-social-card.pfs-quote.pfs-format-classic { padding-block: 62px; }

/* Process ribbon */
.pfs-social-card.pfs-rib { background: #F7F9FB; padding: 64px; }
.pfs-social-card.pfs-rib .pfs-rib-title { font-size: 46px; font-weight: 700; color: var(--pfs-dark); line-height: 1.05; }
.pfs-social-card.pfs-rib .pfs-rib-rule {
  height: 6px; width: 96px; background: var(--pfs-terracotta); border: 0; margin: 22px 0 30px;
}
.pfs-social-card.pfs-rib .pfs-rib-strip {
  flex: 1 1 auto; display: flex; gap: 12px; margin: 6px 0 24px; min-height: 0;
}
.pfs-social-card.pfs-rib .pfs-rib-step {
  flex: 1 1 0; display: flex; flex-direction: column; gap: 10px; min-width: 0;
}
.pfs-social-card.pfs-rib .pfs-rib-img {
  flex: 1 1 auto; border-radius: 10px; overflow: hidden; background: #ECEFF2; min-height: 0;
}
.pfs-social-card.pfs-rib .pfs-rib-img img,
.pfs-social-card.pfs-rib .pfs-rib-img .pfs-slot-svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.pfs-social-card.pfs-rib .pfs-rib-lab {
  display: flex; align-items: center; gap: 8px; font-size: 24px; font-weight: 700; color: var(--pfs-dark);
}
.pfs-social-card.pfs-rib .pfs-rib-lab .n {
  width: 30px; height: 30px; border-radius: 50%; background: var(--pfs-blue);
  color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; flex: none;
}
.pfs-social-card.pfs-rib .pfs-rib-empty {
  flex: 1 1 auto; border-radius: 10px; background: #ECEFF2; display: flex;
  align-items: center; justify-content: center; color: var(--pfs-muted); font-size: 26px; font-weight: 600;
}
.pfs-social-card.pfs-rib .pfs-card-foot { padding-top: 30px; }

/* Spec card */
.pfs-social-card.pfs-spec { padding: 60px; }
.pfs-social-card.pfs-spec .pfs-card-eyebrow { margin-bottom: 16px; }
.pfs-social-card.pfs-spec .pfs-card-title { font-size: 58px; margin-bottom: 26px; }
.pfs-social-card.pfs-spec .pfs-photo { height: 360px; flex: 0 0 auto; border-radius: 10px; margin-bottom: 30px; }
.pfs-social-card.pfs-spec .pfs-spec-panel {
  flex: 1 1 auto; padding: 44px 46px; border-radius: 14px;
  display: flex; flex-direction: column; justify-content: center; gap: 30px;
}
.pfs-social-card.pfs-spec .pfs-spec-key { font-size: 26px; }
.pfs-social-card.pfs-spec .pfs-spec-val { font-size: 40px; }
.pfs-social-card.pfs-spec .pfs-card-foot { padding-top: 34px; }
.pfs-social-card.pfs-spec.pfs-format-square .pfs-photo { height: 340px; }

/* Stat */
.pfs-social-card.pfs-stat { background: #F7F9FB; padding: 64px; justify-content: space-between; }
.pfs-social-card.pfs-stat .pfs-stat-wrap {
  flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center;
}
.pfs-social-card.pfs-stat .pfs-stat-num {
  font-size: 200px; font-weight: 800; line-height: .88;
  color: var(--pfs-blue); letter-spacing: -.03em; font-variant-numeric: tabular-nums;
}
.pfs-social-card.pfs-stat .pfs-stat-lab { font-size: 34px; font-weight: 600; color: var(--pfs-dark); margin-top: 10px; }
.pfs-social-card.pfs-stat .pfs-stat-lede { font-size: 38px; line-height: 1.35; color: var(--pfs-dark); font-weight: 500; }
.pfs-social-card.pfs-stat .pfs-card-foot { padding-top: 30px; }

/* Story poll */
.pfs-social-card.pfs-poll { background: #0B1620; justify-content: flex-end; padding: 72px; }
.pfs-social-card.pfs-poll .pfs-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pfs-social-card.pfs-poll .pfs-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11,24,38,.9) 6%, rgba(11,24,38,.1) 46%);
}
.pfs-social-card.pfs-poll .pfs-inner { position: relative; z-index: 1; padding-bottom: 40px; }
.pfs-social-card.pfs-poll .pfs-poll-q {
  font-size: 46px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 26px;
}
.pfs-social-card.pfs-poll .pfs-poll-opts { display: flex; flex-direction: column; gap: 16px; }
.pfs-social-card.pfs-poll .pfs-poll-opt {
  background: rgba(255,255,255,.14); border: 2px solid rgba(255,255,255,.5);
  color: #fff; font-size: 34px; font-weight: 700; padding: 20px 26px; border-radius: 16px; text-align: center;
}
.pfs-social-card.pfs-poll .pfs-poll-foot {
  position: relative; z-index: 1; margin-top: 40px;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-poll .pfs-poll-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-poll .pfs-poll-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Story / reel */
.pfs-social-card.pfs-story { padding: 60px; }
.pfs-social-card.pfs-story .pfs-card-eyebrow { margin-bottom: 16px; }
.pfs-social-card.pfs-story .pfs-story-headline {
  font-size: 58px; font-weight: 700; line-height: 1.06; color: var(--pfs-dark); margin-bottom: 26px;
}
.pfs-social-card.pfs-story .pfs-photo { height: 480px; flex: 0 0 auto; border-radius: 12px; margin-bottom: 30px; }
.pfs-social-card.pfs-story .pfs-story-body {
  flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; gap: 20px;
}
.pfs-social-card.pfs-story .pfs-story-lede { font-size: 34px; font-weight: 600; line-height: 1.28; color: var(--pfs-dark); }
.pfs-social-card.pfs-story .pfs-story-para { font-size: 28px; line-height: 1.35; color: var(--pfs-text); }
.pfs-social-card.pfs-story .pfs-card-foot { padding-top: 30px; }

/* WhatsApp broadcast */
.pfs-social-card.pfs-wab {
  background: #F7F9FB; color: #1F2933; padding: 64px; justify-content: center; gap: 34px;
}
.pfs-social-card.pfs-wab .pfs-wab-photo {
  width: 100%; flex: 1 1 auto; min-height: 0; max-height: 460px;
  border-radius: 12px; overflow: hidden; background: #ECEFF2;
}
.pfs-social-card.pfs-wab .pfs-wab-photo img,
.pfs-social-card.pfs-wab .pfs-wab-photo .pfs-slot-svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.pfs-social-card.pfs-wab .pfs-wab-empty {
  width: 100%; height: 100%; display: flex; align-items: center;
  justify-content: center; color: var(--pfs-muted); font-size: 30px; font-weight: 600; letter-spacing: 1px;
}
.pfs-social-card.pfs-wab .pfs-wab-eye {
  font-size: 26px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--pfs-terracotta); margin-bottom: 14px;
}
.pfs-social-card.pfs-wab .pfs-wab-title { font-size: 52px; font-weight: 700; color: var(--pfs-dark); line-height: 1.08; }
.pfs-social-card.pfs-wab .pfs-wab-lede {
  margin-top: 18px; font-size: 38px; line-height: 1.35; color: var(--pfs-dark); font-weight: 500;
}
.pfs-social-card.pfs-wab .pfs-card-foot { padding-top: 4px; }

/* WhatsApp status */
.pfs-social-card.pfs-was { background: #0B1620; justify-content: flex-end; padding: 72px; }
.pfs-social-card.pfs-was .pfs-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pfs-social-card.pfs-was .pfs-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11,24,38,.94) 12%, rgba(11,24,38,.55) 55%, rgba(11,24,38,.25) 100%);
}
.pfs-social-card.pfs-was .pfs-inner { position: relative; z-index: 1; }
.pfs-social-card.pfs-was .pfs-was-eye {
  font-size: 28px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: #E89A5E; margin-bottom: 20px;
}
.pfs-social-card.pfs-was .pfs-was-hookline {
  font-size: 84px; font-weight: 700; line-height: 1.0; color: #fff; letter-spacing: -.02em;
}
.pfs-social-card.pfs-was .pfs-was-hookline .accent { color: #E89A5E; }
.pfs-social-card.pfs-was .pfs-was-cta {
  margin-top: 30px; display: inline-block; background: var(--pfs-terracotta);
  color: #fff; font-size: 30px; font-weight: 700; padding: 18px 30px; border-radius: 999px;
}
.pfs-social-card.pfs-was .pfs-was-foot {
  position: relative; z-index: 1; margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
}
.pfs-social-card.pfs-was .pfs-was-foot .wm { font-size: 34px; font-weight: 700; color: #fff; }
.pfs-social-card.pfs-was .pfs-was-foot .hd { font-size: 28px; font-weight: 600; color: rgba(255,255,255,.6); }

/* Composer state overrides. These are intentionally last. */
.pfs-social-card .pfs-slot-svg { display: block; overflow: hidden; }
.pfs-social-card > :not(.pfs-card-background) {
  position: relative;
  z-index: 1;
}
.pfs-social-card .pfs-card-background {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; pointer-events: none;
}
.pfs-social-card > .pfs-floating-layers {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.pfs-social-card .pfs-floating-layer { pointer-events: none; }
.pfs-social-card.pfs-ground-light {
  --pfs-ground-strong: #0F2030;
  --pfs-ground-body: #1F2933;
  --pfs-ground-muted: #5B6773;
  --pfs-ground-accent: #9A3F18;
  --pfs-ground-blue: #004B96;
  background-color: #FFFFFF;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-ground-dark {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  background-color: #0B1620;
  color: var(--pfs-ground-body);
}
/* Background is an independent swatch choice. Keep it after Ground so the
   swatch wins the canvas while Ground continues to own foreground variables. */
.pfs-social-card.pfs-background-solid-white { background: #FFFFFF; }
.pfs-social-card.pfs-background-solid-surface { background: #FAFBFC; }
.pfs-social-card.pfs-background-solid-navy { background: #0F2030; }
.pfs-social-card.pfs-background-solid-blue { background: #004B96; }
.pfs-social-card.pfs-background-solid-terracotta { background: #C56630; }

/* Custom-background schemes own the general foreground mode. Template-specific
   contrast palettes below may refine individual tones for a proven surface. */
.pfs-social-card.pfs-background-custom.pfs-text-scheme-ink,
.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkwash,
.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkpanel {
  --pfs-ground-strong: #0F2030;
  --pfs-ground-body: #1F2933;
  --pfs-ground-muted: #5B6773;
  --pfs-ground-accent: #9A3F18;
  --pfs-ground-blue: #004B96;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-background-custom.pfs-text-scheme-light,
.pfs-social-card.pfs-background-custom.pfs-text-scheme-lightscrim {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  color: var(--pfs-ground-body);
}

/* Explicit ground choices are complete foreground themes, not background-only
   swatches. Stock cards have no ground class, so their established pixels stay
   unchanged; these rules apply only after the operator chooses Light or Dark. */
.pfs-social-card.pfs-ground-light .pfs-card-title,
.pfs-social-card.pfs-ground-dark .pfs-card-title,
.pfs-social-card.pfs-ground-light .pfs-hook-headline,
.pfs-social-card.pfs-ground-dark .pfs-hook-headline,
.pfs-social-card.pfs-ground-light .pfs-story-headline,
.pfs-social-card.pfs-ground-dark .pfs-story-headline,
.pfs-social-card.pfs-ground-light .pfs-story-lede,
.pfs-social-card.pfs-ground-dark .pfs-story-lede,
.pfs-social-card.pfs-ground-light .pfs-outro-mark,
.pfs-social-card.pfs-ground-dark .pfs-outro-mark,
.pfs-social-card.pfs-ground-light .pfs-outro-cta,
.pfs-social-card.pfs-ground-dark .pfs-outro-cta,
.pfs-social-card.pfs-ground-light .pfs-cut-title,
.pfs-social-card.pfs-ground-dark .pfs-cut-title,
.pfs-social-card.pfs-ground-light .pfs-proof-line,
.pfs-social-card.pfs-ground-dark .pfs-proof-line,
.pfs-social-card.pfs-ground-light .pfs-stat-lab,
.pfs-social-card.pfs-ground-dark .pfs-stat-lab,
.pfs-social-card.pfs-ground-light .pfs-stat-lede,
.pfs-social-card.pfs-ground-dark .pfs-stat-lede,
.pfs-social-card.pfs-ground-light .pfs-mat-big,
.pfs-social-card.pfs-ground-dark .pfs-mat-big,
.pfs-social-card.pfs-ground-light .pfs-drop-title,
.pfs-social-card.pfs-ground-dark .pfs-drop-title,
.pfs-social-card.pfs-ground-light .pfs-quote-text,
.pfs-social-card.pfs-ground-dark .pfs-quote-text,
.pfs-social-card.pfs-ground-light .pfs-review-rating,
.pfs-social-card.pfs-ground-dark .pfs-review-rating,
.pfs-social-card.pfs-ground-light .pfs-review-quote,
.pfs-social-card.pfs-ground-dark .pfs-review-quote,
.pfs-social-card.pfs-ground-light .pfs-milestone-number,
.pfs-social-card.pfs-ground-dark .pfs-milestone-number,
.pfs-social-card.pfs-ground-light .pfs-customer-story-quote,
.pfs-social-card.pfs-ground-dark .pfs-customer-story-quote,
.pfs-social-card.pfs-ground-light .pfs-straight-talk-copy,
.pfs-social-card.pfs-ground-dark .pfs-straight-talk-copy,
.pfs-social-card.pfs-ground-light .pfs-rib-title,
.pfs-social-card.pfs-ground-dark .pfs-rib-title,
.pfs-social-card.pfs-ground-light .pfs-rib-lab,
.pfs-social-card.pfs-ground-dark .pfs-rib-lab,
.pfs-social-card.pfs-ground-light .pfs-bp-title,
.pfs-social-card.pfs-ground-dark .pfs-bp-title,
.pfs-social-card.pfs-ground-light .pfs-bp-row b,
.pfs-social-card.pfs-ground-dark .pfs-bp-row b,
.pfs-social-card.pfs-ground-light .pfs-ans-a,
.pfs-social-card.pfs-ground-dark .pfs-ans-a,
.pfs-social-card.pfs-ground-light .pfs-wab-title,
.pfs-social-card.pfs-ground-dark .pfs-wab-title,
.pfs-social-card.pfs-ground-light .pfs-wab-lede,
.pfs-social-card.pfs-ground-dark .pfs-wab-lede,
.pfs-social-card.pfs-ground-light .pfs-was-hookline,
.pfs-social-card.pfs-ground-dark .pfs-was-hookline,
.pfs-social-card.pfs-ground-light .pfs-poll-q,
.pfs-social-card.pfs-ground-dark .pfs-poll-q,
.pfs-social-card.pfs-ground-light .pfs-ans-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-ans-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-bp-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-bp-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-cut-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-cut-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-drop-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-drop-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-mat-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-mat-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-poll-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-poll-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-proof-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-proof-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-quote-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-quote-foot .wm,
.pfs-social-card.pfs-ground-light .pfs-was-foot .wm,
.pfs-social-card.pfs-ground-dark .pfs-was-foot .wm {
  color: var(--pfs-ground-strong);
}

.pfs-social-card.pfs-ground-light .pfs-story-para,
.pfs-social-card.pfs-ground-dark .pfs-story-para,
.pfs-social-card.pfs-ground-light .pfs-mat-why,
.pfs-social-card.pfs-ground-dark .pfs-mat-why,
.pfs-social-card.pfs-ground-light .pfs-block-body,
.pfs-social-card.pfs-ground-dark .pfs-block-body,
.pfs-social-card.pfs-ground-light .pfs-lede,
.pfs-social-card.pfs-ground-dark .pfs-lede {
  color: var(--pfs-ground-body);
}

.pfs-social-card.pfs-ground-light .pfs-photo-empty,
.pfs-social-card.pfs-ground-dark .pfs-photo-empty,
.pfs-social-card.pfs-ground-light .pfs-card-foot .pfs-handle,
.pfs-social-card.pfs-ground-dark .pfs-card-foot .pfs-handle,
.pfs-social-card.pfs-ground-light .pfs-ba-lab,
.pfs-social-card.pfs-ground-dark .pfs-ba-lab,
.pfs-social-card.pfs-ground-light .pfs-slide-no,
.pfs-social-card.pfs-ground-dark .pfs-slide-no,
.pfs-social-card.pfs-ground-light .pfs-cs-empty,
.pfs-social-card.pfs-ground-dark .pfs-cs-empty,
.pfs-social-card.pfs-ground-light .pfs-cut-empty,
.pfs-social-card.pfs-ground-dark .pfs-cut-empty,
.pfs-social-card.pfs-ground-light .pfs-rib-empty,
.pfs-social-card.pfs-ground-dark .pfs-rib-empty,
.pfs-social-card.pfs-ground-light .pfs-bp-empty,
.pfs-social-card.pfs-ground-dark .pfs-bp-empty,
.pfs-social-card.pfs-ground-light .pfs-bp-row span,
.pfs-social-card.pfs-ground-dark .pfs-bp-row span,
.pfs-social-card.pfs-ground-light .pfs-wab-empty,
.pfs-social-card.pfs-ground-dark .pfs-wab-empty,
.pfs-social-card.pfs-ground-light .pfs-outro-handle,
.pfs-social-card.pfs-ground-dark .pfs-outro-handle,
.pfs-social-card.pfs-ground-light .pfs-ans-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-ans-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-bp-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-bp-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-cut-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-cut-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-drop-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-drop-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-mat-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-mat-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-poll-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-poll-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-proof-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-proof-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-quote-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-quote-foot .hd,
.pfs-social-card.pfs-ground-light .pfs-was-foot .hd,
.pfs-social-card.pfs-ground-dark .pfs-was-foot .hd {
  color: var(--pfs-ground-muted);
}

.pfs-social-card.pfs-ground-light .pfs-card-eyebrow,
.pfs-social-card.pfs-ground-dark .pfs-card-eyebrow,
.pfs-social-card.pfs-ground-light .pfs-ans-eye,
.pfs-social-card.pfs-ground-dark .pfs-ans-eye,
.pfs-social-card.pfs-ground-light .pfs-ans-q,
.pfs-social-card.pfs-ground-dark .pfs-ans-q,
.pfs-social-card.pfs-ground-light .pfs-bp-hd,
.pfs-social-card.pfs-ground-dark .pfs-bp-hd,
.pfs-social-card.pfs-ground-light .pfs-cut-eye,
.pfs-social-card.pfs-ground-dark .pfs-cut-eye,
.pfs-social-card.pfs-ground-light .pfs-cut-sub,
.pfs-social-card.pfs-ground-dark .pfs-cut-sub,
.pfs-social-card.pfs-ground-light .pfs-mat-eye,
.pfs-social-card.pfs-ground-dark .pfs-mat-eye,
.pfs-social-card.pfs-ground-light .pfs-outro-site,
.pfs-social-card.pfs-ground-dark .pfs-outro-site,
.pfs-social-card.pfs-ground-light .pfs-story-tag,
.pfs-social-card.pfs-ground-dark .pfs-story-tag,
.pfs-social-card.pfs-ground-light .pfs-quote-mark,
.pfs-social-card.pfs-ground-dark .pfs-quote-mark,
.pfs-social-card.pfs-ground-light .pfs-quote-by,
.pfs-social-card.pfs-ground-dark .pfs-quote-by,
.pfs-social-card.pfs-ground-light .pfs-wab-eye,
.pfs-social-card.pfs-ground-dark .pfs-wab-eye,
.pfs-social-card.pfs-ground-light .pfs-was-eye,
.pfs-social-card.pfs-ground-dark .pfs-was-eye,
.pfs-social-card.pfs-ground-light .pfs-was-hookline .accent,
.pfs-social-card.pfs-ground-dark .pfs-was-hookline .accent {
  color: var(--pfs-ground-accent);
}

.pfs-social-card.pfs-ground-light .pfs-card-foot .pfs-wordmark,
.pfs-social-card.pfs-ground-dark .pfs-card-foot .pfs-wordmark,
.pfs-social-card.pfs-ground-light .pfs-stat-num,
.pfs-social-card.pfs-ground-dark .pfs-stat-num,
.pfs-social-card.pfs-ground-light .pfs-block-label,
.pfs-social-card.pfs-ground-dark .pfs-block-label,
.pfs-social-card.pfs-ground-light .pfs-bp-id,
.pfs-social-card.pfs-ground-dark .pfs-bp-id {
  color: var(--pfs-ground-blue);
}

.pfs-social-card.pfs-ground-dark .pfs-photo,
.pfs-social-card.pfs-ground-dark .pfs-cs-cell,
.pfs-social-card.pfs-ground-dark .pfs-rib-img,
.pfs-social-card.pfs-ground-dark .pfs-rib-empty,
.pfs-social-card.pfs-ground-dark .pfs-wab-photo {
  background-color: #162839;
}

.pfs-social-card.pfs-ground-light.pfs-drop .pfs-scrim,
.pfs-social-card.pfs-ground-light.pfs-proof .pfs-scrim,
.pfs-social-card.pfs-ground-light.pfs-was .pfs-scrim {
  background: linear-gradient(
    0deg,
    rgba(255,255,255,.96) 12%,
    rgba(255,255,255,.74) 55%,
    rgba(255,255,255,.46) 100%
  );
}
.pfs-social-card.pfs-ground-light.pfs-poll .pfs-scrim {
  background: linear-gradient(0deg, rgba(255,255,255,.95) 6%, rgba(255,255,255,.42) 46%);
}
.pfs-social-card.pfs-ground-light.pfs-poll .pfs-poll-opt {
  background: rgba(15,32,48,.08);
  border-color: rgba(15,32,48,.38);
  color: var(--pfs-ground-strong);
}
.pfs-social-card.pfs-shade-full .pfs-scrim { opacity: 1; }
.pfs-social-card.pfs-shade-soft .pfs-scrim { opacity: .55; }
.pfs-social-card.pfs-shade-off .pfs-scrim { opacity: 0; }

/* H5 Pass 1 catalog: CTA and education cards built from committed spot art
   and bounded type. The canvas remains transparent to Ground/Background state. */
.pfs-social-card.pfs-catalog {
  padding: 70px;
  color: var(--pfs-ground-body, var(--pfs-text));
}
/* Background and Ground are independent Studio controls. Keep every solid
   swatch readable even when the operator leaves Ground at Template/Light. */
.pfs-social-card.pfs-catalog.pfs-background-solid-white,
.pfs-social-card.pfs-catalog.pfs-background-solid-surface {
  --pfs-ground-strong: #0F2030;
  --pfs-ground-body: #1F2933;
  --pfs-ground-muted: #5B6773;
  --pfs-ground-accent: #9A3F18;
  --pfs-ground-blue: #004B96;
}
.pfs-social-card.pfs-catalog.pfs-background-solid-navy {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
}
.pfs-social-card.pfs-catalog.pfs-background-solid-blue {
  --pfs-ground-strong: #FFFFFF;
  --pfs-ground-body: #F5F8FA;
  --pfs-ground-muted: #D9EFFF;
  --pfs-ground-accent: #FFE2D0;
  --pfs-ground-blue: #D9EFFF;
}
.pfs-social-card.pfs-catalog.pfs-background-solid-terracotta {
  --pfs-ground-strong: #0B1620;
  --pfs-ground-body: #0B1620;
  --pfs-ground-muted: #0B1620;
  --pfs-ground-accent: #0B1620;
  --pfs-ground-blue: #0B1620;
}
.pfs-social-card.pfs-catalog .pfs-catalog-head { flex: 0 0 auto; }
.pfs-social-card.pfs-catalog .pfs-catalog-eye {
  color: var(--pfs-ground-accent, var(--pfs-terracotta));
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pfs-social-card.pfs-ground-light .pfs-catalog-eye,
.pfs-social-card.pfs-ground-dark .pfs-catalog-eye {
  color: var(--pfs-ground-accent);
}
.pfs-social-card.pfs-catalog .pfs-catalog-head h1 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 14px;
  max-width: 980px;
  white-space: pre-line;
}
.pfs-social-card.pfs-catalog .pfs-catalog-cta {
  align-items: center;
  background: var(--pfs-blue);
  border-radius: 16px;
  color: #FFFFFF;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: auto;
  padding: 26px 32px;
}
.pfs-social-card.pfs-catalog .pfs-catalog-cta span {
  font-size: 28px;
  font-weight: 600;
}
.pfs-social-card.pfs-catalog .pfs-catalog-cta strong {
  font-size: 36px;
  font-weight: 700;
}
.pfs-social-card.pfs-catalog .pfs-catalog-foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.pfs-social-card.pfs-catalog .pfs-catalog-foot strong {
  color: var(--pfs-ground-blue, var(--pfs-blue));
  font-size: 34px;
}
.pfs-social-card.pfs-catalog .pfs-catalog-foot span {
  color: var(--pfs-ground-muted, var(--pfs-muted));
  font-size: 27px;
  font-weight: 600;
}
.pfs-social-card.pfs-catalog .pfs-catalog-summary {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 28px;
  line-height: 1.4;
  margin-top: 26px;
  max-width: 980px;
}

/* Photo guide */
.pfs-social-card.pfs-photo-guide .pfs-guide-art {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  height: 340px;
  margin-top: 30px;
}
.pfs-social-card.pfs-photo-guide .pfs-guide-art img {
  background: #E6ECF2;
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.pfs-social-card.pfs-photo-guide .pfs-guide-copy {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
}
.pfs-social-card.pfs-photo-guide .pfs-guide-copy article {
  border-top: 4px solid var(--pfs-ground-accent, var(--pfs-terracotta));
  padding-top: 14px;
}
.pfs-social-card.pfs-photo-guide .pfs-guide-copy b {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 25px;
  line-height: 1.2;
}
.pfs-social-card.pfs-photo-guide .pfs-guide-copy p {
  font-size: 21px;
  line-height: 1.35;
  margin-top: 8px;
}

/* Request steps */
.pfs-social-card.pfs-request-steps .pfs-request-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0;
}
.pfs-social-card.pfs-request-steps .pfs-request-list article {
  align-items: center;
  background: #F1F4F7;
  border-radius: 18px;
  display: grid;
  gap: 26px;
  grid-template-columns: 150px 1fr;
  padding: 16px;
}
.pfs-social-card.pfs-request-steps .pfs-request-art {
  background: #E6ECF2;
  border-radius: 14px;
  height: 138px;
  overflow: hidden;
  position: relative;
}
.pfs-social-card.pfs-request-steps .pfs-request-art img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pfs-social-card.pfs-request-steps .pfs-request-art span {
  align-items: center;
  background: var(--pfs-dark);
  border-radius: 9px;
  color: #FFFFFF;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 40px;
  z-index: 1;
}
.pfs-social-card.pfs-request-steps .pfs-request-list h2 {
  color: #0F2030;
  font-size: 34px;
  line-height: 1.1;
}
.pfs-social-card.pfs-request-steps .pfs-request-list p {
  color: #334454;
  font-size: 24px;
  line-height: 1.35;
  margin-top: 8px;
}
.pfs-social-card.pfs-ground-dark.pfs-request-steps .pfs-request-list article {
  background: #162839;
}
.pfs-social-card.pfs-ground-dark.pfs-request-steps .pfs-request-list h2 { color: #F5F8FA; }
.pfs-social-card.pfs-ground-dark.pfs-request-steps .pfs-request-list p { color: #D3DEE7; }

/* Categories */
.pfs-social-card.pfs-categories .pfs-category-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  margin: 32px 0;
}
.pfs-social-card.pfs-categories .pfs-category-grid img {
  aspect-ratio: 1;
  background: #E6ECF2;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.pfs-social-card.pfs-categories .pfs-category-grid h2 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 27px;
  line-height: 1.15;
  margin-top: 14px;
}
.pfs-social-card.pfs-categories .pfs-category-grid p {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 7px;
}

/* How we work */
.pfs-social-card.pfs-how-we-work .pfs-work-grid {
  display: grid;
  flex: 1 1 auto;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  min-height: 0;
}
.pfs-social-card.pfs-how-we-work .pfs-work-grid article {
  background: #F1F4F7;
  border-radius: 18px;
  padding: 28px;
}
.pfs-social-card.pfs-how-we-work .pfs-work-grid span {
  color: var(--pfs-terracotta);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.pfs-social-card.pfs-how-we-work .pfs-work-grid h2 {
  color: #0F2030;
  font-size: 36px;
  margin-top: 10px;
}
.pfs-social-card.pfs-how-we-work .pfs-work-grid p {
  color: #334454;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 12px;
}
.pfs-social-card.pfs-ground-dark.pfs-how-we-work .pfs-work-grid article { background: #162839; }
.pfs-social-card.pfs-ground-dark.pfs-how-we-work .pfs-work-grid h2 { color: #F5F8FA; }
.pfs-social-card.pfs-ground-dark.pfs-how-we-work .pfs-work-grid p { color: #D3DEE7; }

/* Scanning, explained */
.pfs-social-card.pfs-scan-explain .pfs-scan-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}
.pfs-social-card.pfs-scan-explain .pfs-scan-grid article { min-width: 0; }
.pfs-social-card.pfs-scan-explain .pfs-scan-grid img {
  aspect-ratio: 1;
  background: #E6ECF2;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.pfs-social-card.pfs-scan-explain .pfs-scan-grid h2 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 27px;
  line-height: 1.15;
  margin-top: 14px;
}
.pfs-social-card.pfs-scan-explain .pfs-scan-grid h2 span {
  color: var(--pfs-ground-accent, var(--pfs-terracotta));
}
.pfs-social-card.pfs-scan-explain .pfs-scan-grid p {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 20px;
  line-height: 1.35;
  margin-top: 7px;
}

/* Trust: truthful milestone and assessment-promise cards. */
.pfs-social-card.pfs-milestone:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]),
.pfs-social-card.pfs-straight-talk:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]) {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  background-color: #0B1620;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-milestone {
  align-items: center;
  text-align: center;
}
.pfs-social-card.pfs-milestone .pfs-catalog-head { align-self: stretch; }
.pfs-social-card.pfs-milestone .pfs-milestone-ring {
  align-items: center;
  display: flex;
  flex: 0 0 560px;
  flex-direction: column;
  justify-content: center;
  margin: 32px auto 14px;
  max-width: 100%;
  position: relative;
  width: 560px;
}
.pfs-social-card.pfs-milestone .pfs-milestone-ring > img {
  height: 100%;
  inset: 0;
  object-fit: contain;
  opacity: .9;
  position: absolute;
  width: 100%;
}
.pfs-social-card.pfs-milestone .pfs-milestone-number,
.pfs-social-card.pfs-milestone .pfs-milestone-label {
  position: relative;
  z-index: 1;
}
.pfs-social-card.pfs-milestone .pfs-milestone-number {
  color: var(--pfs-ground-strong, #F5F8FA);
  font-size: 126px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: .95;
  max-width: 440px;
  overflow-wrap: normal;
  white-space: nowrap;
}
.pfs-social-card.pfs-milestone .pfs-milestone-number.is-placeholder {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.05;
}
.pfs-social-card.pfs-milestone .pfs-milestone-number.is-medium { font-size: 72px; }
.pfs-social-card.pfs-milestone .pfs-milestone-number.is-long {
  font-size: 42px;
  letter-spacing: -1px;
}
.pfs-social-card.pfs-milestone .pfs-milestone-label {
  color: var(--pfs-ground-body, #E6EEF5);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.25;
  margin-top: 16px;
  max-width: 390px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  white-space: pre-line;
}
.pfs-social-card.pfs-milestone .pfs-milestone-summary {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 28px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 760px;
  white-space: pre-line;
}
.pfs-social-card.pfs-milestone .pfs-catalog-foot {
  align-self: stretch;
  width: 100%;
}

.pfs-social-card.pfs-straight-talk .pfs-straight-talk-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.pfs-social-card.pfs-straight-talk .pfs-catalog-eye {
  font-size: 24px;
  letter-spacing: 2px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-straight-talk .pfs-straight-talk-copy h1 {
  color: var(--pfs-ground-strong, #F5F8FA);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.05;
  max-width: 980px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-straight-talk .pfs-straight-talk-copy p {
  color: var(--pfs-ground-body, #E6EEF5);
  font-size: 31px;
  line-height: 1.45;
  margin-top: 36px;
  max-width: 900px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.pfs-social-card.pfs-trust .is-placeholder {
  color: var(--pfs-ground-muted, #5B6773) !important;
  opacity: 1;
}

/* Review reshare. Quote, attribution, rating, and screenshot all come from the
   same locked entry-owned evidence record; there is no mutable card media slot. */
.pfs-social-card.pfs-review-reshare .pfs-review-rating {
  align-items: center;
  color: var(--pfs-ground-accent, var(--pfs-terracotta));
  display: flex;
  gap: 20px;
  margin-top: 22px;
  min-height: 58px;
}
.pfs-social-card.pfs-review-reshare .pfs-review-stars {
  font-size: 44px;
  letter-spacing: 7px;
  line-height: 1;
  white-space: nowrap;
}
.pfs-social-card.pfs-review-reshare .pfs-review-rating strong {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 27px;
}
.pfs-social-card.pfs-review-reshare .pfs-review-quote {
  border-left: 6px solid var(--pfs-ground-accent, var(--pfs-terracotta));
  color: var(--pfs-ground-strong, var(--pfs-dark));
  margin-top: 18px;
  padding: 4px 0 4px 24px;
}
.pfs-social-card.pfs-review-reshare .pfs-review-quote p {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 30px;
  font-weight: 650;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-review-reshare .pfs-review-quote cite {
  color: var(--pfs-ground-body, var(--pfs-text));
  display: block;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-review-reshare .pfs-review-frame {
  background: #FFFFFF;
  border: 3px solid #CBD5DF;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 32, 48, .18);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 22px;
  min-height: 0;
  overflow: hidden;
}
.pfs-social-card.pfs-review-reshare .pfs-review-frame-bar {
  align-items: center;
  background: #F6F8FA;
  border-bottom: 2px solid #E2E8EF;
  display: flex;
  flex: 0 0 48px;
  gap: 9px;
  padding: 0 18px;
}
.pfs-social-card.pfs-review-reshare .pfs-review-frame-bar span {
  background: #C4CFD9;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.pfs-social-card.pfs-review-reshare .pfs-review-shot {
  background: #F4F6F8;
  flex: 1 1 auto;
  min-height: 0;
}
.pfs-social-card.pfs-review-reshare .pfs-review-shot img,
.pfs-social-card.pfs-review-reshare .pfs-review-shot .pfs-slot-svg {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.pfs-social-card.pfs-review-reshare .pfs-review-shot .pfs-photo-empty {
  background: #F4F6F8;
  color: #52606D;
}
/* Customer story. Quote and attribution are locked to the same evidence row;
   the separate photo slot remains a truthful same-entry job-photo choice. */
.pfs-social-card.pfs-customer-story .pfs-customer-story-grid {
  display: grid;
  flex: 1 1 auto;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 34px;
  min-height: 0;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-photo {
  background: #E6ECF2;
  border-radius: 20px;
  height: 100%;
  min-height: 0;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-photo .pfs-photo-empty {
  background: #E6ECF2;
  color: #52606D;
  padding: 28px;
  text-align: center;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-quote {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-mark {
  color: var(--pfs-ground-accent, var(--pfs-terracotta));
  font-family: Georgia, serif;
  font-size: 104px;
  font-weight: 700;
  height: 72px;
  line-height: 1;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-quote p {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 39px;
  font-weight: 650;
  line-height: 1.24;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-customer-story .pfs-customer-story-quote cite {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  margin-top: auto;
  overflow-wrap: anywhere;
  padding-top: 28px;
  white-space: pre-line;
}
.pfs-social-card.pfs-customer-story.pfs-trust-dense .pfs-customer-story-mark {
  font-size: 82px;
  height: 56px;
}
.pfs-social-card.pfs-customer-story.pfs-trust-dense .pfs-customer-story-quote p {
  font-size: 30px;
  line-height: 1.28;
}
.pfs-social-card.pfs-customer-story.pfs-trust-dense .pfs-customer-story-quote cite {
  font-size: 22px;
  padding-top: 20px;
}
.pfs-social-card.pfs-review-reshare.pfs-trust-dense .pfs-review-quote p {
  font-size: 25px;
}
.pfs-social-card.pfs-review-reshare.pfs-trust-dense .pfs-review-quote cite {
  font-size: 19px;
}

/* Announcements and operations. Operational facts are always manual proof;
   fixed spot art stays decorative and never behaves like entry media. */
.pfs-social-card.pfs-hours-notice:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]),
.pfs-social-card.pfs-lead-time:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]),
.pfs-social-card.pfs-capacity:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]),
.pfs-social-card.pfs-new-capability:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]) {
  --pfs-ground-strong: #0F2030;
  --pfs-ground-body: #1F2933;
  --pfs-ground-muted: #5B6773;
  --pfs-ground-accent: #9A3F18;
  --pfs-ground-blue: #004B96;
  background-color: #FFFFFF;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-new-material:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]) {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  background-color: #0B1620;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-storm-notice {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  background-color: #0B1620;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-announcement .pfs-announcement-head {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 150px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-art {
  background: #E6ECF2;
  border-radius: 22px;
  display: block;
  height: 150px;
  object-fit: cover;
  width: 150px;
}
.pfs-social-card.pfs-announcement .pfs-catalog-eye {
  font-size: 22px;
}
.pfs-social-card.pfs-announcement .pfs-catalog-head h1 {
  font-size: 48px;
  line-height: 1.04;
}
.pfs-social-card.pfs-announcement .pfs-announcement-title.is-short {
  font-size: 84px;
  letter-spacing: -3px;
  line-height: .98;
}
.pfs-social-card.pfs-announcement .pfs-announcement-title.is-medium {
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1;
}
.pfs-social-card.pfs-announcement .pfs-announcement-title.is-long {
  font-size: 48px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-title.is-short.is-multiline {
  font-size: 68px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-title.is-medium.is-multiline {
  font-size: 56px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-rows {
  border-top: 4px solid var(--pfs-ground-strong, var(--pfs-dark));
  margin-top: 28px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-rows > div {
  align-items: baseline;
  border-bottom: 2px solid currentColor;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 14px 4px;
}
.pfs-social-card.pfs-announcement .pfs-announcement-rows span {
  color: var(--pfs-ground-muted, var(--pfs-muted));
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  max-width: 42%;
  text-transform: uppercase;
  white-space: pre-line;
}
.pfs-social-card.pfs-announcement .pfs-announcement-rows strong {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 28px;
  line-height: 1.22;
  max-width: 58%;
  text-align: right;
  white-space: pre-line;
}
.pfs-social-card.pfs-announcement .pfs-catalog-summary {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}
.pfs-social-card.pfs-announcement .pfs-catalog-foot {
  padding-top: 16px;
}
.pfs-social-card.pfs-storm-notice > .pfs-announcement-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.pfs-social-card.pfs-storm-notice > .pfs-announcement-scrim {
  background: rgba(11, 22, 32, .84);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.pfs-social-card.pfs-storm-notice > :not(.pfs-announcement-bg):not(.pfs-announcement-scrim) {
  position: relative;
  z-index: 2;
}
.pfs-social-card.pfs-storm-notice .pfs-announcement-art {
  background: #0F2030;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-value {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 300px;
  font-weight: 700;
  letter-spacing: -8px;
  line-height: .85;
  white-space: nowrap;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-value.is-placeholder {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 1;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-unit {
  color: var(--pfs-ground-muted, var(--pfs-muted));
  font-size: 54px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 18px;
  white-space: pre-line;
}
.pfs-social-card.pfs-announcement .pfs-announcement-tag {
  align-self: flex-start;
  border: 2px solid var(--pfs-ground-blue, var(--pfs-blue));
  border-radius: 10px;
  color: var(--pfs-ground-blue, var(--pfs-blue));
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-top: 30px;
  padding: 14px 18px;
  text-transform: uppercase;
  white-space: pre-line;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-copy p,
.pfs-social-card.pfs-new-capability .pfs-new-capability-copy p {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 31px;
  line-height: 1.45;
  margin-top: 30px;
  max-width: 980px;
  white-space: pre-line;
}
.pfs-social-card.pfs-capacity .pfs-capacity-summary {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 38px;
  line-height: 1.4;
  margin-top: 58px;
  max-width: 900px;
  white-space: pre-line;
}
.pfs-social-card.pfs-capacity .pfs-catalog-cta {
  background: #9A3F18;
  border: 2px solid #742A0C;
  box-shadow: 0 8px 0 rgba(116, 42, 12, .18);
  color: #FFFFFF;
}
.pfs-social-card.pfs-new-material .pfs-material-traits {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}
.pfs-social-card.pfs-new-material .pfs-material-traits article {
  align-items: center;
  border: 2px solid var(--pfs-ground-accent, var(--pfs-terracotta));
  border-radius: 999px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 24px;
  text-align: center;
}
.pfs-social-card.pfs-new-material .pfs-material-traits span {
  color: var(--pfs-ground-muted, var(--pfs-muted));
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pfs-social-card.pfs-new-material .pfs-material-traits strong {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  display: block;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 8px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-new-capability .pfs-new-capability-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.pfs-social-card.pfs-new-capability .pfs-new-capability-copy h1 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 88px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1.03;
  max-width: 980px;
  white-space: pre-line;
}

.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-head,
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-head {
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 120px;
}
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-art,
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-art {
  height: 120px;
  width: 120px;
}
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-rows {
  margin-top: 18px;
}
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-rows > div {
  padding: 8px 4px;
}
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-catalog-head h1 { font-size: 44px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-rows span { font-size: 18px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-rows strong { font-size: 24px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-catalog-summary { font-size: 22px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-catalog-foot { padding-top: 10px; }
.pfs-social-card.pfs-format-square.pfs-capacity .pfs-capacity-summary {
  font-size: 32px;
  margin-top: 40px;
}
.pfs-social-card.pfs-format-square.pfs-new-material .pfs-material-traits {
  gap: 20px;
  margin-top: 32px;
}
.pfs-social-card.pfs-format-square.pfs-new-material .pfs-material-traits strong { font-size: 27px; }
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-value { font-size: 150px; }
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-value.is-placeholder { font-size: 50px; }
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-unit { font-size: 44px; }
.pfs-social-card.pfs-format-square.pfs-new-capability .pfs-new-capability-copy h1 { font-size: 72px; }
.pfs-social-card.pfs-format-square.pfs-new-capability .pfs-new-capability-copy p { font-size: 27px; }

.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-head {
  grid-template-columns: minmax(0, 1fr) 100px;
}
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-art {
  height: 100px;
  width: 100px;
}
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-eye { font-size: 18px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-head h1 { font-size: 38px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-rows { margin-top: 10px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-rows > div { padding: 8px 4px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-rows span { font-size: 16px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-rows strong { font-size: 19px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-summary {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 10px;
}
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-foot { padding-top: 10px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-foot strong { font-size: 28px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-catalog-foot span { font-size: 22px; }
.pfs-social-card.pfs-format-classic.pfs-capacity .pfs-capacity-summary {
  font-size: 29px;
  margin-top: 34px;
}
.pfs-social-card.pfs-format-classic.pfs-new-material .pfs-material-traits {
  gap: 18px;
  margin-top: 24px;
}
.pfs-social-card.pfs-format-classic.pfs-new-material .pfs-material-traits span { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-new-material .pfs-material-traits strong { font-size: 22px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-value { font-size: 135px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-value.is-placeholder { font-size: 46px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-unit { font-size: 38px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-tag {
  font-size: 18px;
  margin-top: 18px;
  padding: 10px 14px;
}
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-copy p {
  font-size: 23px;
  margin-top: 18px;
}

.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-head {
  grid-template-columns: minmax(0, 1fr) 180px;
  margin-top: 50px;
}
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-art {
  height: 180px;
  width: 180px;
}
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-catalog-head h1 { font-size: 54px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-rows { margin-top: 44px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-rows > div { padding: 24px 4px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-rows span { font-size: 22px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-rows strong { font-size: 31px; }

.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-copy,
.pfs-social-card.pfs-format-wide.pfs-new-capability .pfs-new-capability-copy {
  max-width: 1500px;
}
.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-value { font-size: 200px; }
.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-value.is-placeholder { font-size: 64px; }
.pfs-social-card.pfs-format-wide.pfs-new-capability .pfs-new-capability-copy h1 {
  font-size: 84px;
  max-width: 1460px;
}
.pfs-social-card.pfs-format-wide.pfs-new-capability .pfs-new-capability-copy p {
  font-size: 32px;
  max-width: 1240px;
}
.pfs-social-card.pfs-lead-time .pfs-lead-time-value.is-medium { font-size: 120px; }
.pfs-social-card.pfs-lead-time .pfs-lead-time-value.is-long { font-size: 72px; }
.pfs-social-card.pfs-lead-time .pfs-lead-time-value.is-short {
  font-size: 300px;
  line-height: 1.12;
}
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-value.is-medium { font-size: 110px; }
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-value.is-long { font-size: 68px; }
.pfs-social-card.pfs-format-square.pfs-lead-time .pfs-lead-time-value.is-short { font-size: 240px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-value.is-medium { font-size: 100px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-value.is-long { font-size: 64px; }
.pfs-social-card.pfs-format-classic.pfs-lead-time .pfs-lead-time-value.is-short { font-size: 210px; }
.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-value.is-medium { font-size: 150px; }
.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-value.is-long { font-size: 100px; }
.pfs-social-card.pfs-format-wide.pfs-lead-time .pfs-lead-time-value.is-short { font-size: 300px; }

.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-title.is-short { font-size: 72px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-title.is-medium { font-size: 56px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-title.is-long { font-size: 44px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-title.is-short.is-multiline { font-size: 60px; }
.pfs-social-card.pfs-format-square.pfs-announcement .pfs-announcement-title.is-medium.is-multiline { font-size: 50px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-title.is-short { font-size: 64px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-title.is-medium { font-size: 48px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-title.is-long { font-size: 38px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-title.is-short.is-multiline { font-size: 52px; }
.pfs-social-card.pfs-format-classic.pfs-announcement .pfs-announcement-title.is-medium.is-multiline { font-size: 44px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-title.is-short { font-size: 92px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-title.is-medium { font-size: 72px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-title.is-long { font-size: 54px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-title.is-short.is-multiline { font-size: 76px; }
.pfs-social-card.pfs-format-story.pfs-announcement .pfs-announcement-title.is-medium.is-multiline { font-size: 64px; }
.pfs-social-card.pfs-format-wide.pfs-announcement .pfs-announcement-title.is-short { font-size: 96px; }
.pfs-social-card.pfs-format-wide.pfs-announcement .pfs-announcement-title.is-medium { font-size: 72px; }
.pfs-social-card.pfs-format-wide.pfs-announcement .pfs-announcement-title.is-long { font-size: 56px; }

/* Community and Guam. These cards are entry-free, manual-only community
   messages. Decorative catalog art is fixed to the template and never becomes
   an entry media slot. */
.pfs-social-card.pfs-built-on-guam,
.pfs-social-card.pfs-holiday-card {
  --pfs-ground-strong: #F5F8FA;
  --pfs-ground-body: #E6EEF5;
  --pfs-ground-muted: #B6C3CF;
  --pfs-ground-accent: #F0A06B;
  --pfs-ground-blue: #8CCBFF;
  background-color: #0B1620;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-typhoon-prep:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]),
.pfs-social-card.pfs-event-booth:not(.pfs-ground-light):not(.pfs-ground-dark):not([class*="pfs-background-solid-"]) {
  --pfs-ground-strong: #0F2030;
  --pfs-ground-body: #1F2933;
  --pfs-ground-muted: #5B6773;
  --pfs-ground-accent: #9A3F18;
  --pfs-ground-blue: #004B96;
  background-color: #FFFFFF;
  color: var(--pfs-ground-body);
}
.pfs-social-card.pfs-community > .pfs-community-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.pfs-social-card.pfs-format-story.pfs-community { padding: 100px 84px; }
.pfs-social-card.pfs-community > .pfs-card-background { opacity: .1; }
.pfs-social-card.pfs-built-on-guam > .pfs-community-scrim {
  background: linear-gradient(200deg, rgba(11, 22, 32, .1), rgba(11, 22, 32, .55) 85%);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.pfs-social-card.pfs-community > :not(.pfs-community-bg):not(.pfs-community-scrim):not(.pfs-card-background) {
  position: relative;
  z-index: 2;
}
.pfs-social-card.pfs-community .pfs-community-head {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 160px;
}
.pfs-social-card.pfs-community .pfs-community-head h1 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.04;
  margin-top: 14px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-community .pfs-community-art {
  background: #E6ECF2;
  border-radius: 22px;
  display: block;
  height: 160px;
  object-fit: cover;
  width: 160px;
}
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy,
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy { justify-content: flex-end; }
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy { justify-content: center; }
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-stamp {
  height: 180px;
  margin-bottom: 24px;
  object-fit: contain;
  width: 180px;
}
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy h1,
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy h1 {
  color: var(--pfs-ground-strong, #F5F8FA);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.03;
  max-width: 940px;
  overflow-wrap: anywhere;
  text-shadow: 0 0 3px rgba(11, 22, 32, .95), 0 3px 14px #0B1620;
  white-space: pre-line;
}
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy p,
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy p {
  color: var(--pfs-ground-body, #E6EEF5);
  font-size: 30px;
  line-height: 1.4;
  margin-top: 28px;
  max-width: 900px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy h1 { font-size: 86px; }
.pfs-social-card.pfs-holiday-card .pfs-holiday-hours {
  align-self: flex-start;
  border: 2px solid rgba(140, 203, 255, .55);
  border-radius: 12px;
  color: #D9EFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-top: 34px;
  max-width: 900px;
  overflow-wrap: anywhere;
  padding: 15px 20px;
  white-space: pre-line;
}
.pfs-social-card.pfs-community .pfs-community-steps {
  border-top: 4px solid var(--pfs-ground-strong, var(--pfs-dark));
  margin-top: 30px;
}
.pfs-social-card.pfs-community .pfs-community-steps article {
  align-items: center;
  border-bottom: 2px solid currentColor;
  display: grid;
  gap: 24px;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 26px 4px;
}
.pfs-social-card.pfs-community .pfs-community-steps article > span {
  color: var(--pfs-ground-accent, var(--pfs-terracotta));
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.pfs-social-card.pfs-community .pfs-community-steps h2 {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 28px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-community .pfs-community-steps p {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 23px;
  line-height: 1.3;
  margin-top: 6px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-community .pfs-community-rows {
  border-top: 4px solid var(--pfs-ground-strong, var(--pfs-dark));
  margin-top: 34px;
}
.pfs-social-card.pfs-community .pfs-community-rows > div {
  align-items: baseline;
  border-bottom: 2px solid currentColor;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 26px 4px;
}
.pfs-social-card.pfs-community .pfs-community-rows span {
  color: var(--pfs-ground-muted, var(--pfs-muted));
  flex: 0 0 25%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pfs-social-card.pfs-community .pfs-community-rows strong {
  color: var(--pfs-ground-strong, var(--pfs-dark));
  font-size: 29px;
  line-height: 1.25;
  max-width: 72%;
  overflow-wrap: anywhere;
  text-align: right;
  white-space: pre-line;
}
.pfs-social-card.pfs-community .pfs-catalog-summary {
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.pfs-social-card.pfs-format-square.pfs-community .pfs-community-head,
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head {
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 120px;
}
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-art,
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-art {
  height: 120px;
  width: 120px;
}
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-head h1 { font-size: 49px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-steps { margin-top: 22px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-steps article { padding: 18px 4px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-steps h2 { font-size: 25px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-steps p { font-size: 20px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-rows { margin-top: 24px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-rows > div { padding: 18px 4px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-rows strong { font-size: 25px; }
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-stamp {
  height: 145px;
  margin-bottom: 18px;
  width: 145px;
}
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-copy h1 { font-size: 54px; }
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-copy p { font-size: 26px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-copy h1 { font-size: 68px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-copy p { font-size: 27px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-hours {
  font-size: 22px;
  margin-top: 28px;
}

.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head {
  grid-template-columns: minmax(0, 1fr) 100px;
}
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-art {
  height: 100px;
  width: 100px;
}
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head h1 { font-size: 41px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-steps { margin-top: 14px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-steps article {
  gap: 18px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 12px 4px;
}
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-steps h2 { font-size: 22px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-steps p { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-rows { margin-top: 14px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-rows > div { padding: 12px 4px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-rows span { font-size: 16px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-rows strong { font-size: 21px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-catalog-summary {
  font-size: 19px;
  line-height: 1.3;
  margin-top: 14px;
}
.pfs-social-card.pfs-format-classic.pfs-community .pfs-catalog-foot { padding-top: 12px; }

.pfs-social-card.pfs-format-story.pfs-community .pfs-community-head {
  grid-template-columns: minmax(0, 1fr) 190px;
  margin-top: 60px;
}
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-art {
  height: 190px;
  width: 190px;
}
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-head h1 { font-size: 68px; }
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-steps {
  margin-top: 60px;
}
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-steps article {
  padding: 30px 4px;
}
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-steps h2 { font-size: 36px; }
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-steps p { font-size: 29px; }
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-stamp {
  height: 220px;
  width: 220px;
}
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-copy h1 { font-size: 78px; }
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-copy p { font-size: 34px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-copy h1 { font-size: 100px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-copy p { font-size: 36px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-hours { font-size: 28px; }

/* Keep the mock's display hierarchy for stock and short manual copy while
   retaining deliberate medium and long tiers below the declared slot limits. */
.pfs-social-card.pfs-community .pfs-community-head h1.pfs-community-title.is-short { font-size: 84px; }
.pfs-social-card.pfs-community .pfs-community-head h1.pfs-community-title.is-medium { font-size: 64px; }
.pfs-social-card.pfs-community .pfs-community-head h1.pfs-community-title.is-long { font-size: 52px; }
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-short { font-size: 104px; }
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-medium { font-size: 82px; }
.pfs-social-card.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-long { font-size: 64px; }
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-short { font-size: 110px; }
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-medium { font-size: 86px; }
.pfs-social-card.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-long { font-size: 64px; }

.pfs-social-card.pfs-format-square.pfs-community .pfs-community-head h1.pfs-community-title.is-short { font-size: 72px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-head h1.pfs-community-title.is-medium { font-size: 56px; }
.pfs-social-card.pfs-format-square.pfs-community .pfs-community-head h1.pfs-community-title.is-long { font-size: 44px; }
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-short { font-size: 84px; }
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-medium { font-size: 68px; }
.pfs-social-card.pfs-format-square.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-long { font-size: 54px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-short { font-size: 82px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-medium { font-size: 68px; }
.pfs-social-card.pfs-format-square.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-long { font-size: 54px; }

.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head h1.pfs-community-title.is-short { font-size: 64px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head h1.pfs-community-title.is-medium { font-size: 48px; }
.pfs-social-card.pfs-format-classic.pfs-community .pfs-community-head h1.pfs-community-title.is-long { font-size: 38px; }

.pfs-social-card.pfs-format-story.pfs-community .pfs-community-head h1.pfs-community-title.is-short { font-size: 92px; }
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-head h1.pfs-community-title.is-medium { font-size: 72px; }
.pfs-social-card.pfs-format-story.pfs-community .pfs-community-head h1.pfs-community-title.is-long { font-size: 54px; }
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-short { font-size: 112px; }
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-medium { font-size: 92px; }
.pfs-social-card.pfs-format-story.pfs-built-on-guam .pfs-built-on-guam-copy h1.pfs-community-title.is-long { font-size: 72px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-short { font-size: 110px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-medium { font-size: 90px; }
.pfs-social-card.pfs-format-story.pfs-holiday-card .pfs-holiday-copy h1.pfs-community-title.is-long { font-size: 70px; }

/* The declared limits also support deliberately uneven manual line breaks.
   Switch only near-bound values to a compact tier so simultaneous maxima stay
   inside every advertised canvas without shrinking the stock mock hierarchy. */
.pfs-social-card.pfs-community.pfs-community-dense .pfs-catalog-eye {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-head {
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 105px;
  margin-top: 0;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-art {
  height: 105px;
  width: 105px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-head h1.pfs-community-title.pfs-community-tiered {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-top: 8px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-steps,
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-rows {
  margin-top: 14px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-steps article {
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 8px 4px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-steps article > span,
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-rows span {
  font-size: 16px;
  letter-spacing: 1px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-steps h2 {
  font-size: 20px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-steps p {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 3px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-rows > div {
  gap: 18px;
  padding: 8px 4px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-community-rows strong {
  font-size: 18px;
  line-height: 1.2;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-catalog-summary {
  font-size: 17px;
  line-height: 1.25;
  margin-top: 14px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-catalog-foot {
  padding-top: 10px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-catalog-foot strong {
  font-size: 28px;
}
.pfs-social-card.pfs-community.pfs-community-dense .pfs-catalog-foot span {
  font-size: 22px;
}
.pfs-social-card.pfs-built-on-guam.pfs-community-dense .pfs-built-on-guam-stamp {
  height: 110px;
  margin-bottom: 12px;
  width: 110px;
}
.pfs-social-card.pfs-built-on-guam.pfs-community-dense .pfs-built-on-guam-copy h1.pfs-community-title.pfs-community-tiered {
  font-size: 34px;
  line-height: 1.05;
}
.pfs-social-card.pfs-built-on-guam.pfs-community-dense .pfs-built-on-guam-copy p,
.pfs-social-card.pfs-holiday-card.pfs-community-dense .pfs-holiday-copy p {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 14px;
}
.pfs-social-card.pfs-holiday-card.pfs-community-dense .pfs-holiday-copy h1.pfs-community-title.pfs-community-tiered {
  font-size: 44px;
  line-height: 1.05;
}
.pfs-social-card.pfs-holiday-card.pfs-community-dense .pfs-holiday-hours {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 18px;
  padding: 10px 14px;
}
.pfs-social-card.pfs-format-classic.pfs-community.pfs-community-dense .pfs-community-head h1.pfs-community-title.pfs-community-tiered {
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
}
.pfs-social-card.pfs-format-classic.pfs-community.pfs-community-dense .pfs-community-steps h2 {
  font-size: 16px;
}
.pfs-social-card.pfs-format-classic.pfs-community.pfs-community-dense .pfs-community-steps p {
  font-size: 16px;
}
.pfs-social-card.pfs-format-classic.pfs-community.pfs-community-dense .pfs-community-rows strong {
  font-size: 16px;
}
.pfs-social-card.pfs-format-classic.pfs-community.pfs-community-dense .pfs-catalog-summary {
  font-size: 16px;
}

/* Behind the scenes */
.pfs-social-card.pfs-bts .pfs-bts-photo {
  border-radius: 16px;
  flex: 1 1 auto;
  margin-top: 30px;
  max-height: 620px;
  min-height: 300px;
}
.pfs-social-card.pfs-bts .pfs-bts-status {
  align-self: flex-start;
  border: 2px solid rgba(154, 63, 24, .4);
  border-radius: 10px;
  color: var(--pfs-ground-accent, #9A3F18);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-top: 34px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 12px 18px;
  text-transform: uppercase;
  white-space: pre-line;
}
.pfs-social-card.pfs-ground-light .pfs-bts-status,
.pfs-social-card.pfs-ground-dark .pfs-bts-status {
  color: var(--pfs-ground-accent);
}
.pfs-social-card.pfs-bts .is-placeholder {
  opacity: .68;
}
.pfs-social-card.pfs-on-the-plate .pfs-catalog-summary {
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-head h1 {
  font-size: 74px;
  letter-spacing: -1px;
  line-height: 1.04;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-tiles {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-tile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-tile-photo {
  aspect-ratio: 4 / 5;
  border-radius: 16px;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-tile .pfs-photo-empty {
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.pfs-social-card.pfs-workshop-tour .pfs-bts-tile > p {
  color: var(--pfs-ground-body, var(--pfs-text));
  font-size: 24px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-print-in-progress {
  background: #0B1620;
  color: #FFFFFF;
  padding: 0;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-media {
  background: #0B1620;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-media img,
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-media .pfs-slot-svg {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-empty {
  align-items: center;
  color: #B6C3CF;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 1px;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-scan-lines {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-scrim {
  background: linear-gradient(0deg, rgba(11, 22, 32, .97) 9%, rgba(11, 22, 32, .62) 54%, rgba(11, 22, 32, .25) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 100px 84px;
  position: relative;
  z-index: 2;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-content > .pfs-bts-status {
  background: rgba(11, 22, 32, .92);
  border-color: rgba(240, 160, 107, .5);
  color: #F0A06B;
  margin-top: 0;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-copy h1 {
  color: #FFFFFF;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.04;
  max-width: 900px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-print-in-progress .pfs-bts-progress-copy p {
  color: #E6EEF5;
  font-size: 34px;
  line-height: 1.4;
  margin-top: 28px;
  max-width: 900px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-print-in-progress .pfs-catalog-foot strong {
  color: #8CCBFF;
}
.pfs-social-card.pfs-print-in-progress .pfs-catalog-foot span {
  color: #B6C3CF;
}
.pfs-social-card.pfs-format-square.pfs-on-the-plate .pfs-bts-photo {
  max-height: 410px;
  min-height: 260px;
}
.pfs-social-card.pfs-format-square.pfs-on-the-plate .pfs-bts-status {
  font-size: 19px;
  margin-top: 24px;
}
.pfs-social-card.pfs-format-square.pfs-on-the-plate .pfs-catalog-summary {
  font-size: 23px;
  margin-top: 20px;
}
.pfs-social-card.pfs-format-square.pfs-on-the-plate .pfs-catalog-foot {
  padding-top: 14px;
}
.pfs-social-card.pfs-format-square.pfs-workshop-tour .pfs-bts-head h1 {
  font-size: 58px;
}
.pfs-social-card.pfs-format-square.pfs-workshop-tour .pfs-bts-tiles {
  gap: 20px;
  margin-top: 28px;
}
.pfs-social-card.pfs-format-square.pfs-workshop-tour .pfs-bts-tile > p {
  font-size: 20px;
}
.pfs-social-card.pfs-format-square.pfs-workshop-tour .pfs-catalog-foot {
  padding-top: 18px;
}
.pfs-social-card.pfs-format-wide.pfs-workshop-tour .pfs-bts-head h1 {
  font-size: 72px;
  max-width: 1250px;
}
.pfs-social-card.pfs-format-wide.pfs-workshop-tour .pfs-bts-tiles {
  gap: 34px;
  margin-top: 30px;
}
.pfs-social-card.pfs-format-wide.pfs-workshop-tour .pfs-bts-tile-photo {
  aspect-ratio: 16 / 9;
}
.pfs-social-card.pfs-format-wide.pfs-workshop-tour .pfs-bts-tile > p {
  font-size: 25px;
}
.pfs-social-card.pfs-format-feed.pfs-print-in-progress .pfs-bts-progress-content {
  padding: 76px 70px;
}
.pfs-social-card.pfs-format-feed.pfs-print-in-progress .pfs-bts-progress-copy h1 {
  font-size: 72px;
}
.pfs-social-card.pfs-format-feed.pfs-print-in-progress .pfs-bts-progress-copy p {
  font-size: 29px;
}
.pfs-social-card.pfs-bts.pfs-bts-dense .pfs-bts-status {
  font-size: 18px;
  line-height: 1.15;
  margin-top: 22px;
  padding: 10px 14px;
}
.pfs-social-card.pfs-on-the-plate.pfs-bts-dense .pfs-catalog-summary {
  font-size: 22px;
  line-height: 1.25;
  margin-top: 16px;
}
.pfs-social-card.pfs-workshop-tour.pfs-bts-dense .pfs-bts-head h1 {
  font-size: 48px;
}
.pfs-social-card.pfs-workshop-tour.pfs-bts-dense .pfs-bts-tiles {
  margin-top: 24px;
}
.pfs-social-card.pfs-workshop-tour.pfs-bts-dense .pfs-bts-tile > p {
  font-size: 18px;
  line-height: 1.2;
}
.pfs-social-card.pfs-print-in-progress.pfs-bts-dense .pfs-bts-progress-copy h1 {
  font-size: 68px;
}
.pfs-social-card.pfs-print-in-progress.pfs-bts-dense .pfs-bts-progress-copy p {
  font-size: 28px;
  line-height: 1.3;
}

/* Can we print it */
.pfs-social-card.pfs-can-print .pfs-can-print-head {
  align-items: flex-start;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 180px;
}
.pfs-social-card.pfs-can-print .pfs-can-print-head > img {
  background: #E6ECF2;
  border-radius: 20px;
  height: 180px;
  object-fit: cover;
  width: 180px;
}
.pfs-social-card.pfs-can-print .pfs-answer-rows {
  border-top: 4px solid var(--pfs-ground-strong, var(--pfs-dark));
  margin-top: 36px;
}
.pfs-social-card.pfs-can-print .pfs-answer-rows > div {
  align-items: baseline;
  border-bottom: 2px solid currentColor;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 24px 4px;
}
.pfs-social-card.pfs-can-print .pfs-answer-rows span {
  font-size: 26px;
  font-weight: 600;
}
.pfs-social-card.pfs-can-print .pfs-answer-rows strong {
  color: var(--pfs-ground-blue, var(--pfs-blue));
  font-size: 27px;
  text-align: right;
}

/* Material face-off */
.pfs-social-card.pfs-material-faceoff .pfs-material-pair {
  border-radius: 20px;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  min-height: 0;
  overflow: hidden;
}
.pfs-social-card.pfs-material-faceoff .pfs-material-pair article {
  background: #0F2030;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}
.pfs-social-card.pfs-material-faceoff .pfs-material-pair article + article {
  background: #E4EAF0;
  color: #1F2933;
}
.pfs-social-card.pfs-material-faceoff .pfs-material-pair h2 {
  font-size: 58px;
  line-height: 1;
}
.pfs-social-card.pfs-material-faceoff .pfs-material-pair p {
  font-size: 27px;
  line-height: 1.45;
  margin-top: 24px;
}

/* Pricing */
.pfs-social-card.pfs-pricing .pfs-pricing-floor {
  align-items: center;
  background: #0F2030;
  border-radius: 18px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding: 28px 34px;
}
.pfs-social-card.pfs-pricing .pfs-pricing-floor span {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pfs-social-card.pfs-pricing .pfs-pricing-floor strong {
  color: #F0A06B;
  font-size: 64px;
}
.pfs-social-card.pfs-pricing .pfs-pricing-rows {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
}
.pfs-social-card.pfs-pricing .pfs-pricing-rows article {
  background: #F1F4F7;
  border-radius: 16px;
  display: grid;
  gap: 18px;
  grid-template-columns: 46px 1fr;
  padding: 24px;
}
.pfs-social-card.pfs-pricing .pfs-pricing-rows > article > span {
  color: var(--pfs-terracotta);
  font-size: 21px;
  font-weight: 700;
}
.pfs-social-card.pfs-pricing .pfs-pricing-rows h2 {
  color: #0F2030;
  font-size: 29px;
  line-height: 1.15;
}
.pfs-social-card.pfs-pricing .pfs-pricing-rows p {
  color: #334454;
  font-size: 22px;
  line-height: 1.4;
  margin-top: 9px;
}
.pfs-social-card.pfs-ground-dark.pfs-pricing .pfs-pricing-rows article { background: #162839; }
.pfs-social-card.pfs-ground-dark.pfs-pricing .pfs-pricing-rows h2 { color: #F5F8FA; }
.pfs-social-card.pfs-ground-dark.pfs-pricing .pfs-pricing-rows p { color: #D3DEE7; }

/* Compact verified surfaces. */
.pfs-social-card.pfs-format-square.pfs-catalog,
.pfs-social-card.pfs-format-classic.pfs-catalog { padding: 50px; }
.pfs-social-card.pfs-format-square.pfs-catalog .pfs-catalog-head h1,
.pfs-social-card.pfs-format-classic.pfs-catalog .pfs-catalog-head h1 { font-size: 52px; }
.pfs-social-card.pfs-format-square.pfs-photo-guide .pfs-guide-art { height: 250px; margin-top: 22px; }
.pfs-social-card.pfs-format-square.pfs-photo-guide .pfs-guide-copy { margin: 20px 0; }
.pfs-social-card.pfs-format-square.pfs-request-steps .pfs-request-list { gap: 14px; margin: 22px 0; }
.pfs-social-card.pfs-format-square.pfs-request-steps .pfs-request-list article {
  grid-template-columns: 126px 1fr;
  padding: 12px;
}
.pfs-social-card.pfs-format-square.pfs-request-steps .pfs-request-art { height: 112px; }
.pfs-social-card.pfs-format-square.pfs-request-steps .pfs-request-list h2 { font-size: 30px; }
.pfs-social-card.pfs-format-square.pfs-request-steps .pfs-request-list p { font-size: 21px; }
.pfs-social-card.pfs-format-square.pfs-how-we-work .pfs-work-grid { gap: 16px; margin-top: 24px; }
.pfs-social-card.pfs-format-square.pfs-how-we-work .pfs-work-grid article { padding: 20px; }
.pfs-social-card.pfs-format-square.pfs-how-we-work .pfs-work-grid h2 { font-size: 30px; }
.pfs-social-card.pfs-format-square.pfs-how-we-work .pfs-work-grid p { font-size: 20px; }
.pfs-social-card.pfs-format-square.pfs-scan-explain .pfs-scan-grid {
  gap: 16px;
  margin-top: 24px;
}
.pfs-social-card.pfs-format-square.pfs-scan-explain .pfs-scan-grid h2 { font-size: 25px; }
.pfs-social-card.pfs-format-square.pfs-scan-explain .pfs-scan-grid p { font-size: 19px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-ring {
  flex-basis: 470px;
  margin-top: 20px;
  width: 470px;
}
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-number { font-size: 108px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-number.is-placeholder { font-size: 42px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-number.is-medium { font-size: 68px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-number.is-long { font-size: 38px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-label { font-size: 22px; max-width: 330px; }
.pfs-social-card.pfs-format-square.pfs-milestone .pfs-milestone-summary { font-size: 24px; }
.pfs-social-card.pfs-format-square.pfs-straight-talk .pfs-straight-talk-copy h1 { font-size: 50px; }
.pfs-social-card.pfs-format-square.pfs-straight-talk .pfs-straight-talk-copy p { font-size: 27px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-rating { margin-top: 16px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-stars { font-size: 37px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-frame { margin-top: 16px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-quote { margin-top: 14px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-quote p { font-size: 25px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-review-quote cite { font-size: 18px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare.pfs-trust-dense .pfs-review-quote p { font-size: 21px; }
.pfs-social-card.pfs-format-square.pfs-review-reshare .pfs-catalog-foot { padding-top: 18px; }
.pfs-social-card.pfs-format-square.pfs-customer-story .pfs-customer-story-grid {
  gap: 30px;
  margin-top: 24px;
}
.pfs-social-card.pfs-format-square.pfs-customer-story .pfs-customer-story-mark {
  font-size: 78px;
  height: 54px;
}
.pfs-social-card.pfs-format-square.pfs-customer-story .pfs-customer-story-quote p {
  font-size: 31px;
}
.pfs-social-card.pfs-format-square.pfs-customer-story .pfs-customer-story-quote cite {
  font-size: 21px;
  padding-top: 18px;
}
.pfs-social-card.pfs-format-square.pfs-customer-story.pfs-trust-dense .pfs-customer-story-quote p {
  font-size: 25px;
}
.pfs-social-card.pfs-format-square.pfs-customer-story .pfs-catalog-foot { padding-top: 18px; }
.pfs-social-card.pfs-format-square.pfs-can-print .pfs-answer-rows { margin-top: 20px; }
.pfs-social-card.pfs-format-square.pfs-can-print .pfs-answer-rows > div { padding: 17px 4px; }
.pfs-social-card.pfs-format-square.pfs-material-faceoff .pfs-material-pair { margin-top: 24px; }
.pfs-social-card.pfs-format-square.pfs-material-faceoff .pfs-material-pair article { padding: 30px; }
.pfs-social-card.pfs-format-square.pfs-material-faceoff .pfs-material-pair p { font-size: 23px; }
.pfs-social-card.pfs-format-square.pfs-pricing .pfs-pricing-floor { margin-top: 24px; padding: 20px 28px; }
.pfs-social-card.pfs-format-square.pfs-pricing .pfs-pricing-floor strong { font-size: 52px; }
.pfs-social-card.pfs-format-square.pfs-pricing .pfs-pricing-rows { margin-top: 20px; }
.pfs-social-card.pfs-format-square.pfs-pricing .pfs-catalog-summary { margin-top: 18px; }

.pfs-social-card.pfs-format-classic.pfs-catalog .pfs-catalog-eye { font-size: 21px; }
.pfs-social-card.pfs-format-classic.pfs-catalog .pfs-catalog-cta { padding: 18px 26px; }
.pfs-social-card.pfs-format-classic.pfs-catalog .pfs-catalog-cta span { font-size: 24px; }
.pfs-social-card.pfs-format-classic.pfs-catalog .pfs-catalog-cta strong { font-size: 30px; }
.pfs-social-card.pfs-format-classic.pfs-photo-guide .pfs-guide-art { height: 180px; margin-top: 16px; }
.pfs-social-card.pfs-format-classic.pfs-photo-guide .pfs-guide-copy { margin: 14px 0; }
.pfs-social-card.pfs-format-classic.pfs-photo-guide .pfs-guide-copy b { font-size: 21px; }
.pfs-social-card.pfs-format-classic.pfs-photo-guide .pfs-guide-copy p { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-request-steps .pfs-request-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
}
.pfs-social-card.pfs-format-classic.pfs-request-steps .pfs-request-list article {
  align-content: start;
  display: block;
  padding: 12px;
}
.pfs-social-card.pfs-format-classic.pfs-request-steps .pfs-request-art { height: 112px; }
.pfs-social-card.pfs-format-classic.pfs-request-steps .pfs-request-list h2 { font-size: 25px; margin-top: 10px; }
.pfs-social-card.pfs-format-classic.pfs-request-steps .pfs-request-list p { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-categories .pfs-category-grid { margin: 18px 0; }
.pfs-social-card.pfs-format-classic.pfs-categories .pfs-category-grid img { aspect-ratio: 4 / 3; }
.pfs-social-card.pfs-format-classic.pfs-categories .pfs-category-grid h2 { font-size: 23px; margin-top: 8px; }
.pfs-social-card.pfs-format-classic.pfs-categories .pfs-category-grid p { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-how-we-work .pfs-work-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
}
.pfs-social-card.pfs-format-classic.pfs-how-we-work .pfs-work-grid article { padding: 18px; }
.pfs-social-card.pfs-format-classic.pfs-how-we-work .pfs-work-grid h2 { font-size: 27px; }
.pfs-social-card.pfs-format-classic.pfs-how-we-work .pfs-work-grid p { font-size: 18px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-can-print-head { grid-template-columns: 1fr 130px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-can-print-head > img { height: 130px; width: 130px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-answer-rows { margin-top: 18px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-answer-rows > div { padding: 13px 4px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-answer-rows span,
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-answer-rows strong { font-size: 21px; }
.pfs-social-card.pfs-format-classic.pfs-can-print .pfs-catalog-summary { font-size: 21px; margin-top: 16px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-floor { margin-top: 18px; padding: 16px 26px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-floor strong { font-size: 46px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-rows { margin-top: 16px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-rows article { padding: 17px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-rows h2 { font-size: 25px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-pricing-rows p { font-size: 18px; }
.pfs-social-card.pfs-format-classic.pfs-pricing .pfs-catalog-summary { font-size: 21px; margin-top: 14px; }
.pfs-social-card.pfs-format-classic.pfs-straight-talk .pfs-straight-talk-copy h1 {
  font-size: 46px;
  max-width: 920px;
}
.pfs-social-card.pfs-format-classic.pfs-straight-talk .pfs-straight-talk-copy p {
  font-size: 25px;
  margin-top: 24px;
  max-width: 900px;
}

.pfs-social-card.pfs-format-wide.pfs-catalog { padding: 60px 80px; }
.pfs-social-card.pfs-format-wide.pfs-catalog .pfs-catalog-head h1 { font-size: 68px; max-width: 1420px; }
.pfs-social-card.pfs-format-wide.pfs-categories .pfs-category-grid { margin: 24px 0; }
.pfs-social-card.pfs-format-wide.pfs-categories .pfs-category-grid img { aspect-ratio: 16 / 9; }
.pfs-social-card.pfs-format-wide.pfs-material-faceoff .pfs-material-pair { margin-top: 24px; }
.pfs-social-card.pfs-format-wide.pfs-material-faceoff .pfs-material-pair article { padding: 48px 64px; }
.pfs-social-card.pfs-format-wide.pfs-material-faceoff .pfs-material-pair h2 { font-size: 70px; }
.pfs-social-card.pfs-format-wide.pfs-straight-talk .pfs-straight-talk-copy h1 {
  font-size: 74px;
  max-width: 1460px;
}
.pfs-social-card.pfs-format-wide.pfs-straight-talk .pfs-straight-talk-copy p {
  font-size: 32px;
  max-width: 1240px;
}
.pfs-social-card.pfs-format-wide.pfs-customer-story .pfs-customer-story-grid {
  gap: 70px;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  margin-top: 28px;
}
.pfs-social-card.pfs-format-wide.pfs-customer-story .pfs-customer-story-quote p {
  font-size: 48px;
  max-width: 980px;
}
.pfs-social-card.pfs-format-wide.pfs-customer-story .pfs-customer-story-quote cite {
  font-size: 27px;
}
.pfs-social-card.pfs-format-wide.pfs-customer-story.pfs-trust-dense .pfs-customer-story-quote p {
  font-size: 35px;
}
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-ring {
  flex-basis: 680px;
  margin-top: 110px;
  width: 680px;
}
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-number { font-size: 150px; }
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-number.is-placeholder { font-size: 54px; }
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-number.is-medium { font-size: 84px; }
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-number.is-long { font-size: 48px; }
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-label { font-size: 29px; max-width: 450px; }
.pfs-social-card.pfs-format-story.pfs-milestone .pfs-milestone-summary {
  font-size: 34px;
  max-width: 820px;
}

/* Engagement */
.pfs-social-card.pfs-engagement .is-placeholder {
  opacity: .68;
}
.pfs-social-card.pfs-guess-part {
  background: #0B1620;
  color: #FFFFFF;
  text-align: center;
}
.pfs-social-card.pfs-guess-part .pfs-catalog-eye {
  text-align: left;
}
.pfs-social-card.pfs-guess-part .pfs-guess-stage {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 0;
  padding: 34px 0 22px;
}
.pfs-social-card.pfs-guess-part .pfs-guess-silhouette {
  filter: brightness(0) invert(.93);
  height: 86%;
  width: 86%;
}
.pfs-social-card.pfs-guess-part .pfs-guess-silhouette img,
.pfs-social-card.pfs-guess-part .pfs-guess-silhouette .pfs-slot-svg {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.pfs-social-card.pfs-guess-part .pfs-guess-empty {
  align-items: center;
  border: 2px dashed rgba(140, 203, 255, .4);
  border-radius: 18px;
  color: #B6C3CF;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  height: 78%;
  justify-content: center;
  padding: 36px;
  width: 78%;
}
.pfs-social-card.pfs-guess-part .pfs-guess-hint {
  align-items: center;
  align-self: center;
  border: 2px solid rgba(140, 203, 255, .35);
  border-radius: 10px;
  color: #8CCBFF;
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 22px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  max-width: 860px;
  padding: 12px 18px;
  text-transform: uppercase;
}
.pfs-social-card.pfs-guess-part .pfs-guess-hint strong::after {
  content: "\00b7";
  margin-left: 12px;
}
.pfs-social-card.pfs-guess-part .pfs-catalog-summary {
  color: #E6EEF5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pfs-social-card.pfs-guess-part .pfs-catalog-foot strong { color: #8CCBFF; }
.pfs-social-card.pfs-guess-part .pfs-catalog-foot span { color: #B6C3CF; }

.pfs-social-card.pfs-this-or-that .pfs-vote-pair {
  display: grid;
  flex: 1 1 auto;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  min-height: 0;
  position: relative;
}
.pfs-social-card.pfs-this-or-that .pfs-vote-option {
  border-radius: 20px;
  height: auto;
  min-width: 0;
}
.pfs-social-card.pfs-this-or-that .pfs-vote-option > span {
  align-items: center;
  background: #0F2030;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 26px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 52px;
  z-index: 2;
}
.pfs-social-card.pfs-this-or-that .pfs-vote-badge {
  align-items: center;
  background: #9A3F18;
  border-radius: 50%;
  box-shadow: 0 14px 40px rgba(15, 32, 48, .35);
  color: #FFFFFF;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  height: 110px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  z-index: 3;
}

.pfs-social-card.pfs-ask-us .pfs-ask-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.pfs-social-card.pfs-ask-us {
  color: var(--pfs-ground-body, #E6EEF5);
}
.pfs-social-card.pfs-ask-us:not(.pfs-ground-light):not(.pfs-ground-dark):not(.pfs-background-solid-white):not(.pfs-background-solid-surface):not(.pfs-background-solid-navy):not(.pfs-background-solid-blue):not(.pfs-background-solid-terracotta) {
  background: #0B1620;
}
.pfs-social-card.pfs-ask-us .pfs-ask-copy h1 {
  color: var(--pfs-ground-strong, #F5F8FA);
  font-size: 96px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.04;
  max-width: 940px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-ask-us .pfs-ask-copy p {
  color: var(--pfs-ground-body, #E6EEF5);
  font-size: 32px;
  line-height: 1.45;
  margin-top: 26px;
  max-width: 900px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-ask-us .pfs-ask-cta {
  background: #9A3F18;
  border-radius: 14px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 30px 38px;
}
.pfs-social-card.pfs-ask-us .pfs-ask-cta strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}
.pfs-social-card.pfs-ask-us .pfs-ask-cta span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.pfs-social-card.pfs-format-square.pfs-guess-part .pfs-guess-stage {
  padding: 22px 0 16px;
}
.pfs-social-card.pfs-format-square.pfs-guess-part .pfs-guess-hint {
  font-size: 18px;
  padding: 10px 14px;
}
.pfs-social-card.pfs-format-square.pfs-guess-part .pfs-catalog-summary {
  font-size: 22px;
  margin-top: 18px;
}
.pfs-social-card.pfs-format-square.pfs-guess-part .pfs-catalog-foot {
  padding-top: 16px;
}
.pfs-social-card.pfs-format-square.pfs-this-or-that .pfs-vote-pair {
  gap: 20px;
  margin-top: 24px;
}
.pfs-social-card.pfs-format-square.pfs-this-or-that .pfs-vote-badge {
  font-size: 32px;
  height: 88px;
  width: 88px;
}
.pfs-social-card.pfs-format-square.pfs-this-or-that .pfs-catalog-summary {
  font-size: 23px;
  margin-top: 18px;
}
.pfs-social-card.pfs-format-square.pfs-this-or-that .pfs-catalog-foot {
  padding-top: 16px;
}
.pfs-social-card.pfs-format-square.pfs-ask-us .pfs-ask-copy h1 {
  font-size: 72px;
}
.pfs-social-card.pfs-format-square.pfs-ask-us .pfs-ask-copy p {
  font-size: 27px;
}
.pfs-social-card.pfs-format-square.pfs-ask-us .pfs-ask-cta {
  padding: 24px 30px;
}
.pfs-social-card.pfs-format-square.pfs-ask-us .pfs-ask-cta strong {
  font-size: 24px;
}
.pfs-social-card.pfs-format-square.pfs-ask-us .pfs-ask-cta span {
  font-size: 32px;
}
.pfs-social-card.pfs-format-story.pfs-guess-part,
.pfs-social-card.pfs-format-story.pfs-ask-us {
  padding: 100px 84px;
}
.pfs-social-card.pfs-format-story.pfs-guess-part .pfs-guess-stage {
  padding: 70px 0 44px;
}
.pfs-social-card.pfs-format-story.pfs-guess-part .pfs-guess-hint {
  font-size: 25px;
}
.pfs-social-card.pfs-format-story.pfs-guess-part .pfs-catalog-summary {
  font-size: 34px;
}
.pfs-social-card.pfs-format-story.pfs-ask-us .pfs-ask-copy h1 {
  font-size: 110px;
}
.pfs-social-card.pfs-format-story.pfs-ask-us .pfs-ask-copy p {
  font-size: 36px;
}
.pfs-social-card.pfs-format-story.pfs-ask-us .pfs-ask-cta {
  padding: 36px 42px;
}
.pfs-social-card.pfs-engagement.pfs-engagement-dense .pfs-catalog-head h1,
.pfs-social-card.pfs-engagement.pfs-engagement-dense .pfs-ask-copy h1 {
  font-size: 58px;
}
.pfs-social-card.pfs-engagement.pfs-engagement-dense .pfs-catalog-summary,
.pfs-social-card.pfs-engagement.pfs-engagement-dense .pfs-ask-copy p {
  font-size: 24px;
  line-height: 1.3;
}

/* Recaps and series */
.pfs-social-card.pfs-recap .is-placeholder { opacity: .68; }
.pfs-social-card .pfs-recap-title,
.pfs-social-card.pfs-numbers-recap .pfs-numbers-headline {
  color: var(--pfs-ground-strong, #172432);
  font-size: 84px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.04;
  margin-top: 26px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.pfs-social-card.pfs-month-review .pfs-month-grid {
  display: grid;
  flex: 1 1 auto;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  min-height: 0;
}
.pfs-social-card.pfs-month-review .pfs-month-cell {
  border-radius: 16px;
  height: auto;
  min-height: 0;
  min-width: 0;
}
.pfs-social-card.pfs-month-review .pfs-month-cell img,
.pfs-social-card.pfs-month-review .pfs-month-cell .pfs-slot-svg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pfs-social-card.pfs-month-review .pfs-photo-empty {
  font-size: 19px;
  padding: 20px;
}
.pfs-social-card.pfs-month-review .pfs-month-label {
  background: rgba(15, 32, 48, .9);
  border-radius: 8px;
  bottom: 12px;
  color: #FFFFFF;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 17px;
  font-weight: 700;
  left: 12px;
  letter-spacing: 1px;
  line-height: 1.15;
  max-width: calc(100% - 24px);
  overflow-wrap: anywhere;
  padding: 9px 11px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.pfs-social-card.pfs-roundup-cover {
  color: #FFFFFF;
  padding: 0;
}
.pfs-social-card.pfs-roundup-cover:not(.pfs-ground-light):not(.pfs-ground-dark) {
  background: #0B1620;
}
.pfs-social-card.pfs-roundup-cover > .pfs-card-background { display: none; }
.pfs-social-card.pfs-roundup-cover .pfs-roundup-media,
.pfs-social-card.pfs-roundup-cover .pfs-roundup-scrim {
  inset: 0;
  position: absolute;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-media {
  border-radius: 0;
  height: 100%;
  z-index: 0;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-media img,
.pfs-social-card.pfs-roundup-cover .pfs-roundup-media .pfs-slot-svg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-empty {
  align-items: center;
  color: #C4D0DB;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-scrim {
  background: linear-gradient(180deg, rgba(11, 22, 32, .2), rgba(11, 22, 32, .9));
  pointer-events: none;
  z-index: 1;
}
.pfs-social-card.pfs-roundup-cover.pfs-shade-soft .pfs-roundup-scrim { opacity: .58; }
.pfs-social-card.pfs-roundup-cover.pfs-shade-off .pfs-roundup-scrim { opacity: 0; }
.pfs-social-card.pfs-roundup-cover .pfs-roundup-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 84px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.pfs-social-card.pfs-roundup-cover .pfs-catalog-eye { color: #9DD3FF; }
.pfs-social-card.pfs-roundup-cover .pfs-roundup-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-copy h1 {
  color: #FFFFFF;
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1.02;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-copy h1 span {
  display: block;
  overflow-wrap: anywhere;
}
.pfs-social-card.pfs-roundup-cover .pfs-roundup-copy p {
  color: #E6EEF5;
  font-size: 32px;
  line-height: 1.45;
  margin-top: 26px;
  max-width: 860px;
  overflow-wrap: anywhere;
}
.pfs-social-card.pfs-roundup-cover .pfs-catalog-foot strong { color: #9DD3FF; }
.pfs-social-card.pfs-roundup-cover .pfs-catalog-foot span { color: #D5E0E9; }

.pfs-social-card.pfs-numbers-recap {
  color: var(--pfs-ground-body, #E6EEF5);
}
.pfs-social-card.pfs-numbers-recap:not(.pfs-ground-light):not(.pfs-ground-dark):not(.pfs-background-solid-white):not(.pfs-background-solid-surface):not(.pfs-background-solid-navy):not(.pfs-background-solid-blue):not(.pfs-background-solid-terracotta) {
  background: #0B1620;
}
.pfs-social-card.pfs-numbers-recap .pfs-numbers-headline {
  color: var(--pfs-ground-strong, #F5F8FA);
}
.pfs-social-card.pfs-numbers-recap .pfs-numbers-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}
.pfs-social-card.pfs-numbers-recap .pfs-number-stat { min-width: 0; }
.pfs-social-card.pfs-numbers-recap .pfs-number-stat strong {
  color: var(--pfs-ground-strong, #FFFFFF);
  display: block;
  font-size: 130px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  overflow-wrap: anywhere;
}
.pfs-social-card.pfs-numbers-recap .pfs-number-stat strong.is-placeholder {
  font-size: 35px;
  letter-spacing: 0;
  line-height: 1.15;
}
.pfs-social-card.pfs-numbers-recap .pfs-number-stat > span {
  color: var(--pfs-ground-body, #C7D2DC);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-top: 12px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.pfs-social-card.pfs-numbers-recap .pfs-catalog-summary {
  color: var(--pfs-ground-body, #D5E0E9);
  margin-top: 46px;
}

.pfs-social-card.pfs-format-square.pfs-month-review .pfs-recap-title { font-size: 66px; }
.pfs-social-card.pfs-format-square.pfs-month-review .pfs-month-grid { gap: 14px; margin-top: 24px; }
.pfs-social-card.pfs-format-square.pfs-month-review .pfs-month-label { font-size: 14px; }
.pfs-social-card.pfs-format-square.pfs-month-review .pfs-catalog-foot { padding-top: 16px; }
.pfs-social-card.pfs-format-story.pfs-month-review,
.pfs-social-card.pfs-format-story.pfs-roundup-cover { padding: 0; }
.pfs-social-card.pfs-format-story.pfs-month-review {
  padding: 100px 84px;
}
.pfs-social-card.pfs-format-story.pfs-month-review .pfs-recap-title { font-size: 96px; }
.pfs-social-card.pfs-format-story.pfs-month-review .pfs-month-grid {
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
}
.pfs-social-card.pfs-format-story.pfs-month-review .pfs-month-label { font-size: 19px; }
.pfs-social-card.pfs-format-story.pfs-roundup-cover .pfs-roundup-content { padding: 100px 84px; }
.pfs-social-card.pfs-format-story.pfs-roundup-cover .pfs-roundup-copy h1 { font-size: 126px; }
.pfs-social-card.pfs-format-story.pfs-roundup-cover .pfs-roundup-copy p { font-size: 36px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-numbers-headline,
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-numbers-headline { font-size: 64px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-numbers-grid { gap: 24px; margin-top: 38px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-number-stat strong { font-size: 92px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-number-stat strong.is-placeholder { font-size: 25px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-number-stat > span { font-size: 17px; }
.pfs-social-card.pfs-format-square.pfs-numbers-recap .pfs-catalog-summary { font-size: 23px; margin-top: 30px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-numbers-grid { gap: 28px; margin-top: 28px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-number-stat strong { font-size: 86px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-number-stat strong.is-placeholder { font-size: 23px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-number-stat > span { font-size: 17px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-catalog-summary { font-size: 21px; margin-top: 24px; }
.pfs-social-card.pfs-format-classic.pfs-numbers-recap .pfs-catalog-foot { padding-top: 16px; }
.pfs-social-card.pfs-format-wide.pfs-numbers-recap .pfs-numbers-headline { font-size: 84px; }
.pfs-social-card.pfs-format-wide.pfs-numbers-recap .pfs-numbers-grid {
  gap: 70px;
  margin-top: 34px;
  max-width: 1500px;
}
.pfs-social-card.pfs-format-wide.pfs-numbers-recap .pfs-number-stat strong { font-size: 118px; }
.pfs-social-card.pfs-format-wide.pfs-numbers-recap .pfs-catalog-summary { margin-top: 30px; }
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-recap-title,
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-numbers-headline,
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-roundup-copy h1 { font-size: 58px; }
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-month-label,
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-number-stat > span { font-size: 15px; }
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-number-stat strong { font-size: 72px; }
.pfs-social-card.pfs-recap.pfs-recap-dense .pfs-number-stat strong.is-placeholder { font-size: 23px; }

.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkwash::before,
.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkpanel::before,
.pfs-social-card.pfs-background-custom.pfs-text-scheme-lightscrim::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkwash::before {
  background: linear-gradient(200deg, rgba(237, 242, 247, .5) 0%, rgba(237, 242, 247, .78) 85%);
}
.pfs-social-card.pfs-background-custom.pfs-text-scheme-inkpanel::before {
  background: rgba(244, 247, 250, .9);
}
.pfs-social-card.pfs-background-custom.pfs-text-scheme-lightscrim::before {
  background: linear-gradient(200deg, rgba(11, 22, 32, .12) 0%, rgba(11, 22, 32, .48) 85%);
}
