* { box-sizing: border-box; }

:root {
  --ink: #103f4d;
  --ink-2: #174e5d;
  --paper: #f2dfbd;
  --paper-light: #f8ebd3;
  --orange: #f45122;
  --orange-dark: #d93d15;
  --mint: #5dc1c9;
  --yellow: #f3bd3e;
  --cream: #fff7e9;
  --muted: #6b6b65;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 60px));
  margin: auto;
}

.section { padding: 110px 0; }

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 60px));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
}

.header nav {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 37px;
  font-size: 12px;
  font-weight: 700;
}

.header nav a {
   margin-right: 50px;

}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.logo span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: white;
  border-radius: 50%;
  font-size: 16px;
}

.header nav a { opacity: .78; }
.header nav a:hover { opacity: 1; }

.header-cta {
  border: 1px solid rgba(255,255,255,.35);
  padding: 11px 16px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Poster / editorial illustration */

.poster {
  min-height: 830px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  isolation: isolate;

}

.poster::before {
  content: "";
  position: absolute;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  background: var(--orange);
  right: -260px;
  top: 70px;
  z-index: -1;
}

.poster::after {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(255,247,233,.18);
  border-radius: 50%;
  right: -300px;
  top: 10px;
  z-index: -1;
}

.poster-grid {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.poster-content {
  position: relative;
  z-index: 4;
  width: min(760px, calc(100% - 60px));
  margin: auto;
  padding-top: 190px;
  margin-left: max(30px, calc((100% - 1180px) / 2));
}

.poster-kicker, .eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.poster-kicker {
  color: var(--yellow);
  margin-bottom: 18px;
}

.poster h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(76px, 10.5vw, 145px);
  line-height: .79;
  letter-spacing: -.045em;
  margin: 0;
  max-width: 760px;
}

.poster h1 em {
  color: var(--orange);
  font-style: normal;
  -webkit-text-stroke: 1px var(--orange);
}

.poster-text {
  margin: 32px 0 26px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,247,233,.7);
}

.poster-actions { display: flex; align-items: center; gap: 25px; }


.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  transition: transform .18s ease, background .18s ease;

  margin: 20px;
}

.main-button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.main-button b { font-size: 16px; }

.text-button {
  color: var(--cream);
  opacity: .8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 4px;
}

.poster-label {
  position: absolute;
  z-index: 5;
  border-left: 3px solid var(--yellow);
  padding-left: 12px;
  font-size: 9px;
  line-height: 1.15;
  letter-spacing: .14em;
  color: rgba(255,247,233,.65);
}

.poster-label strong { color: var(--cream); font-size: 12px; }
.label-top { right: 30px; top: 115px; }
.label-bottom { left: 50%; bottom: 44px; }

.poster-number {
  position: absolute;
  right: 36px;
  bottom: 26px;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  color: rgba(255,255,255,.12);
}

/* Mature abstract sports objects */

.racket {
  position: absolute;
  z-index: 3;
  width: 160px;
  height: 230px;
}

.racket-head {
  width: 126px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  border: 13px solid var(--yellow);
  background:
    radial-gradient(circle, transparent 0 52%, rgba(255,255,255,.15) 53% 55%, transparent 56%),
    var(--orange);
  box-shadow: inset 0 0 0 3px rgba(16,63,77,.45);
}

.racket-head::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px solid rgba(16,63,77,.35);
  border-radius: 50%;
}

.racket-handle {
  position: absolute;
  width: 34px;
  height: 95px;
  background: #d6b878;
  left: 47px;
  top: 130px;
  transform: rotate(-12deg);
  border-radius: 4px 4px 10px 10px;
  border: 5px solid var(--ink);
}

.racket-left {
  left: 7%;
  top: 48%;
  transform: rotate(28deg);
}

.racket-right {
  right: 6%;
  bottom: 1%;
  transform: rotate(-23deg) scale(.82);
}

.racket-right .racket-head {
  background: var(--ink-2);
  border-color: var(--mint);
}

.ball {
  position: absolute;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid rgba(16,63,77,.35);
  box-shadow: 15px 15px 0 rgba(16,63,77,.25);
}

