/*
Theme Name: Chartwells Media Hub
Theme URI: https://www.chartwellsmediahub.com/
Author: Chartwells Communications
Description: A modern, mobile-friendly internal hub theme for PR, communications, storytelling, and social video resources.
Version: 1.0.77
Text Domain: chartwells-media-hub
*/

:root {
  --ink: #111111;
  --body: #343434;
  --muted: #666b70;
  --line: #dfe3e8;
  --soft: #f6f7f4;
  --paper: #ffffff;
  --accent: #ef446d;
  --dark: #050505;
  --yellow: #f6c944;
  --shadow: 0 16px 34px rgba(17,17,17,.13);
  --shadow-soft: 0 8px 22px rgba(17,17,17,.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--body);
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--yellow);
  color: #111;
  padding: 10px 12px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--dark);
  color: #fff;
  border-top: 8px solid var(--accent);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-main {
  flex: 1 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.site-logo img {
  display: block;
  width: 174px;
  max-width: 42vw;
  height: auto;
}

.site-logo--social-video img {
  width: 150px;
}

.site-header .media-hub-template-logo--social {
  display: none !important;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .site-header .media-hub-template-logo--main {
  display: none !important;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .site-header .media-hub-template-logo--social {
  display: block !important;
}

.menu-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.55);
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 900;
  padding: 0 12px;
  cursor: pointer;
}

.site-nav {
  justify-self: end;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav li {
  position: relative;
}

.site-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  min-width: 235px;
  display: none;
  grid-template-columns: 1fr;
  justify-content: stretch;
  gap: 0;
  padding: 8px 0;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 4px solid var(--accent);
  background: #050505;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

.site-nav .sub-menu li {
  width: 100%;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: grid;
}

.site-nav a {
  display: block;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  padding: 14px 10px;
  border-bottom: 4px solid transparent;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: #fff;
  border-bottom-color: var(--accent);
  background: rgba(255,255,255,.08);
}

.site-nav .sub-menu a {
  padding: 12px 14px;
  border-bottom: 0;
  white-space: nowrap;
  text-align: left;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  min-width: 235px;
  justify-content: stretch;
  gap: 0;
  padding: 8px 0;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 4px solid var(--accent);
  background: #050505;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  width: 100%;
}

.wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:focus-within > .wp-block-navigation__submenu-container {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 12px 14px;
  color: rgba(255,255,255,.86);
  white-space: nowrap;
  text-align: left;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.entry-content > .alignfull,
.entry-content > .wp-block-group.alignfull,
.entry-content > .wp-block-cover.alignfull,
.entry-content > main > .alignfull,
.entry-content > main > .wp-block-group.alignfull,
.entry-content > main > .wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.entry-content > .wp-block-group.alignfull > :where(:not(.alignfull)),
.entry-content > main > .wp-block-group.alignfull > :where(:not(.alignfull)) {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 430px;
  color: #fff;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-cover__background {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.has-black-background-color {
  background-color: #000;
}

.has-background-dim {
  opacity: .5;
}

.has-background-dim-45 {
  opacity: .45;
}

.has-background-dim-55 {
  opacity: .55;
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  color: inherit;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}

.wp-block-button {
  display: inline-flex;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #fff !important;
  border-color: currentColor;
}

body.page-id-40 .entry-content {
  padding-top: 0;
}

body.page-id-40 .entry-content > main.wp-block-group > .wp-block-cover.alignfull:first-child {
  width: 100vw;
  max-width: none;
  min-height: clamp(285px, 28vw, 360px) !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 7px solid var(--accent) !important;
  box-shadow: none;
}

body.page-id-40 .entry-content > main.wp-block-group > .wp-block-cover.alignfull:first-child .wp-block-cover__image-background {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: 50% 72%;
}

.site-hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.48) 46%, rgba(0,0,0,.10) 100%), url("/assets/wp-media/istock-624033586-fd7481b6.jpg") center/cover;
  color: #fff;
}

.site-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background: var(--accent);
}

.site-hero__inner {
  width: min(1200px, calc(100% - 32px));
  min-height: 360px;
  margin: 0 auto;
  padding: 82px 0 62px;
  position: relative;
  z-index: 1;
}

.entry-eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.site-hero h1,
.site-hero p {
  color: #fff;
  overflow-wrap: break-word;
}

.site-hero__lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 1.12rem;
}

.site-hero .search-form {
  width: min(100%, 690px);
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 6px solid rgba(255,255,255,.92);
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.site-hero .search-form label {
  min-width: 0;
}

.site-hero .search-field {
  width: 100%;
  min-height: 50px;
  border: 0;
  padding: 0 14px;
  font: inherit;
}

.site-hero .search-submit {
  min-height: 50px;
  border: 0;
  padding: 0 18px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.home-search {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.home-search-copy {
  display: grid;
  gap: 8px;
}

.home-search-copy h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.home-search-copy p {
  color: var(--muted);
}

.home-search .wp-block-search,
.home-search .search-form {
  width: 100%;
  margin: 0;
}

.home-search .wp-block-search__inside-wrapper,
.home-search .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--line);
  background: #fff;
}

.home-search .wp-block-search__input,
.home-search .search-field {
  width: 100%;
  min-height: 52px;
  border: 0;
  padding: 0 14px;
  font: inherit;
}

.home-search .wp-block-search__button,
.home-search .search-submit {
  min-height: 52px;
  border: 0;
  padding: 0 18px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.home-utility-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.home-dashboard-section {
  border-bottom: 1px solid var(--line);
}

.home-command-center {
  display: grid;
  gap: 20px;
}

.home-section-heading {
  display: grid;
  gap: 6px;
}

.home-section-heading p,
.home-task-intro p {
  margin: 0;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-section-heading h2,
.home-task-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
}

.home-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 18px;
  align-items: stretch;
}

.home-primary-stack {
  display: grid;
  gap: 18px;
}

.home-welcome {
  margin-bottom: 20px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.home-welcome p {
  max-width: 980px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.55;
  font-weight: 700;
}

.home-welcome--photo {
  width: min(760px, 100%);
  margin: 0;
  padding: clamp(18px, 2.8vw, 30px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-left: 6px solid var(--accent);
  background: rgba(0, 0, 0, .62);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .28);
  backdrop-filter: blur(2px);
}

.home-welcome--photo p {
  max-width: 820px;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.45;
  font-weight: 400;
  text-shadow: none;
}

.home-search--compact {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 16px;
  padding: 22px;
}

.home-search--compact .home-search-copy {
  gap: 6px;
}

.home-search--compact .home-search-copy h2 {
  font-size: clamp(1.28rem, 1.7vw, 1.65rem);
}

.home-search--compact .home-search-copy p {
  max-width: 42ch;
  font-size: .94rem;
  line-height: 1.55;
}

.home-search--compact .search-form {
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-search--compact .search-field,
.home-search--compact .search-submit {
  min-height: 46px;
}

.home-search--dashboard {
  grid-template-columns: 1fr;
  padding: 20px 22px;
  border-top-width: 4px;
}

.home-search--dashboard .home-search-copy p {
  max-width: 34ch;
}

.home-speed-dial {
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.home-speed-dial-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: speedDial;
}

.home-command-grid .home-speed-dial-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-speed-dial-list li {
  min-width: 0;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: speedDial;
}

.home-speed-dial-list li:first-child {
  border-left: 0;
}

.home-speed-dial-list li:nth-child(4n) {
  border-right: 0;
}

.home-command-grid .home-speed-dial-list li:nth-child(odd) {
  border-left: 0;
}

.home-command-grid .home-speed-dial-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.home-speed-dial-list li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.home-command-grid .home-speed-dial-list li:nth-child(-n+2) {
  border-bottom: 1px solid var(--line);
}

.home-command-grid .home-speed-dial-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.home-speed-dial-list a {
  min-height: 166px;
  padding: 24px;
  display: grid;
  gap: 18px;
  align-content: space-between;
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
  line-height: 1.12;
  font-weight: 900;
  background: #fff;
  box-shadow: inset 0 -5px 0 transparent;
}

.speed-dial-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  color: #111;
}

.speed-dial-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.speed-dial-label {
  display: block;
}

.speed-dial-text {
  display: grid;
  gap: 8px;
}

.speed-dial-description {
  display: block;
  max-width: 34ch;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.45;
}

.home-speed-dial-list a:hover,
.home-speed-dial-list a:focus-visible {
  background: #fbf7f8;
  box-shadow: inset 0 -5px 0 var(--accent);
}

.home-speed-dial-list a:hover .speed-dial-description,
.home-speed-dial-list a:focus-visible .speed-dial-description {
  color: var(--body);
}

.home-task-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.home-task-panel .home-task-intro h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.2vw, 2.35rem);
}

.home-task-list {
  display: grid;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
}

.home-task-list a {
  min-height: 58px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.entry-content .home-task-panel .home-task-list a,
.entry-content .home-task-panel .home-task-list a:visited {
  color: #fff;
}

.home-task-list a::after {
  content: "";
  width: 20px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--accent);
}

.home-task-list a:last-child {
  border-bottom: 0;
}

.home-task-list a:hover,
.home-task-list a:focus-visible {
  background: var(--accent);
  color: #fff;
}

.home-task-list a:hover::after,
.home-task-list a:focus-visible::after {
  background: #fff;
}

.home-paths-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-paths-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.home-paths-section ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
  list-style: none;
}

.home-paths-section li {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-paths-section li:nth-child(3n) {
  border-right: 0;
}

.home-paths-section li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.home-paths-section a {
  min-height: 84px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.home-paths-section a:hover,
.home-paths-section a:focus-visible {
  background: var(--ink);
  color: #fff;
}

.home-submit-section {
  border-top: 1px solid var(--line);
}

.home-utility-section {
  border-bottom: 1px solid var(--line);
}

.home-utility-section .home-submit-actions {
  margin-top: 16px;
}

.home-submit-actions {
  display: grid;
  gap: 18px;
}

.home-submit-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-submit-action-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-submit-action-card:hover,
.home-submit-action-card:focus-visible {
  background: #fff;
  border-color: rgba(239,68,109,.72);
  box-shadow: 0 18px 34px rgba(0,0,0,.1);
  transform: translateY(-2px);
}

.home-submit-action-thumb {
  position: relative;
  height: 108px;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #f7f8f4;
  border-bottom: 1px solid var(--line);
}

.home-submit-action-thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.home-submit-action-button {
  min-height: 58px;
  padding: 13px 16px 14px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 -3px 0 rgba(239,68,109,.28);
  font-size: clamp(.86rem, .95vw, .98rem);
  font-weight: 900;
  line-height: 1.18;
}

.home-submit-action-card:hover .home-submit-action-button,
.home-submit-action-card:focus-visible .home-submit-action-button {
  background: #fff;
  color: var(--accent);
}

h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.16rem;
}

.entry-content {
  padding: 58px 0;
  min-width: 0;
  overflow-wrap: break-word;
}

.entry-content:has(> .page-image-header:first-child) {
  padding-top: 0;
}

body:is(.page-id-78, .page-id-79, .page-id-1079, .page-id-1132) .entry-content {
  padding-top: 0;
}

.entry-content--submit {
  padding: 34px 0;
}

.submit-page-title {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.04;
  font-weight: 900;
}

.culinary-page-title {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.06;
  font-weight: 900;
}

.entry-content > * + * {
  margin-top: 1rem;
}

.entry-content a {
  color: var(--ink);
  text-decoration-color: rgba(239,68,109,.48);
  font-weight: 700;
}

.entry-content .wp-block-group,
.entry-content .wp-block-column,
.entry-content .wp-block-details,
.entry-content .wp-block-media-text {
  border-color: var(--line) !important;
}

.entry-content .wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.entry-content .wp-block-column,
.entry-content .wp-block-group,
.entry-content .wp-block-details,
.entry-content .wp-block-media-text {
  min-width: 0;
}

.entry-content .wp-block-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.entry-content .wp-block-column > .wp-block-group.has-border-color {
  flex: 1;
}

.entry-content .wp-block-button__link,
.wp-element-button,
.entry-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  background: var(--accent) !important;
  color: #fff !important;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
}

.entry-content .button.secondary {
  background: #fff !important;
  color: var(--ink) !important;
  border-color: var(--line);
}

.entry-content .button:hover {
  filter: brightness(.96);
}

