@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-mono-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-mono-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ink: #070809;
  --panel: #0d0e10;
  --white: #f6f6f3;
  --red: #ef2528;
  --muted: #92969a;
  --line: rgba(255, 255, 255, 0.13);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

a { color: inherit; }

button,
input,
select,
textarea { font: inherit; }

.site-shell {
  position: relative;
  min-height: 100svh;
  overflow-x: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.055), transparent 25%),
    linear-gradient(145deg, #0d0e10 0%, #050607 42%, #0a0a0b 100%);
}

.ambient {
  position: absolute;
  z-index: -3;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.ambient-one {
  top: -18rem;
  right: -10rem;
  width: 40rem;
  height: 40rem;
  background: rgba(239, 37, 40, 0.13);
}

.ambient-two {
  top: 70rem;
  left: -16rem;
  width: 36rem;
  height: 36rem;
  background: rgba(239, 37, 40, 0.08);
}

.noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(1.5rem, 4vh, 2.75rem) clamp(1.25rem, 4vw, 4rem) 0;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.topbar nav {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

.topbar nav a,
.micro-mark,
.scroll-cue,
.site-footer a {
  text-decoration: none;
}

.topbar nav a {
  color: #b9bcbe;
  transition: color 180ms ease;
}

.topbar nav a:hover,
.topbar nav a:focus-visible { color: var(--white); }

.micro-mark {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.micro-mark img {
  display: block;
  width: clamp(8.5rem, 11vw, 10.75rem);
  height: auto;
}

.site-footer .micro-mark img {
  width: clamp(9rem, 12vw, 11.5rem);
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 7rem 1.25rem 5.5rem;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -2;
  width: 28vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  content: "";
}

.hero::before {
  top: 23%;
  left: -8vw;
  rotate: -34deg;
}

.hero::after {
  right: -7vw;
  bottom: 19%;
  rotate: -34deg;
}

.eyebrow,
.section-kicker {
  color: #b4b7ba;
  font-family: var(--font-geist-mono), monospace;
  font-size: clamp(0.62rem, 0.75vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow { margin: 0 0 clamp(1.7rem, 3.4vh, 3rem); }

.eyebrow::before,
.section-kicker::before {
  color: var(--red);
  content: "// ";
}

.video-logo {
  position: relative;
  width: min(82vw, 1180px);
  aspect-ratio: 1880 / 484;
  overflow: hidden;
  /* Keep the composited video transparent outside the logo artwork. Applying
     a filter here makes Chromium promote the masked video to a rectangular
     layer, which is visible as a dark box on the hero background. */
  -webkit-mask-image: url("/assets/power-logo.png");
  mask-image: url("/assets/power-logo.png");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.video-logo video,
.logo-color-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-logo video {
  object-fit: cover;
  object-position: center;
}

.logo-color-wash {
  background:
    linear-gradient(95deg, rgba(0, 0, 0, 0.18), transparent 33%, rgba(239, 37, 40, 0.22) 64%, rgba(0, 0, 0, 0.16)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 42%);
  mix-blend-mode: multiply;
}

.message-wrap {
  display: flex;
  min-height: clamp(3.1rem, 8vh, 5.3rem);
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(2.3rem, 5vh, 4rem);
}

.prompt {
  color: var(--red);
  font-family: var(--font-geist-mono), monospace;
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  font-weight: 700;
}

.typewriter {
  margin: 0;
  color: #eff0ed;
  font-size: clamp(1.15rem, 2.15vw, 2rem);
  font-weight: 410;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.cursor {
  display: inline-block;
  width: 0.09em;
  height: 1em;
  margin-left: 0.15em;
  translate: 0 0.15em;
  background: var(--red);
  animation: blink 0.8s step-end infinite;
}

.scroll-cue {
  position: absolute;
  bottom: clamp(1.5rem, 4vh, 2.75rem);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #7f8386;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.scroll-cue:hover,
.scroll-cue:focus-visible { color: var(--white); }

.about-section,
.contact-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 6vw, 6rem);
}

.about-section { border-top: 1px solid var(--line); }

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: start;
  margin-top: clamp(2.5rem, 5vw, 5.5rem);
}

.about-intro h2,
.contact-heading h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.about-copy {
  padding-top: 0.35rem;
  color: #b7b9b9;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.7;
}

.about-copy p { margin: 0 0 1.5rem; }

.division-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(5rem, 9vw, 10rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.division-card {
  position: relative;
  display: flex;
  min-height: 34rem;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(2rem, 3vw, 3.25rem);
  background: rgba(255, 255, 255, 0.012);
  transition: background 220ms ease;
}

.division-card + .division-card { border-left: 1px solid var(--line); }
.division-card:hover { background: rgba(255, 255, 255, 0.038); }

.division-logo-stage {
  display: flex;
  height: 8rem;
  align-items: center;
  justify-content: center;
  margin: 2.1rem 0 2.75rem;
}

.division-logo {
  display: block;
  width: 54%;
  max-width: 11.5rem;
  max-height: 6rem;
  object-fit: contain;
  opacity: 0.68;
  transition: opacity 220ms ease, transform 220ms ease;
}

.division-card:first-child .division-logo {
  width: 68%;
  max-width: 14rem;
  opacity: 1;
}

.division-card:hover .division-logo {
  opacity: 0.9;
  transform: scale(1.035);
}

.card-meta {
  display: flex;
  justify-content: space-between;
  color: #75787a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.card-meta span:last-child { color: var(--red); }

.division-card h3 {
  margin: 0 0 1.5rem;
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.division-card p {
  min-height: 8.6rem;
  margin: 0;
  color: #9a9d9f;
  font-size: 0.95rem;
  line-height: 1.7;
}

.division-card a {
  width: fit-content;
  margin-top: 2rem;
  color: #e7e8e5;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.division-card a span { color: var(--red); }

.mission-band {
  display: flex;
  min-height: 25rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 1.25rem;
  background: var(--red);
  color: #0a0a0a;
  text-align: center;
}

.mission-band p {
  margin: -0.08em 0;
  font-size: clamp(2.5rem, 7.5vw, 8rem);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.contact-heading h2 {
  margin-top: 3rem;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.contact-heading > p {
  max-width: 31rem;
  margin: 2.5rem 0 0;
  color: #a2a5a7;
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 4rem;
  color: #7f8386;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details a {
  width: fit-content;
  color: #dfe0dd;
  text-decoration: none;
}

.contact-form {
  padding-top: 0.25rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.contact-form label:not(.consent) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.contact-form .company-field {
  margin-block: 0.35rem 1.65rem;
}

.contact-form .company-field > span:first-child {
  color: #dfe0dd;
}

.contact-form label > span:first-child {
  margin-bottom: 0.65rem;
  color: #a3a6a8;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.025);
  color: var(--white);
  transition: border-color 180ms ease, background 180ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #686c6f;
  opacity: 1;
}

.contact-form input,
.contact-form select { height: 3.65rem; padding: 0 1rem; }

.contact-form textarea {
  min-height: 11.5rem;
  padding: 1rem;
  resize: vertical;
}

.contact-form select {
  color-scheme: dark;
  cursor: pointer;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  background: rgba(255, 255, 255, 0.045);
}

.consent {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.8rem;
  align-items: start;
  color: #777b7d;
  font-size: 0.64rem;
  line-height: 1.65;
  cursor: pointer;
}

.consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.14rem;
  accent-color: var(--red);
}

.consent a { color: #bdc0c0; }

.form-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.form-actions button {
  display: flex;
  min-width: 13rem;
  height: 3.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 1.35rem;
  border: 0;
  background: var(--red);
  color: #080808;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.form-actions button:hover { background: #ff4548; transform: translateY(-2px); }
.form-actions button:disabled { cursor: wait; opacity: 0.7; transform: none; }

.form-status {
  margin: 0;
  color: #aeb1b2;
  font-size: 0.76rem;
  line-height: 1.5;
}

.form-status.is-error { color: #ff7375; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 2rem clamp(1.25rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  color: #777b7d;
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer a:last-child { justify-self: end; }

.media-page {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(239, 37, 40, 0.15), transparent 24%),
    var(--ink);
}

.media-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vh, 2.75rem) clamp(1.25rem, 4vw, 4rem);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-nav > a:last-child {
  color: #a1a4a6;
  text-decoration: none;
}

.media-hero {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6rem) clamp(5rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
}

.media-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin: 3rem 0 0;
  font-size: clamp(3.5rem, 8vw, 8.8rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.media-hero > p {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin: 2.5rem 0 0;
  color: #a6a9aa;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.media-watermark {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -13%;
  width: min(68rem, 72vw);
  opacity: 0.075;
  filter: grayscale(1) invert(1);
  transform: translateY(-50%) rotate(-5deg);
}

.magazine-grid {
  display: grid;
  width: min(calc(100% - 2.5rem), 1310px);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto clamp(6rem, 10vw, 10rem);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.magazine-card {
  position: relative;
  display: flex;
  min-height: 28rem;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.magazine-number {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  color: rgba(9, 9, 9, 0.46);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}

.magazine-logo-stage {
  display: flex;
  min-height: 20rem;
  align-items: center;
  justify-content: center;
  padding: 4.5rem clamp(2rem, 6vw, 5.5rem);
  background: #deded8;
  color: inherit;
  text-decoration: none;
  transition: background 220ms ease;
}

.magazine-logo-stage img {
  width: 100%;
  max-width: 27rem;
  max-height: 9.5rem;
  object-fit: contain;
  transition: transform 260ms ease;
}

.magazine-card:hover .magazine-logo-stage { background: #eeeeea; }
.magazine-card:hover .magazine-logo-stage img { transform: scale(1.035); }

.magazine-info {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 1.75rem;
}

.magazine-info h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 580;
  letter-spacing: -0.025em;
}

.magazine-info p {
  margin: 0.45rem 0 0;
  color: #85898b;
  font-size: 0.78rem;
  line-height: 1.5;
}

.magazine-site-link {
  color: var(--red);
  font-size: 1.1rem;
  text-decoration: none;
}

.magazine-socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.magazine-socials a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  color: #9da0a2;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.magazine-socials a + a { border-left: 1px solid var(--line); }

.magazine-socials a:hover,
.magazine-socials a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
}

.magazine-socials span { color: var(--red); }

.media-footer { margin-top: 0; }

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

@keyframes blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (max-width: 900px) {
  .about-intro,
  .contact-section { grid-template-columns: 1fr; }

  .about-copy { max-width: 42rem; }

  .division-grid { grid-template-columns: 1fr; }

  .division-card { min-height: 25rem; }
  .division-logo-stage { margin-block: 1.75rem 2.25rem; }
  .division-card + .division-card { border-top: 1px solid var(--line); border-left: 0; }
  .division-card p { min-height: auto; }

  .contact-section { gap: 5rem; }

  .media-watermark {
    right: -35%;
    width: 105vw;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding-top: 1.5rem;
    font-size: 0.57rem;
    letter-spacing: 0.12em;
  }

  .hero { min-height: 92svh; padding-inline: 0.85rem; }
  .video-logo { width: 94vw; }

  .message-wrap {
    min-height: 4.75rem;
    align-items: flex-start;
    margin-top: 2.25rem;
    padding-inline: 1rem;
  }

  .typewriter { max-width: 19rem; }
  .about-section, .contact-section { padding-block: 6rem; }
  .about-intro { gap: 2.5rem; }

  .about-intro h2,
  .contact-heading h2 { letter-spacing: -0.055em; }

  .division-card { min-height: 23rem; padding: 2rem 1.5rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .form-actions button { width: 100%; }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    font-size: 0.55rem;
  }

  .site-footer > span { display: none; }

  .media-hero { padding-top: 5rem; }
  .media-hero h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }

  .magazine-grid {
    width: calc(100% - 2.5rem);
    grid-template-columns: 1fr;
  }

  .magazine-card { min-height: 22rem; }
  .magazine-logo-stage { min-height: 15rem; padding: 3.5rem 2.5rem; }
  .magazine-socials a {
    padding-inline: 0.8rem;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .video-logo video { display: none; }
  .video-logo { background: url("/assets/power-reel-poster.jpg") center / cover no-repeat; }
  .cursor { animation: none; }
}

.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
