/* ===============================
   LAKEFRONT SPORTS — WRITE FOR US v201
   Extends about page design system.
================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@400;600;700;800;900&display=swap');

:root {
  --navy:      #081b2e;
  --red:       #e5392d;
  --orange:    #c83803;
  --sidebar-w: 260px;
  --topbar-h:  52px;
  --radius:    12px;
}

[data-theme="light"] {
  --bg:               #f5f5f3;
  --text:             #0d1b2a;
  --card:             #ffffff;
  --muted:            #6b7c8f;
  --card-border:      rgba(0,0,0,0.06);
  --card-shadow:      0 2px 8px rgba(0,0,0,0.05);
  --card-shadow-hover:0 8px 24px rgba(0,0,0,0.12);
  --surface:          #f0f0ee;
  --border:           rgba(0,0,0,0.08);
  --input-bg:         #ffffff;
  --input-border:     rgba(0,0,0,0.15);
}

[data-theme="dark"] {
  --bg:               #0a0a0f;
  --text:             #e8e8e8;
  --card:             #151520;
  --muted:            #7a8899;
  --card-border:      rgba(255,255,255,0.06);
  --card-shadow:      0 2px 8px rgba(0,0,0,0.2);
  --card-shadow-hover:0 8px 24px rgba(0,0,0,0.35);
  --surface:          #1a1a28;
  --border:           rgba(255,255,255,0.07);
  --input-bg:         rgba(255,255,255,0.04);
  --input-border:     rgba(255,255,255,0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: 'Manrope', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: clip; min-height: 100vh; width: 100%; min-width: 0; }
img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }

.app-shell { display: flex; min-height: 100vh; width: 100%; }

/* ===============================
   SIDEBAR
================================ */
.sidebar { width: var(--sidebar-w); position: fixed; top: 0; left: 0; bottom: 0; z-index: 90; display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; background: linear-gradient(135deg, var(--navy) 0%, #030a14 100%); border-right: 4px solid var(--red); box-shadow: 4px 0 20px rgba(0,0,0,0.3); }
.sidebar::-webkit-scrollbar { width: 3px; }
.sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 3px; }
.sidebar-brand { padding: 14px 16px 10px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.sidebar-logo { height: 44px; width: auto; transition: transform 0.3s ease; }
.sidebar-logo:hover { transform: scale(1.03); }
.sidebar-theme { padding: 7px 12px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.theme-toggle-btn { width: 100%; padding: 5px 8px; border-radius: 6px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.5); font: 600 10px 'Manrope', sans-serif; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 4px; transition: all 0.2s; }
.theme-toggle-btn:hover { background: rgba(255,255,255,0.08); color: #fff; }
.sidebar-nav { flex: 1; padding: 4px 0; }
.nav-section-label { padding: 7px 16px 2px; font-size: 9px; font-weight: 800; letter-spacing: 0.13em; color: rgba(255,255,255,0.18); text-transform: uppercase; }
.sidebar-nav-item { display: flex; align-items: center; gap: 8px; padding: 7px 16px; color: rgba(255,255,255,0.48); font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.12s; text-decoration: none; border-left: 3px solid transparent; }
.sidebar-nav-item:hover  { color: #fff; background: rgba(255,255,255,0.03); }
.sidebar-nav-item.active { color: #fff; background: rgba(255,255,255,0.05); border-left-color: var(--red); }
.sidebar-nav-item .nav-icon    { font-size: 14px; width: 16px; text-align: center; }
.sidebar-nav-item .nav-chevron { margin-left: auto; font-size: 8px; color: rgba(255,255,255,0.15); transition: transform 0.2s; }
.sidebar-nav-item .nav-chevron.open { transform: rotate(90deg); }
.sidebar-nav-item .nav-badge  { margin-left: auto; font-size: 8px; font-weight: 800; background: rgba(138,43,226,0.5); color: #fff; padding: 1px 5px; border-radius: 2px; }
.subnav { overflow: hidden; transition: max-height 0.25s ease; max-height: 0; background: rgba(0,0,0,0.18); }
.subnav a { display: block; padding: 4px 16px 4px 44px; font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.28); text-decoration: none; transition: all 0.1s; }
.subnav a:hover { color: #fff; background: rgba(255,255,255,0.03); }
.subnav .zone-link { color: rgba(255,255,255,0.5); font-weight: 700; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 5px; margin-top: 2px; }
.sidebar-social { padding: 9px 16px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; gap: 12px; justify-content: center; }
.sidebar-social a { color: rgba(255,255,255,0.22); display: flex; transition: color 0.2s; }
.sidebar-social a:hover { color: #fff; }

/* ===============================
   MAIN
================================ */
.main-content { margin-left: var(--sidebar-w); flex: 1; min-height: 100vh; display: flex; flex-direction: column; overflow-x: clip; min-width: 0; }

/* ===============================
   TOPBAR
================================ */
.topbar-desk { height: var(--topbar-h); position: sticky; top: 0; z-index: 80; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; gap: 12px; border-bottom: 3px solid transparent; backdrop-filter: blur(10px); }
[data-theme="light"] .topbar-desk { background: linear-gradient(135deg, var(--navy) 0%, #030a14 100%); color: #fff; }
[data-theme="dark"]  .topbar-desk { background: rgba(10,10,15,0.95); }
.topbar-breadcrumb { display: flex; align-items: center; gap: 5px; }
.topbar-crumb { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.45); transition: color 0.2s; }
.topbar-crumb:hover { color: #fff; }
.topbar-crumb-sep { color: rgba(255,255,255,0.2); font-size: 11px; }
.topbar-crumb-current { color: rgba(255,255,255,0.75); cursor: default; }
.topbar-actions { display: flex; align-items: center; gap: 6px; }
.topbar-btn { padding: 5px 10px; border-radius: 6px; font: 700 9px 'Manrope', sans-serif; cursor: pointer; transition: all 0.2s; border: none; text-decoration: none; display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.topbar-btn-ghost   { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); }
.topbar-btn-ghost:hover { border-color: var(--red); color: var(--red); }
.topbar-btn-primary { background: var(--red); color: #fff; }
.topbar-btn-primary:hover { background: #ff4444; transform: translateY(-1px); }

/* ===============================
   MOBILE HEADER & DRAWER
================================ */
.mobile-header { display: none; position: sticky; top: 0; z-index: 100; flex-direction: column; background: linear-gradient(135deg, var(--navy) 0%, #030a14 100%); border-bottom: 3px solid var(--red); box-shadow: 0 4px 16px rgba(0,0,0,0.3); width: 100%; max-width: 100vw; overflow: hidden; }
.mobile-header-top { display: flex; align-items: center; justify-content: space-between; padding: 7px 12px; min-height: 44px; }
.mobile-logo { height: 33px; width: auto; }
.mobile-btn  { background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; padding: 3px; }
.mobile-drawer { position: fixed; inset: 0; z-index: 200; transform: translateX(-100%); transition: transform 0.3s ease; background: linear-gradient(135deg, var(--navy) 0%, #030a14 100%); display: flex; flex-direction: column; overflow-y: auto; }
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-drawer-close { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
.mobile-drawer-body { flex: 1; padding: 6px 0; overflow-y: auto; }

/* ===============================
   HERO
================================ */
.wfu-hero {
  background: linear-gradient(160deg, var(--navy) 0%, #030a14 55%, #0c0c1a 100%);
  border-bottom: 3px solid var(--red);
  padding: 52px 22px 48px;
  position: relative; overflow: hidden;
}
.wfu-hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.wfu-hero-bg::after {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(229,57,45,0.12) 0%, transparent 70%);
}
.wfu-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.wfu-hero-eyebrow { font-size: 9px; font-weight: 800; letter-spacing: 0.18em; color: var(--red); text-transform: uppercase; margin-bottom: 12px; }
.wfu-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.9; letter-spacing: 1px;
  color: #fff; margin-bottom: 20px;
}
.wfu-hero-sub { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 580px; margin-bottom: 28px; }

.wfu-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.wfu-badge { padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); }

.wfu-hero-cta {
  display: inline-flex; align-items: center;
  padding: 13px 28px; border-radius: 8px;
  background: var(--red); color: #fff;
  font: 700 14px 'Manrope', sans-serif;
  text-decoration: none; transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(229,57,45,0.35);
}
.wfu-hero-cta:hover { background: #ff4444; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(229,57,45,0.45); }

/* ===============================
   BODY
================================ */
.wfu-body { max-width: 800px; width: 100%; margin: 0 auto; padding: 44px 22px 0; }

.wfu-section { margin-bottom: 56px; }
.wfu-section-label { font-size: 9px; font-weight: 800; letter-spacing: 0.18em; color: var(--red); text-transform: uppercase; margin-bottom: 6px; }
.wfu-section-title { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 0.5px; color: var(--text); margin-bottom: 16px; line-height: 1.1; }
.wfu-section-intro { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 22px; opacity: 0.9; }

/* ===============================
   BENEFITS GRID
================================ */
.wfu-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.wfu-benefit-card { background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius); padding: 22px 18px; transition: box-shadow 0.2s; }
.wfu-benefit-card:hover { box-shadow: var(--card-shadow-hover); }
.wfu-benefit-icon  { font-size: 22px; margin-bottom: 10px; }
.wfu-benefit-title { font-size: 13px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.wfu-benefit-desc  { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* ===============================
   ROLES GRID
================================ */
.wfu-roles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.wfu-role-card { background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius); border-top: 3px solid transparent; padding: 22px 18px; transition: all 0.22s; }
.wfu-role-card:hover { transform: translateY(-3px); box-shadow: var(--card-shadow-hover); }

.wfu-role-writer { border-top-color: var(--red); }
.wfu-role-video  { border-top-color: #6366f1; }
.wfu-role-social { border-top-color: #10b981; }
.wfu-role-mod    { border-top-color: #f59e0b; }

.wfu-role-icon { font-size: 24px; margin-bottom: 10px; }
.wfu-role-name { font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.wfu-role-desc { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.wfu-role-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.wfu-role-tags span { font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 4px; background: var(--surface); border: 1px solid var(--border); color: var(--muted); }

/* ===============================
   STANDARDS
================================ */
.wfu-standards-row { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.wfu-standard { display: flex; align-items: flex-start; gap: 14px; background: var(--card); border: 1px solid var(--card-border); border-radius: 10px; padding: 16px 18px; }
.wfu-standard-icon  { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.wfu-standard-title { font-size: 13px; font-weight: 800; color: var(--text); margin-bottom: 3px; }
.wfu-standard-desc  { font-size: 12px; color: var(--muted); line-height: 1.55; }

.wfu-no-exp-note {
  display: flex; align-items: flex-start; gap: 10px;
  background: rgba(229,57,45,0.06); border: 1px solid rgba(229,57,45,0.15);
  border-left: 3px solid var(--red);
  border-radius: 8px; padding: 14px 16px;
  font-size: 13px; line-height: 1.6; color: var(--text); opacity: 0.9;
}
.wfu-note-icon { font-size: 16px; flex-shrink: 0; }

/* ===============================
   FORM
================================ */
.wfu-form {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--card-shadow);
}

.wfu-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.wfu-field { margin-bottom: 24px; }
.wfu-field:last-of-type { margin-bottom: 0; }

.wfu-label {
  display: block; font-size: 12px; font-weight: 800;
  color: var(--text); margin-bottom: 5px; letter-spacing: 0.02em;
}
.wfu-required { color: var(--red); }
.wfu-optional { font-size: 10px; font-weight: 600; color: var(--muted); }

.wfu-field-hint { font-size: 11px; color: var(--muted); margin-bottom: 8px; line-height: 1.5; }

.wfu-input {
  width: 100%; padding: 10px 13px;
  border: 1px solid var(--input-border);
  border-radius: 7px;
  background: var(--input-bg);
  color: var(--text);
  font: 400 13px 'Manrope', sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.wfu-input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,57,45,0.12); }
.wfu-input::placeholder { color: var(--muted); opacity: 0.6; }
.wfu-input.wfu-input-error { border-color: var(--red); }

.wfu-textarea    { min-height: 130px; resize: vertical; line-height: 1.6; }
.wfu-textarea-sm { min-height: 80px; }

.wfu-select { cursor: pointer; }
[data-theme="dark"] .wfu-select option { background: #151520; }

/* Checkboxes */
.wfu-check-group { display: flex; flex-direction: column; gap: 8px; }

.wfu-check-label {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: var(--text);
  cursor: pointer; padding: 9px 12px;
  border: 1px solid var(--card-border);
  border-radius: 7px; background: var(--surface);
  transition: all 0.15s;
  user-select: none;
}
.wfu-check-label:hover { border-color: var(--red); background: rgba(229,57,45,0.04); }
.wfu-check-label input[type="checkbox"] {
  width: 15px; height: 15px; flex-shrink: 0;
  accent-color: var(--red); cursor: pointer;
}
.wfu-check-label:has(input:checked) {
  border-color: var(--red);
  background: rgba(229,57,45,0.06);
  color: var(--text);
}

/* Field errors */
.wfu-field-error { font-size: 11px; color: var(--red); font-weight: 600; margin-top: 5px; min-height: 16px; }

/* Submit area */
.wfu-form-footer { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }

.wfu-submit-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 32px; border-radius: 8px;
  background: var(--red); color: #fff;
  font: 700 13px 'Manrope', sans-serif;
  border: none; cursor: pointer;
  transition: all 0.2s; align-self: flex-start;
  box-shadow: 0 4px 14px rgba(229,57,45,0.3);
}
.wfu-submit-btn:hover:not(:disabled) { background: #ff4444; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(229,57,45,0.4); }
.wfu-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.wfu-form-note { font-size: 11px; color: var(--muted); line-height: 1.55; }

/* Success / error states */
.wfu-form-success {
  text-align: center; padding: 32px 20px;
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: var(--radius);
  background: rgba(16,185,129,0.06);
  margin-top: 20px;
}
.wfu-success-icon  { font-size: 36px; margin-bottom: 10px; }
.wfu-success-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--text); margin-bottom: 6px; }
.wfu-success-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }

.wfu-form-error-msg {
  font-size: 12px; color: var(--muted); line-height: 1.6;
  padding: 12px 14px; border-radius: 7px;
  border: 1px solid var(--card-border);
  margin-top: 12px;
}
.wfu-form-error-msg a { color: var(--red); font-weight: 600; }

/* ===============================
   FOOTER
================================ */
.site-footer { margin-top: 20px; padding: 30px 22px 20px; border-top: 1px solid var(--card-border); }
[data-theme="light"] .site-footer { background: #fafaf8; }
[data-theme="dark"]  .site-footer { background: #0d0d14; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.footer-tagline   { font-size: 10px; color: var(--muted); line-height: 1.4; }
.footer-col-title { font-size: 8px; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 6px; text-transform: uppercase; }
.footer-link { display: block; font-size: 10px; color: var(--muted); padding: 2px 0; text-decoration: none; transition: color 0.2s; }
.footer-link:hover { color: var(--red); }
.footer-bottom { margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--card-border); text-align: center; }
.footer-copy { font-size: 9px; color: var(--muted); }
.footer-disclaimer { font-size: 8px; color: var(--muted); opacity: 0.5; margin-top: 3px; line-height: 1.3; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ===============================
   ANIMATIONS
================================ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.animate-in { animation: fadeInUp 0.35s ease-out backwards; }

/* ===============================
   DESKTOP SIDEBAR LARGER SIZES
================================ */
@media (min-width: 1025px) {
  .sidebar .nav-section-label         { font-size: 10px; }
  .sidebar .sidebar-nav-item          { font-size: 13px; }
  .sidebar .sidebar-nav-item .nav-icon    { font-size: 15px; }
  .sidebar .sidebar-nav-item .nav-chevron { font-size: 9px; }
  .sidebar .sidebar-nav-item .nav-badge   { font-size: 9px; }
  .sidebar .subnav a                  { font-size: 11px; }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .sidebar       { display: none; }
  .main-content  { margin-left: 0; max-width: 100vw; }
  .mobile-header { display: flex; }
  .topbar-desk   { display: none; }
  .wfu-hero  { padding: 36px 16px 32px; }
  .wfu-body  { padding: 28px 16px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .site-footer { padding: 18px 16px 14px; }

  /* Mobile centering — hero */
  .wfu-hero-eyebrow,
  .wfu-hero-title,
  .wfu-hero-sub              { text-align: center; }
  .wfu-hero-inner            { text-align: center; }
  .wfu-hero-badges           { justify-content: center; }
  .wfu-hero-cta              { align-self: center; margin: 0 auto; }

  /* Mobile centering — body sections */
  .wfu-section-label,
  .wfu-section-title,
  .wfu-section-intro         { text-align: center; }

  /* Benefits cards */
  .wfu-benefit-icon,
  .wfu-benefit-title,
  .wfu-benefit-desc          { text-align: center; }

  /* Role cards */
  .wfu-role-icon,
  .wfu-role-name,
  .wfu-role-desc             { text-align: center; }
  .wfu-role-tags             { justify-content: center; }

  /* Standards — keep left-aligned (icon + text row layout) */

  /* No-exp note */
  .wfu-no-exp-note           { text-align: center; }

  /* Footer */
  .footer-col-title,
  .footer-link               { text-align: center; }
  .footer-grid > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .footer-grid > div:first-child .footer-tagline { text-align: center; }
  .footer-grid > div:first-child > div[style]    { justify-content: center; }
}

@media (max-width: 640px) {
  .wfu-hero-title { font-size: clamp(44px, 14vw, 72px); }
  .wfu-benefits-grid { grid-template-columns: 1fr; }
  .wfu-roles-grid    { grid-template-columns: 1fr; }
  .wfu-form          { padding: 22px 16px; }
  .wfu-form-row      { grid-template-columns: 1fr; }
  .wfu-submit-btn    { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}