.entry-content .wp-block-group.has-border-color,
.entry-content .media-hub-resource-guide,
.entry-content .wp-block-details {
  box-shadow: var(--shadow-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.section-head p {
  max-width: 680px;
  color: var(--muted);
}

.page-image-header {
  min-height: clamp(180px, 20vw, 255px);
  position: relative;
  display: grid;
  align-items: end;
  margin-bottom: 28px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 7px solid var(--accent);
  background: #111;
  box-shadow: var(--shadow-soft);
}

.entry-content > .page-image-header:first-child {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(16px, calc((100vw - 1200px) / 2));
  padding-right: max(16px, calc((100vw - 1200px) / 2));
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
}

.page-image-header__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.page-image-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 46%, rgba(0,0,0,.15) 100%);
}

.page-image-header h1 {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.toolkit-page {
  display: grid;
  gap: 28px;
  padding: 0 0 42px;
}

.toolkit-workspaces,
.toolkit-directory {
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.toolkit-section-heading {
  padding: 26px 28px 20px;
}

.toolkit-section-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}

.toolkit-workspaces--dark {
  background: var(--ink);
  color: #fff;
}

.toolkit-workspaces--dark .toolkit-section-heading {
  background: var(--ink);
}

.toolkit-workspaces--dark .entry-eyebrow {
  color: var(--accent);
}

.toolkit-workspaces--dark h2,
.toolkit-workspaces--dark h3 {
  color: #fff;
}

.toolkit-workspace-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.toolkit-workspaces--dark .toolkit-workspace-grid {
  border-top-color: rgba(255,255,255,.18);
}

.toolkit-workspace-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.toolkit-workspaces--dark .toolkit-workspace-card {
  border-right-color: rgba(255,255,255,.18);
  background: #0f0f0f;
}

.toolkit-workspace-card:last-child {
  border-right: 0;
}

.toolkit-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  color: var(--ink);
}

.toolkit-workspaces--dark .toolkit-icon {
  color: #fff;
}

.toolkit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.toolkit-workspace-card h3,
.toolkit-link-panel h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.16;
}

.toolkit-workspace-card p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}

.toolkit-workspaces--dark .toolkit-workspace-card p {
  color: rgba(255,255,255,.76);
}

.toolkit-card-link {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
}

.toolkit-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.toolkit-link-panel {
  padding: 26px 28px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.toolkit-link-panel:nth-child(2n) {
  border-right: 0;
}

.toolkit-link-panel:nth-last-child(-n+2) {
  border-bottom: 0;
}

.toolkit-link-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.toolkit-link-panel a {
  display: block;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.35;
}

.toolkit-link-panel a:hover,
.toolkit-link-panel a:focus-visible {
  border-color: var(--accent);
  background: #fff8fa;
}

.pr-toolkit-workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.pr-toolkit-workspace-copy {
  padding: clamp(28px, 4vw, 52px);
  display: grid;
  gap: 14px;
  align-content: center;
}

.pr-toolkit-workspace-copy .entry-eyebrow {
  color: var(--accent);
}

.pr-toolkit-eyebrow-link {
  justify-self: start;
  text-decoration: none;
}

.pr-toolkit-eyebrow-link:hover,
.pr-toolkit-eyebrow-link:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .28em;
}

.pr-toolkit-workspace-copy h1,
.pr-toolkit-workspace-copy h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: .98;
}

.pr-toolkit-workspace-copy p:not(.entry-eyebrow) {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.pr-toolkit-backlink {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff !important;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.pr-toolkit-backlink:hover,
.pr-toolkit-backlink:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
}

.pr-toolkit-workspace-switcher {
  display: grid;
  align-content: stretch;
  border-left: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

.pr-toolkit-workspace-link {
  min-height: 88px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
}

.pr-toolkit-workspace-link:last-child {
  border-bottom: 0;
}

.pr-toolkit-workspace-link:hover,
.pr-toolkit-workspace-link:focus-visible,
.pr-toolkit-workspace-link.is-active {
  background: var(--accent);
  color: #fff !important;
}

.pr-toolkit-workspace-hero--hub {
  margin-bottom: 0;
}

.pr-toolkit-workspace-hero--hub .pr-toolkit-workspace-copy h2 {
  font-size: clamp(2.05rem, 3.6vw, 3.4rem);
}

.pr-toolkit-workspace-link--rich {
  min-height: 128px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.pr-toolkit-workspace-link--rich span {
  display: block;
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
}

.pr-toolkit-workspace-link--rich small {
  display: block;
  max-width: 38ch;
  color: rgba(255,255,255,.74);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.pr-toolkit-workspace-link--rich:hover small,
.pr-toolkit-workspace-link--rich:focus-visible small {
  color: rgba(255,255,255,.9);
}

.workspace-page {
  display: grid;
  gap: 28px;
  padding: 0 0 42px;
}

.workspace-task-board,
.workspace-card-section,
.workspace-directory {
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.workspace-section-heading {
  padding: 26px 28px 20px;
}

.workspace-section-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.7vw, 2.2rem);
  line-height: 1.08;
}

.workspace-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.workspace-task-grid a {
  min-height: 108px;
  display: flex;
  align-items: center;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.28;
}

.workspace-task-grid a:nth-child(4n) {
  border-right: 0;
}

.workspace-task-grid a:nth-last-child(-n+4) {
  border-bottom: 0;
}

.workspace-task-grid a:hover,
.workspace-task-grid a:focus-visible {
  background: #fff8fa;
  color: var(--ink);
}

.workspace-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.workspace-feature-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.workspace-feature-card:last-child {
  border-right: 0;
}

.workspace-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  color: var(--ink);
}

.workspace-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.workspace-feature-card h3,
.workspace-link-panel h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.16;
}

.workspace-feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}

.workspace-feature-card a {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
}

.workspace-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.workspace-link-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workspace-link-panel {
  padding: 26px 28px 30px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.workspace-link-grid:not(.workspace-link-grid--three) .workspace-link-panel:nth-child(2n),
.workspace-link-grid--three .workspace-link-panel:nth-child(3n),
.workspace-link-panel:last-child {
  border-right: 0;
}

.workspace-link-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.workspace-link-panel a {
  display: block;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.35;
}

.workspace-link-panel a:hover,
.workspace-link-panel a:focus-visible {
  border-color: var(--accent);
  background: #fff8fa;
}

.resource-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.resource-list li + li {
  margin-top: 7px;
}

.resource-list a {
  color: var(--ink);
  text-decoration-color: rgba(239,68,109,.48);
  text-underline-offset: 3px;
  font-weight: 700;
}

.entry-content details {
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: #fff;
}

.entry-content summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.entry-content img,
.entry-content iframe,
.entry-content video {
  max-width: 100%;
}

.entry-content img {
  height: auto;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}

.entry-content th,
.entry-content td {
  border: 1px solid var(--line);
  padding: .7rem;
  vertical-align: top;
}

.howtos-page {
  display: grid;
  gap: 24px;
}

.howtos-page-title {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.06;
  font-weight: 900;
}

.howtos-section-heading {
  display: grid;
  gap: 6px;
  margin: 6px 0 -8px;
}

.howtos-section-heading h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.08;
}

.howtos-launchpad {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.howtos-launch-copy {
  max-width: 920px;
  padding: 30px;
  display: grid;
  align-content: center;
  gap: 16px;
}

.howtos-launch-copy h2 {
  font-size: 1.9rem;
}

.howtos-launch-copy p {
  color: var(--muted);
}

.howtos-launch-copy .entry-eyebrow,
.howtos-task-intro .entry-eyebrow {
  color: var(--accent);
}

.howtos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.howtos-training-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .72fr);
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.training-video-panel,
.training-deck-panel {
  min-width: 0;
  padding: 28px;
  display: grid;
  gap: 16px;
  align-content: start;
}

.training-video-panel h2,
.training-deck-panel h3 {
  margin: 0;
}

.training-video-panel p,
.training-deck-panel p {
  color: var(--muted);
}

.training-video-frame,
.training-deck-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #111;
  overflow: hidden;
}

.training-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.training-video-frame img,
.training-deck-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.training-deck-panel {
  background: #f7f8f4;
  border-left: 1px solid var(--line);
  align-content: center;
}

.training-deck-thumb {
  background: #fff;
}

.training-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.howtos-side-panel {
  padding: 28px;
  display: grid;
  gap: 16px;
  align-content: center;
  background: #f7f8f4;
  border-left: 1px solid var(--line);
}

.howtos-side-panel ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.howtos-side-panel li + li {
  margin-top: 10px;
}

.howtos-side-panel strong {
  color: var(--ink);
}

.howtos-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.howtos-hub-card {
  min-width: 0;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.howtos-hub-card:nth-child(3n) {
  border-right: 0;
}

.howtos-hub-card:nth-last-child(-n+3) {
  border-bottom: 0;
}

.howtos-hub-card p {
  color: var(--muted);
}

.howtos-hub-card .wp-block-button__link,
.howtos-hub-card .button {
  width: fit-content;
  margin-top: auto;
}

.howtos-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.howtos-directory-section {
  min-width: 0;
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.howtos-directory-section:nth-child(2n) {
  border-right: 0;
}

.howtos-directory-section:nth-last-child(-n+2) {
  border-bottom: 0;
}

.howtos-directory-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.howtos-directory-list a {
  min-height: 44px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  background: #fff;
}

.howtos-directory-list a:hover {
  border-color: var(--accent);
  background: #f7f8f4;
}

.howtos-directory-list a::after {
  content: "->";
  color: var(--accent);
  font-weight: 900;
}

.howtos-task-panel {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.howtos-task-intro {
  padding: 28px;
  display: grid;
  gap: 12px;
  align-content: center;
  background: var(--ink);
  color: #fff;
  border-bottom: 7px solid var(--accent);
}

.howtos-task-intro h2,
.howtos-task-intro p {
  color: #fff;
}

.howtos-task-intro p {
  color: rgba(255,255,255,.78);
}

.howtos-task-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.howtos-task-list li {
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.howtos-task-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.howtos-task-list a {
  min-height: 72px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}

.howtos-task-list a:hover {
  background: #f7f8f4;
}

.howtos-task-list a::after {
  content: "->";
  color: var(--accent);
  font-weight: 900;
}

.guide-page {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-left: 7px solid var(--accent);
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(17, 17, 17, .08);
}

.guide-page > *,
.guide-start > *,
.guide-detail-section > * {
  min-width: 0;
  max-width: 100%;
}

.guide-page:not(.video-idea-page) {
  border-left-width: 1px;
  border-top: 7px solid var(--accent);
}

.guide-start {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.guide-page:not(.video-idea-page) .guide-start {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  background: var(--ink);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.guide-summary {
  padding: clamp(30px, 5vw, 56px);
  display: grid;
  gap: 16px;
  align-content: center;
}

.guide-page:not(.video-idea-page) .guide-summary {
  padding: clamp(22px, 3vw, 34px);
  gap: 10px;
}

.guide-page:not(.video-idea-page) .guide-summary .entry-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  line-height: 1;
}

.guide-eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.guide-page:not(.video-idea-page) .guide-summary .pr-toolkit-eyebrow-link {
  text-decoration: none;
}

.guide-page:not(.video-idea-page) .guide-summary .pr-toolkit-eyebrow-link:hover,
.guide-page:not(.video-idea-page) .guide-summary .pr-toolkit-eyebrow-link:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .3em;
}

.guide-eyebrow-separator {
  color: rgba(255,255,255,.42);
  font-weight: 900;
  line-height: 1;
}

.guide-parent-link {
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
}

.guide-page:not(.video-idea-page) .guide-summary .guide-parent-link {
  color: rgba(255,255,255,.82);
}

.guide-parent-link:hover,
.guide-parent-link:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .3em;
}

.guide-summary h1 {
  max-width: 900px;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.02;
}

.guide-page:not(.video-idea-page) .guide-summary h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.08;
}

.guide-summary p {
  max-width: 760px;
  color: #424a54;
  font-size: clamp(1.04rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.guide-page:not(.video-idea-page) .guide-summary > p {
  max-width: 790px;
  color: rgba(255,255,255,.82);
  font-size: clamp(.98rem, 1.1vw, 1.06rem);
  line-height: 1.55;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.guide-page:not(.video-idea-page) .guide-actions {
  margin-top: 8px;
}

.guide-page:not(.video-idea-page) .guide-actions .wp-block-button__link {
  min-height: 0;
  padding: 12px 16px;
  font-size: .9rem;
}

.guide-support {
  padding: clamp(26px, 3vw, 38px);
  display: grid;
  gap: 18px;
  align-content: center;
  background: #fbf7f8;
  border-left: 1px solid var(--line);
}

.guide-page:not(.video-idea-page) .guide-support {
  padding: clamp(20px, 2.4vw, 30px);
  gap: 12px;
  background: #1b1b1b;
  border-left-color: rgba(255,255,255,.16);
}

.guide-support h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.14;
}

.guide-page:not(.video-idea-page) .guide-support h2 {
  color: #fff;
  font-size: clamp(1.1rem, 1.35vw, 1.3rem);
}

.guide-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  color: #4f5660;
}

.guide-page:not(.video-idea-page) .guide-support ul {
  gap: 10px;
  color: rgba(255,255,255,.78);
}

.guide-support li {
  position: relative;
  padding-left: 25px;
  line-height: 1.58;
}

.guide-page:not(.video-idea-page) .guide-support li {
  padding-left: 20px;
  font-size: .95rem;
  line-height: 1.45;
}

.guide-support li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  background: var(--accent);
}

.guide-page:not(.video-idea-page) .guide-support li::before {
  top: .65em;
  width: 7px;
  height: 7px;
}

.guide-support strong {
  color: var(--ink);
}

.guide-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.guide-next article {
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.guide-next article:last-child {
  border-right: 0;
}

.guide-next p,
.guide-reference p,
.guide-detail-content p,
.guide-detail-content li {
  color: var(--muted);
}

.guide-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.guide-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}

.guide-link-list a:hover {
  border-color: var(--accent);
  background: #f7f8f4;
}

.guide-link-list a::after {
  content: "->";
  color: var(--accent);
}

.guide-reference {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 18px 20px;
  background: transparent;
  box-shadow: none;
}

.guide-reference summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--ink);
}

