body.homepage-flash-press {
  margin: 0;
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-carbon);
  font-family: var(--press-body);
  line-height: 1.5;
}

.homepage-flash-press * {
  box-sizing: border-box;
}

:where(.homepage-flash-press) a {
  color: inherit;
}

.homepage-flash-press h1,
.homepage-flash-press h2,
.homepage-flash-press h3,
.homepage-flash-press p {
  margin: 0;
}

.homepage-flash-press h1,
.homepage-flash-press h2,
.homepage-flash-press h3 {
  color: inherit;
  font-family: var(--press-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.homepage-flash-press ul,
.homepage-flash-press ol {
  margin: 0;
  padding: 0;
}

.press-shell {
  width: min(100% - 48px, 1380px);
  margin-inline: auto;
}

.press-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: var(--press-rule);
  background: var(--press-yellow);
  color: var(--press-carbon);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(-180%);
}

.press-skip:focus {
  transform: translateY(0);
}

.homepage-flash-press #main {
  scroll-margin-top: 82px;
}

.homepage-flash-press :focus-visible {
  outline: 4px solid var(--press-yellow);
  outline-offset: 4px;
}

.homepage-flash-press .press-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  border-bottom: var(--press-rule);
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
  backdrop-filter: none;
}

.homepage-flash-press .press-nav.nav--scrolled {
  background-color: var(--press-newsprint);
  box-shadow: 0 6px 0 rgba(10, 10, 9, 0.14);
}

.press-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.press-nav__brand {
  display: block;
  flex: 0 0 auto;
  width: 194px;
}

.press-nav__brand img {
  width: 100%;
  height: auto;
}

.homepage-flash-press .press-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.homepage-flash-press .press-nav__links .nav__link {
  position: relative;
  padding: 12px 0;
  color: var(--press-carbon);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.homepage-flash-press .press-nav__links .nav__link::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 3px;
  background: var(--press-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.homepage-flash-press .press-nav__links .nav__link:hover::after,
.homepage-flash-press .press-nav__links .nav__link--active::after {
  transform: scaleX(1);
}

.press-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px 11px;
  border: 2px solid var(--press-carbon);
  border-radius: 0;
  font-family: var(--press-display);
  font-size: 1.22rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.press-button:hover {
  box-shadow: 5px 5px 0 var(--press-carbon);
  transform: translate(-3px, -3px);
}

.press-button--ink {
  border-color: var(--press-carbon);
  background: var(--press-carbon);
  color: var(--press-chalk) !important;
}

.press-button--red {
  border-color: var(--press-red);
  background: var(--press-red);
  color: var(--press-carbon) !important;
}

.press-button--paper {
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-carbon) !important;
}

.press-button--chalk {
  border-color: var(--press-chalk);
  background: var(--press-chalk);
  color: var(--press-carbon) !important;
}

.homepage-flash-press .press-nav .press-button {
  min-height: 42px;
  padding: 11px 18px 9px;
  font-size: 1.05rem;
}

.homepage-flash-press .press-nav__toggle {
  display: none;
}

.press-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.press-kicker--red {
  color: var(--press-red-ink);
}

.press-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  grid-template-rows: minmax(610px, calc(100svh - 246px)) auto;
  min-height: calc(100svh - 82px);
  border-bottom: var(--press-rule);
  overflow: hidden;
}

.press-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: clamp(54px, 6vw, 94px) clamp(34px, 5.6vw, 92px) clamp(42px, 5vw, 72px) max(24px, calc((100vw - 1380px) / 2 + 24px));
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
}

.press-hero__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -26px;
  bottom: 0;
  width: 56px;
  background: url("/images/flash-press-v1/newsprint-torn-edge-vertical-v1.png") center / 100% 100% no-repeat;
  content: "";
}

.press-hero__copy-inner {
  width: min(100%, 760px);
}

.press-hero__title {
  position: relative;
  z-index: 3;
  margin-top: 22px !important;
  font-size: clamp(6.4rem, 10.4vw, 10.8rem);
  line-height: 0.78 !important;
  white-space: nowrap;
}

