@charset "UTF-8";

@font-face {
  font-family: "Anton Local";
  src: url("assets/fonts/Anton-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #20102b;
  --pink: #ff67b8;
  --paper: #f8f4ee;
  --muted: #cfbecf;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection { color: var(--ink); background: var(--pink); }
p { margin: 0; }
.page {
  width: min(100%, 1800px);
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  padding: 38px clamp(24px, 5.2vw, 94px) 26px;
  display: flex;
  flex-direction: column;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 16px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
}
.brand-mark img { display: block; width: 72px; height: 72px; object-fit: contain; }
.brand-name { font-size: 20px; font-weight: 700; letter-spacing: -.5px; }
.brand-name span { display: block; margin-top: 7px; font-size: 11px; font-weight: 400; letter-spacing: 2.3px; text-transform: uppercase; }
.club-label { color: var(--muted); font-size: 12px; letter-spacing: 1.2px; }
main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 24px;
  flex: 1;
  padding-block: 65px 72px;
}
.hero-copy { position: relative; z-index: 1; }
.status { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.5; letter-spacing: 2px; text-transform: uppercase; }
.status span { width: 7px; height: 7px; background: var(--pink); border-radius: 50%; flex: 0 0 auto; }
h1 {
  margin: 27px 0 28px;
  font-family: "Anton Local", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(64px, 7.5vw, 128px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
h1 span { color: var(--pink); }
.description { max-width: 400px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.invitation { margin-top: 15px; font-size: 15px; font-weight: 700; line-height: 1.6; }
.hero-art { position: relative; width: 84%; margin-inline: auto; aspect-ratio: 1; isolation: isolate; }
.volleyball { position: absolute; z-index: 1; width: 88%; height: 88%; top: 6%; left: 6%; transform: rotate(-22deg); filter: drop-shadow(16px 24px 18px #09030d55); }
.court { position: absolute; inset: 12% -3%; transform: rotate(-22deg); border: 1px solid #9e789b57; }
.court::before, .court::after, .court span { position: absolute; content: ""; inset-block: 0; border-left: 1px solid #9e789b57; }
.court::before { left: 33.333%; }
.court::after { left: 66.666%; }
.court span { left: 50%; border-color: #dbb6d89c; }
.orbit { position: absolute; inset: 0; border: 1px solid #9e789b35; border-radius: 50%; }
.orbit-two { inset: -9%; }
.art-plus { position: absolute; color: var(--pink); font-size: 32px; font-weight: 400; line-height: 1; }
.plus-one { left: -4%; top: 24%; }
.plus-two { right: 0; bottom: 15%; }
.art-caption { position: absolute; right: 12%; bottom: -13%; color: var(--muted); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #9e789b57; padding-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-motto { display: flex; align-items: center; gap: 11px; }
.footer-motto span { color: var(--pink); font-size: 22px; line-height: 1; }
.mobile-break { display: none; }

@media (min-width: 1600px) {
  main { padding-block: 88px 100px; }
}
@media (max-width: 900px) {
  .page { padding-top: 28px; }
  main { gap: 5px; }
  h1 { font-size: clamp(57px, 8.4vw, 76px); }
  .hero-art { width: 84%; }
  .description { font-size: 15px; }
  .desktop-break { display: none; }
}
@media (max-width: 650px) {
  .page { padding: 25px 24px 22px; }
  .site-header { align-items: flex-start; }
  .brand { gap: 12px; }
  .brand-mark { width: 62px; height: 62px; }
  .brand-mark img { width: 54px; height: 54px; }
  .brand-name { font-size: 18px; }
  .brand-name span { font-size: 9px; letter-spacing: 2px; }
  .club-label { display: none; }
  main { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 52px 0 52px; }
  h1 { font-size: clamp(55px, 12.8vw, 83px); margin-top: 22px; margin-bottom: 23px; line-height: 1.16; }
  h1 span br { display: none; }
  .status { font-size: 10px; letter-spacing: 1.6px; }
  .description { max-width: 320px; font-size: 15px; }
  .invitation { margin-top: 12px; font-size: 14px; }
  .hero-art { width: 68%; max-width: 280px; margin: 10px auto 22px; }
  .art-caption { bottom: -12%; right: 50%; transform: translateX(50%); width: max-content; font-size: 9px; letter-spacing: 1.2px; }
  .art-plus { font-size: 24px; }
  .site-footer { align-items: flex-start; gap: 16px; font-size: 10px; }
  .footer-motto { max-width: 130px; gap: 8px; }
  .mobile-break { display: initial; }
}
@media (max-width: 350px) {
  .page { padding-inline: 20px; }
  h1 { font-size: 48px; }
}
