:root {
  --paper: #fbf9f3;
  --ink: #101010;
  --soft-ink: #55504b;
  --line: rgba(16, 16, 16, 0.16);
  --wine: #a92a3a;
  --gold: #d7b86a;
  --green: #385f53;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Newsreader", Georgia, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.site-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background: var(--ink);
}

.topline {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-family: "Antonio", sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.topline a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.topline a:hover {
  border-color: currentColor;
}

.hero-still {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(16, 16, 16, 0.64), rgba(16, 16, 16, 0.1) 48%, rgba(255, 255, 255, 0.25)),
    url("https://drive.google.com/thumbnail?id=1QDjlTnSbtXqbjbDgQZymYn8S8BSNvgL_&sz=w2000") center / cover;
  filter: saturate(0.96) contrast(1.04) brightness(1.05);
  transform: scale(1.02);
}

.white-edit {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0.78);
}

.edit-one {
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  top: 9%;
  right: 8%;
  border: 1px solid;
  border-radius: 50%;
}

.edit-two {
  width: min(52vw, 720px);
  height: 1px;
  left: -4%;
  top: 32%;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-8deg);
}

.edit-three {
  width: min(30vw, 360px);
  height: min(14vw, 180px);
  left: 9%;
  bottom: 16%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(7deg);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0 48px;
}

.kicker,
.section-label,
.sample-card span,
.sample-card a,
.dance-copy a {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

.kicker,
.section-label {
  color: var(--gold);
  font-size: 0.9rem;
}

h1 {
  max-width: 840px;
  margin-top: 14px;
  color: #ffffff;
  font-family: "Imperial Script", cursive;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 0.82;
  text-shadow: 0 8px 28px rgba(16, 16, 16, 0.5);
}

.hero-content p:last-child {
  max-width: 560px;
  margin-top: 18px;
  font-size: 1.34rem;
  line-height: 1.24;
}

.poster-panel {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.poster-panel img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.05);
}

.poster-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(16, 16, 16, 0.8), transparent 56%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 36%);
}

.poster-title {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 58px;
}

.poster-title h2 {
  max-width: 820px;
  margin-top: 8px;
  color: #ffffff;
  font-family: "Imperial Script", cursive;
  font-size: 8rem;
  font-weight: 400;
  line-height: 0.86;
  text-shadow: 0 8px 28px rgba(16, 16, 16, 0.55);
}

.sample-board {
  padding: 82px 20px;
  background:
    linear-gradient(0deg, rgba(251, 249, 243, 0.95), rgba(251, 249, 243, 0.78)),
    url("https://drive.google.com/thumbnail?id=1BYw3ejbA3BgOaKYdSFzXXn8RfZuqi_Y_&sz=w2000") center / cover fixed;
}

.sample-heading,
.sample-grid,
.dance-study {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.sample-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.sample-card {
  grid-column: span 4;
  min-height: 290px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(16, 16, 16, 0.08);
  backdrop-filter: blur(10px);
}

.sample-card:nth-child(2),
.sample-card:nth-child(3) {
  grid-column: span 6;
}

.sample-card span {
  color: var(--wine);
  font-size: 0.82rem;
}

.sample-card h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.sample-card p,
.dance-copy p {
  color: var(--soft-ink);
  font-size: 1.1rem;
  line-height: 1.34;
}

.sample-card a,
.dance-copy a {
  width: fit-content;
  font-size: 0.86rem;
}

.sample-card > a,
.dance-copy a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.link-cloud,
.link-stack {
  display: flex;
  gap: 8px;
}

.link-cloud {
  flex-wrap: wrap;
}

.link-stack {
  align-items: flex-start;
  flex-direction: column;
}

.link-cloud a,
.link-stack a {
  padding: 7px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.sound-card {
  color: #ffffff;
  background: rgba(16, 16, 16, 0.88);
}

.sound-card span,
.sound-card p,
.sound-card a {
  color: rgba(255, 255, 255, 0.82);
}

.dance-study {
  padding: 78px 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: center;
}

.dance-copy {
  display: grid;
  gap: 16px;
}

.dance-copy .section-label {
  color: var(--wine);
}

.dance-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: var(--ink);
}

.dance-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 900px) {
  .site-hero {
    min-height: 78svh;
  }

  .topline {
    justify-content: flex-start;
    left: 18px;
    right: 18px;
    gap: 14px;
    font-size: 0.78rem;
  }

  .hero-content {
    width: min(100% - 28px, 1080px);
    padding-bottom: 34px;
  }

  h1,
  .poster-title h2 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .poster-panel {
    min-height: 78svh;
  }

  .poster-title {
    width: min(100% - 28px, 1080px);
    padding-bottom: 34px;
  }

  .sample-board {
    padding: 54px 14px;
    background-attachment: scroll;
  }

  .sample-grid,
  .dance-study {
    grid-template-columns: 1fr;
  }

  .sample-card,
  .sample-card:nth-child(2),
  .sample-card:nth-child(3) {
    grid-column: auto;
  }

  .dance-study {
    width: min(100% - 28px, 1080px);
    padding: 54px 0;
    gap: 24px;
  }
}
