:root {
  --ink: #11131d;
  --navy: #113e8a;
  --royal: #1769ff;
  --red: #f02b37;
  --deep-red: #b31522;
  --cream: #fff4d1;
  --white: #fffdfa;
  --gold: #ffd338;
  --cyan: #6de2ff;
  --shadow: 0 22px 0 rgba(17, 19, 29, 0.12);
  --stroke: 4px solid var(--ink);
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(240, 43, 55, 0.1) 0 12%, transparent 12% 24%),
    radial-gradient(circle at 20% 12%, rgba(255, 211, 56, 0.36), transparent 26rem),
    radial-gradient(circle at 84% 18%, rgba(109, 226, 255, 0.32), transparent 24rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(135deg, rgba(17, 62, 138, 0.08) 25%, transparent 25% 50%, rgba(240, 43, 55, 0.08) 50% 75%, transparent 75%),
    radial-gradient(circle, rgba(17, 19, 29, 0.1) 1px, transparent 1px);
  background-size: 42px 42px, 18px 18px;
  opacity: 0.55;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  min-height: 100svh;
  padding: 28px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 211, 56, 0.95) 0 9%, transparent 9.5%),
    repeating-conic-gradient(from 10deg at 50% 50%, var(--red) 0 10deg, var(--white) 10deg 20deg, var(--navy) 20deg 30deg, var(--cyan) 30deg 40deg),
    var(--navy);
  border: 10px solid var(--ink);
  opacity: 1;
  transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease;
}

.page-loader::before,
.page-loader::after {
  position: absolute;
  inset: -20vmax;
  content: "";
  pointer-events: none;
}

.page-loader::before {
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 26px, rgba(17, 19, 29, 0.28) 27px 31px),
    repeating-linear-gradient(45deg, rgba(255, 253, 250, 0.18) 0 18px, transparent 18px 36px);
  animation: loader-warp 6s linear infinite;
}

.page-loader::after {
  background-image:
    linear-gradient(90deg, transparent 0 46%, rgba(255, 253, 250, 0.26) 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 0 46%, rgba(17, 19, 29, 0.2) 46% 54%, transparent 54%);
  background-size: 180px 180px;
  mix-blend-mode: multiply;
  animation: loader-grid 3.8s linear infinite;
}

body.loader-done .page-loader {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.06) rotate(1deg);
}

.loader-starfield {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.loader-starfield span {
  position: absolute;
  display: grid;
  width: clamp(34px, 6vw, 76px);
  aspect-ratio: 1;
  place-items: center;
  color: var(--gold);
  background: var(--navy);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: clamp(1.1rem, 3vw, 2.4rem);
  line-height: 1;
  text-shadow: 2px 2px 0 var(--ink);
  animation: loader-pop 1.5s ease-in-out infinite alternate;
}

.loader-starfield span:nth-child(1) {
  top: 12%;
  left: 11%;
}

.loader-starfield span:nth-child(2) {
  top: 18%;
  right: 14%;
  animation-delay: 160ms;
}

.loader-starfield span:nth-child(3) {
  right: 8%;
  bottom: 22%;
  animation-delay: 320ms;
}

.loader-starfield span:nth-child(4) {
  bottom: 12%;
  left: 16%;
  animation-delay: 480ms;
}

.loader-starfield span:nth-child(5) {
  top: 45%;
  left: 6%;
  animation-delay: 640ms;
}

.loader-starfield span:nth-child(6) {
  top: 48%;
  right: 7%;
  animation-delay: 800ms;
}

.loader-emblem {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(190px, 31vw, 360px);
  aspect-ratio: 1;
  place-items: center;
  filter: drop-shadow(14px 14px 0 var(--ink));
}

.loader-ring {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, transparent 0 36%, var(--ink) 36.5% 40%, transparent 40.5%),
    repeating-conic-gradient(var(--red) 0 16deg, var(--white) 16deg 32deg, var(--navy) 32deg 48deg, var(--gold) 48deg 64deg);
  border: 5px solid var(--ink);
  border-radius: 50%;
  animation: loader-spin 1.8s linear infinite;
}

.loader-core {
  position: relative;
  display: grid;
  width: 48%;
  aspect-ratio: 1;
  place-items: center;
  color: var(--gold);
  background: var(--navy);
  border: 5px solid var(--ink);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px var(--white), inset 0 0 0 22px var(--red);
  font-size: clamp(3.6rem, 9vw, 7rem);
  line-height: 1;
  text-shadow: 4px 4px 0 var(--ink);
  animation: loader-thump 820ms ease-in-out infinite alternate;
}

