/* ROBINHOODS brand system — cinematic, image-led (assets 2026-07-27) */

:root {
  --void: #000000;
  --bg: #050505;
  --panel: #0a0a0a;
  --line: #1a1a1a;
  --line2: #2a2a2a;
  --text: #f4f4f4;
  --muted: #8c8c8c;
  --lime: #c6ff00;
  --lime-dim: #9fcc00;
  --glow: 0 0 40px rgba(198, 255, 0, 0.35);
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body.home {
  background: var(--void);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
}
::selection { background: var(--lime); color: #000; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* —— top —— */
.rh-top {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.rh-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}
.rh-logo img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  object-fit: cover;
  box-shadow: var(--glow);
}
.rh-nav {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.rh-nav a {
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: 0.15s ease;
}
.rh-nav a:hover {
  color: var(--lime);
  border-color: rgba(198, 255, 0, 0.25);
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.4);
}
.rh-cta {
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--lime);
  color: #000;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  box-shadow: var(--glow);
}
.rh-cta:hover { filter: brightness(1.08); }

/* —— hero cinema —— */
.hero-cinema {
  position: relative;
  min-height: min(92vh, 880px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(1.15) contrast(1.05);
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 45%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 55%, transparent 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem 3.5rem;
  max-width: 42rem;
}
.kicker {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lime);
  font-weight: 600;
}
.hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 6.5vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
  text-transform: uppercase;
}
.lime { color: var(--lime); text-shadow: 0 0 40px rgba(198, 255, 0, 0.45); }
.deck {
  margin: 0 0 1.5rem;
  color: #c8c8c8;
  font-size: 1.02rem;
  max-width: 36ch;
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.btn-lime {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--lime);
  color: #000;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  box-shadow: var(--glow);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(198, 255, 0, 0.35);
  color: var(--lime);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
}
.btn-ghost:hover { background: rgba(198, 255, 0, 0.08); }

/* —— equation —— */
.eq-strip {
  padding: 2.5rem 1.25rem;
  background: #050505;
  border-bottom: 1px solid var(--line);
}
.eq-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
}
.eq-inner figure {
  margin: 0;
  width: min(140px, 28vw);
  text-align: center;
}
.eq-inner img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line2);
  box-shadow: 0 0 24px rgba(198, 255, 0, 0.12);
}
.eq-inner figcaption {
  margin-top: 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.eq-inner figcaption small {
  display: block;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}
.eq-op {
  font-size: 1.4rem;
  color: var(--lime);
  font-weight: 300;
  opacity: 0.7;
}
.eq-result img {
  box-shadow: var(--glow);
  border-color: rgba(198, 255, 0, 0.4);
}

/* —— split —— */
.split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  border-bottom: 1px solid var(--line);
  min-height: 520px;
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
}
.split-copy {
  padding: 3rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #050505;
}
.split-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}
.split-copy p {
  color: var(--muted);
  max-width: 38ch;
  margin: 0 0 1.25rem;
}
.ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.ticks li {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  padding-left: 1rem;
  border-left: 2px solid var(--lime);
}
.split-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #000;
}
.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* —— gallery —— */
.gallery {
  padding: 3rem 1.25rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-head { margin-bottom: 1.5rem; }
.sec-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
}
.g-card {
  grid-column: span 2;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line2);
  text-decoration: none;
  min-height: 180px;
  background: #0a0a0a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.g-card.wide { grid-column: span 4; min-height: 260px; }
.g-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
  transition: transform 0.35s ease;
}
.g-card:hover {
  box-shadow: 0 0 0 1px rgba(198, 255, 0, 0.35), var(--glow);
  transform: translateY(-2px);
}
.g-card:hover img { transform: scale(1.03); }
.g-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(transparent, rgba(0,0,0,0.92));
  color: var(--text);
}
@media (max-width: 800px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .g-card, .g-card.wide { grid-column: span 2; }
}

/* —— pillars —— */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) {
  .pillars { grid-template-columns: 1fr 1fr; }
}
.pillar {
  padding: 0 0 1.25rem;
  border-right: 1px solid var(--line);
  background: #050505;
  overflow: hidden;
}
.pillar:last-child { border-right: 0; }
.pillar img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 1rem;
  filter: saturate(1.1);
}
.pillar h3 {
  margin: 0 1rem 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
}
.pillar p {
  margin: 0 1rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

/* —— family —— */
.family-band {
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.family-row {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.family-row div {
  min-width: 8.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line2);
  border-radius: 12px;
  background: #0a0a0a;
}
.family-row div.on {
  border-color: rgba(198, 255, 0, 0.45);
  box-shadow: 0 0 24px rgba(198, 255, 0, 0.15);
  background: rgba(198, 255, 0, 0.06);
}
.family-row strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--lime);
  margin-bottom: 0.25rem;
}
.family-row span {
  font-size: 0.72rem;
  color: var(--muted);
}

/* —— cta —— */
.cta-band {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(1.2);
}
.cta-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.45));
}
.cta-copy {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem;
  max-width: 40rem;
}
.cta-copy h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.cta-copy p {
  margin: 0 0 1.25rem;
  color: #c8c8c8;
}

/* —— footer —— */
.rh-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.5rem;
  border-top: 1px solid var(--line);
  background: #000;
}
.rh-foot strong {
  display: block;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
}
.rh-foot span {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rh-foot nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.rh-foot nav a {
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.rh-foot nav a:hover { color: var(--lime); }

@media (max-width: 700px) {
  .rh-nav { display: none; }
  .rh-top { padding: 0.75rem 1rem; }
  .hero-copy { padding: 2rem 1rem 2.5rem; }
  .eq-op { display: none; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--line); }
  .rh-foot nav { margin-left: 0; width: 100%; }
}