.press-hero__title span {
  display: block;
}

.press-hero__route {
  margin-top: 28px !important;
  color: var(--press-red-ink);
  font-family: var(--press-display);
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.press-hero__lede {
  width: min(100%, 590px);
  margin-top: 18px !important;
  color: var(--press-carbon-raised);
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

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

.press-fineprint {
  width: min(100%, 590px);
  margin-top: 22px !important;
  color: var(--press-grey);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-transform: uppercase;
}

.press-hero__portrait {
  position: relative;
  margin: 0;
  background: var(--press-red);
  overflow: hidden;
}

.press-hero__portrait img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 58% center;
}

.press-hero__portrait figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 7px 10px 5px;
  border: 1px solid var(--press-carbon);
  background: var(--press-newsprint);
  color: var(--press-carbon);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.press-hero__roles {
  position: relative;
  z-index: 4;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--press-rule);
}

.press-hero__roles::before {
  position: absolute;
  z-index: 5;
  top: -24px;
  right: 0;
  left: 0;
  height: 28px;
  background: url("/images/flash-press-v1/newsprint-torn-edge-v1.png") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}

.press-role {
  display: grid;
  min-height: 164px;
  align-content: space-between;
  gap: 10px;
  padding: 22px max(24px, calc((100vw - 1380px) / 6 + 18px));
  color: var(--press-carbon);
  text-decoration: none;
  transition: filter 150ms ease;
}

.press-role + .press-role {
  border-left: var(--press-rule);
}

.press-role:hover {
  filter: saturate(1.18) contrast(1.06);
}

.press-role--viewer {
  background: var(--press-red);
}

.press-role--studio {
  background: var(--press-yellow);
}

.press-role--tv {
  background: var(--press-blue);
  color: var(--press-chalk);
}

.press-role__number {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-role strong {
  font-family: var(--press-display);
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.press-role > span:last-child {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.press-manifesto {
  padding: clamp(82px, 9vw, 144px) 0;
  border-bottom: 2px solid var(--press-chalk);
  background-color: var(--press-carbon);
  background-image: url("/images/flash-press-v1/carbon-ink-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-chalk);
}

.press-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.42fr);
  gap: clamp(54px, 9vw, 150px);
}

.press-manifesto__intro {
  position: sticky;
  top: 126px;
  align-self: start;
}

.press-manifesto h2,
.press-section-heading h2,
.press-tv h2,
.press-companion h2,
.press-contact h2 {
  margin-top: 22px !important;
  font-size: clamp(4.4rem, 7.8vw, 8.2rem);
  line-height: 0.84 !important;
}

.press-manifesto__lead {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(247, 241, 229, 0.42);
  font-size: clamp(1.35rem, 2.25vw, 2.15rem);
  font-weight: 600;
  line-height: 1.32;
}

.press-principles article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 2px 22px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(247, 241, 229, 0.34);
}

.press-principles article > span {
  grid-row: 1 / 3;
  color: var(--press-red);
  font-family: var(--press-display);
  font-size: 2rem;
}

.press-principles h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.press-principles p {
  max-width: 650px;
  margin-top: 10px !important;
  color: var(--press-newsprint-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.press-platforms {
  padding: clamp(82px, 9vw, 140px) 0;
  border-bottom: var(--press-rule);
}

.press-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 24px 64px;
  margin-bottom: 56px;
}

.press-section-heading .press-kicker,
.press-section-heading h2 {
  grid-column: 1;
}

.press-section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  padding-left: 28px;
  border-left: var(--press-rule);
  color: var(--press-grey);
  font-size: 0.96rem;
  line-height: 1.65;
}

.press-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: var(--press-rule);
  box-shadow: 12px 12px 0 var(--press-carbon);
}

.press-platform {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: clamp(32px, 4vw, 58px);
}

.press-platform + .press-platform {
  border-left: var(--press-rule);
}

.press-platform--viewer {
  background: var(--press-red);
}

.press-platform--studio {
  background: var(--press-yellow);
}

