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

:root {
  --ink: #31101f;
  --wine: #b71948;
  --wine-dark: #76112f;
  --cream: #fffaf6;
  --line: #eadbd5;
  --muted: #6d5c61;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: #171217; font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.page-width { width: min(900px, calc(100% - 48px)); margin-inline: auto; }

.hero-shell {
  min-height: 666px;
  overflow: hidden;
  position: relative;
  background: #fffaf6;
}
.hero-shell::after {
  content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; right: -130px; top: 67px;
  background: #d95767; z-index: 0;
}
.site-header { height: 116px; display: flex; align-items: center; gap: 34px; position: relative; z-index: 4; }
.brand { width: 205px; height: 70px; display: flex; align-items: center; flex: 0 0 auto; overflow: hidden; }
.brand img { display: block; width: 205px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; font-size: 12px; font-weight: 600; white-space: nowrap; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--wine); }
.join-button { background: linear-gradient(110deg, #cb2750, #9c1640); color: #fff; border-radius: 28px; padding: 15px 25px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu { position: relative; }
.menu summary { width: 27px; height: 28px; cursor: pointer; list-style: none; display: grid; place-content: center; gap: 5px; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary i { display: block; width: 20px; height: 2px; background: #fff; border-radius: 4px; }
.menu-panel { position: absolute; right: 0; top: 38px; width: 190px; padding: 15px; display: grid; gap: 8px; border-radius: 15px; background: #fff; box-shadow: 0 16px 45px #55152d30; font-size: 13px; }

.hero { height: 550px; display: grid; grid-template-columns: 55% 45%; position: relative; z-index: 2; }
.hero-copy { padding-top: 55px; position: relative; z-index: 2; }
.eyebrow { display: none; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(43px, 5vw, 60px); line-height: 1.08; letter-spacing: -3.5px; font-weight: 800; }
.hero h1 span { color: #b41b48; }
.hero-description { margin: 24px 0 0; color: #3d2730; font-size: 14px; line-height: 1.5; }
.hero-actions { margin-top: 39px; display: flex; gap: 31px; align-items: center; }
.primary-button, .club-button { display: inline-flex; height: 51px; align-items: center; gap: 16px; padding-left: 25px; border-radius: 30px; color: #fff; background: linear-gradient(105deg, #b51d48, #991039); font-size: 12px; font-weight: 700; }
.primary-button .arrow { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: #fffaf8; font-size: 20px; }
.play-link { display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 600; }
.play { width: 43px; height: 43px; border: 1px solid #dbbfc0; border-radius: 50%; display: grid; place-items: center; color: var(--wine); font-size: 13px; padding-left: 2px; }
.benefits { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit { display: flex; align-items: center; gap: 12px; }
.benefit-icon { width: 51px; height: 51px; flex: 0 0 51px; border-radius: 50%; display: grid; place-items: center; background: #fbf0e9; color: #5b1430; font-size: 25px; }
.benefit p { margin: 0; font-size: 10px; line-height: 1.55; font-weight: 600; }
.hero-art { position: relative; height: 540px; z-index: 2; }
.hero-shape { position: absolute; right: -55px; top: 0; z-index: 1; width: 520px; height: 520px; overflow: hidden; border-radius: 50%; background: #781331; transform: none; }
.hero-shape::before { content: ""; position: absolute; left: -65px; bottom: 58px; width: 610px; height: 190px; border-radius: 50%; background: #c5264e; transform: rotate(-8deg); }
.hero-shape::after { content: ""; position: absolute; left: 115px; bottom: -48px; width: 470px; height: 185px; border-radius: 50%; background: #df6570; transform: rotate(12deg); }
.hero-glass { position: absolute; left: 18px; top: -3px; z-index: 4; width: 360px; height: 530px; object-fit: contain; filter: drop-shadow(8px 18px 16px #4b162236); }
.vinyl-stack { position: absolute; right: -5px; bottom: 76px; z-index: 3; width: 170px; height: 170px; filter: drop-shadow(0 13px 20px #3b071b52); }
.vinyl { position: absolute; display: block; border-radius: 50%; background:
  radial-gradient(circle, #fff7ee 0 4px, #c82750 5px 20%, #81102f 20.5% 23%, transparent 23.5%),
  repeating-radial-gradient(circle, #1c1116 0 3px, #332129 3.5px 5px, #160d12 5.5px 7px);
  border: 2px solid #fff7f1; box-shadow: inset 0 0 0 1px #ffffff2b, 0 8px 18px #3d091e63; }
.vinyl::before { content: ""; position: absolute; inset: 9%; border-radius: 50%; border: 1px solid #ffffff24; box-shadow: inset 0 0 0 1px #00000048; }
.vinyl::after { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #fffaf2; transform: translate(-50%, -50%); box-shadow: 0 0 0 2px #551027; }
.vinyl i { position: absolute; left: 14%; top: 16%; width: 14%; height: 4%; border-radius: 50%; background: #ffffff20; transform: rotate(-30deg); }
.vinyl-front { width: 136px; height: 136px; left: 0; top: 0; z-index: 2; animation: vinyl-spin 7s linear infinite; }
.vinyl-back { width: 112px; height: 112px; right: 0; bottom: 0; z-index: 1; animation: vinyl-spin-reverse 9s linear infinite; }
@keyframes vinyl-spin { to { transform: rotate(360deg); } }
@keyframes vinyl-spin-reverse { to { transform: rotate(-360deg); } }

.events-section { padding: 30px 0 28px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.section-heading h2 { margin: 0; padding-left: 17px; position: relative; font-size: 18px; font-weight: 800; }
.section-heading h2::before { content: ""; position: absolute; left: 0; top: 2px; width: 4px; height: 22px; background: #ce1d4c; border-radius: 4px; }
.outline-button { min-width: 143px; height: 47px; border: 1px solid var(--line); border-radius: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--wine); font-size: 11px; font-weight: 700; }
.outline-button .arrow { font-size: 22px; }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.event-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 17px; background: #fffaf7; }
.event-photo { height: 195px; position: relative; overflow: hidden; background-image: url('/assets/img/reference.png'); background-repeat: no-repeat; background-size: 1024px 1536px; }
.event-photo > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.event-photo-one { background-position: -63px -758px; }
.event-photo-two { background-position: -299px -758px; }
.event-photo-three { background-position: -533px -758px; }
.event-photo-four { background-position: -756px -758px; }
.event-date { width: 67px; height: 91px; padding-top: 7px; position: absolute; left: 0; top: 0; z-index: 2; border-radius: 0 0 16px 0; display: flex; flex-direction: column; align-items: center; background: #fffdf9; color: var(--ink); }
.event-date strong { font-size: 29px; line-height: 1; font-weight: 500; }
.event-date b { text-transform: uppercase; font-size: 10px; margin: 2px 0 8px; }
.event-date span { padding-top: 7px; border-top: 1px solid #eee0da; font-size: 8px; }
.event-tag { position: absolute; right: 10px; top: 12px; z-index: 2; border: 1px solid #d45a75; border-radius: 15px; padding: 4px 9px; color: #b61b46; background: #fffaf9dd; text-transform: uppercase; font-size: 8px; font-weight: 700; }
.event-body { min-height: 162px; padding: 12px 14px 11px; display: flex; flex-direction: column; }
.event-body h3 { margin: 0 0 10px; font-size: 14px; line-height: 1.35; font-weight: 800; letter-spacing: -.2px; }
.event-body > p { margin: 0; color: #493d40; font-size: 9px; line-height: 1.6; }
.event-meta { margin-top: auto; display: flex; align-items: center; color: #6a5159; font-size: 8px; white-space: nowrap; }
.event-meta > span { margin-right: 5px; color: #d51e4e; font-size: 13px; }
.event-meta button { margin-left: auto; width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); background: transparent; cursor: pointer; font-size: 17px; }

.club-card { height: 255px; margin-top: 0; margin-bottom: 19px; overflow: hidden; position: relative; border-radius: 20px; display: grid; grid-template-columns: 44% 32% 24%; color: #fff; background:
  radial-gradient(circle at 90% 50%, #771234 0 90px, transparent 91px),
  radial-gradient(circle at 68% 60%, #cb3156 0 150px, transparent 151px),
  linear-gradient(120deg, #3d0a23 0%, #7b1236 45%, #bd204e 100%); }
.club-card::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 45%; background: #a51845aa; left: 210px; top: -180px; transform: rotate(45deg); }
.club-copy { padding: 36px 0 25px 107px; position: relative; z-index: 2; }
.club-kicker { position: relative; }
.club-kicker small { font-size: 9px; color: #f2dce2; }
.round-glass { position: absolute; left: -74px; top: 1px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #c72a53; border: 1px solid #e05976; font-size: 28px; }
.club-copy h2 { margin: 6px 0 8px; font-size: 24px; line-height: 1.1; }
.club-copy p { margin: 0; color: #f7e8ec; font-size: 10px; line-height: 1.45; }
.club-button { margin-top: 16px; height: 43px; padding: 0 17px 0 22px; background: #c82250; }
.club-button .arrow { font-size: 20px; margin-left: 8px; }
.club-image { position: relative; overflow: hidden; z-index: 1; }
.club-image img { position: absolute; width: 1024px; height: 1536px; max-width: none; left: -520px; top: -1146px; mix-blend-mode: lighten; }
.stats { padding: 32px 20px 25px 0; position: relative; z-index: 2; display: grid; align-content: center; gap: 19px; }
.stats > div { display: flex; align-items: center; gap: 13px; }
.stats > div > span { width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; display: grid; place-items: center; background: #66102f; font-size: 22px; }
.stats p { margin: 0; font-size: 9px; line-height: 1.25; }
.stats b { display: block; margin-bottom: 2px; font-size: 20px; }

.footer { min-height: 102px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.subscribe label, .socials p { display: block; margin: 0 0 8px; font-size: 9px; }
.subscribe > div { width: 255px; height: 42px; border: 1px solid var(--line); border-radius: 13px; display: flex; }
.subscribe input { flex: 1; min-width: 0; padding: 0 14px; border: 0; outline: none; background: transparent; font-size: 9px; }
.subscribe button { width: 42px; height: 42px; margin: -1px -1px -1px 0; border: 0; border-radius: 50%; background: linear-gradient(140deg, #c72750, #9e123e); color: #fff; font-size: 18px; cursor: pointer; }
.footer .brand { justify-self: center; }
.brand-compact { width: 190px; height: 66px; }
.brand-compact img { width: 190px; }
.form-note { min-height: 14px; margin: 6px 0 0; color: var(--wine); font-size: 9px; }
.socials { justify-self: end; }
.socials > div { display: flex; gap: 14px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--wine); font-size: 13px; font-weight: 800; }

@media (max-width: 930px) {
  .page-width { width: min(720px, calc(100% - 36px)); }
  .main-nav { display: none; }
  .site-header { gap: 18px; }
  .join-button { margin-left: auto; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-top: 42px; }
  .hero h1 { font-size: 46px; }
  .hero-shape { right: -105px; width: 490px; height: 490px; }
  .hero-glass { left: -4px; }
  .benefit p { display: none; }
  .benefits { width: 200px; }
  .club-copy { padding-left: 80px; }
  .event-grid { overflow-x: auto; grid-template-columns: repeat(4, 215px); padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .event-card { scroll-snap-align: start; }
}

@media (max-width: 680px) {
  .page-width { width: min(100% - 28px, 480px); }
  .hero-shell { min-height: 930px; }
  .site-header { height: 90px; }
  .join-button { display: none; }
  .brand { width: 165px; height: 58px; }
  .brand img { width: 165px; }
  .menu { margin-left: auto; }
  .menu summary i { background: var(--wine-dark); }
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding-top: 25px; }
  .eyebrow { display: block; margin: 0 0 12px; color: var(--wine); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); letter-spacing: -2.5px; }
  .hero-description { font-size: 13px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 15px; margin-top: 28px; align-items: flex-start; flex-direction: column; }
  .benefits { margin-top: 28px; width: 100%; display: flex; justify-content: space-between; }
  .benefit p { display: none; }
  .hero-art { height: 390px; margin-top: 10px; }
  .hero-shape { width: 420px; height: 420px; right: 50%; top: -4px; transform: translateX(55%); }
  .hero-shape::before { left: -75px; bottom: 44px; width: 520px; height: 150px; }
  .hero-shape::after { left: 90px; bottom: -42px; width: 400px; height: 145px; }
  .hero-glass { width: 278px; height: 390px; left: 50%; top: -4px; transform: translateX(-58%); }
  .vinyl-stack { width: 140px; height: 140px; right: 3px; bottom: 42px; }
  .vinyl-front { width: 112px; height: 112px; }
  .vinyl-back { width: 92px; height: 92px; }
  .events-section { padding-top: 27px; }
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 17px; }
  .outline-button { min-width: 48px; width: 48px; padding: 0; font-size: 0; }
  .event-grid { width: calc(100% + 14px); grid-template-columns: repeat(4, 255px); }
  .event-photo { height: 205px; }
  .event-body { min-height: 175px; }
  .club-card { height: auto; min-height: 520px; margin-top: 7px; grid-template-columns: 1fr; grid-template-rows: auto 180px auto; }
  .club-copy { padding: 35px 28px 20px 95px; }
  .club-image img { left: 50%; top: -1192px; transform: translateX(-50%); }
  .stats { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px 18px 26px; }
  .stats > div { flex-direction: column; gap: 6px; align-items: center; text-align: center; }
  .stats b { font-size: 17px; }
  .footer { padding: 28px 0; grid-template-columns: 1fr; gap: 26px; justify-items: center; }
  .subscribe, .socials { justify-self: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vinyl { animation-play-state: paused; }
}
