/* ============================================
   Thulhaadhoo Young Eagle Sports — Site Styles
   ============================================ */

:root {
  --ink: #14110f;
  --maroon: #7c1f2e;
  --maroon-dark: #5a1521;
  --gold: #c1913f;
  --gold-light: #e3c07f;
  --cream: #faf6ef;
  --white: #ffffff;
  --grey: #6b6560;
  --grey-light: #e9e4db;
  --shadow: 0 10px 30px rgba(20, 17, 15, 0.12);
  --radius: 14px;
  --maxw: 1180px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Poppins', var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 700;
}
p { margin: 0 0 1em; }
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 88px 0; }
@media (max-width: 700px) {
  section { padding: 56px 0; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
.section-head p { color: var(--grey); font-size: 1.05rem; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .18s ease, box-shadow .18s ease, background .15s ease, color .15s ease;
}
.btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.45) 45%, transparent 60%);
  transform: translateX(-120%);
  transition: transform .55s ease;
  z-index: -1;
}
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn:active { transform: translateY(-1px) scale(.99); }
.btn-primary { background: var(--maroon); color: var(--white); box-shadow: 0 8px 20px rgba(124, 31, 46, .28); }
.btn-primary:hover { background: var(--maroon-dark); box-shadow: 0 12px 28px rgba(124, 31, 46, .4); }
.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--ink); box-shadow: 0 8px 22px rgba(193, 145, 63, .38); }
.btn-gold:hover { box-shadow: 0 14px 32px rgba(193, 145, 63, .5); }
.btn-outline { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--white); }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.btn[disabled]:hover { transform: none; box-shadow: none; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20, 17, 15, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  min-width: 0;
  flex-shrink: 1;
}
.brand img { width: 44px; height: 44px; border-radius: 50%; background: #fff; object-fit: cover; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-text strong { font-family: var(--font-display); font-size: 1rem; letter-spacing: .02em; overflow: hidden; text-overflow: ellipsis; }
.brand-text span { font-size: .68rem; color: var(--gold-light); letter-spacing: .1em; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 360px) {
  .brand-text span { display: none; }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  position: relative;
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  font-weight: 500;
  padding: 10px 11px;
  border-radius: 8px;
  white-space: nowrap;
  transition: color .15s, background .15s;
}
.nav-links a::after {
  content: '';
  position: absolute; left: 11px; right: 11px; bottom: 5px; height: 2px;
  background: var(--gold-light);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,.08); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold-light); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-cta .btn span.short { display: none; }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  color: var(--white);
  align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .nav-links { position: fixed; top: 68px; right: 0; left: auto; width: min(320px, 86vw); height: calc(100vh - 68px); background: var(--ink);
    flex-direction: column; align-items: stretch; padding: 18px; gap: 4px; overflow-y: auto;
    transform: translateX(100%); transition: transform .25s ease; box-shadow: -10px 0 30px rgba(0,0,0,.3); }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 14px 16px; font-size: 1.05rem; white-space: normal; }
  .nav-toggle { display: inline-flex; }
  .nav-cta .btn span.long { display: none; }
  .nav-cta .btn span.short { display: inline; }
}

/* ---------- Ticker ---------- */
.ticker {
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 2px solid var(--maroon-dark);
  position: relative;
}
.ticker-track {
  display: inline-flex;
  width: max-content;
  animation: ticker-scroll 32s linear infinite;
  will-change: transform;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  padding: 9px 0;
  margin: 0 22px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.ticker-track span::before { content: '🦅'; font-size: .9rem; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(20,15,13,.92) 0%, rgba(90,21,33,.88) 55%, rgba(124,31,46,.82) 100%),
    url('../img/hero-crowd.jpg') center 25% / cover no-repeat;
  overflow: hidden;
  padding: 120px 0 100px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(193,145,63,.3), transparent 55%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 40%;
  background: linear-gradient(to top, var(--ink), transparent);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 14px; border-radius: 999px;
  font-size: .8rem; font-weight: 700; letter-spacing: .04em;
  margin-bottom: 22px; color: var(--gold-light);
  backdrop-filter: blur(4px);
  animation: badge-pulse 2.6s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(227,192,127,.35); }
  50% { box-shadow: 0 0 0 8px rgba(227,192,127,0); }
}
.hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  margin-bottom: 18px;
  text-shadow: 0 4px 30px rgba(0,0,0,.35);
  letter-spacing: -.01em;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, var(--gold-light), #fff6e0 40%, var(--gold-light));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: 1.18rem; color: rgba(255,255,255,.88); max-width: 540px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 30px; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--gold-light); text-shadow: 0 2px 16px rgba(227,192,127,.3); }
