@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
}

:root {
  --green: #53baac;
  --ink: #244e49;
  --paper: #fff262;
  --font-main: "Plus Jakarta Sans", Arial, sans-serif;
  --rule-size: 3px;
  --rule-gap: 28px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-size: 22px;
  line-height: 1.24;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.poster-section {
  display: grid;
  justify-items: center;
  align-items: start;
  padding: 0 20px clamp(34px, 5vw, 58px);
  background: var(--green);
}

.poster-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.poster {
  width: min(650px, 100vw);
  height: auto;
}

.text-section {
  background: var(--paper);
  padding: clamp(46px, 7vw, 78px) 20px clamp(64px, 10vw, 118px);
}

.copy {
  width: min(604px, 100%);
  margin: 0 auto;
}

h2,
h3,
p {
  margin: 0;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.event-headline {
  margin-bottom: 20px;
  text-align: center;
}

.event-headline span,
.event-headline strong {
  display: block;
  font-weight: 900;
  line-height: 1.12;
}

.event-headline span {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
}

.event-headline strong {
  margin-top: var(--rule-gap);
  padding-top: var(--rule-gap);
  border-top: var(--rule-size) solid var(--ink);
  font-size: clamp(1.45rem, 4vw, 1.95rem);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 4vw, 1.85rem);
  font-weight: 900;
  line-height: 1.08;
}

.lead {
  font-size: clamp(1.18rem, 4vw, 1.48rem);
  line-height: 1.55;
  text-align: center;
}

hr {
  height: var(--rule-size);
  margin: var(--rule-gap) 0;
  border: 0;
  background: var(--ink);
}

h3 {
  margin-top: 22px;
  margin-bottom: 2px;
  font-size: clamp(1.08rem, 3.3vw, 1.3rem);
  font-weight: 900;
  line-height: 1.1;
}

p {
  font-size: clamp(1.08rem, 3.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.4;
}

.contact {
  margin-top: 24px;
  font-weight: 900;
}

.instagram-mark {
  display: inline-block;
  width: 1.04em;
  height: 1.04em;
  margin: 0 0.1em 0 0.18em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 10;
  vertical-align: -0.16em;
}

.instagram-link {
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 560px) {
  .poster-section {
    padding-right: 0;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .poster {
    width: 100vw;
  }

  .text-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  :root {
    --rule-gap: 26px;
  }
}
