/* Base styles mimicking a clean, Nike-like aesthetic */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --muted: #6b7280;
  --text: #111111; /* near-black */
  --brand: #111111; /* primary: black */
  --brand-2: #111111;
  --accent: #000000;
  --danger: #dc2626;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
  --shadow: 0 2px 24px rgba(0,0,0,0.06);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  line-height: 1.6;
}

a { color: var(--brand-2); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; }

header.site-header { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid var(--border); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
}
.topbar { border-bottom: 1px solid var(--border); background: #fff; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; }
.topbar .tagline { color: #404040; font-size: 14px; }
.topbar .cta { display: inline-flex; align-items: center; gap: 10px; }
.topbar .cta .button { padding: 8px 14px; font-size: 14px; border-radius: 999px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.01em; }
.brand .dot { width: 12px; height: 12px; border-radius: 50%; background: #111111; box-shadow: none; }
.brand a { color: var(--text); letter-spacing: -0.01em; }

.nav ul { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; }
.nav a { color: var(--text); padding: 8px 6px; border-radius: 0; text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; font-weight: 600; }
.nav a.active, .nav a:hover { text-decoration: none; box-shadow: inset 0 -2px 0 0 #111111; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown > a:after { content: "\25BE"; font-size: 10px; margin-left: 6px; }
.dropdown-menu { position: absolute; top: 36px; left: 0; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); min-width: 200px; padding: 8px; display: none; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 12px; text-transform: none; font-size: 14px; letter-spacing: 0; border-radius: 8px; }
.dropdown-menu a:hover { background: #f3f4f6; box-shadow: none; }

/* Mobile nav */
.menu-toggle { display: none; background: none; border: none; font-size: 22px; padding: 6px; }
@media (max-width: 800px) {
  .nav ul { display: none; position: absolute; top: 58px; right: 20px; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 10px; box-shadow: var(--shadow); }
  .nav.open ul { display: flex; }
  .menu-toggle { display: inline-flex; }
}

.hero {
  padding: 72px 0 24px;
  position: relative;
}
.hero h1 {
  font-size: 56px; line-height: 1.04; font-weight: 900;
  margin: 0 0 12px; letter-spacing: -0.02em;
}
.hero p { color: #404040; margin: 0 0 22px; font-size: 18px; max-width: 70ch; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 16px; border-radius: 10px; font-weight: 600; border: 1px solid transparent;
}
.button.primary { background: #111111; color: #ffffff; border-color: #111111; border-radius: 999px; padding: 12px 20px; }
.button.secondary { background: #ffffff; color: #111111; border-color: #111111; border-radius: 999px; padding: 12px 20px; }
.button:hover { filter: brightness(1.05); text-decoration: none; }

.card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; margin: 16px 0 56px; }
.card { grid-column: span 12; background: #ffffff; border: 1px solid var(--border); border-radius: 12px; padding: 22px; box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
.card h3 { margin: 0 0 6px; }
.card p { margin: 0; color: var(--muted); }

@media (min-width: 720px) {
  .hero h1 { font-size: 64px; }
  .card { grid-column: span 6; }
}
@media (min-width: 980px) {
  .card { grid-column: span 4; }
}

footer.site-footer { border-top: 1px solid var(--border); padding: 32px 0; color: #404040; background: #f7f7f7; }
.footer-grid { display: grid; gap: 18px; grid-template-columns: repeat(12, 1fr); }
.footer-col { grid-column: span 12; }
.footer-col h4 { color: var(--text); margin: 0 0 8px; }
.footer-links { display: grid; gap: 6px; }
@media (min-width: 720px) { .footer-col { grid-column: span 4; } }
.footer-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; color: #6b7280; font-size: 14px; margin-top: 10px; }
.social { display: flex; gap: 10px; }
.social a { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 999px; color: #111; }

.note { font-size: 14px; color: #525252; }
.kbd { font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; background: #f3f4f6; border: 1px solid #e5e7eb; padding: 2px 6px; border-radius: 6px; color: #374151; }

.section { padding: 40px 0; }
.prose h2 { margin-top: 0; }
.prose p { color: #404040; max-width: 70ch; }

/* Thinner page feel: more whitespace, tighter color palette, uppercase cues */
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; background: #111111; color: #ffffff; border: 1px solid #111111; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

/* Utility grids for homepage sections */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1.2fr 1fr; } }
.mini-cards { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.mini-card { grid-column: span 12; border: 1px solid var(--border); border-radius: 12px; padding: 16px; background: #fff; }
@media (min-width: 720px) { .mini-card { grid-column: span 6; } }
.quote { border-left: 3px solid #111; padding-left: 14px; color: #262626; }
.gallery { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.gallery .tile { grid-column: span 3; aspect-ratio: 4/3; background: #e5e7eb; border: 1px solid var(--border); border-radius: 10px; }
@media (min-width: 900px) { .gallery .tile { grid-column: span 2; } }

.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; background: #f3f4f6; color: #111827; border: 1px solid #e5e7eb; font-size: 12px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 1px, 1px); white-space: nowrap; border: 0; }

