:root {
  --green: #06381f;
  --green2: #00843d;
  --gold: #ffcc29;
  --red: #de3831;
  --pink: #e8175d;
  --blue: #15236f;
  --ink: #050806;
  --white: #fff;
  --cream: #fff6d1;
  --muted: rgba(255, 255, 255, 0.78);
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: var(--ink);
  color: var(--white);
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 16% 8%, rgba(232, 23, 93, 0.34), transparent 26%),
    radial-gradient(circle at 84% 7%, rgba(255, 204, 41, 0.2), transparent 23%),
    linear-gradient(135deg, #052314 0%, #06381f 38%, #080713 100%);
}
body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("/watchparties/assets/safc-pattern.svg");
  background-size: 420px;
  opacity: 0.11;
  mix-blend-mode: screen;
}
a {
  color: inherit;
}
.wrap {
  width: min(1140px, calc(100% - 28px));
  margin: 0 auto;
}
.top {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 20, 11, 0.78);
  backdrop-filter: blur(18px);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.01em;
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}
.brand small {
  display: block;
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.nav-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn,
button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}
.btn:hover,
button:hover {
  transform: translateY(-1px);
}
.primary,
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffe873);
  color: #171003;
  box-shadow: 0 16px 34px rgba(255, 204, 41, 0.22);
}
.secondary,
.btn-secondary {
  background: rgba(255, 255, 255, 0.075);
  color: var(--white);
  border: 1px solid var(--line);
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 28px;
}
.hero:before {
  content: "SAFC";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  font-weight: 1000;
  font-size: min(34vw, 330px);
  line-height: 0.78;
  color: rgba(255, 255, 255, 0.045);
  letter-spacing: -0.08em;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  align-items: center;
}
.hero-grid > div:first-child {
  padding-top: 34px;
}
.eyebrow {
  display: inline-flex;
  background: rgba(255, 204, 41, 0.13);
  border: 1px solid rgba(255, 204, 41, 0.28);
  color: var(--gold);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(48px, 9vw, 104px);
  line-height: 0.87;
  margin: 16px 0 12px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 12px 34px rgba(255, 204, 41, 0.18);
}
.copy {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.52;
  color: var(--muted);
  max-width: 720px;
}
.sa-touch {
  color: var(--cream);
  font-weight: 800;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chips {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--muted);
  font-weight: 750;
  font-size: 14px;
}
.poster-card,
.panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.poster-card {
  overflow: hidden;
}
.poster-card picture,
.poster-card img {
  display: block;
  width: 100%;
  height: auto;
}
.poster-caption {
  padding: 18px;
}
.venue-big {
  font-size: clamp(31px, 5vw, 56px);
  font-weight: 1000;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.section {
  padding: 30px 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.grid > .panel {
  height: 100%;
}
.card {
  padding: 22px;
}
.card h2 {
  font-size: clamp(29px, 4vw, 44px);
  line-height: 0.96;
  margin: 0 0 10px;
  letter-spacing: -0.035em;
}
.card h3 {
  margin: 18px 0 8px;
}
.card p {
  color: var(--muted);
  line-height: 1.55;
}
.stack {
  display: grid;
  gap: 13px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 760;
}
input,
select {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.3);
  color: var(--white);
  padding: 12px 14px;
  font: inherit;
  outline: none;
}
input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(255, 204, 41, 0.16);
}
.check {
  grid-template-columns: auto 1fr;
  align-items: start;
}
.check input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
}
.result {
  border-radius: 18px;
  padding: 16px;
  background: rgba(0, 132, 61, 0.2);
  border: 1px solid rgba(0, 132, 61, 0.4);
  line-height: 1.55;
}
.hidden {
  display: none !important;
}
.social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.sharebox {
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  padding: 14px;
  color: var(--cream);
  font-size: 15px;
  line-height: 1.5;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.step {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}
.step b {
  color: var(--gold);
}
.small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}
.footer {
  padding: 26px 0 42px;
  color: rgba(255, 255, 255, 0.58);
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
th {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .hero-grid,
  .grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .poster-card {
    max-width: 560px;
    margin: 0 auto;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 40px;
  }
  .hero-grid > div:first-child {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: min(100% - 22px, 1140px);
  }
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-actions,
  .hero-actions {
    width: 100%;
  }
  .btn,
  button {
    width: 100%;
  }
  .social {
    grid-template-columns: 1fr;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .hero h1 {
    font-size: clamp(44px, 16vw, 72px);
  }
  .card {
    padding: 18px;
  }
  .poster-caption {
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.steps-section {
  padding-top: 4px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.step {
  min-height: 112px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}
.step b {
  color: var(--gold);
}
#follow .nav-actions .btn,
#follow .nav-actions button {
  flex: 1 1 180px;
}
.hero-actions .btn:only-child {
  min-width: min(100%, 260px);
}
/* Cape Town watch-party journey refinements */
#venue-copy {
  white-space: pre-line;
}
.steps-compact {
  margin-top: 0;
}
.steps-compact .step {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.journey-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 820px;
}
.journey-grid > .panel,
.journey-grid > .join-cta-panel {
  width: 100%;
}
.join-cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.join-cta-button {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-align: center;
  min-width: min(100%, 340px);
}
.social {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.social .btn {
  color: #fff;
}
.social-instagram {
  background: linear-gradient(135deg, var(--pink), #ff4f91);
  box-shadow: 0 16px 34px rgba(232, 23, 93, 0.28);
}
.social-tiktok {
  background: linear-gradient(135deg, var(--gold), #ffe873);
  color: #171003 !important;
  box-shadow: 0 16px 34px rgba(255, 204, 41, 0.24);
}
.social-youtube {
  background: linear-gradient(135deg, var(--red), #ff625c);
  box-shadow: 0 16px 34px rgba(222, 56, 49, 0.28);
}
.share-actions .btn,
.share-actions button {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.share-actions .btn:hover,
.share-actions button:hover {
  background: rgba(255, 255, 255, 0.16);
}
#follow {
  padding-bottom: 20px;
}
.footer {
  font-weight: 760;
  line-height: 1.45;
}
@media (max-width: 640px) {
  .social {
    grid-template-columns: 1fr;
  }
  .steps-compact .step {
    min-height: 86px;
  }
  .join-cta-button {
    width: 100%;
  }
}
