.specialty-page {
  min-height: 100vh;
  color: #f6f3eb;
  font-family: "Geist", sans-serif;
}

.specialty-page *,
.specialty-page *::before,
.specialty-page *::after {
  box-sizing: border-box;
}

.specialty-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.specialty-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.specialty-brand,
.specialty-nav a,
.specialty-page button,
.specialty-page input,
.specialty-page textarea {
  font: inherit;
}

.specialty-brand {
  color: inherit;
  font-size: 1.05rem;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  text-decoration: none;
}

.specialty-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.specialty-nav-links a,
.specialty-footer a,
.specialty-back {
  color: rgba(246,243,235,.72);
  text-decoration: none;
}

.specialty-nav-links a:hover,
.specialty-footer a:hover,
.specialty-back:hover {
  color: #fff;
}

.specialty-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: clamp(36px, 8vw, 110px);
  padding: clamp(72px, 10vw, 132px) 0 72px;
}

.specialty-kicker {
  margin: 0 0 18px;
  color: #f3a95e;
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.specialty-hero h1,
.football-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .84;
}

.specialty-summary {
  margin: 0;
  color: rgba(246,243,235,.8);
  font-size: clamp(1.08rem, 2vw, 1.48rem);
  line-height: 1.45;
}

.specialty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}

.specialty-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  font-size: .78rem;
}

.specialty-primary,
.football-sound-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: #f3a95e;
  color: #15120f;
  font-weight: 780;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.specialty-primary:hover,
.football-sound-action:hover {
  transform: translateY(-2px);
  background: #ffc27f;
  box-shadow: 0 14px 36px rgba(0,0,0,.24);
}

.specialty-proof {
  padding: 28px 0 100px;
}

.specialty-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.specialty-section-head h2,
.football-grid-title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proof-tile {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(243,169,94,.34), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.proof-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 34%, rgba(3,3,8,.9) 100%);
  pointer-events: none;
}

.proof-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.proof-tile:hover img {
  transform: scale(1.035);
}

.proof-tile:nth-child(even) {
  background:
    radial-gradient(circle at 18% 14%, rgba(104,193,255,.28), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
}

.proof-tile:hover {
  transform: translateY(-5px) scale(1.008);
  border-color: rgba(255,255,255,.36);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}

.proof-tile small {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
  color: rgba(255,255,255,.6);
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.proof-tile strong {
  position: relative;
  z-index: 2;
  max-width: 550px;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  letter-spacing: -.045em;
  line-height: 1.03;
}

.proof-tile span {
  position: relative;
  z-index: 2;
  margin-top: 13px;
  color: #f3a95e;
  font-size: .88rem;
  font-weight: 700;
}

.specialty-empty {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.05);
}

.specialty-empty p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.04rem;
  line-height: 1.5;
}

.specialty-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .84rem;
}

.specialty-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.football-hero {
  max-width: 930px;
  padding: clamp(72px, 10vw, 130px) 0 56px;
}

.football-hero h1 {
  font-size: clamp(3.3rem, 8vw, 7.4rem);
}

.football-hero p:last-child {
  max-width: 700px;
  margin: 30px 0 0;
  color: rgba(246,243,235,.78);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.48;
}

.football-sounds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 0 92px;
}

.football-card {
  display: grid;
  min-height: 310px;
  align-content: space-between;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
}

.football-card h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.7rem);
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .93;
}

.football-card p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.48;
}

.football-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.football-proof-link {
  color: rgba(255,255,255,.73);
  font-size: .88rem;
  text-decoration: none;
}

.football-proof-link:hover {
  color: #fff;
}

.tiktok-dialog {
  width: min(430px, calc(100% - 22px));
  height: min(820px, calc(100dvh - 22px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: #05050a;
  box-shadow: 0 30px 100px rgba(0,0,0,.65);
}

.tiktok-dialog::backdrop {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(10px);
}

.tiktok-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tiktok-dialog button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(5,5,10,.82);
  color: #fff;
  cursor: pointer;
}

@media (max-width: 760px) {
  .specialty-wrap { width: min(100% - 22px, 1180px); }
  .specialty-nav { min-height: 64px; }
  .specialty-nav-links a:not(:last-child) { display: none; }
  .specialty-hero { grid-template-columns: 1fr; align-items: start; padding-top: 56px; }
  .specialty-hero h1 { font-size: clamp(3.4rem, 18vw, 6.2rem); }
  .proof-grid,
  .football-sounds { grid-template-columns: 1fr; }
  .proof-tile { min-height: 260px; }
  .specialty-empty { align-items: flex-start; flex-direction: column; }
  .specialty-footer { flex-direction: column; }
  .football-card { min-height: 280px; }
}
