/* ============================================================
   Self-hosted latin subsets. Inter is a variable font: one
   file covers every weight 400-900 the site uses.
   ============================================================ */
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/ibm-plex-sans.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 900;font-display:swap;src:url('../fonts/inter.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* ============================================================
   STEVA LLC — stevallc.com
   Hand-built rebuild. Dark, cinematic, editor-red accent.
   ============================================================ */

/* ── Tokens ─────────────────────────────────────────────── */
:root {
  --black: #000000;
  --ink: #060606;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-line: rgba(255, 255, 255, 0.12);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.42);
  --red: #ff2222;
  --red-deep: #c40000;
  --cyan: #00f0ff;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Sans', 'Segoe UI', sans-serif;

  --shell: 1180px;
  --radius: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 72px;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0 0 1.1em; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 0.5em; line-height: 1.08; letter-spacing: -0.03em; font-weight: 900; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--red); color: #fff; padding: 12px 18px; font-weight: 600;
}
.skip-link:focus { left: 12px; top: 12px; }

.ico { width: 20px; height: 20px; flex: none; }
.ico-lg { width: 30px; height: 30px; color: var(--red); }

/* ── Layout ─────────────────────────────────────────────── */
.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.narrow { max-width: 780px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }

.section { position: relative; isolation: isolate; overflow: hidden; }
.section.pad { padding: clamp(84px, 12vw, 150px) 0; }

/* Section background layers */
.bg {
  position: absolute; inset: 0; z-index: 0;
  background-position: center; background-size: cover; background-repeat: no-repeat;
}
.bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.86) 45%, rgba(0,0,0,.96) 100%);
}
/* Mobile-first: the -sm files (1000px wide) load by default, the full-size
   1920px versions only on wider viewports. See the media query below. */
.bg-hero    { background-image: url('../images/container01-sm.webp'); }
.bg-hero::after { background: radial-gradient(120% 90% at 50% 30%, rgba(0,0,0,.62) 0%, rgba(0,0,0,.9) 60%, #000 100%); }
.bg-impact  { background-image: url('../images/container03-sm.webp'); }
.bg-impact::after {
  background:
    radial-gradient(70% 55% at 50% 42%, rgba(0,0,0,.94) 0%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.8) 50%, rgba(0,0,0,.94) 100%);
}
.bg-problem { background-image: url('../images/container06-sm.webp'); }
.bg-services{ background-image: url('../images/container02-sm.webp'); }
.bg-about   { background-image: url('../images/container04-sm.webp'); }
.bg-about::after {
  background:
    radial-gradient(75% 60% at 50% 45%, rgba(0,0,0,.95) 0%, rgba(0,0,0,.6) 100%),
    linear-gradient(180deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.88) 50%, rgba(0,0,0,.96) 100%);
}
.bg-contact { background-image: url('../images/container05-sm.webp'); }
.bg-contact::after { background: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.8) 50%, rgba(0,0,0,.96) 100%); }

@media (min-width: 801px) {
  .bg-hero    { background-image: url('../images/container01.webp'); }
  .bg-impact  { background-image: url('../images/container03.webp'); }
  .bg-problem { background-image: url('../images/container06.webp'); }
  .bg-services{ background-image: url('../images/container02.webp'); }
  .bg-about   { background-image: url('../images/container04.webp'); }
  .bg-contact { background-image: url('../images/container05.webp'); }
}

@media (min-width: 1000px) and (hover: hover) {
  .bg { background-attachment: fixed; }
}

/* Hairline divider between stacked sections */
.section.pad + .section.pad::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
}