.loader-title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 14px 20px;
  color: var(--white);
  background: var(--red);
  border: var(--stroke);
  border-radius: 999px;
  box-shadow: 8px 8px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2.4rem, 9vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-2deg);
}

.loader-bars {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(360px, 70vw);
  gap: 9px;
}

.loader-bars span {
  display: block;
  height: 16px;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  transform-origin: left center;
  animation: loader-bars 950ms ease-in-out infinite alternate;
}

.loader-bars span:nth-child(2) {
  background: var(--gold);
  animation-delay: 160ms;
}

.loader-bars span:nth-child(3) {
  background: var(--cyan);
  animation-delay: 320ms;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-warp {
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes loader-grid {
  to {
    background-position: 180px 180px;
  }
}

@keyframes loader-thump {
  to {
    transform: scale(1.08) rotate(8deg);
  }
}

@keyframes loader-pop {
  to {
    transform: translateY(-12px) rotate(12deg) scale(1.08);
  }
}

@keyframes loader-bars {
  from {
    transform: scaleX(0.32);
  }

  to {
    transform: scaleX(1);
  }
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1120px, calc(100% - 28px));
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 18px;
  background: var(--white);
  border: var(--stroke);
  border-radius: 999px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateX(-50%) rotate(-0.4deg);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.brand-star {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--gold);
  background: var(--navy);
  border: 3px solid var(--ink);
  border-radius: 50%;
  text-shadow: 2px 2px 0 var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
}

.main-nav a {
  min-width: 88px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.main-nav a:nth-child(2) {
  color: var(--ink);
  background: var(--gold);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
  background: var(--cyan);
  transform: translate(-2px, -2px);
}

.social-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-nav a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.social-nav a:nth-child(2) {
  background: var(--royal);
}

.social-nav a:hover,
.social-nav a:focus-visible {
  color: var(--ink);
  background: var(--gold);
  transform: translate(-2px, -2px) rotate(-6deg);
}

.social-nav svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 8px solid var(--ink);
}

.hero > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 19, 29, 0.88), rgba(17, 19, 29, 0.34) 46%, rgba(17, 19, 29, 0.08)),
    linear-gradient(0deg, rgba(17, 19, 29, 0.82), transparent 44%);
}

.hero::after {
  position: absolute;
  right: max(22px, 5vw);
  bottom: clamp(120px, 22vh, 230px);
  z-index: -1;
  width: clamp(96px, 13vw, 172px);
  aspect-ratio: 1;
  content: "!";
  display: grid;
  place-items: center;
  color: var(--red);
  background: var(--gold);
  border: var(--stroke);
  border-radius: 50%;
  box-shadow: 8px 8px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: 1;
  transform: rotate(10deg);
}

.hero-content {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto clamp(42px, 8vh, 86px);
  padding-top: 128px;
  color: var(--white);
}

.section-label {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--gold);
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 9ch;
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(4.8rem, 16vw, 12rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 var(--red), 12px 12px 0 var(--ink);
}

.hero-copy {
  max-width: 680px;
  margin: clamp(20px, 4vw, 32px) 0 0;
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 2px 2px 0 var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-actions a {
  padding: 15px 20px;
  color: var(--ink);
  background: var(--gold);
  border: var(--stroke);
  border-radius: 999px;
  box-shadow: 6px 6px 0 var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hero-actions a:nth-child(2) {
  color: var(--white);
  background: var(--red);
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ink);
}

.contract-chip {
  display: flex;
  width: fit-content;
  max-width: min(700px, 100%);
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border: var(--stroke);
  border-radius: 999px;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-1deg);
}

.contract-chip span {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--white);
  background: var(--navy);
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.contract-chip code {
  min-width: 0;
  overflow: hidden;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-strip {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-bottom: 6px solid var(--ink);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 14px 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.25rem, 4vw, 2.35rem);
  text-transform: uppercase;
  animation: slide 22s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  text-shadow: 3px 3px 0 var(--ink);
}

.ticker-track span::after {
  color: var(--gold);
  content: "★";
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.intro-panel,
.about,
.gallery,
.split-banners {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.65fr);
  gap: 28px;
  align-items: center;
  padding: clamp(54px, 8vw, 96px) 0;
}

