:root {
  --teal: #00e5c8;
  --violet: #c724ff;
  --orange: #ff6600;
  --black: #000000;
  --white: #ffffff;
  --bg: #050608;
  --panel: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f6f8f8;
  --muted: #b5bec4;
  --dim: #74808a;
  --display: Impact, "Arial Black", "Helvetica Neue Condensed", sans-serif;
  --body: "Neue Haas Unica", "Helvetica Neue", Arial, sans-serif;
  --mono: "Courier New", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(199, 36, 255, 0.15), transparent 34rem),
    radial-gradient(circle at 12% 6%, rgba(0, 229, 200, 0.11), transparent 28rem),
    var(--bg);
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
  color: var(--text);
  font-family: var(--body);
}

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

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

.site-nav {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(5, 6, 8, 0.78);
  backdrop-filter: blur(18px) saturate(145%);
}

.brand,
.nav-links,
.nav-cta,
.section-index,
.feature-list,
.deploy-steps,
figcaption,
.footer {
  font-family: var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 900;
}

.brand-mark {
  width: 29px;
  height: 22px;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
}

.brand-mark i:nth-child(1) {
  background: var(--teal);
}

.brand-mark i:nth-child(2) {
  background: var(--violet);
}

.brand-mark i:nth-child(3) {
  background: var(--orange);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 42px);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--teal);
}

.nav-cta,
.hero-actions a,
.contact-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--orange);
  background: rgba(255, 102, 0, 0.08);
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px 36px 34px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.1)),
    linear-gradient(0deg, rgba(5, 6, 8, 0.98), rgba(5, 6, 8, 0.2) 46%, rgba(5, 6, 8, 0.38));
}

.hero-content {
  position: relative;
  width: min(100%, 1050px);
  padding-left: max(0px, calc((100vw - 1180px) / 2));
}

.unit-code,
.section-index {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  margin-top: 16px;
  font-size: clamp(5rem, 13vw, 13rem);
  line-height: 0.78;
}

h1::after,
.contact-section h2::after {
  content: "";
  display: inline-block;
  width: 0.16em;
  height: 0.16em;
  margin-left: 0.04em;
  background: var(--orange);
}

.hero-line {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.36;
  font-weight: 800;
}

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

.hero-actions a:first-child,
.contact-button {
  border-color: transparent;
  background: var(--teal);
  color: #02110f;
}

.hero-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.hero-specs {
  position: relative;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 56px auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px) saturate(130%);
}

.hero-specs span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-band {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 34px;
  border-bottom: 1px solid var(--line);
}

.intro-band p {
  max-width: 1040px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3.2vw, 3.5rem);
  line-height: 1.02;
  font-weight: 900;
}

.section {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 48px;
  align-items: center;
  margin: 0 auto;
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
}

.section-copy,
.experience-copy,
.deploy-copy {
  min-width: 0;
}

h2 {
  margin-top: 14px;
  font-size: clamp(3.2rem, 6.6vw, 7rem);
  line-height: 0.86;
}

h3 {
  font-size: 2rem;
  line-height: 0.94;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.section-copy p,
.experience-copy p,
.deploy-copy p,
.contact-section p {
  max-width: 640px;
  margin: 24px 0 0;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  list-style: none;
}

.feature-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.media-frame,
.wide-media {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px) saturate(128%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 80px rgba(0, 0, 0, 0.34);
}

.media-frame img,
.wide-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

figcaption {
  margin-top: 12px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
}

.experience-section {
  grid-template-columns: 1.2fr 0.8fr;
}

.wide-media img {
  aspect-ratio: 16 / 9;
}

.events-section {
  grid-template-columns: 1fr;
}

.section-head {
  max-width: 880px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.event-grid article,
.event-card {
  min-height: 270px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
}

.event-card:hover,
.event-grid article:hover {
  border-color: rgba(0, 229, 200, 0.42);
}

.event-grid p,
.event-card p {
  margin: 0;
}

.deploy-section {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
}

.deploy-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 620px;
  margin-top: 30px;
}

.deploy-steps span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.contact-section {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin: 0 auto;
  padding: 92px 0 82px;
}

.contact-section-with-form {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.82fr);
  align-items: start;
}

.contact-section h2 {
  max-width: 900px;
}

.contact-button {
  min-width: 230px;
}

.footer {
  width: min(1180px, calc(100% - 48px));
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
}

.footer span {
  margin-right: auto;
  color: var(--white);
}

.footer a:hover {
  color: var(--teal);
}

.subpage {
  padding-top: 68px;
}

