/* ============================================================
   52 HITTAS PROFESSIONAL SPADES LEAGUE — DESIGN SYSTEM
   ============================================================ */

:root {
  --black: #0a0908;
  --black-soft: #121110;
  --panel: #171513;
  --panel-2: #1e1b18;
  --line: rgba(212, 175, 90, 0.16);
  --white: #f5f2ea;
  --white-dim: #cfc9ba;
  --gold: #d4af5a;
  --gold-bright: #f0d38a;
  --red: #7a1621;
  --red-bright: #a3212e;
  --shadow: 0 20px 60px rgba(0,0,0,0.55);
  --radius: 2px;
  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Bebas Neue', 'Oswald', 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 0 0 0.5em;
  color: var(--white);
}

h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

p { color: var(--white-dim); margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1em;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

section { position: relative; padding: clamp(64px, 10vw, 120px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }

.divider {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1.4em 0 2em;
}
.divider.center { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.35s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 60%, #b8903f);
  color: #1a1305;
}
.btn-primary:hover { filter: brightness(1.12); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212,175,90,0.25); }
.btn-outline {
  border-color: rgba(245,242,234,0.35);
  color: var(--white);
  background: transparent;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-red {
  background: linear-gradient(135deg, var(--red-bright), var(--red));
  color: var(--white);
}
.btn-red:hover { filter: brightness(1.15); transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }
.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Nav ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,9,8,0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s var(--ease);
}
.nav-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--white);
}
.logo .mark {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  transform: rotate(0deg);
}
.logo-img {
  width: 42px; height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(212,175,90,0.5);
  flex-shrink: 0;
  background: #000;
}
.logo .sub { color: var(--gold); font-family: 'Oswald', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; display:block; margin-top: 1px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.9vw, 18px);
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-dim);
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
  border-color: var(--gold);
}
.nav-links a:focus-visible {
  color: var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.nav-cta { display: none; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--gold);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

/* No JavaScript in this test build, so the nav never relies on a
   toggle button or an off-canvas panel. Below 1300px the links simply
   wrap onto additional rows and stay fully visible and clickable. */
@media (max-width: 1300px) {
  .nav-wrap { flex-wrap: wrap; row-gap: 12px; }
  .nav-links {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    gap: 10px 18px;
  }
  .nav-links a { font-size: 0.85rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 20%, rgba(212,175,90,0.14), transparent 55%),
    radial-gradient(ellipse at 82% 78%, rgba(122,22,33,0.28), transparent 55%),
    linear-gradient(180deg, #0a0908 0%, #100d0b 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.hero-suits {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.5;
}
.hero-suits svg { position: absolute; }
.hero-tag { color: var(--gold); font-family:'Oswald',sans-serif; letter-spacing:.3em; font-size:.72rem; text-transform:uppercase; }
.hero h1 { margin-top: 0.3em; }
.hero .lede { font-size: 1.08rem; max-width: 620px; color: var(--white-dim); }

.gold-word { color: var(--gold); }

/* ---------- Cards / Grid ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: linear-gradient(160deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.card:hover { transform: translateY(-6px); border-color: rgba(212,175,90,0.5); box-shadow: var(--shadow); }
.card .icon { color: var(--gold); margin-bottom: 14px; }
.card h3 { margin-bottom: 0.4em; }
.card p { margin-bottom: 0; font-size: 0.94rem; }

.stat-card { text-align: left; }
.stat-card .num { font-family:'Bebas Neue',sans-serif; font-size: 2.4rem; color: var(--gold); display:block; }
.stat-card .label { font-family:'Oswald',sans-serif; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: var(--white-dim); }

/* image placeholder block (no stock photography used) */
.media-frame {
  position: relative;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(135deg, rgba(212,175,90,0.05) 0 2px, transparent 2px 22px),
    linear-gradient(160deg, #1c1917, #0e0c0b);
  aspect-ratio: 4/5;
  display: flex; align-items: flex-end;
  padding: 22px;
  overflow: hidden;
}
.media-frame.wide { aspect-ratio: 16/9; }
.media-frame .tag {
  font-family:'Oswald',sans-serif; font-size:.66rem; letter-spacing:.18em; text-transform:uppercase;
  color: var(--gold); border: 1px solid var(--line); padding: 8px 12px; background: rgba(10,9,8,0.6);
}
.media-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(212,175,90,0.08), transparent 60%);
  pointer-events: none;
}
.media-frame img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.media-frame.contain img {
  object-fit: contain;
  padding: 26px;
}
.media-frame .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,9,8,0) 45%, rgba(10,9,8,0.88) 100%);
  z-index: 1;
}
.media-frame .tag { position: relative; z-index: 2; }

