/* ============================================================
   JUVENTUS PHOENIX. Black / White / Gold
   ============================================================ */

:root {
  --black: #0a0a0a;
  --black-2: #141414;
  --black-3: #1c1c1c;
  --white: #ffffff;
  --off-white: #f4f4f1;
  --gold: #c9a449;
  --gold-bright: #e6c062;
  --gold-deep: #8a6f25;
  --gray-1: #2a2a2a;
  --gray-2: #555;
  --gray-3: #999;
  --gray-4: #d9d9d9;

  --font-display: "Oswald", "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --container: 1280px;
  --radius: 2px;
  --shadow-lg: 0 30px 80px -20px rgba(0, 0, 0, 0.6);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--white);
  background: var(--black);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* ---------- TYPOGRAPHY ---------- */
.display { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.95; }
.eyebrow { font-family: var(--font-body); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 0.65rem; }
.eyebrow::before { content: ""; width: 2.25rem; height: 1px; background: var(--gold); }

.h-hero { font-size: clamp(2.75rem, 9vw, 6.5rem); }
.h-section { font-size: clamp(2rem, 5.5vw, 3.75rem); }
.h-card { font-size: clamp(1.15rem, 2.5vw, 1.5rem); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 700; line-height: 1.1; }

/* ---------- LAYOUT ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
section { padding: clamp(4rem, 9vw, 7rem) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2 { margin-top: 1rem; }
.section-head p.lead { margin-top: 1.25rem; color: var(--gray-3); font-size: 1.0625rem; line-height: 1.65; max-width: 60ch; }

/* Section dividers. Thin gold rule */
.rule { height: 1px; background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent); border: 0; opacity: 0.45; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  transition: all 0.3s var(--ease);
  white-space: nowrap;
}
.btn-primary { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 8px 24px -8px rgba(201, 164, 73, 0.6); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.4); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-dark:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1rem 0;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: padding 0.3s var(--ease);
}
.header.scrolled { padding: 0.6rem 0; }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; height: 44px; width: auto; }
.header.scrolled .brand-logo { height: 38px; }
.footer-brand .brand-logo { height: 56px; }
@media (max-width: 600px) {
  .brand-logo { height: 36px; }
  .footer-brand .brand-logo { height: 48px; }
}

.nav { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; gap: 1.75rem; }
.nav-links a { font-size: 0.85rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gray-4); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }

.menu-toggle { display: none; background: none; border: 0; color: var(--white); padding: 0.5rem; }
.menu-toggle svg { width: 28px; height: 28px; }

@media (max-width: 880px) {
  /* Remove backdrop-filter on mobile so fixed children escape its containing block */
  .header, .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(10, 10, 10, 0.98);
  }
  .nav-links {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #0a0a0a;
    flex-direction: column;
    gap: 0;
    padding: 2rem;
    margin: 0;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease);
    z-index: 99;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
  }
  .nav.open .nav-links {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.05rem;
    color: #fff;
    text-decoration: none;
  }
  .nav .btn-primary { display: none; }
  .nav.open .btn-primary {
    display: inline-flex;
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
  }
  .menu-toggle { display: inline-flex; align-items: center; position: relative; z-index: 102; }
  /* Lock body scroll when menu is open */
  body:has(.nav.open) { overflow: hidden; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(7rem, 14vw, 10rem) 0 clamp(4rem, 8vw, 6rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  opacity: 0.55;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.6) 40%, rgba(10,10,10,0.4) 100%),
    linear-gradient(to bottom, rgba(10,10,10,0.4) 0%, transparent 30%, rgba(10,10,10,0.9) 100%);
}

.hero .container { position: relative; z-index: 2; width: 100%; }

.hero-watermark {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 14vw, 11rem);
  line-height: 0.85;
  color: var(--gold);
  opacity: 0.12;
  letter-spacing: -0.02em;
  text-align: right;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
}
@media (max-width: 720px) { .hero-watermark { display: none; } }

.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.hero h1 { margin-top: 1.5rem; }
.hero h1 .gold { color: var(--gold); display: block; }
.hero p.lead {
  margin-top: 1.75rem;
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  color: var(--gray-4);
  max-width: 56ch;
  line-height: 1.55;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
@media (max-width: 560px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 560px;
}
.stat .num { font-family: var(--font-display); font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--gold); line-height: 1; }
.stat .label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-3); margin-top: 0.5rem; }



/* ============================================================
   MISSION
   ============================================================ */
.mission { background: var(--off-white); color: var(--black); }
.mission .eyebrow { color: var(--gold-deep); }
.mission .eyebrow::before { background: var(--gold-deep); }

.mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
}
@media (min-width: 880px) { .mission-grid { grid-template-columns: 1.1fr 1fr; } }

.mission-image {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.mission-image img { width: 100%; height: 100%; object-fit: cover; }
.mission-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

.mission-copy h2 { color: var(--black); }
.mission-statement {
  font-size: clamp(1.0625rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  color: var(--gray-1);
  margin: 1.5rem 0 2.5rem;
  max-width: 56ch;
}
.mission-statement strong { color: var(--black); font-weight: 600; }

.pillars { display: grid; gap: 1.25rem; }
.pillar { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.pillar:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.pillar-num { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--gold-deep); width: 2.25rem; flex-shrink: 0; padding-top: 0.1rem; }
.pillar h4 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.0625rem; font-weight: 700; margin-bottom: 0.4rem; }
.pillar p { color: var(--gray-2); font-size: 0.95rem; line-height: 1.55; }

/* ============================================================
   TRYOUTS
   ============================================================ */
.tryouts {
  background: var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tryouts::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at top, rgba(201, 164, 73, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse at bottom, rgba(201, 164, 73, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.tryouts .container { position: relative; z-index: 1; max-width: 880px; }
.tryouts h2 { margin-top: 1rem; }
.tryouts h2 .gold { color: var(--gold); }
.tryouts .lead { margin: 1.5rem auto 2.5rem; max-width: 62ch; color: var(--gray-4); font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.65; }

/* Flyer card with tryout details */
.tryout-flyer {
  margin: 0 auto;
  max-width: 960px;
  border: 1.5px solid var(--gold);
  background: linear-gradient(180deg, rgba(201,164,73,0.08) 0%, rgba(0,0,0,0.4) 100%);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}
.tryout-flyer-image {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.tryout-flyer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}
.tryout-flyer-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, transparent 70%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.tryout-poster-image {
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tryout-poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 720px) {
  .tryout-poster-image { aspect-ratio: 1 / 1; }
  .tryout-poster-image img { height: 100%; }
}
.tryout-flyer-inner {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
}
@media (max-width: 720px) {
  .tryout-flyer { grid-template-columns: 1fr; max-width: 640px; }
  .tryout-flyer-image { min-height: 220px; }
  .tryout-flyer-image::after { background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(0,0,0,0.7) 100%); }
}
.tryout-flyer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(201,164,73,0.03) 18px 19px);
  pointer-events: none;
}
.tryout-flyer-inner { position: relative; }
.tryout-flyer-inner > * { position: relative; }
.tryout-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.tryout-rows { display: grid; gap: 1.25rem; text-align: left; margin-bottom: 2rem; }
.tryout-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(201,164,73,0.18);
}
.tryout-row:last-child { border-bottom: 0; padding-bottom: 0; }
.tryout-label { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.tryout-value { color: var(--white); font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.4; font-weight: 500; }
.tryout-value small { display: block; color: var(--gray-3); font-size: 0.8125rem; font-weight: 400; margin-top: 0.25rem; }
.tryout-value--big { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 1.875rem); font-weight: 700; letter-spacing: 0.01em; }
.tryout-cta { width: 100%; justify-content: center; }
.tryout-tag-free {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  margin-left: 0.5rem;
  font-size: 0.7rem;
}
.tryout-callus {
  margin: 1rem 0 0;
  text-align: center;
  color: var(--gray-3);
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}
.tryout-phone {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,164,73,0.4);
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.tryout-phone:hover, .tryout-phone:focus {
  color: var(--white);
  border-bottom-color: var(--white);
}
.footer-phone a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.footer-phone a:hover, .footer-phone a:focus {
  color: var(--white);
}
.tryout-note {
  margin: 2rem auto 0;
  max-width: 60ch;
  color: var(--gray-4);
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .tryout-row { grid-template-columns: 1fr; gap: 0.4rem; }
  .tryout-label { font-size: 0.65rem; }
}

/* ============================================================
   INSTAGRAM
   ============================================================ */
.insta { background: var(--off-white); color: var(--black); }
.insta .eyebrow { color: var(--gold-deep); }
.insta .eyebrow::before { background: var(--gold-deep); }
.insta h2 { color: var(--black); }
.insta .section-head p.lead { color: var(--gray-2); }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
  margin: 3rem 0 2rem;
}
.insta-tile {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: var(--black);
  transition: transform 0.3s var(--ease);
}
.insta-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
  transition: transform 0.4s var(--ease), filter 0.3s;
}
.insta-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(201,164,73,0.45) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.insta-tile:hover { transform: translateY(-2px); }
.insta-tile:hover img { transform: scale(1.06); filter: none; }
.insta-tile:hover::after { opacity: 1; }
.insta-cta { display: flex; justify-content: center; }
.insta-cta .btn { display: inline-flex; align-items: center; gap: 0.6rem; }
@media (max-width: 720px) {
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   VOLUNTEER
   ============================================================ */
.volunteer {
  background: var(--black-2);
  position: relative;
  overflow: hidden;
}
.volunteer::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201, 164, 73, 0.08), transparent 60%);
  pointer-events: none;
}
.volunteer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 920px) { .volunteer-grid { grid-template-columns: 1fr 1.2fr; } }

