@font-face {
  font-family: BruumFY;
  src: url("fonts/BruumFY-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: BruumFY;
  src: url("fonts/BruumFY-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: BruumFY;
  src: url("fonts/BruumFY-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: BruumFY;
  src: url("fonts/BruumFY-Black.otf") format("opentype");
  font-weight: 900;
}
:root {
  --blue: #1c75a9;
  --dark: #201d1f;
  --red: #ed1c24;
  --shell: 1440px;
}
.gallery article:nth-child(4) h2 span.alt-line {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #222;
  font-family: BruumFY, Arial, sans-serif;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin-inline: auto;
}
.shell-wide {
  width: min(1600px, 100%);
  margin-inline: auto;
}
.masthead {
  width: min(1520px, calc(100% - 40px));
  padding: 22px 0 12px;
}
.masthead img {
  width: 100%;
}
.utility-nav,
.section-nav {
  font-size: 13px;
  text-align: center;
}
.utility-nav {
  background: var(--blue);
  color: #fff;
}
.section-nav {
  border-bottom: 1px solid #b8b8b8;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  padding: 8px 9px;
}
.nav-links a:not(:last-child)::after {
  content: " |";
  margin-left: 15px;
  opacity: 0.7;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
}
.hero > img {
  width: 100%;
  aspect-ratio: 2247/1071;
  object-fit: cover;
}
.hero h1 {
  position: absolute;
  top: 14%;
  left: 5.5%;
  font-size: clamp(25px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 400;
  margin: 0;
  max-width: 560px;
}
.established {
  min-height: 42px;
  background: #f4f4f4;
  padding: 8px 4%;
  color: #8b8b8b;
  font-size: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.established a {
  margin-left: auto;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 16px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 38px 0 52px;
}
.stats article {
  text-align: center;
  border-right: 1px solid #ddd;
}
.stats article:last-child {
  border: 0;
}
.stats span {
  color: #777;
  display: block;
  height: 28px;
}
.stats strong {
  display: block;
  color: var(--blue);
  font-size: 31px;
}
.stats small {
  font-size: 13px;
  color: #777;
}
.ai-intro {
  position: relative;
  aspect-ratio: 2246/1113;
  overflow: hidden;
}
.ai-intro img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.ai-copy {
  position: relative;
  z-index: 1;
  width: 43%;
  padding: 10% 0 40px 6%;
}
.ai-copy h2,
.conversation h2,
.icon-section h2 {
  color: var(--blue);
}
.ai-copy h2 {
  font-size: 42px;
  margin: 0 0 18px;
}
.ai-copy p {
  font-size: 21px;
  line-height: 1.35;
}
.conversation {
  padding: 70px 0 95px;
}
.conversation header {
  text-align: center;
  margin-bottom: 58px;
}
.conversation header h2 {
  font-size: 36px;
  margin: 0 0 12px;
}
.conversation header p {
  font-size: 17px;
  line-height: 1.5;
}
.story-grid {
  display: grid;
  gap: 65px;
}
.story-grid article {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.story-grid article:nth-child(2) {
  grid-template-columns: 1.15fr 1fr;
}
.story-grid img {
  border-radius: 10px;
  width: 100%;
}
.story-grid h3 {
  font-size: 31px;
  line-height: 1.1;
  color: var(--blue);
  margin: 0 0 15px;
}
.story-grid p {
  font-size: 18px;
  line-height: 1.45;
}
.icon-section {
  padding: 35px 0 80px;
}
.icon-section h2 {
  text-align: center;
  font-size: 36px;
  text-transform: capitalize;
  margin: 10px 0 48px;
}
.icon-grid {
  display: grid;
  gap: 18px;
}
.icon-grid.themes {
  grid-template-columns: repeat(4, 1fr);
}
.icon-grid.topics {
  grid-template-columns: repeat(5, 1fr);
}
.icon-grid article {
  min-height: 260px;
  border: 1px solid #d8d8d8;
  border-radius: 28px;
  text-align: center;
  padding: 26px 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.icon-grid img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}
.icon-grid p {
  font-size: 16px;
  line-height: 1.15;
  margin: 12px 0;
}
.sponsor {
  background: var(--dark);
  color: #fff;
  padding: 52px 0;
}
.sponsor .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
}
.sponsor a {
  background: var(--blue);
  border-radius: 12px;
  text-decoration: none;
  padding: 14px 42px;
}
.gallery article {
  position: relative;
  border-bottom: 8px solid #fff;
}
.gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 3370/1974;
  object-fit: cover;
}
.gallery h2 {
  position: absolute;
  left: 11%;
  top: 39%;
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.12;
  margin: 0;
  text-shadow: 0 2px 8px #000;
}
.gallery article:nth-child(2) h2 {
  left: 43%;
  text-align: center;
}
.gallery article:nth-child(3) h2 {
  top: 32%;
}
.gallery article:nth-child(4) h2 {
  left: auto;
  right: 12%;
  top: 42%;
  text-align: center;
}
.gallery h2 span {
  font-size: 1em;
}
.leadership {
  background-size: cover;
  background-position: center;
  color: #fff;
  aspect-ratio: 2247/631;
  display: flex;
  align-items: center;
}
.leadership .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leadership h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  margin: 8px 0;
}
.leadership p {
  max-width: 600px;
}
.event-mark {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
}
.event-mark img {
  width: 105px;
}
.event-mark p {
  margin: 0;
}
footer {
  background: #050505;
  color: #fff;
  padding: 52px 0 10px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer-grid--second {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #262626;
}
.footer-grid h3 {
  text-transform: uppercase;
  font-size: 15px;
}
.footer-grid a {
  display: block;
  text-decoration: none;
  color: #ddd;
  font-size: 13px;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.footer-grid a::before {
  content: "> ";
  color: #999;
}
.footer-grid a:hover {
  color: #ed1c24;
}
.subscribe {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.subscribe input {
  width: 340px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #888;
  color: #fff;
  padding: 10px;
}
.subscribe button {
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 6px 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.copyright {
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #222;
  margin: 30px 0 0;
  padding-top: 15px;
  color: #fff;
}
@media (max-width: 760px) {
  .masthead {
    padding: 10px;
  }
  .utility-nav {
    position: relative;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 10px 18px;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  .menu-toggle[aria-expanded="true"] {
    background: rgba(0, 0, 0, 0.18);
  }
  .utility-nav .nav-links {
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100%;
    background: var(--blue);
    width: 260px;
    max-width: 100%;
    text-align: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .utility-nav .nav-links.is-open {
    display: block;
  }
  .utility-nav .nav-links a {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .utility-nav .nav-links a:first-child {
    border-top: 0;
  }
  .utility-nav .nav-links a:active,
  .utility-nav .nav-links a:focus-visible {
    background: rgba(255, 255, 255, 0.14);
  }
  .utility-nav .nav-links a::after {
    display: none;
  }
  .utility-nav .nav-links a.section-link:first-of-type {
    border-top: 6px solid rgba(0, 0, 0, 0.15);
  }
  .section-nav {
    display: none;
  }
  .section-nav {
    position: relative;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .section-nav .nav-links {
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .section-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
  .hero h1 {
    font-size: 23px;
  }
  .established {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 14px 5%;
    font-size: 13px;
    line-height: 1.35;
  }
  .established span:first-child {
    flex: 1 1 100%;
  }
  .established span:nth-child(2) {
    display: none;
  }
  .established a {
    margin-left: 0;
    white-space: nowrap;
    padding: 8px 20px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .stats article:nth-child(2n) {
    border: 0;
  }
  .ai-intro {
    min-height: 480px;
    aspect-ratio: auto;
  }
  .ai-intro img {
    opacity: 0.35;
    object-position: 68% center;
  }
  .ai-copy {
    width: 100%;
    padding: 60px 25px;
  }
  .ai-copy h2 {
    font-size: 34px;
  }
  .ai-copy p {
    font-size: 18px;
  }
  .story-grid article,
  .story-grid article:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .story-grid article:nth-child(2) img {
    order: 2;
  }
  .icon-grid.themes,
  .icon-grid.topics {
    grid-template-columns: repeat(2, 1fr);
  }
  .icon-grid article {
    min-height: 190px;
    border-radius: 20px;
  }
  .sponsor .shell {
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
  }
  .gallery img {
    height: auto;
    aspect-ratio: 3370/1974;
  }
  .gallery h2,
  .gallery article:nth-child(2) h2,
  .gallery article:nth-child(3) h2,
  .gallery article:nth-child(4) h2 {
    left: 25px;
    right: auto;
    top: auto;
    bottom: 35px;
    text-align: left;
    font-size: 28px;
  }
  .gallery article:nth-child(4) h2 span.alt-line {
    display: block;
  }
  .leadership {
    min-height: 420px;
    aspect-ratio: auto;
  }
  .leadership .shell {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  .event-mark {
    text-align: left;
    margin-top: 25px;
  }
  footer {
    padding: 36px 0 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-grid section {
    padding-bottom: 14px;
    border-bottom: 1px solid #262626;
  }
  .footer-grid section:last-child {
    border-bottom: 0;
  }
  .footer-grid h3 {
    margin: 0 0 8px;
    font-size: 14px;
  }
  .footer-grid a {
    font-size: 13px;
    padding: 5px 0;
  }
  .subscribe {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .subscribe input {
    width: 210px;
  }
  .copyright {
    font-size: 11px;
  }
}

/* Header and navigation alignment matched to the supplied layout. */
.masthead {
  padding-top: 12px;
  padding-bottom: 0;
}
.utility-nav {
  margin-top: 0;
  font-size: clamp(14px, 1.15vw, 22px);
}
.utility-nav .nav-links {
  min-height: 62px;
}
.section-nav {
  font-size: clamp(14px, 1.08vw, 21px);
}
.section-nav .nav-links {
  min-height: 84px;
}
.nav-links a {
  padding: 7px 12px;
}
.nav-links a:not(:last-child)::after {
  margin-left: 10px;
}
.nav-links a {
  transition: color 0.2s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ed1c24;
}
.hero h1 {
  top: 13.5%;
  left: 5.8%;
  max-width: 720px;
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.16;
}
.gallery article:first-child h2 {
  line-height: 1.3;
}
.gallery article:nth-child(2) h2 {
  line-height: 1.3;
}
.gallery article:nth-child(2) h2 span {
  display: block;
}
.gallery article:nth-child(3) h2 {
  line-height: 1.3;
}
.gallery article:nth-child(4) h2 {
  line-height: 1.3;
}
.gallery article:nth-child(4) h2 span {
  display: block;
}
.gallery h2 {
  font-weight: 700;
}

@media (max-width: 760px) {
  .masthead {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .utility-nav .nav-links {
    min-height: 0;
  }
  .section-nav .nav-links {
    min-height: 56px;
  }
  .hero h1 {
    top: 12%;
    left: 5%;
    font-size: clamp(17px, 4.5vw, 27px);
    line-height: 1.12;
  }
}

/* Exact desktop proportions from the supplied conference layout. */
@media (min-width: 761px) {
  .utility-nav .nav-links a.section-link {
    display: none;
  }
  body {
    width: min(1600px, 100%);
    margin-inline: auto;
    border-left: 4px solid #222;
    border-right: 4px solid #222;
  }
  .masthead {
    width: 100%;
    padding: 29px 0 0 0;
    margin: 0;
  }
  .masthead img {
    width: 100%;
    height: auto;
  }
  .utility-nav {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
  .utility-nav .nav-links {
    height: 44px;
    min-height: 44px;
  }
  .section-nav {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
  .section-nav .nav-links {
    height: 46px;
    min-height: 46px;
  }
  .nav-links a {
    padding: 8px 15px;
  }
  .nav-links a:not(:last-child)::after {
    margin-left: 11px;
  }
  /* Contact is the last visible utility item on desktop: drop its separator. */
  .utility-nav .nav-links a:has(+ a.section-link)::after {
    content: none;
  }
  .hero h1 {
    top: 13.6%;
    left: 5.8%;
    max-width: 650px;
    font-size: clamp(27px, 2.15vw, 35px);
    line-height: 1.18;
    font-weight: 400;
  }
  .established {
    min-height: 66px;
    padding: 10px 8.5%;
    font-size: 17px;
  }
  .established a {
    font-size: 20px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 8px;
  }
  .stats {
    padding-top: 34px;
    padding-bottom: 43px;
  }
  .stats span {
    height: 38px;
    font-size: 26px;
  }
  .stats strong {
    font-size: 39px;
    line-height: 1.05;
  }
  .stats small {
    font-size: 17px;
  }
  .gallery article:nth-child(2) h2 {
    inset: 0 12% 0 auto;
    width: 68%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    text-align: right;
    line-height: 1.3;
  }
  .gallery article:nth-child(3) h2 {
    top: 50%;
    transform: translateY(-50%);
  }
  .ai-copy h2 {
    font-size: 48px;
  }
  .ai-copy p {
    font-size: 23px;
    line-height: 1.4;
  }
  .conversation header h2,
  .icon-section h2 {
    font-size: 39px;
  }
  .conversation header p {
    font-size: 19px;
  }
  .story-grid h3 {
    font-size: 34px;
  }
  .story-grid p {
    font-size: 20px;
    line-height: 1.5;
  }
  .story-grid img {
    width: 90%;
  }
  .story-grid article:first-child img {
    justify-self: end;
  }
  .story-grid article:nth-child(2) img {
    justify-self: start;
  }
  .icon-grid p {
    font-size: 18px;
    line-height: 1.2;
  }
  .conversation {
    padding-bottom: 40px;
  }
  #themes {
    padding-top: 14px;
    padding-bottom: 105px;
  }
  #themes h2 {
    font-size: 44px;
    margin: 0 0 12px;
    font-weight: 700;
  }
  .icon-grid.themes {
    width: 86%;
    margin-inline: auto;
    column-gap: 4.2%;
    row-gap: clamp(95px, 7.4vw, 118px);
    padding-top: clamp(70px, 5.8vw, 92px);
  }
  .themes article {
    position: relative;
    min-height: 0;
    aspect-ratio: 1.155/1;
    border: 2px solid #d4d5d6;
    border-radius: 16%;
    padding: 35% 7% 8%;
    justify-content: center;
  }
  .themes article img {
    position: absolute;
    top: -23%;
    left: 50%;
    width: 45%;
    height: auto;
    aspect-ratio: 1;
    transform: translateX(-50%);
  }
  .themes article p {
    margin: 7% 0 0;
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.2;
    font-weight: 400;
  }
  #topics {
    width: 100%;
    max-width: none;
    padding: 78px 0 150px;
  }
  #topics h2 {
    margin: 0 0 42px;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .icon-grid.topics {
    width: 86%;
    margin-inline: auto;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.6%;
    row-gap: 24px;
    padding-top: 18px;
  }
  .topics article {
    min-height: 0;
    aspect-ratio: 0.79/1;
    border: 2px solid #d4d5d6;
    border-radius: 26px;
    padding: 30px 7% 24px;
    justify-content: flex-start;
  }
  .topics article img {
    width: 49%;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto 30px;
  }
  .topics article p {
    margin: auto 0;
    font-size: clamp(18px, 1.52vw, 25px);
    line-height: 1.25;
    font-weight: 400;
  }
  .topics article:nth-child(1),
  .topics article:nth-child(5),
  .topics article:nth-child(6),
  .topics article:nth-child(10) {
    transform: translateY(55px);
  }
  .topics article:nth-child(2),
  .topics article:nth-child(4),
  .topics article:nth-child(7),
  .topics article:nth-child(9) {
    transform: translateY(98px);
  }
  .sponsor .shell {
    font-size: 25px;
  }
  .footer-grid h3 {
    font-size: 17px;
  }
  .footer-grid a {
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  .leadership {
    border-bottom: 8px solid transparent;
    border-image: linear-gradient(
        90deg,
        #fdb913 0%,
        #f7941d 16%,
        #ed1c24 32%,
        #92278f 48%,
        #4c3494 64%,
        #1b75bb 82%,
        #149ed9 100%
      )
      1;
  }
  .event-mark {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscribe-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .mail-icon {
    font-family: Arial, sans-serif;
    font-size: 34px;
  }
  .subscribe-controls input {
    flex: 1;
    width: auto;
  }
  .socials {
    display: flex;
    gap: 10px;
  }
  .socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 760px) {
  .conversation {
    padding-bottom: 35px;
  }
  .conversation header {
    text-align: start;
  }
  #themes {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  #themes h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .icon-grid.themes {
    width: 100%;
    column-gap: 16px;
    row-gap: 85px;
    padding-top: 64px;
  }
  .themes article {
    position: relative;
    min-height: 0;
    aspect-ratio: 1/1.05;
    padding: 38% 10px 16px;
    border: 2px solid #d4d5d6;
    border-radius: 28px;
  }
  .themes article img {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translateX(-50%);
  }
  .themes article p {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
  }
  #topics {
    padding: 42px 0 70px;
  }
  #topics h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .icon-grid.topics {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding-top: 0;
  }
  .topics article {
    aspect-ratio: auto;
    min-height: 230px;
    border: 2px solid #d4d5d6;
    border-radius: 24px;
    padding: 24px 12px 18px;
    transform: none !important;
  }
  .topics article img {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }
  .topics article p {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 761px) {
  .gallery article:nth-child(4) h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    text-align: right;
    line-height: 1.3;
  }
  .gallery article:nth-child(4) h2 span {
    display: block;
  }
  .leadership {
    border-bottom: 13px solid transparent;
    border-image: linear-gradient(
        90deg,
        #fdb913 0%,
        #f7941d 16%,
        #ed1c24 32%,
        #92278f 48%,
        #4c3494 64%,
        #1b75bb 82%,
        #149ed9 100%
      )
      1;
  }
  .leadership .shell {
    width: 89%;
    align-items: center;
  }
  .leadership .shell > div:first-child {
    max-width: 790px;
  }
  .leadership small {
    font-size: 23px;
    font-weight: 700;
  }
  .leadership h2 {
    font-size: 41px;
    line-height: 1.28;
    margin: 18px 0 6px;
    font-weight: 700;
  }
  .leadership .shell > div:first-child p {
    max-width: 790px;
    margin: 0;
    font-size: 23px;
    line-height: 1.55;
    font-weight: 400;
  }
  .event-mark {
    width: 390px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    font-size: 28px;
    line-height: 1.18;
  }
  .event-mark img {
    width: 145px;
  }
  .event-mark p {
    max-width: none;
  }
  .event-mark p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .event-mark p span,
  .event-mark p strong {
    white-space: nowrap;
  }
  footer {
    padding: 52px 0 12px;
  }
  .footer-grid {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .footer-grid section {
    padding: 0 42px;
    min-height: 145px;
  }
  .footer-grid section:first-child {
    padding-left: 10px;
  }
  .footer-grid section:not(:last-child) {
    border-right: 1px solid #777;
  }
  .footer-grid--second {
    margin-top: 55px;
    padding-top: 0;
    border-top: 0;
  }
  .footer-grid h3 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 900;
  }
  .footer-grid a {
    padding: 7px 0;
    font-size: 19px;
    font-weight: 400;
  }
  .subscribe {
    width: 90%;
    display: grid;
    grid-template-columns: minmax(0, 780px) 1fr;
    grid-template-areas: "label label" "controls socials";
    gap: 20px 25px;
    margin-top: 54px;
    padding-top: 0;
    border-top: 0;
  }
  .subscribe label {
    grid-area: label;
    font-size: 18px;
    font-weight: 900;
  }
  .subscribe-controls {
    grid-area: controls;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .mail-icon {
    font-family: Arial, sans-serif;
    font-size: 44px;
    line-height: 1;
    color: #fff;
  }
  .subscribe input {
    width: min(610px, 100%);
    height: 42px;
    flex: 1;
    border: 0;
    border-radius: 24px;
    background: #c7c8ca;
    padding: 8px 20px;
    color: #111;
  }
  .subscribe button {
    height: 42px;
    border-radius: 22px;
    padding: 0 24px;
    font-size: 16px;
  }
  .socials {
    grid-area: socials;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
  }
  .socials a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
  }
  .copyright {
    width: 90%;
    margin: 24px auto 0;
    padding-top: 26px;
    border-top: 1px solid #777;
    font-size: 15px;
    font-weight: 900;
  }
}