.hero-stats div span { font-size: .78rem; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .06em; }
.hero-visual {
  position: relative;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  animation: float-visual 5s ease-in-out infinite;
}
@keyframes float-visual {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-visual::before {
  content: '';
  position: absolute; inset: -30px;
  background: radial-gradient(circle, rgba(227,192,127,.28), transparent 68%);
  z-index: -1;
  animation: glow-pulse 3s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { opacity: .6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.hero-visual img.crest { width: 78%; margin: 0 auto 10px; filter: drop-shadow(0 12px 28px rgba(0,0,0,.45)); }
.hero-visual .motto { font-family: var(--font-display); color: var(--gold-light); letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }
@media (prefers-reduced-motion: reduce) {
  .hero-badge, .hero-visual, .hero-visual::before { animation: none; }
}

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

.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}
.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--maroon));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
  z-index: 2;
}
.card:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(20,17,15,.2); }
.card:hover::before { transform: scaleX(1); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .5s ease; }
.card:hover img { transform: scale(1.08); }
.card .card-body { padding: 20px 22px 24px; }
.card .card-body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.card .card-body p { color: var(--grey); font-size: .92rem; margin-bottom: 0; }
.tag {
  display: inline-block;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: linear-gradient(100deg, var(--grey-light), #f3ead9); color: var(--maroon-dark);
  padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
}

/* ---------- Section variants ---------- */
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .section-head p { color: rgba(255,255,255,.65); }
.section-maroon {
  position: relative;
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  color: var(--white);
  overflow: hidden;
}
.section-maroon::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,.05) 0 2px, transparent 2px 26px);
  pointer-events: none;
}
.section-maroon > * { position: relative; z-index: 1; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }

/* ---------- Timeline (About) ---------- */
.timeline { position: relative; margin-left: 8px; }
.timeline::before {
  content: ''; position: absolute; left: 15px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(var(--gold), var(--maroon));
}
.timeline-item { position: relative; padding: 0 0 42px 52px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: ''; position: absolute; left: 6px; top: 4px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--white); border: 4px solid var(--gold);
}
.timeline-item .year { font-family: var(--font-display); color: var(--maroon); font-weight: 700; font-size: 1.05rem; margin-bottom: 4px; display: block; }
.timeline-item h3 { font-size: 1.12rem; margin-bottom: 6px; }
.timeline-item p { color: var(--grey); margin-bottom: 0; }

/* ---------- Stats strip ---------- */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
@media (max-width: 700px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }
.stats-strip .stat { transition: transform .25s ease; }
.stats-strip .stat:hover { transform: translateY(-4px) scale(1.04); }
.stats-strip .stat strong { display: block; font-family: var(--font-display); font-size: 2.6rem; color: var(--gold-light); text-shadow: 0 2px 20px rgba(227,192,127,.35); }
.stats-strip .stat span { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.7); }

/* Staggered reveal for grid children */
.grid-3 .reveal:nth-child(1), .grid-4 .reveal:nth-child(1), .stats-strip .stat:nth-child(1) { transition-delay: 0s; }
.grid-3 .reveal:nth-child(2), .grid-4 .reveal:nth-child(2), .stats-strip .stat:nth-child(2) { transition-delay: .08s; }
.grid-3 .reveal:nth-child(3), .grid-4 .reveal:nth-child(3), .stats-strip .stat:nth-child(3) { transition-delay: .16s; }
.grid-3 .reveal:nth-child(4), .grid-4 .reveal:nth-child(4), .stats-strip .stat:nth-child(4) { transition-delay: .24s; }
.grid-3 .reveal:nth-child(5), .grid-4 .reveal:nth-child(5) { transition-delay: .32s; }
.grid-3 .reveal:nth-child(6), .grid-4 .reveal:nth-child(6) { transition-delay: .4s; }

/* ---------- Tabs (Programs) ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.tab-btn {
  padding: 11px 20px; border-radius: 999px; border: 1px solid var(--grey-light);
  background: var(--white); font-weight: 600; font-size: .88rem; cursor: pointer;
  color: var(--ink); transition: all .15s;
}
.tab-btn.active, .tab-btn:hover { background: var(--maroon); border-color: var(--maroon); color: var(--white); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.program-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .program-detail { grid-template-columns: 1fr; } }
.program-detail img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.meta-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.meta-list li {
  background: var(--grey-light); padding: 6px 12px; border-radius: 8px; font-size: .82rem; font-weight: 600; color: var(--maroon-dark);
}
.card .meta-list { margin-top: 12px; }
.card .meta-list li { font-size: .76rem; padding: 5px 10px; }

/* ---------- Gallery ---------- */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 940px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 1/1;
  background: var(--grey-light);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px 8px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff; font-size: .74rem; font-weight: 600; opacity: 0; transition: opacity .2s;
}
.gallery-item:hover .cap { opacity: 1; }
.gallery-item.hidden-item { display: none; }

