/* Inside the Sneakers — Oakland Tribune-inspired landing page
   Palette pulled toward blue crown + ruby-red tower glow.
*/
:root {
  --tribune-blue: #1EA7FF;
  --tribune-ruby: #D43A63;
  --oakland-night: #06080C;
  --deep-night: #020306;
  --concrete: #26292F;
  --fog-white: #F3F3F3;
  --paper: #E8E1D7;
  --muted: #AFA9A2;
  --line: rgba(243, 243, 243, 0.13);
  --ruby-glow: 0 0 14px rgba(212, 58, 99, 0.62), 0 0 34px rgba(212, 58, 99, 0.28);
  --blue-glow: 0 0 14px rgba(30, 167, 255, 0.62), 0 0 34px rgba(30, 167, 255, 0.28);
  --shadow-heavy: 0 26px 90px rgba(0, 0, 0, 0.72);
  --max-width: 1120px;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--oakland-night); }
html, body { margin: 0; padding: 0; }

body {
  min-height: 100vh;
  color: var(--fog-white);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background:
    radial-gradient(circle at 18% 16%, rgba(212, 58, 99, 0.22), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(30, 167, 255, 0.18), transparent 28%),
    linear-gradient(140deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, var(--oakland-night) 0%, #090B11 50%, var(--deep-night) 100%);
  background-size: auto, auto, 22px 22px, auto;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 84%);
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 0 42%, rgba(0,0,0,0.78) 100%);
  z-index: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border: 1px solid var(--tribune-blue);
  border-radius: 999px;
  color: var(--deep-night);
  background: var(--tribune-blue);
}

.skip-link:focus { transform: translateY(0); }

.page-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(0.85rem, 2.5vw, 2rem);
  position: relative;
  z-index: 1;
}

.hero {
  width: min(100%, var(--max-width));
  min-height: min(760px, calc(100vh - 2rem));
  min-height: min(760px, calc(100svh - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(1.1rem, 4vw, 3.25rem);
  align-items: center;
  padding: clamp(1rem, 3.6vw, 2.85rem);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(38, 41, 47, 0.76), rgba(2, 3, 6, 0.94)),
    linear-gradient(135deg, rgba(212, 58, 99, 0.10), rgba(30, 167, 255, 0.08));
  box-shadow: var(--shadow-heavy), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(212, 58, 99, 0.48), transparent 28% 70%, rgba(30, 167, 255, 0.5));
  opacity: 0.46;
  padding: 1px;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.hero__image-card {
  min-height: 475px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6,8,12,0.04), rgba(6,8,12,0.72)),
    url("Inthesneakers-1.jpeg") center / cover no-repeat;
  border: 1px solid rgba(243, 243, 243, 0.12);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.72), var(--blue-glow);
}

.hero__image-card::before,
.hero__image-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  z-index: 1;
}

.hero__image-card::before {
  width: 240px;
  height: 240px;
  left: -78px;
  top: 34%;
  background: rgba(212, 58, 99, 0.34);
}

.hero__image-card::after {
  width: 280px;
  height: 280px;
  right: -98px;
  bottom: 8%;
  background: rgba(30, 167, 255, 0.24);
}

.hero__image-text {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.65rem, 4.2vw, 3.8rem);
  line-height: 0.88;
  letter-spacing: 0.055em;
  color: rgba(243, 243, 243, 0.92);
  text-shadow: var(--ruby-glow);
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 0.72rem;
  color: var(--tribune-blue);
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: clamp(0.72rem, 1.1vw, 0.86rem);
  text-shadow: 0 0 10px rgba(30, 167, 255, 0.38);
}

h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.6rem, 9vw, 8rem);
  line-height: 0.86;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--fog-white);
  text-wrap: balance;
  text-shadow:
    0 0 5px rgba(243, 243, 243, 0.26),
    0 0 18px rgba(212, 58, 99, 0.50),
    0 0 36px rgba(212, 58, 99, 0.24),
    0 0 24px rgba(30, 167, 255, 0.16);
}

.pitch {
  max-width: 58ch;
  margin: 0.82rem 0 0;
  color: rgba(243, 243, 243, 0.78);
  font-size: clamp(0.94rem, 1.45vw, 1.03rem);
  line-height: 1.58;
}

.pitch.lead {
  margin-top: clamp(1rem, 2.3vw, 1.3rem);
  padding-left: 1rem;
  border-left: 4px solid var(--tribune-ruby);
  color: rgba(243, 243, 243, 0.96);
  font-size: clamp(1rem, 1.75vw, 1.16rem);
  line-height: 1.45;
}

.cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: clamp(1.05rem, 3vw, 1.65rem) 0 0;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(243, 243, 243, 0.16);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.btn span { font-size: clamp(0.78rem, 1.25vw, 0.96rem); }
.btn small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.12) brightness(1.03);
  outline: none;
}

.btn-primary {
  background: linear-gradient(135deg, rgba(212, 58, 99, 0.95), rgba(212, 58, 99, 0.64));
  box-shadow: var(--ruby-glow);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 22px rgba(212, 58, 99, 0.74), 0 0 52px rgba(212, 58, 99, 0.34);
}

.btn-secondary {
  background: rgba(6, 8, 12, 0.42);
  border-color: rgba(30, 167, 255, 0.74);
  box-shadow: var(--blue-glow);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(30, 167, 255, 0.9);
  box-shadow: 0 0 22px rgba(30, 167, 255, 0.68), 0 0 52px rgba(30, 167, 255, 0.26);
}

@media (max-width: 900px) {
  .page-shell {
    display: block;
    padding: 0;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 1rem;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 1rem;
  }

  .hero__image-card {
    min-height: 220px;
    order: -1;
  }

  .hero__content { max-width: none; }

  .cta-row {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .btn {
    min-height: 48px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hero { padding: 0.85rem; }
  .hero__image-card {
    min-height: 175px;
    border-radius: 22px;
  }

  h1 { font-size: clamp(3.1rem, 17vw, 5.05rem); }
  .pitch { font-size: 0.9rem; }
  .pitch.lead { font-size: 0.98rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