.ball::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 15px;
  left: 10px;
  background: var(--orange);
  transform: rotate(45deg);
}

.ball-one { top: 22%; left: 47%; }
.ball-two { right: 27%; bottom: 23%; width: 24px; height: 24px; }
.ball-two::after { top: 9px; left: 5px; }

.poster-sticker {
  position: absolute;
/*  z-index: 5;*/
  right: 18%;
  top: 40%;
  width: 160px;
  height: 160px;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--yellow);
  color: var(--ink);
  clip-path: polygon(50% 0, 60% 10%, 76% 5%, 84% 20%, 100% 25%, 93% 42%, 100% 57%, 87% 67%, 90% 85%, 72% 84%, 61% 100%, 48% 89%, 32% 100%, 22% 84%, 5% 87%, 7% 68%, 0 56%, 8% 42%, 0 26%, 17% 20%, 24% 4%, 41% 10%);
  transform: rotate(9deg);

}

.poster-sticker span, .poster-sticker strong { display: block; }
.poster-sticker span { font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.poster-sticker strong { font-family: Oswald, sans-serif; font-size: 22px; line-height: .95; }

/* Intro */

.intro {
  display: grid;
  grid-template-columns:  1fr 1fr;
  gap: 35px;
  align-items: start;
  width: min(1180px, calc(100% - 60px));
  margin: auto;
}

.section-number {
  font-family: Oswald, sans-serif;
  color: var(--orange);
  font-size: 50px;
  line-height: 1;
}

.intro h2, .section-head h2, .telegram-section h2, .subscribe-grid h2, .chat-layout h2  {
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  font-size: clamp(54px, 6vw, 82px);
  line-height: .86;
  margin: 16px 0 0;
}

.section-header-text {
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  font-size: clamp(34px, 6vw, 42px);
  line-height: 1;
}

.intro h2 span, .section-head h2 span, .telegram-section h2 span,
.subscribe-grid h2 span, .chat-layout h2 span { color: var(--orange); }

.intro > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 430px;
  margin: 55px 0 0;
}

/* Map */

.map-section { background: var(--paper-light); }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 50px;
}

.section-head p, .telegram-layout p, .subscribe-grid p, .chat-layout > div > p {
  color: var(--muted);
  line-height: 1.8;
  max-width: 440px;
}

.map-frame {
  position: relative;
  border: 8px solid var(--ink);
  box-shadow: 18px 18px 0 var(--orange);
}

.map { height: 500px; width: 100%; }

.map-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: var(--cream);
  padding: 12px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 6px 6px 0 rgba(16,63,77,.3);
}

.map-caption b, .map-caption small { display: block; }
.map-caption b { font-size: 11px; }
.map-caption small { color: var(--muted); font-size: 9px; margin-top: 2px; }
.map-dot { width: 10px; height: 10px; background: var(--orange); border-radius: 50%; }

.map-fallback {
  height: 100%;
  display: grid;
  place-content: center;
  gap: 9px;
  text-align: center;
  padding: 30px;
  color: var(--muted);
  background:
    linear-gradient(rgba(16,63,77,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,63,77,.08) 1px, transparent 1px);
  background-size: 45px 45px;
}

.map-fallback strong { color: var(--ink); }
.map-fallback span { font-size: 12px; }

/* Telegram */

.telegram-section { background: var(--ink); color: var(--cream); }

.telegram-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 90px;
  align-items: center;
}

.telegram-section h2 { font-size: clamp(65px, 8vw, 105px); }
.telegram-section p { color: rgba(255,247,233,.6); margin: 30px 0; }

.qr-card {
  background: var(--paper);
  color: var(--ink);
  padding: 25px;
  text-align: center;
  transform: rotate(3deg);
  box-shadow: 14px 14px 0 var(--orange);
}

.qr {
  width: 205px;
  height: 205px;
  padding: 12px;
  background: white;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
}

.qr img, .qr canvas { max-width: 100%; max-height: 100%; }
.qr-card b, .qr-card small { display: block; }
.qr-card b { font-size: 12px; }
.qr-card small { color: var(--muted); font-size: 9px; margin-top: 5px; }

/* Subscribe */

.subscribe-section { background: var(--yellow); }