.placeholder-tile {
  aspect-ratio: 1/1; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; background: repeating-linear-gradient(45deg, var(--grey-light), var(--grey-light) 10px, #f2ede2 10px, #f2ede2 20px);
  color: var(--grey); border: 2px dashed #d8cfbd; text-align: center; font-size: .78rem; padding: 10px;
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(10,8,7,.92); z-index: 300;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(900px, 92vw); max-height: 82vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox .lb-cap { color: #fff; text-align: center; margin-top: 14px; font-size: .92rem; max-width: 700px; }
.lightbox .lb-close, .lightbox .lb-nav {
  position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.2rem;
}
.lightbox .lb-close { top: 22px; right: 22px; }
.lightbox .lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- News ---------- */
.news-card { display: flex; flex-direction: column; height: 100%; cursor: pointer; }
.news-card .card-body { flex: 1; display: flex; flex-direction: column; }
.news-card .date { font-size: .76rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.news-card p.excerpt { flex: 1; }
.news-card .read-more { font-weight: 700; color: var(--maroon); font-size: .86rem; margin-top: 10px; }

.modal-overlay {
  position: fixed; inset: 0; background: rgba(10,8,7,.7); z-index: 300; display: none;
  align-items: flex-start; justify-content: center; padding: 40px 20px; overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: var(--white); border-radius: 18px; max-width: 720px; width: 100%; padding: 36px; position: relative;
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.modal-box .modal-close {
  position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--grey-light); background: var(--cream); cursor: pointer; font-size: 1.1rem;
}
.modal-box .date { font-size: .78rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.modal-box img { border-radius: 12px; margin: 16px 0; width: 100%; aspect-ratio: 16/9; object-fit: cover; }

/* ---------- Notice / coming soon ---------- */
.notice-box {
  border: 1px dashed var(--gold);
  background: #fff8ea;
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex; gap: 14px; align-items: flex-start;
  color: var(--maroon-dark);
}
.notice-box svg { flex-shrink: 0; margin-top: 3px; }

/* ---------- Officials / Login mockup ---------- */
.login-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .login-wrap { grid-template-columns: 1fr; } }
.login-card {
  background: var(--white); border-radius: 20px; box-shadow: var(--shadow); padding: 36px; max-width: 420px;
}
.login-card h3 { margin-bottom: 6px; }
.login-card .field { margin-bottom: 16px; }
.login-card label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; color: var(--grey); }
.login-card input {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--grey-light); font-size: .95rem;
  background: var(--cream);
}
.login-card input:disabled { color: #aaa; }
.feature-check { display: flex; gap: 10px; margin-bottom: 14px; align-items: flex-start; }
.feature-check .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 8px; flex-shrink: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { display: flex; gap: 16px; margin-bottom: 22px; }
.contact-item .icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--grey-light); color: var(--maroon);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-form .field { margin-bottom: 16px; }
.contact-form label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--grey-light); font-family: var(--font); font-size: .95rem;
}
.contact-form textarea { resize: vertical; min-height: 120px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); font-size: .92rem; margin-bottom: 16px; letter-spacing: .04em; text-transform: uppercase; }
.footer-grid ul li { margin-bottom: 10px; font-size: .9rem; }
.footer-grid ul li a:hover { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; background: #fff; }
.footer-brand strong { color: var(--white); font-family: var(--font-display); }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.social-row a:hover { background: var(--maroon); border-color: var(--maroon); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: .82rem; color: rgba(255,255,255,.5);
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--maroon); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
  z-index: 90; cursor: pointer; border: none;
}
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--ink), var(--maroon-dark));
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 84px 0 68px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 55%;
  background: linear-gradient(to top, var(--ink), transparent);
  pointer-events: none;
}
.page-hero .eyebrow { color: var(--gold-light); justify-content: center; position: relative; z-index: 1; }
.page-hero .eyebrow::before { display: none; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); position: relative; z-index: 1; text-shadow: 0 4px 24px rgba(0,0,0,.4); letter-spacing: -.01em; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 640px; margin: 0 auto; position: relative; z-index: 1; font-size: 1.08rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.two-col img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