.volunteer-copy h2 { margin-top: 1rem; }
.volunteer-copy h2 .gold { color: var(--gold); }
.volunteer-copy .lead { margin-top: 1.5rem; color: var(--gray-3); max-width: 50ch; }

.volunteer-roles { margin-top: 2rem; display: grid; gap: 0.75rem; }
.role-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gray-4);
  width: max-content;
  max-width: 100%;
}
.role-tag::before { content: ""; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

/* Easy CTA: low-friction alternatives to the form */
.staff-easy-cta {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.staff-easy-label {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--gray-4);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.staff-easy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.staff-easy-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.2rem;
  font-size: 0.875rem;
}
.staff-easy-btn svg { flex-shrink: 0; }
.field-optional {
  font-weight: 400;
  color: var(--gray-3);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0.35rem;
}

.volunteer-form {
  background: var(--black-3);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Staff Apply CTA card (replaces inline form, links to PlayMetrics) */
.volunteer-cta { display: flex; align-items: stretch; }
.volunteer-cta-card {
  background: var(--black-3);
  padding: clamp(2rem, 4.5vw, 3rem);
  border-radius: var(--radius);
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.volunteer-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0 1px, transparent 1px 18px);
  pointer-events: none;
}
.volunteer-cta-card > * { position: relative; }
.volunteer-cta-title {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0;
}
.volunteer-cta-title .gold { color: var(--gold); }
.volunteer-cta-body {
  color: var(--gray-3);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 48ch;
}
.volunteer-cta-card .btn { align-self: flex-start; margin-top: 0.5rem; }
.volunteer-cta-note {
  font-size: 0.8125rem;
  color: var(--gray-4, var(--gray-3));
  margin: 0;
  letter-spacing: 0.02em;
  opacity: 0.75;
}
.form-row { display: grid; gap: 1.25rem; }
@media (min-width: 560px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-3); }
.field input, .field select, .field textarea {
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  border-radius: var(--radius);
  transition: border-color 0.2s, background 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--black-2);
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23c9a449' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-row + .form-row { margin-top: 1.25rem; }
.form-submit { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.form-note { font-size: 0.75rem; color: var(--gray-3); line-height: 1.5; }
.form-success {
  display: none;
  padding: 2rem;
  text-align: center;
  background: rgba(201, 164, 73, 0.08);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
}
.form-success.show { display: block; }
.form-success h3 { font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.form-success p { color: var(--gray-4); }

/* ============================================================
   NEWS
   ============================================================ */
.news { background: var(--black); }
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 720px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .news-grid { grid-template-columns: repeat(2, 1fr); max-width: 1100px; margin: 0 auto; gap: 2rem; } }

.news-card {
  background: var(--black-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}
.news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--black-3);
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}
.news-card:hover .news-image img { transform: scale(1.04); }
.news-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.news-body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex: 1;
}
.news-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.news-card:hover { border-color: rgba(201, 164, 73, 0.4); transform: translateY(-4px); }
.news-card:hover::before { transform: scaleX(1); }
.news-card .cat { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.news-card .date { font-size: 0.75rem; color: var(--gray-3); }
.news-card h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.15rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.01em; }
.news-card p { font-size: 0.875rem; color: var(--gray-3); line-height: 1.55; flex: 1; }
.news-card a.more { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 0.4rem; margin-top: auto; }
.news-card a.more:hover { color: var(--gold-bright); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--black);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; } }

.footer-brand { display: flex; flex-direction: column; gap: 1rem; max-width: 360px; }

.footer-brand p { color: var(--gray-3); font-size: 0.9375rem; line-height: 1.6; }

.footer-col h5 { font-family: var(--font-display); font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-col ul { display: grid; gap: 0.75rem; }
.footer-col a { color: var(--gray-4); font-size: 0.9375rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--gray-3);
}

.socials { display: flex; gap: 0.75rem; }
.socials a {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.25s;
}
.socials a:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.socials svg { width: 16px; height: 16px; }

/* ---------- ACCESSIBILITY ---------- */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* ---------- REVEAL ANIMATION ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
