/* ============================================================
   PUSH THE EDGE PRODUCTIONS — shared stylesheet
   Palette: black / racing red / chrome
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500;600;700;800;900&family=Saira:wght@400;500;600&family=Spline+Sans+Mono:wght@400;500;600&display=swap');

:root {
  --black:        #08080A;
  --ink:          #0E0E11;
  --panel:        #141418;
  --panel-2:      #1B1B20;
  --panel-line:   rgba(255,255,255,0.07);

  --red:          #D11324;
  --red-bright:   #FF2A39;
  --red-deep:     #8C0B16;
  --red-glow:     rgba(209,19,36,0.45);

  --chrome-1:     #F6F7F9;
  --chrome-2:     #C9CCD2;
  --chrome-3:     #8B8F98;
  --chrome-4:     #5A5E66;
  --steel:        #34373E;

  --text:         #E9E9ED;
  --text-dim:     #989CA5;
  --text-faint:   #62656D;

  --chrome-text: linear-gradient(176deg,#FBFCFD 0%,#D7DADF 30%,#9CA0A8 47%,#EDEFF2 58%,#7B7F88 76%,#C2C5CB 100%);
  --chrome-bar:  linear-gradient(180deg,#EDEFF2 0%,#B7BBC2 40%,#6E727A 55%,#9CA0A8 75%,#43464D 100%);

  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(900px 600px at 78% -8%, rgba(209,19,36,0.13), transparent 60%),
    radial-gradient(700px 500px at 8% 4%, rgba(255,255,255,0.04), transparent 55%),
    var(--black);
  color: var(--text);
  font-family: 'Saira', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

/* ---------- Type ---------- */
.display {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .01em;
  line-height: .94;
  text-transform: uppercase;
}
.chrome {
  background: var(--chrome-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.6)) drop-shadow(0 2px 6px rgba(0,0,0,.5));
}
.red-txt { color: var(--red-bright); }

h1,h2,h3 { margin: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Spline Sans Mono', monospace;
  font-size: 12px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--red-bright); font-weight: 600;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px;
  background: linear-gradient(90deg,var(--red-bright),transparent);
}

.section { padding: 92px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head h2 {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800; font-style: italic; text-transform: uppercase;
  font-size: clamp(30px, 5vw, 52px); line-height: .98; margin-top: 14px;
}
.section-head p { color: var(--text-dim); margin: 16px 0 0; font-size: 18px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; font-size: 16px;
  padding: 14px 26px; border-radius: 3px; cursor: pointer; border: 0;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  position: relative; clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);
}
.btn-red {
  background: linear-gradient(180deg,var(--red-bright),var(--red-deep));
  color: #fff; box-shadow: 0 6px 22px var(--red-glow), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-red:hover { transform: translateY(-2px); box-shadow: 0 10px 30px var(--red-glow), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-chrome {
  background: var(--chrome-bar); color: #15151a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 6px 18px rgba(0,0,0,.5);
}
.btn-chrome:hover { transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255,255,255,.03); color: var(--text);
  border: 1px solid var(--panel-line);
}
.btn-ghost:hover { border-color: var(--red); color: #fff; transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,8,10,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--panel-line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 56px; width: auto; display: block; filter: drop-shadow(0 2px 5px rgba(0,0,0,.6)); }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  font-family: 'Saira Condensed', sans-serif; font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; font-size: 14.5px; color: var(--text-dim);
  padding: 8px 11px; border-radius: 3px; transition: color .15s, background .15s; white-space: nowrap;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: #fff; background: rgba(209,19,36,.14); }
.nav-cta { margin-left: 6px; }

.onair {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-family: 'Spline Sans Mono', monospace; font-size: 11px; letter-spacing: .2em;
  color: #fff; text-transform: uppercase; padding: 7px 14px; border-radius: 999px;
  background: rgba(209,19,36,.14); border: 1px solid rgba(209,19,36,.45); cursor: pointer;
  transition: background .15s, border-color .15s, transform .15s;
}
.onair:hover { background: rgba(209,19,36,.26); border-color: var(--red-bright); transform: translateY(-1px); }
.onair .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-bright);
  box-shadow: 0 0 0 0 var(--red-glow); animation: pulse 1.8s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,42,57,.6); }
  70% { box-shadow: 0 0 0 9px rgba(255,42,57,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,42,57,0); }
}

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--chrome-2); margin: 5px 0; transition: .25s; }