/* ---------- Badges / Pills ---------- */
.pill {
  display: inline-block;
  font-family:'Oswald',sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 8px 8px 0;
}
.pill.red { color: #ff8f97; border-color: rgba(163,33,46,0.5); }

/* ---------- Belt / suit motif divider ---------- */
.suit-row {
  display: flex; gap: 18px; align-items: center;
  opacity: 0.9; margin: 1.6em 0;
}
.suit-row svg { width: 20px; height: 20px; }

/* ---------- Callout / banner sections ---------- */
.callout {
  background: linear-gradient(135deg, #15120f, #0a0908 70%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.callout h2 { max-width: 800px; margin-inline: auto; }
.callout p { max-width: 620px; margin-inline: auto; }

.callout-dark { background: var(--black-soft); }

/* two-col layout */
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}
.two-col.reverse { grid-template-columns: 0.9fr 1.1fr; }
.two-col.reverse .media-frame { order: 2; }
@media (max-width: 860px) {
  .two-col, .two-col.reverse { grid-template-columns: 1fr; }
  .two-col.reverse .media-frame { order: 0; }
}

/* ---------- Timeline / list ---------- */
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li {
  display: flex; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--white-dim);
  font-size: 0.96rem;
}
.info-list li:last-child { border-bottom: none; }
.info-list svg { flex-shrink: 0; margin-top: 3px; color: var(--gold); }

/* at-a-glance table */
.glance {
  width: 100%; border-collapse: collapse;
}
.glance tr { border-bottom: 1px solid var(--line); }
.glance tr:last-child { border-bottom: none; }
.glance td { padding: 13px 4px; vertical-align: top; }
.glance td:first-child {
  font-family:'Oswald',sans-serif; font-size:.68rem; letter-spacing:.14em; text-transform:uppercase;
  color: var(--gold); width: 42%; white-space: nowrap; padding-right: 18px;
}
.glance td:last-child { color: var(--white); }
@media (max-width: 620px) {
  .glance td:first-child { white-space: normal; width: 100%; }
}

/* quote */
.statement {
  border-left: 2px solid var(--gold);
  padding-left: 26px;
  font-family:'Oswald',sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--white);
  font-style: italic;
  line-height: 1.5;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--black-soft);
  border-top: 1px solid var(--line);
  padding: 60px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 40px;
}
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 {
  font-family:'Oswald',sans-serif; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.footer-links { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-links a { color: var(--white-dim); font-size: 0.9rem; transition: color 0.25s; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); outline: none; }
.powered-row { text-align: center; margin-bottom: 26px; }
.powered-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(212,175,90,0.05);
  font-family: 'Oswald', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.powered-badge:hover { border-color: rgba(212,175,90,0.55); background: rgba(212,175,90,0.09); }
.powered-badge img {
  width: 20px; height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(212,175,90,0.5);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: space-between;
  font-size: 0.78rem;
  color: rgba(207,201,186,0.55);
}
.footer-bottom a { color: rgba(207,201,186,0.7); }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Reveal animation ----------
   This test build has no JavaScript at all, so the scroll-reveal effect
   never activates — every ".reveal" element simply stays at its normal,
   fully visible state. */
.reveal { opacity: 1; transform: none; }

/* ---------- Page header (interior pages) ---------- */
.page-hero {
  padding: 150px 0 70px;
  background:
    radial-gradient(ellipse at 85% 10%, rgba(212,175,90,0.12), transparent 55%),
    linear-gradient(180deg, #0a0908, #100d0b);
  border-bottom: 1px solid var(--line);
}
.page-hero .lede { max-width: 680px; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mx-auto { margin-left:auto; margin-right:auto; }
.mt-lg { margin-top: 60px; }
.small-note {
  font-size: 0.82rem;
  color: rgba(207,201,186,0.55);
  font-style: italic;
}
.tag-strip { display:flex; flex-wrap:wrap; gap:10px; margin: 18px 0 0; }

.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }

hr.rule { border: none; border-top: 1px solid var(--line); margin: 3em 0; }

/* ---------- Shop page: product cards ---------- */
.product-card {
  background: linear-gradient(160deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.product-card:hover { transform: translateY(-6px); border-color: rgba(212,175,90,0.5); box-shadow: var(--shadow); }
.product-card .product-image {
  aspect-ratio: 1/1;
  max-height: 340px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
  display: block;
}
@media (max-width: 900px) {
  .product-card .product-image { max-height: 280px; }
  .product-card .product-image img { max-height: 280px; }
}
@media (max-width: 620px) {
  .product-card .product-image { max-height: 260px; }
  .product-card .product-image img { max-height: 260px; }
}
.product-card .product-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.product-card h3 { font-size: 1.1rem; margin-bottom: 0.3em; }
.product-price {
  font-family: 'Oswald', sans-serif;
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.7em;
}
.product-card p.desc { font-size: 0.87rem; flex: 1; }
.product-card .btn { margin-top: 16px; align-self: flex-start; }

/* ---------- Shop page: custom order form ---------- */
.order-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.order-form .field-full { grid-column: 1 / -1; }
@media (max-width: 700px) { .order-form { grid-template-columns: 1fr; } }
.field label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  border-radius: 2px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 100px; }
.field input[type="file"] { padding: 10px; font-size: 0.82rem; }
.form-note-box {
  border: 1px dashed rgba(212,175,90,0.4);
  padding: 24px;
  background: rgba(212,175,90,0.03);
  font-size: 0.88rem;
  color: var(--white-dim);
  margin-top: 28px;
}
.form-note-box strong { color: var(--gold); }
#order-status {
  margin-top: 18px;
 