.page-hero,
.simple-hero,
.content-section,
.booking-layout,
.faq-list,
.gallery-grid,
.contact-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page-hero {
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 48px;
  align-items: end;
  padding: 92px 0 74px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.simple-hero h1 {
  font-size: clamp(5rem, 12vw, 12rem);
}

.page-hero p,
.simple-hero p {
  max-width: 720px;
}

.simple-hero {
  padding: 102px 0 54px;
  border-bottom: 1px solid var(--line);
}

.content-section {
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 52px;
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.copy-stack p {
  margin: 0;
}

.spec-grid,
.sponsor-grid,
.package-grid,
.planning-grid,
.detail-grid,
.next-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.sponsor-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}

.package-grid {
  grid-template-columns: repeat(5, 1fr);
}

.planning-grid,
.detail-grid,
.next-step-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}

.spec-grid article,
.sponsor-grid article,
.package-grid article,
.planning-grid article,
.detail-grid article,
.next-step-grid article {
  min-height: 240px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
}

.spec-grid span,
.sponsor-grid span,
.package-grid span,
.planning-grid span,
.detail-grid span,
.next-step-grid span,
.usecase-grid span {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.spec-grid strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.spec-grid p,
.sponsor-grid p,
.package-grid p,
.planning-grid p,
.detail-grid p,
.next-step-grid p,
.usecase-grid p {
  margin: 0;
}

.package-grid article {
  min-height: 340px;
}

.package-grid a {
  align-self: end;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-grid article,
.detail-grid article,
.next-step-grid article {
  min-height: 250px;
}

.packages-section,
.planning-section {
  grid-template-columns: 1fr;
  align-items: start;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline div {
  min-height: 220px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline b {
  color: var(--orange);
  font-family: var(--mono);
  letter-spacing: 0.13em;
}

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

.daypart-grid article {
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.038);
  backdrop-filter: blur(10px) saturate(130%);
}

.daypart-grid span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.daypart-grid h2 {
  margin-top: 0;
  font-size: clamp(2.9rem, 4.4vw, 5rem);
}

.daypart-grid p {
  margin: 0;
}

.usecase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.usecase-grid article {
  min-height: 360px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
}

.contact-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 72px 0 82px;
}

.inline-form-strip {
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.9fr);
  align-items: start;
}

.inline-form-strip p {
  max-width: 620px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 48px 0 82px;
}

.gallery-grid figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: 30px;
  padding: 48px 0 82px;
}

.booking-form,
.quick-form,
.booking-aside {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  padding: 22px;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quick-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}

.booking-form label,
.quick-form label {
  display: grid;
  gap: 8px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-form .full-field,
.quick-form .full-field,
.booking-form button,
.quick-form button,
.form-status {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.quick-form input,
.quick-form select,
.quick-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.36);
  color: var(--white);
  font: 600 15px/1.4 var(--body);
  padding: 13px 12px;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.quick-form input:focus,
.quick-form select:focus,
.quick-form textarea:focus {
  border-color: var(--teal);
}

.booking-form button,
.quick-form button {
  min-height: 48px;
  border: 0;
  background: var(--teal);
  color: #02110f;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status[data-state="success"] {
  color: var(--teal);
}

.form-status[data-state="warning"] {
  color: var(--orange);
}

.faq-list {
  display: grid;
  gap: 12px;
  padding: 48px 0 82px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.faq-list p {
  max-width: 880px;
}

@media (max-width: 960px) {
  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 112px 22px 24px;
  }

  .hero-specs,
  .section,
  .experience-section,
  .deploy-section,
  .contact-section,
  .contact-section-with-form,
  .page-hero,
  .two-col,
  .booking-layout,
  .inline-form-strip,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .spec-grid,
  .sponsor-grid,
  .package-grid,
  .planning-grid,
  .detail-grid,
  .next-step-grid,
  .daypart-grid,
  .timeline,
  .usecase-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-nav {
    padding: 0 14px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero-line {
    font-size: 1.08rem;
  }

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

  .intro-band,
  .section,
  .contact-section,
  .footer,
  .page-hero,
  .simple-hero,
  .content-section,
  .booking-layout,
  .faq-list,
  .gallery-grid,
  .contact-strip {
    width: min(100% - 28px, 560px);
  }

  .event-grid,
  .deploy-steps,
  .spec-grid,
  .sponsor-grid,
  .package-grid,
  .planning-grid,
  .detail-grid,
  .next-step-grid,
  .daypart-grid,
  .timeline,
  .usecase-grid,
  .gallery-grid,
  .booking-form,
  .quick-form {
    grid-template-columns: 1fr;
  }

  .event-grid article {
    min-height: 210px;
  }

  .contact-button {
    width: 100%;
  }
}