.intro-copy,
.about-copy,
.gallery-heading {
  position: relative;
}

h2,
h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 850px;
  font-size: clamp(2.7rem, 7vw, 6.5rem);
}

h3 {
  font-size: clamp(1.4rem, 3vw, 2.25rem);
}

.intro-copy p:not(.section-label),
.about-copy p,
.gallery-heading p {
  max-width: 740px;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 750;
  line-height: 1.55;
}

.badge-stack {
  display: grid;
  gap: 14px;
}

.badge-stack span {
  padding: 18px 22px;
  background: var(--white);
  border: var(--stroke);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(1.5deg);
}

.badge-stack span:nth-child(2) {
  color: var(--white);
  background: var(--red);
  transform: rotate(-1.2deg);
}

.badge-stack span:nth-child(3) {
  background: var(--cyan);
  transform: rotate(0.6deg);
}

.banner-feature {
  position: relative;
  display: grid;
  min-height: clamp(420px, 60vw, 720px);
  align-items: end;
  overflow: hidden;
  border-block: 8px solid var(--ink);
  background: var(--ink);
}

.banner-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-feature::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(17, 19, 29, 0.88), transparent 58%);
}

.feature-card {
  position: relative;
  z-index: 1;
  width: min(600px, calc(100% - 32px));
  margin: 0 auto clamp(32px, 6vw, 70px);
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: var(--stroke);
  border-radius: 8px;
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-1deg);
}

.feature-card h2 {
  font-size: clamp(2.8rem, 7vw, 6rem);
}

.feature-card p:not(.section-label) {
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) 0;
}

.about-media {
  padding: 10px;
  background: var(--red);
  border: var(--stroke);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(-1.3deg);
}

.about-media img {
  width: 100%;
  aspect-ratio: 2.9 / 1;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 4px;
}

.split-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: clamp(52px, 8vw, 92px);
}

.split-banners article {
  overflow: hidden;
  background: var(--white);
  border: var(--stroke);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
}

.split-banners article:nth-child(2) {
  transform: translateY(24px);
}

.split-banners img {
  width: 100%;
  aspect-ratio: 3 / 1.4;
  object-fit: cover;
  border-bottom: 4px solid var(--ink);
}

.split-banners h3 {
  padding: 16px 18px 18px;
  color: var(--white);
  background: var(--navy);
  text-shadow: 3px 3px 0 var(--ink);
}

.gallery {
  padding: clamp(58px, 8vw, 108px) 0;
}

.gallery-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 32px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  grid-column: span 3;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: var(--stroke);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

.gallery-item.large {
  grid-column: 1 / -1;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  color: var(--white);
  background: var(--red);
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    repeating-linear-gradient(90deg, var(--deep-red) 0 38px, var(--red) 38px 76px),
    var(--red);
  border-top: 8px solid var(--ink);
  font-weight: 900;
}

.site-footer span:first-child {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--ink);
}

@media (max-width: 850px) {
  .site-header {
    position: absolute;
    top: 10px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    transform: translateX(-50%);
  }

  .brand-mark {
    justify-content: center;
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-nav {
    justify-content: center;
  }

  .main-nav a {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
  }

  .hero {
    min-height: 820px;
  }

  .hero > img {
    object-position: center;
  }

  .hero-content {
    padding-top: 178px;
  }

  .intro-panel,
  .about,
  .split-banners {
    grid-template-columns: 1fr;
  }

  .about-media {
    order: -1;
  }

  .split-banners article:nth-child(2) {
    transform: none;
  }

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

  .gallery-item,
  .gallery-item.large {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .main-nav {
    gap: 5px;
  }

  .main-nav a {
    font-size: 0.72rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero > img {
    object-position: 55% center;
  }

  .hero::after {
    right: 16px;
    bottom: 250px;
    width: 86px;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 24vw, 6.6rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions a {
    width: 100%;
    text-align: center;
  }

  .contract-chip {
    width: 100%;
    align-items: stretch;
    border-radius: 22px;
    flex-direction: column;
  }

  .contract-chip code {
    white-space: normal;
    word-break: break-word;
  }

  h2 {
    font-size: clamp(2.35rem, 14vw, 4.6rem);
  }

  .gallery-item img,
  .about-media img {
    aspect-ratio: 2 / 1;
  }
}

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