@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #f6f4ef;
  --text: #050505;
  --muted: #737373;
  --blue: #1f56c8;
  --sand: #e9d89c;
  --navy: #12295d;
  --green: #165a39;
  --terracotta: #c87461;
  --black: #0c0c0c;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Hanken Grotesk", Arial, sans-serif;
}

body {
  min-height: 100svh;
}

a {
  color: inherit;
}

.site-shell {
  width: min(100%, 1440px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 48px) clamp(22px, 4vw, 64px) 20px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
}

.hero {
  min-height: 0;
  display: grid;
  align-items: center;
}

.hero-copy {
  text-align: center;
}

h1 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(4.4rem, 10.5vw, 8rem);
  line-height: 0.83;
  letter-spacing: -0.078em;
}

.short-rule {
  width: clamp(54px, 6vw, 78px);
  height: 2px;
  margin: clamp(30px, 4vw, 48px) auto clamp(28px, 4vw, 40px);
  background: var(--text);
}

.coming {
  margin: 0;
  font-weight: 500;
  font-size: clamp(0.8rem, 1.7vw, 1rem);
  line-height: 1.72;
  letter-spacing: 0.31em;
}

.meanwhile-block {
  margin-top: clamp(30px, 4vw, 44px);
}

.meanwhile-label {
  margin: 0 0 9px;
  color: #5c5c5c;
  font-size: clamp(0.98rem, 1.8vw, 1.16rem);
}

.oyn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--blue);
  font-weight: 600;
  font-size: clamp(1.04rem, 2.2vw, 1.34rem);
  letter-spacing: 0.075em;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.oyn-link:hover,
.oyn-link:focus-visible {
  text-decoration-thickness: 2px;
}

.circle-stage {
  position: relative;
  width: min(100%, 720px);
  height: clamp(330px, 44vw, 500px);
  margin: clamp(26px, 4vw, 44px) auto 0;
}

.circle {
  position: absolute;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  font-size: clamp(0.92rem, 1.8vw, 1.12rem);
  line-height: 1.05;
  user-select: none;
}

.circle-music {
  width: clamp(140px, 19vw, 190px);
  aspect-ratio: 1;
  left: 24%;
  top: 0;
  background: var(--navy);
  color: #35ff73;
  z-index: 3;
}

.circle-biography {
  width: clamp(126px, 17vw, 172px);
  aspect-ratio: 1;
  left: 0;
  top: 31%;
  background: var(--sand);
  color: #15120c;
  z-index: 1;
}

.circle-td {
  width: clamp(150px, 20vw, 202px);
  aspect-ratio: 1;
  left: 48%;
  top: 13%;
  background: var(--green);
  color: #ff6c32;
  z-index: 4;
}

.circle-contact {
  width: clamp(122px, 16vw, 164px);
  aspect-ratio: 1;
  right: 0;
  top: 37%;
  background: var(--terracotta);
  color: #fff1a6;
  z-index: 2;
}

.circle-photography {
  width: clamp(132px, 18vw, 180px);
  aspect-ratio: 1;
  left: 40%;
  top: 55%;
  background: var(--black);
  color: white;
  z-index: 5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Desktop */
@media (min-width: 1024px) {
  .site-shell {
    padding-top: clamp(34px, 4vw, 72px);
    padding-bottom: 24px;
  }

  .hero {
    grid-template-columns: minmax(390px, 0.88fr) minmax(560px, 1.12fr);
    gap: clamp(36px, 5vw, 84px);
  }

  .hero-copy {
    text-align: left;
    align-self: center;
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(4.6rem, 5.8vw, 6.2rem);
  }

  .short-rule {
    margin-left: 0;
    margin-right: 0;
  }

  .coming {
    font-size: clamp(0.82rem, 1vw, 0.98rem);
  }

  .meanwhile-block {
    margin-top: 34px;
  }

  .circle-stage {
    width: 100%;
    max-width: 700px;
    height: min(68vh, 620px);
    min-height: 520px;
    margin: 0;
    align-self: center;
  }

  .circle {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
  }

  .circle-music {
    width: clamp(180px, 14vw, 228px);
    left: 22%;
    top: 0;
  }

  .circle-biography {
    width: clamp(164px, 12vw, 205px);
    left: 0;
    top: 31%;
  }

  .circle-td {
    width: clamp(198px, 15vw, 244px);
    left: 49%;
    top: 14%;
  }

  .circle-contact {
    width: clamp(160px, 12vw, 202px);
    right: 0;
    top: 38%;
  }

  .circle-photography {
    width: clamp(174px, 13vw, 220px);
    left: 39%;
    top: 58%;
  }
}

/* Tablet */
@media (min-width: 641px) and (max-width: 1023px) {
  .site-shell {
    max-width: 900px;
  }

  .hero-copy {
    max-width: 700px;
    margin: 0 auto;
  }

  .circle-stage {
    max-width: 720px;
  }
}

/* Smartphone */
@media (max-width: 640px) {
  .site-shell {
    padding: 42px 20px 18px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 5.7rem);
  }

  .short-rule {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .coming {
    font-size: 0.79rem;
    letter-spacing: 0.285em;
  }

  .meanwhile-block {
    margin-top: 32px;
  }

  .circle-stage {
    height: 340px;
    margin-top: 34px;
  }

  .circle {
    font-size: 0.87rem;
    padding: 14px;
  }

  .circle-music {
    width: 126px;
    left: 22%;
    top: 0;
  }

  .circle-biography {
    width: 118px;
    left: 0;
    top: 33%;
  }

  .circle-td {
    width: 136px;
    left: 47%;
    top: 14%;
  }

  .circle-contact {
    width: 108px;
    right: 0;
    top: 41%;
  }

  .circle-photography {
    width: 122px;
    left: 39%;
    top: 59%;
  }

  .site-footer {
    font-size: 0.72rem;
  }
}

@media (max-width: 390px) {
  .site-shell {
    padding-inline: 16px;
  }

  .circle-stage {
    transform: scale(0.92);
    transform-origin: top center;
    margin-bottom: -20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
}