.subscribe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.subscribe-grid h2 { font-size: clamp(70px, 8vw, 105px); }
.subscribe-grid h2 span { color: var(--ink); }

.subscribe-grid p { color: rgba(16,63,77,.65); }

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 28px;
}

.subscribe-form input {
  min-width: 0;
  height: 50px;
  padding: 0 15px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  outline: 0;
}

.subscribe-form .main-button { background: var(--ink); }
.subscribe-form .main-button:hover { background: var(--ink-2); }
.status { min-height: 22px; font-size: 11px; font-weight: 700; margin-top: 9px; }

/* Chat */

.chat-section { background: var(--paper-light); }

.chat-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: center;
}

.chat-layout h2 { font-size: clamp(70px, 8vw, 100px); }

.chat-card {
  background: var(--ink);
  color: var(--cream);
  border: 5px solid var(--orange);
  box-shadow: 14px 14px 0 var(--ink);
}

.chat-top {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-top b, .chat-top span { display: block; }
.chat-top b { font-size: 12px; letter-spacing: .1em; }
.chat-top span { font-size: 9px; color: rgba(255,247,233,.45); margin-top: 3px; }

.chat-top button {
  border: 0;
  background: transparent;
  color: rgba(255,247,233,.45);
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
}

.messages {
  height: 260px;
  padding: 18px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.message {
  max-width: 82%;
  padding: 10px 12px;
  background: #1a5362;
  border-left: 3px solid var(--yellow);
  font-size: 11px;
  line-height: 1.5;
}

.message time { display: block; color: rgba(255,247,233,.4); font-size: 8px; margin-top: 4px; }

.empty-chat {
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(255,247,233,.38);
  font-size: 11px;
}

.chat-form { padding: 14px; border-top: 1px solid rgba(255,255,255,.14); }
.chat-form textarea {
  width: 100%;
  resize: none;
  background: #0d3541;
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.15);
  padding: 12px;
  outline: none;
}

.chat-form textarea:focus { border-color: var(--yellow); }
.chat-form > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 9px; }
.chat-form small { color: rgba(255,247,233,.38); font-size: 8px; }

footer {
  background: var(--ink);
  color: rgba(255,247,233,.5);
  padding: 30px 0;
  font-size: 10px;
}

.footer-inner { display: flex; justify-content: space-between; align-items: center; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

@media (max-width: 850px) {
  .header nav { display: none; }
  .header { width: calc(100% - 36px); }
  .container, .intro { width: calc(100% - 36px); }

  .poster { min-height: 790px; }
  .poster-content { width: calc(100% - 36px); margin-left: 18px; padding-top: 175px; }
  .poster h1 { font-size: clamp(65px, 18vw, 115px); }
  .racket-left { left: -70px; top: 55%; opacity: .65; }
  .racket-right { right: -75px; bottom: 0; opacity: .7; }
  .poster-sticker { right: 10%; top: 55%; transform: scale(.75) rotate(9deg); }
  .poster::before { right: -450px; }

  .intro, .subscribe-grid, .chat-layout, .telegram-layout { grid-template-columns: 1fr; gap: 35px; }
  .intro > p { margin: 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 30px; }
  .telegram-layout { gap: 50px; }
  .qr-card { width: 280px; margin: auto; }
}

@media (max-width: 520px) {
  .header-cta { padding: 9px 10px; font-size: 9px; }
  .poster-text { font-size: 13px; }
  .poster-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .poster-label { display: none; }
  .poster-number { right: 12px; }
  .map-frame { border-width: 5px; box-shadow: 8px 8px 0 var(--orange); }
  .map { height: 390px; }
  .subscribe-form { grid-template-columns: 1fr; }
  .chat-card { box-shadow: 8px 8px 0 var(--ink); }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 15px; }
}



.poster-title-text {
  margin: 20px;]
  background-color: red !important;

  font-size: 5rem;

  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(76px, 10.5vw, 145px);
  line-height: .79;
  letter-spacing: -.045em;
  margin-top: 5px;
  max-width: 760px;

}

.highlighted {

  color: var(--orange);
  font-style: normal;
  -webkit-text-stroke: 2px #103F4D;
}