.press-platform__topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: var(--press-rule);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-platform h3 {
  margin-top: 40px !important;
  font-size: clamp(4.6rem, 7vw, 7.2rem);
  line-height: 0.82 !important;
}

.press-platform > p {
  max-width: 560px;
  margin-top: 32px !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.press-platform ul {
  display: grid;
  gap: 0;
  margin: 34px 0 42px;
  list-style: none;
}

.press-platform li {
  padding: 13px 0;
  border-top: 1px solid rgba(10, 10, 9, 0.45);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.press-platform .press-button {
  align-self: flex-start;
  margin-top: auto;
}

.press-tv {
  padding: clamp(82px, 9vw, 144px) 0;
  background-color: var(--press-carbon);
  background-image: url("/images/flash-press-v1/carbon-ink-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-chalk);
}

.press-tv__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.62fr);
  gap: 24px 72px;
  align-items: end;
  margin-bottom: 58px;
}

.press-tv__heading .press-kicker,
.press-tv__heading h2 {
  grid-column: 1;
}

.press-tv__heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  color: var(--press-newsprint-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.press-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 40px;
  border-top: 2px solid var(--press-chalk);
  border-left: 2px solid var(--press-chalk);
}

.press-status {
  min-height: 330px;
  padding: clamp(28px, 3vw, 44px);
  border-right: 2px solid var(--press-chalk);
  border-bottom: 2px solid var(--press-chalk);
}

.press-status--red {
  background: var(--press-red);
  color: var(--press-carbon);
}

.press-status--paper {
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-carbon);
}

.press-status--yellow {
  background: var(--press-yellow);
  color: var(--press-carbon);
}

.press-status--blue {
  background: var(--press-blue);
  color: var(--press-chalk);
}

.press-status__meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-status h3 {
  margin-top: 32px !important;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  line-height: 0.9;
}

.press-status p {
  max-width: 570px;
  margin-top: 22px !important;
  font-size: 0.9rem;
  line-height: 1.65;
}

.press-companion {
  padding: clamp(82px, 9vw, 144px) 0;
  border-bottom: var(--press-rule);
  background: var(--press-green);
  color: var(--press-chalk);
}

.press-companion__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 54px clamp(64px, 9vw, 150px);
}

.press-companion h2 {
  max-width: 650px;
}

.press-companion__lead {
  max-width: 580px;
  margin-top: 32px !important;
  font-size: 1rem;
  line-height: 1.7;
}

.press-companion__steps {
  display: grid;
  align-content: start;
  list-style: none;
}

.press-companion__steps li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(247, 241, 229, 0.52);
}

.press-companion__steps li:last-child {
  border-bottom: 1px solid rgba(247, 241, 229, 0.52);
}

.press-companion__steps li > span {
  color: var(--press-yellow);
  font-family: var(--press-display);
  font-size: 2.4rem;
  line-height: 1;
}

.press-companion__steps h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
}