/* ---------- Waveform signature ---------- */
.waveform { display: flex; align-items: center; gap: 3px; height: 38px; }
.waveform i {
  width: 4px; border-radius: 2px; background: linear-gradient(180deg,var(--red-bright),var(--red-deep));
  animation: wave 1.1s ease-in-out infinite; transform-origin: center;
}
@keyframes wave { 0%,100% { transform: scaleY(.28); } 50% { transform: scaleY(1); } }

/* ---------- Footer ---------- */
.site-foot {
  border-top: 1px solid var(--panel-line); background: var(--ink);
  padding: 64px 0 30px; margin-top: 40px;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; }
.foot-grid h4 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; font-size: 14px; color: var(--text); margin: 0 0 16px; }
.foot-grid a, .foot-grid p { color: var(--text-dim); font-size: 15px; margin: 0 0 9px; }
.foot-grid a:hover { color: var(--red-bright); }
.foot-brand img { height: 60px; width: auto; margin-bottom: 14px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  color: var(--text-dim); background: rgba(255,255,255,.04); border: 1px solid var(--panel-line);
  transition: color .15s, border-color .15s, transform .15s; }
.social a:hover { color: #fff; border-color: var(--red); transform: translateY(-2px); }
.social svg { width: 19px; height: 19px; }
.foot-brand p { max-width: 280px; }
.foot-bar {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  border-top: 1px solid var(--panel-line); margin-top: 46px; padding-top: 24px;
  font-family: 'Spline Sans Mono', monospace; font-size: 12px; color: var(--text-faint);
  letter-spacing: .04em;
}

/* ---------- Cards ---------- */
.card {
  background: linear-gradient(180deg,var(--panel),var(--ink));
  border: 1px solid var(--panel-line); border-radius: 8px; padding: 30px;
  position: relative; overflow: hidden; transition: transform .2s var(--ease), border-color .2s;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px;
  background: linear-gradient(180deg,var(--red-bright),transparent); opacity: .8; }
.card:hover { transform: translateY(-4px); border-color: rgba(209,19,36,.4); }
.card h3 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-style: italic;
  text-transform: uppercase; font-size: 23px; margin-bottom: 10px; }
.card p { color: var(--text-dim); font-size: 15.5px; margin: 0; }

/* red tick / speed dashes (echo of logo) */
.dashes { display: inline-flex; gap: 5px; }
.dashes i { display: block; height: 3px; background: var(--red); border-radius: 2px; }
.dashes i:nth-child(1){ width: 22px; } .dashes i:nth-child(2){ width: 14px; opacity:.7; } .dashes i:nth-child(3){ width: 7px; opacity:.45; }

/* page hero (interior) */
.page-hero { padding: 70px 0 18px; position: relative; }
.page-hero h1 { font-family: 'Saira Condensed', sans-serif; font-weight: 900; font-style: italic;
  text-transform: uppercase; font-size: clamp(40px, 8vw, 86px); line-height: .9; }
.page-hero p { color: var(--text-dim); font-size: 19px; max-width: 640px; margin-top: 18px; }

.divider-wave { display: flex; justify-content: center; padding: 8px 0 0; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-links {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--ink); border-bottom: 1px solid var(--panel-line);
    padding: 14px 22px 22px; gap: 4px; transform: translateY(-130%); transition: transform .3s var(--ease);
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 13px 10px; font-size: 18px; }
  .nav-cta { margin-left: 0; }
  .nav-toggle { display: block; }
}
@media (max-width: 880px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .section { padding: 64px 0; }
}
@media (max-width: 520px) {
  .foot-grid { grid-template-columns: 1fr; }
  .brand-name { font-size: 16px; }
  body { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--red-bright); outline-offset: 3px; border-radius: 3px;
}
