:root {
  --cream: #fff7d9;
  --yellow: #ffe66c;
  --panel: rgba(79,119,104,.78);
  --card: rgba(19,67,52,.58);
  --line: rgba(255,255,255,.18);
  --glow: rgba(255,230,108,.48);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Trebuchet MS", system-ui, sans-serif;
  color: var(--cream);
  background:
    linear-gradient(rgba(0, 24, 21, 0.20), rgba(0, 10, 8, 0.42)),
    url("./public/assets/magg-fishing/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.app-shell {
  min-height: 100vh;
  padding: clamp(18px,3vw,42px);
  padding-bottom: clamp(48px,6vw,72px);
  display: grid;
  place-items: center;
}

.club-panel {
  width: min(960px,94vw);
  min-height: min(900px,92vh);
  border-radius: 30px;
  padding: clamp(28px,5vw,72px);
  background: linear-gradient(180deg, rgba(140,171,169,.40), rgba(32,87,58,.74));
  box-shadow: 0 30px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
}

.title-logo {
  width: min(240px, 42vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.22));
}

.back-button {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(5,26,20,.42);
  color: var(--cream);
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 850;
  cursor: pointer;
}

.hero {
  max-width: 760px;
  margin-top: clamp(34px,7vw,92px);
  position: relative;
  z-index: 2;
}

.kicker {
  color: var(--yellow);
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.hero h1 {
  font-size: clamp(3.2rem,8vw,6.4rem);
  line-height: .92;
  margin: 0;
  max-width: 650px;
  letter-spacing: -.065em;
  text-shadow: 0 4px 20px rgba(0,0,0,.22);
}

.hero p {
  max-width: 560px;
  margin: 26px 0 0;
  font-size: clamp(1rem,1.6vw,1.16rem);
  line-height: 1.55;
  font-weight: 750;
  color: rgba(255,247,217,.94);
}

.mascot {
  position: absolute;
  top: 36%;
  right: clamp(20px,7vw,105px);
  width: clamp(120px,18vw,190px);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.28));
  pointer-events: none;
}

.choose-line {
  position: relative;
  z-index: 2;
  margin: clamp(34px,5vw,64px) 0 14px;
  font-weight: 900;
}

.welcome-audio {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: clamp(24px,4vw,40px) 0 0;
}

.welcome-audio-label {
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.welcome-audio-player {
  width: 100%;
  max-width: 480px;
  display: block;
}

.card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.nav-card {
  min-height: 122px;
  padding: 18px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--cream);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.nav-card:hover,
.nav-card:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: var(--glow);
  background: rgba(22,76,58,.78);
}

.nav-card.featured {
  grid-column: 1 / -1;
  min-height: 142px;
  background: linear-gradient(135deg, rgba(84,137,84,.82), rgba(20,78,59,.76));
  border-color: rgba(255,230,108,.36);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.14);
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.nav-card h2 {
  font-size: 1.18rem;
  margin: 0 0 8px;
}

.nav-card p {
  margin: 0;
  color: rgba(255,247,217,.82);
  line-height: 1.35;
  font-weight: 650;
}

.card-tag {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(5,26,20,.24);
  color: var(--yellow);
  font-size: .8rem;
  font-weight: 900;
}

.detail-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 760px;
}

.info-panel {
  border-radius: 18px;
  padding: 18px;
  background: rgba(5,26,20,.25);
  border: 1px solid rgba(255,255,255,.14);
}

.info-panel h2 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.info-panel p {
  margin: 0;
  color: rgba(255,247,217,.84);
  line-height: 1.45;
  font-weight: 650;
}