.guide-reference--visible {
  padding: 24px;
  display: grid;
  gap: 18px;
}

.guide-reference--visible > h3 {
  font-size: 1.45rem;
}

.guide-reference-content {
  display: grid;
  gap: 1rem;
  margin-top: 18px;
}

.guide-reference--visible .guide-reference-content {
  margin-top: 0;
}

.guide-reference-content img,
.guide-reference-content iframe,
.guide-reference-content video {
  max-width: 100%;
  height: auto;
}

.guide-detail-section {
  display: grid;
  border-top: 1px solid var(--line);
}

.latest-hits-live {
  display: grid;
  gap: 22px;
}

.latest-hits-panel {
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.latest-hit-list {
  display: grid;
}

.latest-hit-card {
  display: grid;
  grid-template-columns: minmax(86px, .2fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.latest-hit-card:last-child {
  border-bottom: 0;
}

.latest-hit-card:hover {
  background: #fff6f8;
}

.latest-hit-date {
  color: var(--accent);
  font-size: .84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.latest-hit-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.latest-hit-main h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.latest-hit-main p {
  color: var(--muted);
  font-size: .92rem;
}

.latest-hit-open {
  color: var(--accent);
  font-weight: 900;
  white-space: nowrap;
}

.latest-hits-status {
  padding: 20px 26px;
  color: var(--muted);
}

.home-pr-hits {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.home-pr-hits-intro {
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: center;
  background: var(--ink);
  color: #fff;
}

.home-pr-hits-intro h2,
.home-pr-hits-intro p {
  color: #fff;
}

.home-pr-hits-intro h2 {
  font-size: 1.45rem;
  line-height: 1.15;
}

.home-pr-hits-intro p {
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
}

.home-pr-hits-intro .wp-block-button__link,
.home-pr-hits-intro .button {
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
}

.home-pr-hits .latest-hits-panel {
  border: 0;
  border-left: 1px solid var(--line);
  box-shadow: none;
}

.home-pr-hits .latest-hit-card {
  grid-template-columns: minmax(74px, .18fr) minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px 18px;
}

.home-pr-hits .latest-hit-main {
  gap: 3px;
}

.home-pr-hits .latest-hit-main h3 {
  font-size: .98rem;
}

.home-pr-hits .latest-hit-main p {
  font-size: .84rem;
}

.home-pr-hits .latest-hit-date {
  font-size: .74rem;
}

.home-pr-hits .latest-hit-open {
  font-size: .86rem;
}

.home-pr-hits--compact {
  grid-template-columns: minmax(126px, .24fr) minmax(0, 1fr);
}

.home-pr-hits--compact .home-pr-hits-intro {
  padding: 20px;
}

.home-pr-hits--compact .home-pr-hits-intro h2 {
  font-size: clamp(1.18rem, 1.5vw, 1.45rem);
}

.home-pr-hits--compact .latest-hit-card {
  grid-template-columns: minmax(78px, .18fr) minmax(0, 1fr);
  gap: 8px;
  min-height: 58px;
  padding: 8px 12px;
}

.home-pr-hits--compact .latest-hit-main {
  gap: 2px;
}

.home-pr-hits--compact .latest-hit-main h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: .9rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-pr-hits--compact .latest-hit-main p {
  display: none;
}

.home-pr-hits--compact .latest-hit-date {
  font-size: .86rem;
  line-height: 1.25;
}

.home-pr-hits--compact .latest-hit-open {
  display: none;
}

.home-pr-hits--compact .latest-hits-status {
  padding: 16px;
  font-size: .9rem;
}

.guide-detail-content {
  width: 100%;
  margin: 0;
  padding: clamp(30px, 5vw, 58px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.guide-detail-content:has(> .media-plan-stepper) {
  padding-top: clamp(24px, 3vw, 34px);
}

.guide-detail-content > * + * {
  margin-top: 1.55rem;
}

.submit-hub {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.submit-hub--redesigned {
  max-width: 1180px;
}

.submit-start-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .58fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.submit-start-copy {
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  gap: 12px;
  align-content: center;
  background: var(--ink);
  color: #fff;
}

.submit-start-copy h2,
.submit-start-copy p {
  color: #fff;
}

.submit-start-copy h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.05;
}

.submit-start-copy p:not(.entry-eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.submit-prep-panel {
  padding: clamp(22px, 3vw, 32px);
  display: grid;
  gap: 18px;
  align-content: center;
  background: #f7f8f4;
  border-left: 1px solid var(--line);
}

.submit-prep-panel h3 {
  margin: 0;
  font-size: 1.2rem;
}

.submit-prep-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.submit-prep-list li {
  min-width: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 3px;
  border-left: 4px solid var(--accent);
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.42;
}

.submit-prep-list strong {
  color: var(--ink);
  font-size: .96rem;
}

.submit-route-section,
.submit-requests-section {
  display: grid;
  gap: 16px;
}

.submit-section-heading {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.submit-section-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.08;
}

.submit-section-heading p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.submit-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.submit-route-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(142px, .5fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.submit-route-card--primary {
  background: #fff;
}

.submit-route-copy {
  padding: clamp(22px, 3vw, 32px);
  display: grid;
  gap: 12px;
  align-content: start;
}

.submit-route-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.1;
}

.submit-route-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.submit-route-note {
  margin-top: 4px !important;
  color: var(--ink) !important;
  font-weight: 900;
}

.submit-route-card .button {
  width: fit-content;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 18px;
  font-size: .94rem;
}

.submit-form-shot {
  margin: 0;
  min-height: 100%;
  padding: 12px;
  display: grid;
  align-content: center;
  background: #f7f8f4;
  border-top: 1px solid var(--line);
}

.submit-form-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 142px;
  max-height: 190px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 18px rgba(17,17,17,.10);
}

.submit-requests-section {
  padding-top: 6px;
}

.submit-requests-section .submit-route-card {
  grid-template-rows: auto minmax(118px, .42fr);
}

.submit-requests-section .submit-form-shot img {
  min-height: 118px;
  max-height: 150px;
}

.guide-detail-content > .wp-block-group {
  display: grid;
  gap: 1.65rem;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.guide-detail-content .wp-block-group > * + * {
  margin-top: .15rem;
}

.guide-detail-content .wp-block-image,
.guide-detail-content figure {
  margin: 1.4rem 0;
}

.guide-detail-content .wp-block-image img,
.guide-detail-content img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.guide-detail-content .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
  margin: 1.8rem 0;
}

.guide-detail-content .wp-block-column {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  background: #fafafa;
  box-shadow: none;
}

.guide-detail-content h2,
.guide-detail-content h3 {
  margin-top: 2.65rem;
  margin-bottom: .35rem;
  max-width: 820px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.18;
}

.guide-detail-content h2:first-child,
.guide-detail-content h3:first-child {
  margin-top: 0;
}

.guide-detail-content .has-small-font-size {
  font-size: 1.06rem !important;
}

.guide-detail-content p {
  max-width: 78ch;
  color: #3f4650;
  font-size: 1.07rem;
  line-height: 1.78;
}

.guide-detail-content p:has(> strong:first-child):not(.award-timeline-timing) {
  position: relative;
  max-width: 84ch;
  margin-top: 2.75rem;
  margin-bottom: .85rem;
  padding: 0 0 .8rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.22;
}

.guide-detail-content p:has(> strong:first-child):not(.award-timeline-timing)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 76px;
  height: 4px;
  background: var(--accent);
}

.guide-detail-content p:has(> strong:first-child):not(.award-timeline-timing) strong:first-child {
  font-weight: 900;
}

.guide-detail-content a {
  color: var(--ink);
  font-weight: 900;
  text-decoration-color: rgba(239, 68, 109, .62);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.guide-detail-content ul,
.guide-detail-content ol {
  max-width: 82ch;
  margin: 1.2rem 0 .35rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.guide-detail-content p + ul,
.guide-detail-content p + ol {
  margin-top: .75rem;
}

.guide-detail-content ul + p,
.guide-detail-content ol + p {
  margin-top: 1.55rem;
}

.guide-detail-content h2 + p,
.guide-detail-content h3 + p,
.guide-detail-content h2 + ul,
.guide-detail-content h3 + ul,
.guide-detail-content h2 + ol,
.guide-detail-content h3 + ol {
  margin-top: .75rem;
}

.guide-detail-content li {
  position: relative;
  padding-left: 24px;
  color: #3f4650;
  line-height: 1.7;
}

.guide-detail-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.guide-detail-content li + li {
  margin-top: 0;
}

.guide-detail-content iframe,
.guide-detail-content video {
  max-width: 100%;
}

.guide-detail-content .wp-block-embed__wrapper {
  margin-top: 1rem;
}

.guide-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 1.9rem;
}

.guide-detail-content:has(.guide-step-grid) .wp-block-columns {
  display: none !important;
}

.guide-step-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  background: #fafafa;
  box-shadow: none;
  display: grid;
  gap: 10px;
  align-content: start;
}

.guide-step-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.guide-step-card p {
  margin: 0;
}

.media-plan-opener {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(280px, .5fr);
  gap: 28px;
  align-items: center;
}

.media-plan-opener--text-only {
  grid-template-columns: minmax(0, 1fr);
}

.media-plan-opener-copy {
  display: grid;
  gap: 12px;
}

.media-plan-opener h2,
.media-plan-stepper h2,
.media-plan-example-cta h3 {
  margin: 0;
}

.media-plan-opener figure {
  margin: 0;
}

.media-plan-opener img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.camera-crew-opener {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .58fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  background: #fff;
}

.camera-crew-opener-copy {
  display: grid;
  gap: 12px;
}

.camera-crew-opener h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.camera-crew-opener p {
  margin: 0;
}

.camera-crew-photo {
  margin: 0 !important;
  background: #f7f8f4;
  border: 1px solid var(--line);
}

.guide-detail-content .camera-crew-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 0;
}

.camera-crew-stepper .media-plan-stepper-heading {
  max-width: 860px;
}

.camera-crew-stepper .media-plan-step-tab {
  min-height: 72px;
}

.storytelling-steps-content {
  display: grid;
  gap: clamp(28px, 5vw, 50px);
  max-width: none;
}

.storytelling-steps-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.storytelling-steps-overview > div,
.storytelling-steps-overview aside {
  padding: clamp(26px, 4vw, 46px);
}

.storytelling-steps-overview > div,
.storytelling-steps-overview aside {
  display: grid;
  gap: 14px;
  align-content: center;
}

.storytelling-steps-overview h2,
.storytelling-steps-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.04;
}

.storytelling-steps-overview h3 {
  margin: 0;
  font-size: 1.25rem;
}

.storytelling-steps-overview p:not(.entry-eyebrow),
.storytelling-steps-cta p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 76ch;
}

.storytelling-steps-overview aside {
  border-left: 1px solid var(--line);
  background: #f7f8f4;
}

.storytelling-steps-overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.storytelling-steps-overview li {
  position: relative;
  padding-left: 22px;
}

.storytelling-steps-overview li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.storytelling-stepper {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.storytelling-stepper .media-plan-stepper-heading {
  max-width: 900px;
}

.storytelling-stepper .media-plan-stepper-shell {
  grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
  box-shadow: var(--shadow-soft);
}

.storytelling-stepper .media-plan-step-nav {
  background: #111;
  border-right: 0;
}

.storytelling-stepper .media-plan-step-tab {
  min-height: 68px;
  border-color: rgba(255, 255, 255, .14);
  background: #111;
  color: #fff;
}

.storytelling-stepper .media-plan-step-tab[aria-current="step"],
.storytelling-stepper .media-plan-step-tab:hover,
.storytelling-stepper .media-plan-step-tab:focus-visible {
  background: var(--accent);
  color: #fff;
}

.storytelling-stepper .media-plan-step-tab[aria-current="step"] span,
.storytelling-stepper .media-plan-step-tab:hover span,
.storytelling-stepper .media-plan-step-tab:focus-visible span {
  color: #fff;
}

.storytelling-step-panel {
  min-height: 360px;
  align-content: center;
}

.storytelling-step-panel h3 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.storytelling-step-panel p {
  max-width: 76ch;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.storytelling-step-panel ul {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.storytelling-step-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.6;
}

.storytelling-step-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.storytelling-steps-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #111;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.storytelling-steps-cta h2,
.storytelling-steps-cta p:not(.entry-eyebrow) {
  color: #fff;
}

.storytelling-steps-actions {
  display: grid;
  gap: 10px;
  min-width: 240px;
}

.storytelling-steps-actions .button {
  width: 100%;
  justify-content: center;
}

.media-plan-stepper {
  display: grid;
  gap: 22px;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--line);
}

.guide-detail-content > .media-plan-stepper:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.media-plan-stepper-heading {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.media-plan-stepper-shell {
  display: grid;
  grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.media-plan-step-nav {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: #f7f8f4;
}

.media-plan-step-tab {
  min-height: 66px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none !important;
  font-weight: 900;
}

.media-plan-step-tab:last-child {
  border-bottom: 0;
}

.media-plan-step-tab span {
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .08em;
}

.media-plan-step-tab[aria-current="step"],
.media-plan-step-tab:hover {
  background: var(--ink);
  color: #fff;
}

.media-plan-step-panel-wrap {
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  gap: 18px;
}

.media-plan-step-progress {
  margin: 0 !important;
  color: var(--accent) !important;
  font-size: .78rem !important;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.media-plan-step-panels {
  display: grid;
  gap: 18px;
}

.media-plan-step-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.media-plan-step-panel h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.media-plan-step-panel p {
  margin: 0;
}

.media-plan-step-panel ul {
  margin-top: .35rem;
}

.media-plan-stepper.is-enhanced .media-plan-step-panel[hidden] {
  display: none;
}

.media-plan-step-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.media-plan-step-controls button,
.media-plan-example-cta .button {
  min-height: 0;
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex: 0 0 auto;
  border: 0;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.media-plan-step-controls button[disabled] {
  cursor: not-allowed;
  opacity: .45;
}

.media-plan-step-controls button:first-child {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.media-plan-reminder {
  padding: 14px 16px;
  border-left: 5px solid var(--accent);
  background: #fbf7f8;
  color: var(--ink) !important;
  font-weight: 800;
}

.media-plan-example-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 28px;
  align-items: center;
  margin-top: 6px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .06);
}

.media-plan-example-cta h3,
.media-plan-example-cta p {
  grid-column: 1;
}

.media-plan-example-cta p {
  margin: 0;
  max-width: 62ch;
}

.media-plan-example-cta .button {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  width: max-content;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid var(--accent);
  background: #fff;
  color: var(--ink);
}

.media-plan-example-cta .button:hover {
  background: var(--accent);
  color: #fff;
}

.awards-list-content {
  max-width: none;
}

.awards-timeline {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  gap: 0;
}

.awards-timeline-heading {
  max-width: none;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-top: 6px solid var(--accent);
  background: #fff;
}

.awards-timeline-heading p:last-child {
  max-width: 760px;
  margin: 0;
}

.awards-timeline-shell {
  grid-template-columns: minmax(230px, .3fr) minmax(0, 1fr);
  box-shadow: 0 16px 40px rgba(17, 17, 17, .06);
}

.awards-timeline-nav {
  background: var(--ink);
}

.awards-timeline-tab {
  min-height: 88px;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  border-bottom-color: rgba(255, 255, 255, .16);
  background: #111;
  color: #fff;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.1;
}

.awards-timeline-tab[aria-current="step"],
.awards-timeline-tab:hover {
  background: var(--accent);
  color: #fff;
}

.awards-timeline-panel-wrap {
  padding: 0;
  gap: 0;
}

.awards-timeline-progress {
  padding: 20px clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.awards-period-header {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
  background: #f7f8f4;
}

.awards-period-header h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.awards-period-header p:not(.entry-eyebrow) {
  max-width: 760px;
  margin: 0;
}

.awards-timeline-list {
  display: grid;
  padding: 0 clamp(24px, 4vw, 42px) clamp(26px, 4vw, 44px);
}

.award-timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
}

.award-timeline-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 1px;
  background: var(--line);
}

.award-timeline-marker {
  position: relative;
  z-index: 1;
  padding-top: 26px;
}

.award-timeline-marker span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.award-timeline-card-body {
  display: grid;
  gap: 12px;
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--line);
}

.award-timeline-card:last-child .award-timeline-card-body {
  border-bottom: 0;
}

.award-timeline-card h4 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.award-timeline-card h4 a {
  color: var(--ink);
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.award-timeline-card p {
  max-width: 82ch;
  margin: 0;
}

.guide-detail-content .award-timeline-timing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 4px !important;
  margin-bottom: 0;
  padding: 24px 28px 24px 36px;
  border-left: 6px solid var(--accent);
  border-bottom: 0;
  background: #fbf7f8;
  box-sizing: border-box;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.guide-detail-content .award-timeline-timing::after {
  content: none;
}

.guide-detail-content .award-timeline-timing strong {
  color: var(--accent);
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-detail-content .award-timeline-timing span {
  display: block;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.awards-timeline-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
}

.awards-timeline-footer p {
  margin: 0;
  max-width: 62ch;
}

.awards-timeline-footer .button {
  min-height: 44px;
}

.award-submission-content {
  display: grid;
  gap: clamp(28px, 5vw, 50px);
  max-width: none;
}

.award-submission-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.award-submission-overview > div,
.award-submission-checklist {
  padding: clamp(26px, 4vw, 46px);
}

.award-submission-overview > div {
  display: grid;
  gap: 14px;
  align-content: center;
}

.award-submission-overview h2,
.award-submission-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.award-submission-overview p:not(.entry-eyebrow),
.award-submission-cta p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 72ch;
}

.award-submission-checklist {
  display: grid;
  gap: 18px;
  align-content: center;
  border-left: 1px solid var(--line);
  background: #f7f8f4;
}

.award-submission-checklist h3,
.award-submission-action-box h3 {
  margin: 0;
  font-size: 1.25rem;
}

.award-submission-checklist ul,
.award-submission-action-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.award-submission-checklist li,
.award-submission-action-box li {
  position: relative;
  padding-left: 22px;
}

.award-submission-checklist li::before,
.award-submission-action-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.award-submission-checklist .button,
.award-submission-cta .button {
  justify-self: start;
  min-height: 46px;
}

.award-submission-tab-list {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.award-submission-tab-button {
  min-height: 76px;
}

.award-submission-panel-stack {
  padding: 0;
}

.award-submission-panel {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(30px, 5vw, 58px);
}

.award-submission-panel h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.06;
}

.award-submission-panel > p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 82ch;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
}

.award-submission-action-box {
  display: grid;
  gap: 14px;
  max-width: 860px;
  padding: clamp(20px, 3vw, 30px);
  border-left: 6px solid var(--accent);
  background: #fbf7f8;
}

.award-submission-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.award-submission-story-grid article {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 3vw, 26px);
  border-right: 1px solid var(--line);
}

.award-submission-story-grid article:last-child {
  border-right: 0;
}

.award-submission-story-grid span {
  color: var(--accent);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.award-submission-story-grid p {
  margin: 0;
}

.award-submission-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #111;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.award-submission-cta p:not(.entry-eyebrow),
.award-submission-cta h2 {
  color: #fff;
}

.feel-good-content {
  display: grid;
  gap: clamp(28px, 5vw, 50px);
  max-width: none;
}

.feel-good-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.feel-good-overview > div,
.feel-good-quick-test {
  padding: clamp(26px, 4vw, 46px);
}

.feel-good-overview > div {
  display: grid;
  gap: 14px;
  align-content: center;
}

.feel-good-overview h2,
.feel-good-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.feel-good-overview p:not(.entry-eyebrow),
.feel-good-cta p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 76ch;
}

.feel-good-quick-test {
  display: grid;
  gap: 18px;
  align-content: center;
  border-left: 1px solid var(--line);
  background: #f7f8f4;
}

.feel-good-quick-test h3,
.feel-good-path-list h3,
.feel-good-next-grid h3 {
  margin: 0;
  font-size: 1.22rem;
}

.feel-good-quick-test ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feel-good-quick-test li {
  position: relative;
  padding-left: 22px;
}

.feel-good-quick-test li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.feel-good-tab-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.release-tab-panel-stack.feel-good-panel-stack {
  padding: 0;
}

.feel-good-panel {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(30px, 5vw, 58px);
}

.feel-good-panel h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.06;
}

.feel-good-panel > p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 82ch;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
}

.feel-good-signal-grid,
.feel-good-path-list,
.feel-good-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.feel-good-next-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feel-good-signal-grid article,
.feel-good-path-list article,
.feel-good-next-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: clamp(18px, 3vw, 26px);
  border-right: 1px solid var(--line);
}

.feel-good-signal-grid article:last-child,
.feel-good-path-list article:last-child,
.feel-good-next-grid article:last-child {
  border-right: 0;
}

.feel-good-signal-grid span,
.feel-good-example-grid span {
  color: var(--accent);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feel-good-signal-grid p,
.feel-good-path-list p,
.feel-good-next-grid p {
  margin: 0;
}

.feel-good-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feel-good-example-grid a {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 150px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.feel-good-example-grid a:hover,
.feel-good-example-grid a:focus-visible {
  background: #fff6f8;
}

.feel-good-example-grid strong {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.2;
}

.feel-good-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #111;
}

.feel-good-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feel-good-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #111;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.feel-good-cta p:not(.entry-eyebrow),
.feel-good-cta h2 {
  color: #fff;
}

.feel-good-cta-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.feel-good-cta-actions .button {
  width: 100%;
  justify-content: center;
}

.release-guide-content {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
}

.release-guide-content > * + * {
  margin-top: 0;
}

.release-tabbed-sections {
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.release-tab-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #f7f8f4;
}

.release-tab-button {
  min-height: 68px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.release-tab-button:last-child {
  border-right: 0;
}

.release-tab-button:hover,
.release-tab-button:focus-visible {
  background: #fff;
  color: var(--accent);
}

.release-tab-button[aria-selected="true"],
.release-tab-button[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}

.release-tab-panel-stack {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
  padding: clamp(24px, 4vw, 44px);
}

.release-tabbed-sections.is-enhanced .release-tab-panel-stack {
  display: block;
}

.release-tabbed-sections.is-enhanced .release-tab-panel[hidden] {
  display: none !important;
}

.release-tab-panel:focus {
  outline: none;
}

.award-submission-tabs.release-tabbed-sections {
  display: grid;
  grid-template-columns: minmax(230px, 285px) minmax(0, 1fr);
  align-items: stretch;
  border-top: 6px solid var(--accent);
  background: #fff;
}

.award-submission-tabs .award-submission-tab-list {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 0;
  background: #111;
  counter-reset: award-step;
}

.award-submission-tabs .award-submission-tab-button {
  min-height: 78px;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #111;
  color: #fff;
  text-align: left;
}

.award-submission-tabs .award-submission-tab-button::before {
  counter-increment: award-step;
  content: counter(award-step, decimal-leading-zero);
  flex: 0 0 2.3rem;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.award-submission-tabs .award-submission-tab-button:last-child {
  border-bottom: 0;
}

.award-submission-tabs .award-submission-tab-button:hover,
.award-submission-tabs .award-submission-tab-button:focus-visible {
  background: #1b1b1b;
  color: #fff;
}

.award-submission-tabs .award-submission-tab-button[aria-selected="true"],
.award-submission-tabs .award-submission-tab-button[aria-current="page"] {
  background: var(--accent);
  color: #fff;
}

.award-submission-tabs .award-submission-tab-button[aria-selected="true"]::before,
.award-submission-tabs .award-submission-tab-button[aria-current="page"]::before {
  color: #fff;
}

.award-submission-tabs .award-submission-panel-stack {
  min-width: 0;
  padding: 0;
}

.award-submission-tabs .award-submission-panel {
  min-height: 520px;
  align-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.award-submission-tabs .award-submission-panel h2 {
  max-width: 780px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.award-submission-tabs .award-submission-panel > p:not(.entry-eyebrow) {
  max-width: 74ch;
  font-size: clamp(1.06rem, 1.35vw, 1.2rem);
}

.award-submission-tabs .award-submission-action-box {
  grid-template-columns: minmax(160px, .26fr) minmax(0, 1fr);
  max-width: 980px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 0;
  background: #fff;
}

.award-submission-tabs .award-submission-action-box h3 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
  background: #111;
  color: #fff;
}

.award-submission-tabs .award-submission-action-box ul {
  padding: clamp(20px, 3vw, 30px);
  background: #fbf7f8;
}

.local-pitch-tabs .release-tab-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.broadcast-pitch-angle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.broadcast-example-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.broadcast-example-grid .local-pitch-card {
  gap: 16px;
  border-top: 6px solid var(--accent);
}

.broadcast-example-grid .local-pitch-link-list a {
  display: inline;
}

.local-pitch-panel-stack {
  padding: clamp(24px, 3vw, 40px);
}

.local-pitch-panel {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
}

.local-pitch-heading {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.local-pitch-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  line-height: 1.08;
}

.local-pitch-heading p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 78ch;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.local-pitch-card-grid,
.local-pitch-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.local-pitch-two-column,
.local-pitch-split,
.local-pitch-do-dont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.local-pitch-card,
.local-pitch-do-dont article,
.local-pitch-step {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid var(--line);
  background: #fff;
}

.local-pitch-card h3,
.local-pitch-do-dont h3,
.local-pitch-step h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.2;
}

.local-pitch-card p,
.local-pitch-card li,
.local-pitch-do-dont li,
.local-pitch-step p {
  color: var(--muted);
  line-height: 1.65;
}

.local-pitch-card p,
.local-pitch-step p {
  margin: 0;
}

.local-pitch-card ul,
.local-pitch-do-dont ul,
.local-pitch-step ul {
  margin: 0;
  padding-left: 18px;
}

.local-pitch-card li + li,
.local-pitch-do-dont li + li {
  margin-top: 8px;
}

.local-pitch-link-list {
  list-style: none;
  padding-left: 0 !important;
  display: grid;
  gap: 8px;
}

.local-pitch-link-list a {
  color: var(--ink);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.local-pitch-link-list a:hover,
.local-pitch-link-list a:focus-visible {
  color: var(--accent);
}

.local-pitch-callout {
  margin: 0;
  padding: 18px 20px;
  border-left: 6px solid var(--accent);
  background: #fbf7f8;
  color: var(--ink) !important;
  line-height: 1.7;
}

.local-pitch-do-dont article:first-child {
  border-top: 6px solid var(--accent);
}

.local-pitch-do-dont article:last-child {
  background: #f7f8f4;
}

.local-pitch-step span {
  color: var(--accent);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.local-pitch-card--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.local-pitch-card--dark h3,
.local-pitch-card--dark p,
.local-pitch-card--dark li {
  color: #fff;
}

.local-pitch-card--dark a:not(.button) {
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(255,255,255,.74);
}

.local-pitch-card--dark a:not(.button):hover,
.local-pitch-card--dark a:not(.button):focus-visible {
  color: #fff;
  text-decoration-color: var(--accent);
}

.local-pitch-card--dark .button {
  width: fit-content;
  margin-top: 4px;
  background: var(--accent);
  color: #fff;
}

.local-pitch-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chef-qa-content {
  display: grid;
  gap: clamp(28px, 5vw, 50px);
  max-width: none;
}

.chef-qa-overview {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .52fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.chef-qa-overview > div {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.chef-qa-overview h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.chef-qa-overview p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 74ch;
}

.chef-qa-photo {
  margin: 0 !important;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 30px);
  border-left: 1px solid var(--line);
  background: #f7f8f4;
}

.chef-qa-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 0;
}

.chef-qa-photo--hero img {
  max-width: 620px;
}

.chef-qa-tabs .release-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.chef-qa-panel-stack {
  padding: clamp(24px, 3vw, 40px);
}

.chef-qa-panel {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
}

.chef-qa-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chef-qa-question-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.chef-qa-question-grid article {
  min-width: 0;
  padding: clamp(18px, 3vw, 26px);
  border-right: 1px solid var(--line);
}

.chef-qa-question-grid article:last-child {
  border-right: 0;
}

.chef-qa-question-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.chef-qa-question-grid ul {
  margin: 0;
  padding-left: 18px;
}

.chef-qa-question-grid li {
  color: var(--muted);
  line-height: 1.6;
}

.chef-qa-question-grid li + li {
  margin-top: 8px;
}

.chef-qa-tips-layout {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.chef-qa-tips-layout .chef-qa-photo {
  border: 1px solid var(--line);
  background: #f7f8f4;
}

.chef-qa-photo--portrait img {
  max-width: 460px;
}

.student-paper-tabs .release-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.interview-tabs .release-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reporter-inquiry-tabs .release-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tough-interview-tabs .release-tab-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.reporter-relationship-tabs .release-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.student-paper-panel-stack {
  gap: clamp(22px, 3vw, 34px);
}

.interview-panel-stack {
  gap: clamp(22px, 3vw, 34px);
}

.reporter-inquiry-panel-stack {
  gap: clamp(22px, 3vw, 34px);
}

.tough-interview-panel-stack {
  gap: clamp(22px, 3vw, 34px);
}

.reporter-relationship-panel-stack {
  gap: clamp(22px, 3vw, 34px);
}

.interview-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.student-paper-media-layout {
  align-items: stretch;
}

.student-paper-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.student-paper-image-row figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #f7f8f4;
}

.student-paper-image-row img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.interview-image-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reporter-inquiry-visual-card {
  align-content: start;
}

.reporter-inquiry-visual-card figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #f7f8f4;
}

.reporter-inquiry-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tough-phrase-card {
  border-top: 6px solid var(--accent);
}

.tough-phrase-card li {
  color: var(--ink);
  font-weight: 700;
}

.tough-interview-visual-card {
  align-content: start;
}

.tough-interview-visual-card figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #f7f8f4;
}

.tough-interview-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.reporter-relationship-visual-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reporter-relationship-visual-card figure {
  margin: 0;
  min-width: 0;
  border: 1px solid var(--line);
  background: #f7f8f4;
}

.reporter-relationship-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.innovation-launch-page .guide-start {
  grid-template-columns: minmax(0, 1fr) minmax(245px, .3fr);
}

.innovation-launch-page .guide-summary,
.innovation-launch-page .guide-support {
  padding: clamp(18px, 2.5vw, 30px);
}

.innovation-launch-page .guide-summary h1 {
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

.innovation-launch-page .guide-summary > p {
  max-width: 68ch;
  margin: 0;
  line-height: 1.48;
}

.innovation-launch-content {
  padding: clamp(22px, 3.2vw, 42px);
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.innovation-launch-content > * + * {
  margin-top: 0;
}

.innovation-launch-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .34fr);
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.innovation-launch-intro-copy {
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  gap: 10px;
  align-content: center;
}

.innovation-launch-intro-copy .entry-eyebrow,
.innovation-launch-ready .entry-eyebrow {
  margin: 0;
}

.innovation-launch-intro h2,
.innovation-launch-ready h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.1;
}

.innovation-launch-intro p:not(.entry-eyebrow),
.innovation-launch-ready p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 76ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.innovation-launch-link-strip {
  display: grid;
  border-left: 1px solid var(--line);
}

.innovation-launch-link-strip a {
  min-height: 72px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}

.innovation-launch-link-strip a:last-child {
  border-bottom: 0;
}

.innovation-launch-link-strip a::after {
  content: "\2192";
  color: var(--accent);
  flex: 0 0 auto;
  white-space: nowrap;
}

.innovation-launch-link-strip a:hover,
.innovation-launch-link-strip a:focus-visible {
  background: #fff6f8;
}

.innovation-launch-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.innovation-launch-photo {
  margin: 0;
  padding: 12px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #f7f8f4;
  box-shadow: var(--shadow-soft);
}

.innovation-launch-content .innovation-launch-photo img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  border: 0;
}

.innovation-phase-list {
  display: grid;
  gap: 18px;
}

.innovation-phase {
  display: grid;
  grid-template-columns: minmax(150px, .2fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.innovation-phase-label {
  padding: 20px;
  display: grid;
  gap: 8px;
  align-content: start;
  background: var(--ink);
  color: #fff;
  border-top: 5px solid var(--accent);
}

.innovation-phase-label span {
  color: var(--accent);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.innovation-phase-label h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.12;
}

.innovation-phase-label p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .88rem;
  line-height: 1.35;
}

.innovation-phase-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.innovation-phase-body--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.innovation-phase-body section {
  min-width: 0;
  padding: clamp(18px, 2.2vw, 26px);
  display: grid;
  gap: 12px;
  align-content: start;
  border-left: 1px solid var(--line);
}

.innovation-phase-body section:first-child {
  border-left: 0;
}

.innovation-phase-body h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.4vw, 1.24rem);
  line-height: 1.18;
}

.innovation-phase-body ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.innovation-phase-body li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.innovation-phase-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.innovation-phase-body a {
  color: var(--ink);
  font-weight: 900;
  text-decoration-color: rgba(239, 68, 109, .7);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.innovation-launch-ready {
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.innovation-launch-ready > div:first-child {
  display: grid;
  gap: 10px;
}

.innovation-launch-ready-actions {
  min-width: 260px;
  display: grid;
  gap: 10px;
}

.innovation-launch-ready-actions .button {
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.release-section-heading {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.release-section-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.release-section-heading p:not(.entry-eyebrow) {
  margin: 0;
  max-width: 76ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.release-choice-grid,
.release-headline-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.release-choice-card,
.release-headline-examples article {
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.release-choice-card:last-child,
.release-headline-examples article:last-child {
  border-right: 0;
}

.release-choice-kicker,
.release-headline-examples span {
  margin: 0;
  color: var(--accent);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.release-choice-card h3 {
  font-size: clamp(1.28rem, 1.9vw, 1.65rem);
  line-height: 1.15;
}

.release-choice-card p:not(.release-choice-kicker),
.release-choice-card li {
  color: var(--muted);
}

.release-choice-card--accent {
  background: var(--ink);
  color: #fff;
}

.release-choice-card--accent h3 {
  color: #fff;
}

.release-choice-card--accent p:not(.release-choice-kicker) {
  color: rgba(255, 255, 255, .78);
}

.release-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.release-compare-grid article {
  padding: clamp(22px, 3vw, 30px);
  display: grid;
  gap: 18px;
  border-right: 1px solid var(--line);
}

.release-compare-grid article:last-child {
  border-right: 0;
}

.release-compare-grid h3 {
  padding-bottom: 12px;
  border-bottom: 4px solid var(--accent);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.release-compare-grid dl {
  margin: 0;
  display: grid;
  gap: 16px;
}

.release-compare-grid dt {
  color: var(--ink);
  font-weight: 900;
}

.release-compare-grid dd {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.release-template-library {
  display: grid;
  gap: 18px;
}

.release-template-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.release-template-card {
  min-height: 78px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none !important;
}

.release-template-card:nth-child(2n) {
  border-right: 0;
}

.release-template-card:nth-last-child(-n+2) {
  border-bottom: 0;
}

.release-template-card span {
  min-width: 42px;
  padding: 6px 8px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.release-template-card strong {
  font-size: 1.03rem;
  line-height: 1.2;
}

.release-template-card:hover {
  background: #f7f8f4;
  box-shadow: inset 5px 0 0 var(--accent);
}

.release-headline-lab {
  display: grid;
  gap: 18px;
}

.release-headline-examples article {
  gap: 14px;
}

.release-headline-examples h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.12;
}

.release-headline-examples p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}

.release-headline-stepper {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.release-headline-stepper .media-plan-stepper-heading {
  max-width: 860px;
}

.release-headline-stepper .media-plan-step-controls {
  align-items: center !important;
  min-height: 0 !important;
}

.release-headline-stepper .media-plan-step-controls button {
  width: auto !important;
  min-width: 118px;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  align-self: center !important;
  padding: 0 18px !important;
}

.video-idea-intro-copy {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.video-idea-intro-copy p {
  margin: 0;
}

.video-idea-intro-copy a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: rgba(239,68,109,.48);
  text-underline-offset: 3px;
}

.sfv-example-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  align-items: start;
}

.sfv-example-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.sfv-example-card a,
.sfv-example-card .sfv-example-static {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  color: var(--ink);
  text-decoration: none;
}

.sfv-example-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #f7f8f4;
}

.sfv-example-card.sfv-reference-image-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sfv-example-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 11px 13px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.sfv-example-card span::after {
  content: "->";
  color: var(--accent);
}

.sfv-reference-notes {
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.sfv-reference-notes .wp-block-spacer,
.sfv-reference-notes .wp-block-group:empty {
  display: none !important;
}

.social-hub-dashboard {
  display: grid;
  gap: 24px;
}

.social-hub-dashboard > section {
  padding: 0;
}

.social-hub-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.social-hub-feature-copy {
  min-width: 0;
  padding: 34px;
  display: grid;
  gap: 16px;
  align-content: center;
}

.social-hub-feature-copy h2 {
  font-size: 2.05rem;
}

.social-hub-feature-copy p {
  color: var(--muted);
}

.social-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.social-hub-checklist {
  min-width: 0;
  padding: 32px;
  display: grid;
  gap: 18px;
  align-content: center;
  background: var(--ink);
  color: #fff;
  border-left: 1px solid var(--line);
  border-bottom: 7px solid var(--accent);
}

.social-hub-checklist h3 {
  color: #fff;
}

.social-hub-checklist ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  counter-reset: social-step;
}

.social-hub-checklist li {
  position: relative;
  min-height: 32px;
  padding-left: 44px;
  color: rgba(255,255,255,.82);
}

.social-hub-checklist li::before {
  counter-increment: social-step;
  content: counter(social-step);
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.social-hub-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.social-hub-path {
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  display: grid;
  gap: 14px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.social-hub-path:last-child {
  border-right: 0;
}

.social-hub-path::before {
  content: "";
  width: 58px;
  height: 7px;
  background: var(--accent);
}

.social-hub-path p {
  color: var(--muted);
}

.social-hub-kicker {
  color: var(--accent) !important;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.social-hub-path .button {
  width: fit-content;
  margin-top: auto;
}

.social-tools-panel {
  display: grid;
  gap: 18px;
}

.social-tools-heading {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.social-tools-heading p {
  color: var(--muted);
}

.social-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.social-tools-group {
  min-width: 0;
  padding: 24px;
  display: grid;
  gap: 14px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.social-tools-group:last-child {
  border-right: 0;
}

.social-tools-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.social-tools-list a {
  min-height: 46px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  background: #fff;
}

.social-tools-list a:hover {
  border-color: var(--accent);
  background: #f7f8f4;
}

.social-tools-list a::after {
  content: "->";
  color: var(--accent);
  font-weight: 900;
}

.social-hub-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--accent);
  background: #f7f8f4;
  box-shadow: var(--shadow-soft);
}

.social-hub-help div {
  display: grid;
  gap: 10px;
}

.social-hub-help p {
  color: var(--muted);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) {
  --body: #f0f0f0;
  --ink: #ffffff;
  --muted: #d0d4dc;
  --line: #454545;
  --soft: #242424;
  --paper: #202020;
  --shadow: 0 18px 42px rgba(0,0,0,.32);
  --shadow-soft: 0 12px 28px rgba(0,0,0,.22);
  background: #171717;
  color: var(--body);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) main,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .site-main,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .entry-content,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) main > section:not(.hero),
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .content-page {
  background: #171717;
  color: var(--body);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) h1,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) h2,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) h3 {
  color: #fff;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .content-page a:not(.button):not(.wp-block-button__link),
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .entry-content a:not(.button):not(.wp-block-button__link) {
  color: #fff;
  text-decoration-color: rgba(239,68,109,.72);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .media-hub-page-summary,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-feature,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-primary,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-grid,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-help,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-start,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-next,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-reference,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .content-page .wp-block-group,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .entry-content .wp-block-group {
  background-color: #222222 !important;
  border-color: var(--line) !important;
  color: var(--body);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .content-page .wp-block-group.alignwide,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .entry-content .wp-block-group.alignwide,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory {
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  box-shadow: var(--shadow-soft);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory .wp-block-column {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
  background: #262626;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory ul,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-list,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory li a,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-list a,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-link-list a {
  min-height: 46px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  background: #202020;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory li a:hover,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-list a:hover,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-link-list a:hover {
  border-color: var(--accent);
  background: #2a2a2a;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-video-directory li a::after,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-list a::after {
  content: "->";
  color: var(--accent);
  font-weight: 900;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-feature-copy p,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-tools-heading p,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-path p,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-help p,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-summary p,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .video-idea-intro-copy {
  color: var(--muted);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .button.secondary,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .entry-content .button.secondary {
  background: transparent !important;
  color: #fff !important;
  border-color: #585858;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-checklist,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-support {
  background: #1d1d1d !important;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .guide-support li,
body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .social-hub-checklist li {
  color: rgba(255,255,255,.82);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .sfv-example-card {
  background: #202020;
  border-color: #444;
  box-shadow: var(--shadow-soft);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .sfv-example-card img {
  background: #1a1a1a;
  border-bottom: 4px solid var(--accent);
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .sfv-example-card span {
  background: #1d1d1d;
  color: #fff;
}

body:is(.social-theme, .page-id-702, .page-id-695, .page-id-735, .page-id-758, .page-id-993, .page-id-994, .parent-pageid-702, .parent-pageid-695) .pill {
  background: #2a2a2a;
  color: #fff;
}

.video-idea-page .guide-start {
  grid-template-columns: minmax(0, .74fr) minmax(300px, 1fr);
}

.video-idea-page .guide-support {
  background: #1d1d1d;
  color: #fff;
  border-left: 0;
  border-bottom: 7px solid var(--accent);
}

.video-idea-page .guide-support h2 {
  color: #fff;
}

.video-idea-page .guide-support ul {
  color: rgba(255,255,255,.8);
}

.video-idea-page .guide-reference--visible .guide-reference-content > .wp-block-group:first-child {
  display: none;
}

.video-idea-page .guide-reference--visible .guide-reference-content > .wp-block-group {
  display: grid;
  gap: 12px;
}

.video-idea-page .guide-reference--visible .guide-reference-content > .wp-block-group:has(> h2[style*="3.5rem"]) > h2 {
  display: none;
}

.video-idea-page .guide-reference--visible .guide-reference-content p.has-background {
  background: transparent !important;
  color: var(--accent) !important;
  padding: 0 !important;
  text-align: left !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.video-idea-page .guide-reference-content .wp-block-group:has(> .wp-block-image) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  align-items: start;
}

.video-idea-page .guide-reference-content .wp-block-image {
  min-width: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f7f8f4;
  box-shadow: var(--shadow-soft);
  margin: 0;
}

.video-idea-page .guide-reference-content .wp-block-image a {
  display: block;
  height: 100%;
}

.video-idea-page .guide-reference-content .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f7f8f4;
}

.monthly-pitch-board {
  display: grid;
  gap: 22px;
}

.monthly-pitch-board > h2 {
  font-size: 2.25rem;
}

.monthly-pitch-board > p,
.monthly-pitch-board .wp-block-jetpack-layout-grid-column > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.monthly-pitch-board .wp-block-jetpack-layout-grid {
  display: block;
}

.monthly-pitch-board .wp-block-spacer {
  display: none !important;
}

.monthly-pitch-board .wp-block-jetpack-timeline {
  position: relative;
  list-style: none;
  margin: 20px 0 0;
  padding: 8px 0 10px;
  display: grid;
  gap: 0;
}

.monthly-pitch-board .wp-block-jetpack-timeline::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--line) 150px, var(--line));
}

.monthly-pitch-board .wp-block-jetpack-timeline-item {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.monthly-pitch-board .wp-block-jetpack-timeline-item::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  background: var(--accent);
  box-shadow: 0 0 0 1px rgba(239,68,109,.45), 0 8px 18px rgba(15,23,42,.12);
}

.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(odd)::before {
  display: none;
}

.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 48px;
  z-index: 1;
  width: 44px;
  height: 2px;
  background: var(--accent);
}

.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n+2)::after,
.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n)::after {
  left: 38px;
}

.monthly-pitch-board .timeline-item {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
}

.monthly-pitch-board .timeline-item__bubble,
.monthly-pitch-board .timeline-item__dot {
  display: none !important;
}

.monthly-pitch-board .wp-block-jetpack-timeline-item > .timeline-item > p.has-background {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 26px 0 18px 92px !important;
  padding: 10px 22px 12px !important;
  background: var(--ink) !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 4px solid var(--accent) !important;
  box-shadow: var(--shadow-soft);
  font-size: 1.08rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.monthly-pitch-board .wp-block-media-text {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr) !important;
  gap: 0 !important;
  width: calc(100% - 92px);
  border: 1px solid var(--line) !important;
  border-left: 5px solid var(--accent) !important;
  background: #fff !important;
  box-shadow: var(--shadow-soft);
  margin: 0 0 26px 92px !important;
  padding: 0 !important;
}

.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n+2) .wp-block-media-text,
.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n) .wp-block-media-text {
  margin: 0 0 26px 92px !important;
  border-left: 5px solid var(--accent) !important;
  border-right: 1px solid var(--line) !important;
}

.monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n) .wp-block-media-text__media {
  order: 0;
}

.monthly-pitch-board .wp-block-media-text__content {
  padding: 28px !important;
}

.monthly-pitch-board .wp-block-media-text__media {
  margin: 0 !important;
  background: #f7f8f4;
  padding: 22px;
  display: flex;
  align-items: center;
}

.monthly-pitch-board .wp-block-media-text__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.monthly-pitch-board .wp-block-media-text .wp-block-group {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.monthly-pitch-board .wp-block-media-text .wp-block-group > p {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--muted) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: .95rem !important;
  line-height: 1.48 !important;
}

.monthly-pitch-board .wp-block-media-text .wp-block-group > p.has-text-align-left.has-background {
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: 1.45rem !important;
  line-height: 1.14 !important;
  font-weight: 900;
}

.monthly-pitch-board .wp-block-media-text .wp-block-group > p.has-contrast-background-color {
  display: inline-flex;
  width: fit-content;
  margin: 14px 0 8px !important;
  padding: 6px 9px !important;
  color: var(--ink) !important;
  background: #f7f8f4 !important;
  border: 1px solid var(--line) !important;
  font-size: .76rem !important;
  line-height: 1 !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.monthly-pitch-board .wp-block-media-text a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: rgba(239,68,109,.48);
  text-underline-offset: 3px;
}

.monthly-pitch-accordion {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 28px;
  padding-left: 82px;
}

.monthly-pitch-accordion::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--line) 20%, var(--line) 82%, var(--accent));
}

.monthly-pitch-month {
  position: relative;
  z-index: 1;
  padding: 0 0 18px;
  background: transparent;
}

.monthly-pitch-month::before {
  content: "";
  position: absolute;
  left: -63px;
  top: 21px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(239,68,109,.45), 0 10px 22px rgba(17,17,17,.14);
}

.monthly-pitch-month::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 34px;
  width: 40px;
  height: 2px;
  background: var(--accent);
}

.monthly-pitch-month-summary {
  position: relative;
  min-height: 66px;
  padding: 18px 58px 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  list-style: none;
}

.monthly-pitch-month-summary::-webkit-details-marker {
  display: none;
}

.monthly-pitch-month-summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1;
}

.monthly-pitch-month[open]::before {
  background: var(--ink);
  box-shadow: 0 0 0 2px rgba(239,68,109,.55), 0 10px 22px rgba(17,17,17,.18);
}

.monthly-pitch-month[open] .monthly-pitch-month-summary {
  background: var(--ink);
  border-color: var(--ink);
  border-left-color: var(--accent);
  color: #fff;
}

.monthly-pitch-month[open] .monthly-pitch-month-summary::after {
  content: "-";
}

.monthly-pitch-month:not([open]) .monthly-pitch-month-content {
  display: none;
}

.monthly-pitch-month-content {
  padding: 0 0 22px;
  display: grid;
  gap: 16px;
}

.monthly-pitch-month-content .timeline-item {
  display: grid;
  gap: 16px;
}

.monthly-pitch-month-content .wp-block-media-text,
.monthly-pitch-board .monthly-pitch-month-content .wp-block-media-text,
.monthly-pitch-board .monthly-pitch-month:nth-child(4n) .wp-block-media-text,
.monthly-pitch-board .monthly-pitch-month:nth-child(4n+2) .wp-block-media-text {
  width: 100% !important;
  margin: 16px 0 0 !important;
  border-left: 5px solid var(--accent) !important;
  border-right: 1px solid var(--line) !important;
}

.monthly-pitch-month-content .wp-block-media-text:first-child {
  margin-top: 16px !important;
}

.culinary-program {
  display: grid;
  gap: 22px;
}

.culinary-resource-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-top: 7px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.culinary-resource-copy {
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  align-content: center;
  gap: 8px;
}

.culinary-resource-copy h3 {
  max-width: 760px;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  margin-bottom: 6px;
}

.culinary-resource-copy p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.culinary-resource-copy p + p {
  margin-top: 4px;
}

.culinary-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.culinary-resource-photo {
  margin: 0;
  min-height: 100%;
  background: #f7f8f4;
  padding: 24px;
  display: flex;
  align-items: stretch;
}

.culinary-resource-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.culinary-resource-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.culinary-resource-support article {
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
  border-right: 1px solid var(--line);
}

.culinary-resource-support article:last-child {
  border-right: 0;
}

.culinary-resource-support h3 {
  font-size: 1.08rem;
}

.culinary-resource-support p,
.culinary-resource-support ul {
  color: var(--muted);
}

.culinary-resource-support ul {
  margin: 0;
  padding-left: 18px;
}

.culinary-resource-support li + li {
  margin-top: 6px;
}

.site-footer {
  flex-shrink: 0;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.site-footer__inner {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 0;
}

.site-social-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  text-decoration: none;
}

.site-social-link:hover,
.site-social-link:focus-visible {
  color: var(--accent);
}

.site-social-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.site-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--accent);
}

.site-copyright {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
    padding: 10px 0 12px;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-command-grid,
  .home-utility-row {
    grid-template-columns: 1fr;
  }

  .home-pr-hits--compact {
    grid-template-columns: minmax(160px, .28fr) minmax(0, 1fr);
  }

  body.nav-open .site-nav {
    display: block;
  }

  .site-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .site-nav .sub-menu {
    position: static;
    min-width: auto;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    white-space: nowrap;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .entry-content .wp-block-columns {
    flex-direction: column;
  }

  .howtos-launchpad,
  .howtos-training-section,
  .howtos-task-panel,
  .home-speed-dial,
  .toolkit-workspace-grid,
  .toolkit-link-grid,
  .pr-toolkit-workspace-hero,
  .workspace-card-grid,
  .workspace-link-grid,
  .workspace-link-grid--three,
  .submit-prep-panel,
  .submit-route-card,
  .section-head,
  .guide-start,
  .guide-next,
  .video-idea-page .guide-start,
  .media-plan-opener,
  .camera-crew-opener,
  .storytelling-steps-overview,
  .storytelling-stepper .media-plan-stepper-shell,
  .storytelling-steps-cta,
  .media-plan-stepper-shell,
  .chef-qa-overview,
  .chef-qa-tips-layout {
    grid-template-columns: 1fr;
  }

  .storytelling-steps-overview aside {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .storytelling-stepper .media-plan-step-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
  }

  .storytelling-stepper .media-plan-step-tab,
  .storytelling-stepper .media-plan-step-tab:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, .14);
  }

  .media-plan-step-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .media-plan-step-tab {
    border-right: 1px solid var(--line);
  }

  .media-plan-step-tab:nth-child(2n) {
    border-right: 0;
  }

  .media-plan-step-tab:last-child {
    border-bottom: 1px solid var(--line);
  }

  .awards-timeline-nav {
    grid-template-columns: 1fr;
  }

  .awards-timeline-tab,
  .awards-timeline-tab:nth-child(2n),
  .awards-timeline-tab:last-child {
    min-height: auto;
    border-right: 0;
  }

  .award-timeline-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .award-timeline-marker span {
    width: 30px;
    height: 30px;
  }

  .award-timeline-card::before {
    left: 15px;
  }

  .award-timeline-timing {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pr-toolkit-workspace-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .pr-toolkit-workspace-link {
    min-height: 68px;
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 0;
  }

  .pr-toolkit-workspace-link:last-child {
    border-right: 0;
  }

  .submit-route-grid,
  .submit-prep-list,
  .submit-start-panel,
  .submit-section-heading {
    grid-template-columns: 1fr;
  }

  .home-speed-dial-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-submit-action-card:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .home-submit-action-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

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

  .workspace-task-grid a,
  .workspace-task-grid a:nth-child(4n),
  .workspace-task-grid a:nth-last-child(-n+4) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .workspace-task-grid a:nth-child(2n) {
    border-right: 0;
  }

  .workspace-task-grid a:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .workspace-feature-card,
  .workspace-feature-card:last-child,
  .workspace-link-panel,
  .workspace-link-grid:not(.workspace-link-grid--three) .workspace-link-panel:nth-child(2n),
  .workspace-link-grid--three .workspace-link-panel:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workspace-feature-card:last-child,
  .workspace-link-panel:last-child {
    border-bottom: 0;
  }

  .toolkit-workspace-card,
  .toolkit-workspace-card:last-child,
  .toolkit-link-panel,
  .toolkit-link-panel:nth-child(2n),
  .toolkit-link-panel:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .toolkit-workspace-card:last-child,
  .toolkit-link-panel:last-child {
    border-bottom: 0;
  }

  .home-paths-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-paths-section li:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .home-paths-section li:nth-child(2n) {
    border-right: 0;
  }

  .home-paths-section li:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .home-paths-section li:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .home-speed-dial-list li:nth-child(odd) {
    border-left: 0;
  }

  .home-speed-dial-list li:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .home-speed-dial-list li:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .home-speed-dial-list li:nth-child(2n) {
    border-right: 0;
  }

  .home-speed-dial-list li:nth-last-child(-n+4) {
    border-bottom: 1px solid var(--line);
  }

  .home-speed-dial-list li:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .submit-prep-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .submit-form-shot img,
  .submit-requests-section .submit-form-shot img {
    min-height: 130px;
    max-height: 165px;
  }

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

  .submit-prep-list li,
  .submit-prep-list li:nth-last-child(-n+2) {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .submit-prep-list li:last-child {
    border-bottom: 0;
  }

  .social-hub-feature,
  .social-hub-primary,
  .social-tools-grid,
  .social-hub-help {
    grid-template-columns: 1fr;
  }

  .social-hub-checklist,
  .social-hub-path,
  .social-tools-group {
    border-right: 0;
  }

  .social-hub-checklist {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .social-hub-path,
  .social-tools-group {
    border-bottom: 1px solid var(--line);
  }

  .social-hub-path:last-child,
  .social-tools-group:last-child {
    border-bottom: 0;
  }

  .guide-support {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .guide-next article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .guide-next article:last-child {
    border-bottom: 0;
  }

  .training-deck-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .howtos-side-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .howtos-hub-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .howtos-hub-card:nth-child(2n) {
    border-right: 0;
  }

  .howtos-hub-card:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .howtos-hub-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .chef-qa-photo {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .local-pitch-tabs .release-tab-list,
  .tough-interview-tabs .release-tab-list,
  .reporter-relationship-tabs .release-tab-list,
  .chef-qa-tabs .release-tab-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .local-pitch-card-grid,
  .local-pitch-steps,
  .chef-qa-steps,
  .chef-qa-question-grid,
  .broadcast-pitch-angle-grid,
  .broadcast-example-grid,
  .interview-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-pitch-two-column,
  .local-pitch-split,
  .local-pitch-do-dont {
    grid-template-columns: 1fr;
  }

  .student-paper-image-row {
    grid-template-columns: 1fr;
  }

  .interview-image-row {
    grid-template-columns: 1fr;
  }

  .reporter-relationship-visual-card {
    grid-template-columns: 1fr;
  }

  .innovation-launch-intro,
  .innovation-launch-visuals,
  .innovation-phase,
  .innovation-launch-ready {
    grid-template-columns: 1fr;
  }

  .innovation-launch-link-strip {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .innovation-phase-body,
  .innovation-phase-body--two {
    grid-template-columns: 1fr;
  }

  .innovation-phase-body section,
  .innovation-phase-body section:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .innovation-launch-ready-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1040px) {
  .monthly-pitch-board .wp-block-jetpack-timeline::before {
    left: 12px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item::before {
    left: 3px;
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(even)::after {
    left: 12px !important;
    width: 26px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item > .timeline-item > p.has-background {
    margin: 24px 0 14px 38px !important;
  }

  .monthly-pitch-board .wp-block-media-text {
    width: calc(100% - 38px);
    margin-left: 38px !important;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n+2) .wp-block-media-text,
  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n) .wp-block-media-text {
    width: calc(100% - 38px);
    margin: 0 0 24px 38px !important;
    border-left: 5px solid var(--accent) !important;
    border-right: 1px solid var(--line) !important;
  }

  .monthly-pitch-month-content .wp-block-media-text,
  .monthly-pitch-board .monthly-pitch-month-content .wp-block-media-text {
    width: 100% !important;
    margin: 18px 0 0 !important;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n) .wp-block-media-text__media {
    order: 0;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .site-header__inner,
  .site-main,
  .site-footer__inner,
  .site-hero__inner {
    width: min(1200px, calc(100% - 24px));
  }

  .site-logo img {
    width: 154px;
    max-width: 72vw;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.55rem;
  }

  .site-hero .search-form {
    grid-template-columns: 1fr;
  }

  .home-search {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .home-search--compact {
    padding: 18px;
  }

  .home-search .wp-block-search__inside-wrapper,
  .home-search .search-form {
    grid-template-columns: 1fr;
  }

  .home-pr-hits--compact {
    grid-template-columns: 1fr;
  }

  .home-pr-hits--compact .home-pr-hits-intro {
    padding: 18px;
  }

  .home-pr-hits--compact .latest-hits-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-pr-hits--compact .latest-hit-card {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px 14px;
  }

  .home-pr-hits--compact .latest-hit-main p {
    white-space: normal;
  }

  .home-speed-dial-list {
    grid-template-columns: 1fr;
  }

  .home-command-grid .home-speed-dial-list {
    grid-template-columns: 1fr;
  }

  .pr-toolkit-workspace-copy {
    padding: 24px;
  }

  .pr-toolkit-workspace-switcher {
    grid-template-columns: 1fr;
  }

  .pr-toolkit-workspace-link,
  .pr-toolkit-workspace-link:last-child {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .pr-toolkit-workspace-link--rich {
    min-height: 96px;
  }

  .pr-toolkit-workspace-link:last-child {
    border-bottom: 0;
  }

  .workspace-task-grid {
    grid-template-columns: 1fr;
  }

  .workspace-task-grid a,
  .workspace-task-grid a:nth-child(2n),
  .workspace-task-grid a:nth-child(4n),
  .workspace-task-grid a:nth-last-child(-n+2),
  .workspace-task-grid a:nth-last-child(-n+4) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workspace-task-grid a:last-child {
    border-bottom: 0;
  }

  .home-speed-dial-list li,
  .home-speed-dial-list li:nth-child(2n),
  .home-speed-dial-list li:nth-child(odd),
  .home-speed-dial-list li:nth-last-child(-n+2) {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-speed-dial-list li:last-child {
    border-bottom: 0;
  }

  .home-paths-section ul {
    grid-template-columns: 1fr;
  }

  .home-paths-section li,
  .home-paths-section li:nth-child(2n),
  .home-paths-section li:nth-child(3n),
  .home-paths-section li:nth-last-child(-n+2),
  .home-paths-section li:nth-last-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-paths-section li:last-child {
    border-bottom: 0;
  }

  .home-paths-section a {
    min-height: 64px;
    padding: 16px;
  }

  .home-submit-action-grid {
    grid-template-columns: 1fr;
  }

  .home-submit-action-card,
  .home-submit-action-card:nth-child(2n),
  .home-submit-action-card:nth-child(-n+2) {
    border: 1px solid var(--line);
  }

  .home-submit-action-card:last-child {
    border-bottom: 1px solid var(--line);
  }

  .home-submit-action-card {
    grid-template-rows: auto auto;
  }

  .home-submit-action-thumb {
    height: 104px;
  }

  .home-submit-action-thumb img {
    min-height: 0;
    max-height: none;
  }

  .home-submit-action-button {
    min-height: 46px;
    padding: 10px 14px 13px;
  }

  .home-speed-dial-list a {
    min-height: 98px;
    padding: 18px;
    gap: 16px;
    font-size: 1.12rem;
  }

  .page-image-header {
    min-height: 165px;
    padding: 24px;
  }

  .speed-dial-icon {
    width: 34px;
    height: 34px;
  }

  .site-hero__inner {
    min-height: auto;
    padding: 38px 0 34px;
  }

  .entry-content {
    padding: 42px 0;
  }

  .entry-content:has(> .page-image-header:first-child) {
    padding-top: 0;
  }

  .entry-content--submit {
    padding: 26px 0;
  }

  .social-hub-feature-copy,
  .social-hub-checklist,
  .social-hub-path,
  .social-tools-group,
  .social-hub-help {
    padding: 22px;
  }

  .social-hub-feature-copy h2 {
    font-size: 1.55rem;
  }

  .social-hub-help {
    gap: 16px;
    align-items: start;
  }

  .social-hub-help .button {
    width: fit-content;
  }

  .howtos-launch-copy,
  .training-video-panel,
  .training-deck-panel,
  .howtos-side-panel,
  .howtos-hub-card,
  .howtos-directory-section,
  .howtos-task-intro,
  .latest-hit-card {
    padding: 22px;
  }

  .submit-hub {
    gap: 22px;
  }

  .submit-route-grid {
    gap: 14px;
  }

  .submit-route-copy {
    padding: 20px;
    gap: 10px;
  }

  .submit-page-title {
    margin-bottom: 14px;
  }

  .submit-start-copy,
  .submit-prep-panel {
    padding: 20px;
  }

  .submit-prep-list li {
    min-height: 0;
    padding: 0 0 0 16px;
  }

  .submit-form-shot {
    padding: 10px;
  }

  .submit-form-shot img,
  .submit-requests-section .submit-form-shot img {
    min-height: 120px;
    max-height: 145px;
  }

  .latest-hit-card {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .latest-hit-open {
    white-space: normal;
  }

  .home-pr-hits {
    grid-template-columns: 1fr;
  }

  .home-pr-hits-intro {
    padding: 18px;
  }

  .home-pr-hits .latest-hits-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-pr-hits .latest-hit-card {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 14px;
  }

  .home-pr-hits .latest-hit-open {
    white-space: normal;
  }

  .howtos-hub-grid,
  .howtos-directory,
  .howtos-task-list {
    grid-template-columns: 1fr;
  }

  .howtos-hub-card,
  .howtos-hub-card:nth-child(2n),
  .howtos-hub-card:nth-child(3n) {
    border-right: 0;
  }

  .howtos-hub-card:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .howtos-hub-card:last-child {
    border-bottom: 0;
  }

  .howtos-directory-section,
  .howtos-directory-section:nth-child(2n) {
    border-right: 0;
  }

  .howtos-directory-section:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .howtos-directory-section:last-child {
    border-bottom: 0;
  }

  .howtos-task-list li,
  .howtos-task-list li:nth-last-child(-n+2) {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .howtos-task-list li:last-child {
    border-bottom: 0;
  }

  .howtos-task-list a {
    min-height: 60px;
    padding: 16px;
  }

  .guide-summary,
  .guide-support,
  .guide-next article,
  .guide-reference--visible {
    padding: 22px;
  }

  .guide-detail-content {
    padding: 24px;
  }

  .innovation-launch-content {
    padding: 18px;
    gap: 16px;
  }

  .innovation-launch-intro-copy,
  .innovation-phase-label,
  .innovation-phase-body section,
  .innovation-launch-ready {
    padding: 18px;
  }

  .innovation-launch-link-strip a {
    min-height: 58px;
    padding: 15px 18px;
  }

  .innovation-launch-ready-actions,
  .innovation-launch-ready-actions .button {
    width: 100%;
  }

  .guide-link-list a {
    padding: 11px 12px;
  }

  .guide-detail-content .wp-block-columns {
    grid-template-columns: 1fr;
  }

  .award-submission-overview,
  .award-submission-tabs.release-tabbed-sections,
  .award-submission-tabs .award-submission-action-box,
  .award-submission-story-grid,
  .award-submission-cta {
    grid-template-columns: 1fr;
  }

  .award-submission-tabs .award-submission-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .award-submission-tabs .award-submission-tab-button,
  .award-submission-tabs .award-submission-tab-button:last-child {
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .award-submission-tabs .award-submission-panel {
    min-height: 0;
  }

  .award-submission-checklist {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .award-submission-story-grid article,
  .award-submission-story-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .award-submission-story-grid article:last-child {
    border-bottom: 0;
  }

  .award-submission-cta .button {
    width: 100%;
  }

  .feel-good-overview,
  .feel-good-signal-grid,
  .feel-good-path-list,
  .feel-good-next-grid,
  .feel-good-example-grid,
  .feel-good-cta {
    grid-template-columns: 1fr;
  }

  .feel-good-quick-test {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .feel-good-signal-grid article,
  .feel-good-signal-grid article:last-child,
  .feel-good-path-list article,
  .feel-good-path-list article:last-child,
  .feel-good-next-grid article,
  .feel-good-next-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feel-good-signal-grid article:last-child,
  .feel-good-path-list article:last-child,
  .feel-good-next-grid article:last-child {
    border-bottom: 0;
  }

  .feel-good-cta-actions,
  .feel-good-cta-actions .button {
    width: 100%;
  }

  .guide-step-grid {
    grid-template-columns: 1fr;
  }

  .media-plan-step-nav {
    grid-template-columns: 1fr;
  }

  .storytelling-stepper .media-plan-step-nav {
    grid-template-columns: 1fr;
  }

  .storytelling-stepper .media-plan-step-tab,
  .storytelling-stepper .media-plan-step-tab:nth-child(2n),
  .storytelling-stepper .media-plan-step-tab:last-child {
    border-right: 0;
  }

  .storytelling-steps-actions,
  .storytelling-steps-actions .button {
    width: 100%;
  }

  .release-tab-list {
    grid-template-columns: 1fr;
  }

  .award-submission-tabs .award-submission-tab-list {
    grid-template-columns: 1fr;
  }

  .award-submission-tabs .award-submission-tab-button,
  .award-submission-tabs .award-submission-tab-button:last-child {
    border-right: 0;
  }

  .release-tab-button,
  .release-tab-button:last-child {
    min-height: 56px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .release-tab-button:last-child {
    border-bottom: 0;
  }

  .release-tab-panel-stack {
    padding: 22px;
  }

  .local-pitch-tabs .release-tab-list,
  .chef-qa-tabs .release-tab-list,
  .local-pitch-card-grid,
  .local-pitch-steps,
  .chef-qa-steps,
  .chef-qa-question-grid,
  .broadcast-pitch-angle-grid,
  .broadcast-example-grid {
    grid-template-columns: 1fr;
  }

  .local-pitch-panel-stack,
  .chef-qa-panel-stack {
    padding: 20px;
  }

  .chef-qa-overview > div {
    padding: 24px;
  }

  .chef-qa-question-grid article,
  .chef-qa-question-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .chef-qa-question-grid article:last-child {
    border-bottom: 0;
  }

  .media-plan-step-tab,
  .media-plan-step-tab:nth-child(2n),
  .media-plan-step-tab:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .media-plan-step-tab:last-child {
    border-bottom: 0;
  }

  .media-plan-step-panel-wrap {
    padding: 22px;
  }

  .media-plan-step-controls {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .media-plan-step-controls button {
    width: 100%;
  }

  .media-plan-example-cta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .media-plan-example-cta h3,
  .media-plan-example-cta p,
  .media-plan-example-cta .button {
    grid-column: 1;
    grid-row: auto;
  }

  .media-plan-example-cta .button {
    justify-self: start;
  }

  .release-choice-grid,
  .release-headline-examples,
  .release-compare-grid,
  .release-template-grid {
    grid-template-columns: 1fr;
  }

  .release-choice-card,
  .release-headline-examples article,
  .release-compare-grid article,
  .release-template-card,
  .release-template-card:nth-child(2n) {
    border-right: 0;
  }

  .release-choice-card,
  .release-headline-examples article,
  .release-compare-grid article,
  .release-template-card:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .release-choice-card:last-child,
  .release-headline-examples article:last-child,
  .release-compare-grid article:last-child,
  .release-template-card:last-child {
    border-bottom: 0;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline::before {
    left: 9px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item::before {
    left: 1px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 1px rgba(239,68,109,.45);
  }

  .monthly-pitch-board .wp-block-media-text {
    grid-template-columns: 1fr !important;
  }

  .monthly-pitch-board .wp-block-media-text__content {
    padding: 22px !important;
  }

  .monthly-pitch-board .wp-block-media-text__media {
    padding: 16px;
  }

  .monthly-pitch-board .wp-block-media-text__media img {
    min-height: 230px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(even)::after {
    left: 9px !important;
    width: 21px;
  }

  .monthly-pitch-board .wp-block-jetpack-timeline-item > .timeline-item > p.has-background {
    margin-left: 30px !important;
    font-size: 1rem !important;
    padding: 10px 14px 11px !important;
  }

  .monthly-pitch-board .wp-block-media-text,
  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n+2) .wp-block-media-text,
  .monthly-pitch-board .wp-block-jetpack-timeline-item:nth-child(4n) .wp-block-media-text {
    width: calc(100% - 30px);
    margin-left: 30px !important;
  }

  .monthly-pitch-accordion {
    padding-left: 48px;
  }

  .monthly-pitch-accordion::before {
    left: 17px;
  }

  .monthly-pitch-month {
    padding-bottom: 14px;
  }

  .monthly-pitch-month::before {
    left: -39px;
    top: 19px;
    width: 14px;
    height: 14px;
    border-width: 4px;
  }

  .monthly-pitch-month::after {
    left: -20px;
    top: 30px;
    width: 20px;
  }

  .monthly-pitch-month-summary {
    min-height: 58px;
    padding: 15px 48px 15px 16px;
  }

  .monthly-pitch-month-summary::after {
    right: 16px;
  }

  .monthly-pitch-month-content {
    padding: 0 0 18px;
  }

  .monthly-pitch-month-content .wp-block-media-text,
  .monthly-pitch-board .monthly-pitch-month-content .wp-block-media-text,
  .monthly-pitch-board .monthly-pitch-month:nth-child(4n+2) .wp-block-media-text,
  .monthly-pitch-board .monthly-pitch-month:nth-child(4n) .wp-block-media-text {
    width: 100% !important;
    margin: 16px 0 0 !important;
    grid-template-columns: 1fr !important;
  }

  .culinary-resource-details {
    grid-template-columns: 1fr;
  }

  .culinary-resource-copy {
    padding: 22px;
  }

  .culinary-resource-photo img {
    min-height: 240px;
  }

  .culinary-resource-photo {
    padding: 16px;
  }

  .culinary-resource-support {
    grid-template-columns: 1fr;
  }

  .culinary-resource-support article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .culinary-resource-support article:last-child {
    border-bottom: 0;
  }

  .site-footer__inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 34px 0;
  }

  .site-social-links {
    gap: 28px;
  }

  .site-footer-links {
    justify-content: flex-start;
    gap: 18px;
  }

  .site-copyright {
    text-align: left;
    font-size: .95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


.preview-search-results { margin-top: 1rem; }
.preview-search-result-list { display: grid; gap: .75rem; }
.preview-search-result-card { display: grid; gap: .25rem; padding: .9rem 1rem; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; }
.preview-search-result-card:hover { border-color: var(--accent); box-shadow: inset 5px 0 0 var(--accent); }
.preview-search-result-card span { color: var(--muted); font-size: .92rem; line-height: 1.45; }