.press-companion__steps p {
  margin-top: 10px !important;
  color: var(--press-newsprint-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.press-companion__note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  gap: 28px 60px;
  padding: 28px 32px;
  border: 2px solid var(--press-carbon);
  background: var(--press-yellow);
  color: var(--press-carbon);
  box-shadow: 9px 9px 0 var(--press-carbon);
}

.press-companion__note strong {
  font-family: var(--press-display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.press-companion__note p {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.65;
}

.press-process {
  padding: clamp(82px, 9vw, 132px) 0;
  border-bottom: var(--press-rule);
}

.press-section-heading--compact {
  display: block;
}

.press-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: var(--press-rule);
  border-left: var(--press-rule);
}

.press-process__grid article {
  min-height: 300px;
  padding: 30px;
  border-right: var(--press-rule);
  border-bottom: var(--press-rule);
}

.press-process__grid article > span {
  color: var(--press-red-ink);
  font-family: var(--press-display);
  font-size: 2.2rem;
}

.press-process__grid h3 {
  margin-top: 30px !important;
  font-size: clamp(2.3rem, 3.5vw, 3.4rem);
  line-height: 0.96;
}

.press-process__grid p {
  margin-top: 20px !important;
  color: var(--press-grey);
  font-size: 0.9rem;
  line-height: 1.65;
}

.press-process__grid p a {
  color: var(--press-red-ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.press-contact {
  padding: clamp(82px, 9vw, 138px) 0;
  border-bottom: 2px solid var(--press-carbon);
  background: var(--press-red);
}

.press-contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 54px clamp(68px, 9vw, 150px);
}

.press-contact__grid > div:first-child > p:last-child {
  max-width: 530px;
  margin-top: 28px !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.press-contact__routes {
  border-top: var(--press-rule);
}

.press-contact__routes a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: var(--press-rule);
  text-decoration: none;
}

.press-contact__routes strong {
  font-family: var(--press-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.press-contact__routes span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.press-contact__routes a:hover strong {
  color: var(--press-newsprint);
}

.press-contact__receipt {
  grid-column: 2;
  max-width: 650px;
  padding: 16px 18px;
  border: var(--press-rule);
  background-color: var(--press-newsprint);
  background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
  background-size: 720px 720px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.55;
  text-transform: uppercase;
}

.press-footer {
  padding: 74px 0 28px;
  background-color: var(--press-carbon);
  background-image: url("/images/flash-press-v1/carbon-ink-texture-v1.jpg");
  background-size: 720px 720px;
  color: var(--press-chalk);
}

.press-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 0.55fr));
  gap: 50px;
}

.press-footer__brand img {
  width: min(100%, 310px);
  height: auto;
}

.press-footer__brand p {
  margin-top: 20px !important;
  color: var(--press-newsprint-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-footer h2 {
  margin-bottom: 18px !important;
  color: var(--press-red);
  font-family: var(--press-body);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-footer__grid > div:not(:first-child) a {
  display: block;
  width: fit-content;
  margin-top: 11px;
  color: var(--press-newsprint-muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.press-footer__grid > div:not(:first-child) a:hover {
  color: var(--press-chalk);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.press-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 70px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 241, 229, 0.28);
  color: var(--press-newsprint-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .press-shell {
    width: min(100% - 36px, 1380px);
  }

  .press-nav__brand {
    width: 162px;
  }

  .homepage-flash-press .press-nav__links {
    gap: 18px;
  }

  .homepage-flash-press .press-nav__links .nav__link {
    font-size: 0.65rem;
  }

  .press-hero {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }

  .press-hero__title {
    font-size: clamp(5.7rem, 10vw, 8rem);
  }

  .press-role {
    padding: 22px 28px;
  }

  .press-manifesto__grid,
  .press-companion__grid,
  .press-contact__grid {
    gap: 54px;
  }
}

@media (max-width: 860px) {
  .homepage-flash-press .press-nav {
    height: 72px;
  }

  .press-nav__brand {
    width: 156px;
  }

  .homepage-flash-press .press-nav__toggle {
    display: flex;
    width: auto;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 2px solid var(--press-carbon);
    border-radius: 0;
    background: var(--press-newsprint);
    color: var(--press-carbon);
    font-family: var(--press-body);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .homepage-flash-press .press-nav__toggle span {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
  }

  .homepage-flash-press .press-nav__links {
    position: absolute;
    top: 72px;
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border-bottom: var(--press-rule);
    background-color: var(--press-newsprint);
    background-image: url("/images/flash-press-v1/newsprint-texture-v1.jpg");
    background-size: 720px 720px;
    backdrop-filter: none;
    overflow: visible;
    animation: none;
  }

  .homepage-flash-press .press-nav__links.nav__links--mobile-open {
    display: grid;
  }

  .homepage-flash-press .press-nav__links .nav__link {
    padding: 14px 8px;
    border-bottom: 1px solid var(--press-newsprint-rule);
    font-size: 0.78rem;
  }

  .homepage-flash-press .press-nav .press-button {
    width: 100%;
    margin-top: 6px;
  }

  .press-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .press-hero__copy {
    min-height: 610px;
    padding: 76px 18px 54px;
  }

  .press-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -17px;
    left: 0;
    width: auto;
    height: 34px;
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: none;
  }

  .press-hero__title {
    font-size: clamp(5rem, 18vw, 8.5rem);
  }

  .press-hero__portrait {
    min-height: 560px;
  }

  .press-hero__portrait img {
    min-height: 560px;
    object-position: 56% center;
  }

  .press-hero__roles {
    grid-template-columns: 1fr;
  }

  .press-role + .press-role {
    border-top: var(--press-rule);
    border-left: 0;
  }

  .press-role {
    min-height: 142px;
  }

  .press-manifesto__grid,
  .press-companion__grid,
  .press-contact__grid,
  .press-section-heading,
  .press-tv__heading {
    grid-template-columns: 1fr;
  }

  .press-manifesto__intro {
    position: static;
  }

  .press-section-heading .press-kicker,
  .press-section-heading h2,
  .press-section-heading > p:last-child,
  .press-tv__heading .press-kicker,
  .press-tv__heading h2,
  .press-tv__heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .press-section-heading > p:last-child {
    padding: 22px 0 0;
    border-top: var(--press-rule);
    border-left: 0;
  }

  .press-platform-grid,
  .press-status-grid,
  .press-process__grid {
    grid-template-columns: 1fr;
  }

  .press-platform + .press-platform {
    border-top: var(--press-rule);
    border-left: 0;
  }

  .press-platform {
    min-height: 560px;
  }

  .press-status {
    min-height: 0;
  }

  .press-companion__note,
  .press-contact__receipt {
    grid-column: 1;
  }

  .press-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .press-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .press-shell {
    width: min(100% - 28px, 1380px);
  }

  .press-nav__inner {
    width: calc(100% - 28px);
  }

  .press-hero__copy {
    min-height: 590px;
    padding-top: 60px;
  }

  .press-hero__title {
    margin-top: 18px !important;
    font-size: clamp(4.5rem, 23vw, 6.5rem);
    line-height: 0.82 !important;
  }

  .press-hero__route {
    margin-top: 22px !important;
    font-size: 1.55rem;
  }

  .press-hero__lede {
    font-size: 0.9rem;
  }

  .press-actions {
    display: grid;
  }

  .press-actions .press-button {
    width: 100%;
  }

  .press-hero__portrait,
  .press-hero__portrait img {
    min-height: 500px;
  }

  .press-hero__portrait img {
    object-position: 58% center;
  }

  .press-role {
    min-height: 130px;
    padding: 20px;
  }

  .press-manifesto h2,
  .press-section-heading h2,
  .press-tv h2,
  .press-companion h2,
  .press-contact h2 {
    font-size: clamp(4rem, 20vw, 5.7rem);
  }

  .press-principles article {
    grid-template-columns: 52px 1fr;
    gap: 2px 12px;
  }

  .press-platform-grid {
    box-shadow: 7px 7px 0 var(--press-carbon);
  }

  .press-platform {
    min-height: 0;
    padding: 28px 22px;
  }

  .press-platform h3 {
    font-size: clamp(4.2rem, 20vw, 5.7rem);
  }

  .press-platform .press-button {
    width: 100%;
  }

  .press-status-grid {
    display: block;
  }

  .press-status {
    padding: 26px 22px;
  }

  .press-status h3 {
    font-size: 3.2rem;
  }

  .press-companion__steps li {
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }

  .press-companion__note {
    grid-template-columns: 1fr;
    padding: 22px;
    box-shadow: 6px 6px 0 var(--press-carbon);
  }

  .press-process__grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .press-contact__routes a {
    display: block;
  }

  .press-contact__routes span {
    display: block;
    margin-top: 7px;
    text-align: left;
  }

  .press-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }

  .press-footer__brand {
    grid-column: 1 / -1;
  }

  .press-footer__bottom {
    display: grid;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .homepage-flash-press *,
  .homepage-flash-press *::before,
  .homepage-flash-press *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