/* ── Header ─────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark {
  width: 32px; height: 32px; display: grid; place-items: center;
  background: var(--red); color: #fff; border-radius: 9px;
  font-weight: 900; font-size: 17px; letter-spacing: -0.04em;
  box-shadow: 0 6px 20px rgba(255, 34, 34, 0.38);
}
.brand-text { font-weight: 900; letter-spacing: 0.14em; font-size: 14px; }
.brand-text em { font-style: normal; color: var(--faint); font-weight: 600; }

.nav { display: flex; gap: 28px; }
.nav a {
  font-size: 14px; font-weight: 500; color: var(--muted);
  position: relative; padding: 4px 0; transition: color .2s;
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--red); transition: width .3s var(--ease);
}
.nav a:hover { color: #fff; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: #fff; }

.nav-toggle {
  display: none; width: 42px; height: 42px; border: 0; background: transparent;
  padding: 10px 8px; cursor: pointer; flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column; gap: 4px; padding: 10px 24px 22px;
  background: rgba(0, 0, 0, 0.96); border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 12px 0; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.07); }
.mobile-nav .btn { margin-top: 14px; justify-content: center; border-bottom: 0; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s;
}
.btn-sm { padding: 10px 18px; font-size: 13.5px; }
.btn-primary {
  background: var(--red); color: #fff;
  box-shadow: 0 10px 30px -8px rgba(255, 34, 34, 0.6);
}
.btn-primary:hover { background: #ff3b3b; transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(255,34,34,.75); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.06); color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.45); transform: translateY(-2px); }
.header-cta { display: inline-flex; }

/* ── Typography helpers ─────────────────────────────────── */
.eyebrow {
  font-family: var(--mono);
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}
.hl {
  background: linear-gradient(180deg, transparent 62%, rgba(255, 34, 34, 0.35) 62%);
  padding: 0 2px;
}
.lead { font-size: clamp(19px, 2.4vw, 27px); font-weight: 500; color: rgba(255,255,255,.9); line-height: 1.35; }
.body { font-size: clamp(16px, 1.35vw, 18.5px); color: var(--muted); }
h1 { font-size: clamp(44px, 8.5vw, 92px); }
h2 { font-size: clamp(28px, 4.2vw, 48px); }
h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.section.pad h2 { margin-bottom: 0.7em; }
.section.pad .eyebrow + h2 { margin-top: 0; }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  padding: calc(var(--header-h) + 60px) 0 110px;
}
.hero-inner { text-align: center; }
.portrait {
  width: clamp(118px, 16vw, 168px); aspect-ratio: 1; margin: 0 auto 30px;
  border-radius: 50%; padding: 4px;
  background: linear-gradient(140deg, var(--red), rgba(255,255,255,.18) 55%, transparent);
  box-shadow: 0 24px 60px -18px rgba(255, 34, 34, 0.5);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.hero h1 { margin-bottom: 0.25em; }
.hero .lead { max-width: 620px; margin: 0 auto 38px; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.credit {
  margin: 34px 0 0;
  font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--faint);
}
.credit a {
  color: rgba(255, 255, 255, 0.92); font-weight: 600;
  border-bottom: 1px solid rgba(255, 34, 34, 0.55); padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.credit a:hover { color: var(--red); border-color: var(--red); }
.credit span { margin: 0 6px; color: rgba(255, 255, 255, 0.25); }

.hero-facts {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(20px, 5vw, 64px);
  margin-top: 40px; padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-facts li { display: flex; flex-direction: column; gap: 2px; }
.hero-facts strong { font-size: clamp(24px, 3.4vw, 34px); font-weight: 900; letter-spacing: -0.04em; display: block; }
.hero-facts span {
  font-family: var(--mono); font-weight: 600; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--faint);
}
.fact-link {
  display: block; transition: transform .25s var(--ease), color .2s;
}
.fact-link strong { transition: color .2s; }
.fact-link::after {
  content: ''; display: block; height: 2px; width: 0; margin: 6px auto 0;
  background: var(--red); transition: width .3s var(--ease);
}
.fact-link:hover { transform: translateY(-2px); }
.fact-link:hover strong { color: var(--red); }
.fact-link:hover::after { width: 100%; }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.3); border-radius: 14px;
  display: grid; place-items: start center; padding-top: 8px;
}
.scroll-hint span { width: 3px; height: 8px; border-radius: 2px; background: #fff; animation: wheel 1.8s infinite var(--ease); }
@keyframes wheel { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

/* ── Cards ──────────────────────────────────────────────── */
.cards { display: grid; gap: 20px; margin-top: 54px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--panel);
  border: 1px solid var(--panel-line);
  border-radius: var(--radius);
  padding: 32px 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .35s var(--ease), border-color .35s, background .35s;
  position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; inset: 0 auto auto 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--red), transparent);
  transition: width .5s var(--ease);
}
.card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.card:hover::before { width: 100%; }
.card h3 { margin: 18px 0 8px; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.card-wide { grid-column: 1 / -1; }

.pull {
  margin: 54px auto 0; max-width: 800px; padding: 4px 0 4px 26px;
  border-left: 3px solid var(--red);
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55;
  color: rgba(255,255,255,.86); font-weight: 500;
}
.pull p:last-child { margin-bottom: 0; color: var(--muted); }

/* ── Channels ───────────────────────────────────────────── */
.channels {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 46px;
}
.channel {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 14px 24px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid var(--panel-line);
  font-weight: 600; font-size: 15px;
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.channel .ico { color: var(--red); }
.channel:hover { transform: translateY(-3px); background: rgba(255,34,34,.14); border-color: rgba(255,34,34,.5); }
.channel-alt .ico { color: var(--cyan); }
.channel-alt:hover { background: rgba(0,240,255,.12); border-color: rgba(0,240,255,.45); }

/* ── Contact ────────────────────────────────────────────── */
.mailto {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: clamp(20px, 3vw, 32px); font-weight: 800; letter-spacing: -0.03em;
  margin: 6px 0 34px; padding-bottom: 4px;
  border-bottom: 2px solid rgba(255, 34, 34, 0.6);
  transition: color .25s, border-color .25s;
}
.mailto .ico { width: 26px; height: 26px; color: var(--red); }
.mailto:hover { color: var(--red); border-color: var(--red); }

.socials { display: flex; justify-content: center; gap: 14px; margin-top: 46px; }
.socials a {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--panel-line); background: rgba(255,255,255,.05);
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.socials .ico { width: 22px; height: 22px; }
.socials a:hover { transform: translateY(-3px); background: var(--red); border-color: var(--red); }

/* ── Footer ─────────────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 34px 0;
}
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; }
.footer-inner .brand { margin-right: auto; }
.copy { margin: 0; font-size: 13.5px; color: var(--faint); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13.5px; color: var(--muted); transition: color .2s; }
.footer-links a:hover { color: var(--red); }

/* ── Reveal on scroll ───────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); }
.js .reveal { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .cards.three { grid-template-columns: 1fr 1fr; }
  .cards.three .card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 780px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .cards.three, .cards.two { grid-template-columns: 1fr; }
  .card-wide { grid-column: auto; }
  .bg { background-attachment: scroll; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-inner .brand { margin-right: 0; }
}
@media (max-width: 420px) {
  .btn { width: 100%; }
  .cta-row { flex-direction: column; }
}

/* ── Motion / print ─────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .bg, .site-header, .scroll-hint { display: none !important; }
  body { background: #fff; color: #000; }
}
