:root {
  --ink: #020403;
  --ink-soft: #07110f;
  --panel: rgba(5, 15, 13, 0.84);
  --line: rgba(197, 255, 223, 0.16);
  --text: #f2fbf6;
  --muted: #a4b8ad;
  --mint: #77e08b;
  --green: #00b487;
  --cyan: #18c7ff;
  --violet: #b768ff;
  --amber: #ffd166;
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(135deg, rgba(24, 199, 255, 0.08), transparent 30%),
    linear-gradient(225deg, rgba(119, 224, 139, 0.07), transparent 34%),
    linear-gradient(180deg, #020403 0%, #04100d 48%, #020403 100%);
}

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

img,
svg {
  display: block;
}

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

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  transform: translateY(-180%);
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #effff5;
  color: #03120e;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-texture {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(24, 199, 255, 0.035) 0 1px, transparent 1px 64px);
  mix-blend-mode: screen;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 3.2rem 1rem 11rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 4, 3, 0.12) 0%, rgba(2, 4, 3, 0.78) 80%, #020403 100%),
    repeating-linear-gradient(90deg, transparent 0 7.3rem, rgba(24, 199, 255, 0.055) 7.3rem 7.38rem, transparent 7.38rem 14.7rem);
}

.hero-stage,
.light-rig,
.grow-grid,
.canopy-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stage {
  z-index: -1;
  opacity: 0.94;
}

.light-rig::before,
.light-rig::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 58rem;
  max-width: 84vw;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--cyan), var(--mint), transparent);
  box-shadow:
    0 0 12px rgba(24, 199, 255, 0.42),
    0 0 30px rgba(119, 224, 139, 0.18),
    0 9rem 90px rgba(183, 104, 255, 0.1);
}

.light-rig::after {
  top: 64px;
  width: 38rem;
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--violet), var(--cyan), transparent);
}

.grow-grid {
  top: 42%;
  left: 50%;
  width: 82rem;
  height: 46rem;
  transform: translateX(-50%) perspective(760px) rotateX(64deg);
  transform-origin: center top;
  opacity: 0.52;
  background:
    repeating-linear-gradient(90deg, rgba(119, 224, 139, 0.2) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(24, 199, 255, 0.2) 0 1px, transparent 1px 74px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 74%, transparent 100%);
}

.canopy-line {
  top: auto;
  height: 40%;
  bottom: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(0, 180, 135, 0.18) 18%, rgba(24, 199, 255, 0.12) 50%, rgba(119, 224, 139, 0.18) 82%, transparent 100%),
    repeating-linear-gradient(105deg, transparent 0 22px, rgba(119, 224, 139, 0.1) 22px 24px, transparent 24px 58px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000 100%);
}

.hero-copy {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: #d8ffe3;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-sign {
  position: relative;
  width: 286px;
  margin: 0.2rem auto 0.85rem;
}

.logo-sign img {
  width: 100%;
  height: auto;
}

.logo-halo {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  transform: scale(1.025);
  filter:
    blur(11px)
    saturate(1.22)
    brightness(1.08);
  animation: sign-breathe 7.2s ease-in-out infinite;
}

.logo-main {
  position: relative;
  filter:
    drop-shadow(0 0 4px rgba(24, 199, 255, 0.44))
    drop-shadow(0 0 11px rgba(119, 224, 139, 0.28))
    drop-shadow(0 26px 40px rgba(0, 0, 0, 0.58));
  animation: logo-flicker 8.8s steps(1, end) infinite;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.95;
}

h1 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: 2.55rem;
  text-shadow:
    0 0 1px #ffffff,
    0 0 28px rgba(24, 199, 255, 0.24),
    0 0 60px rgba(119, 224, 139, 0.14);
}

.hero-slogan {
  width: fit-content;
  max-width: 100%;
  margin: 0.72rem auto 0;
  padding: 0.26rem 0.64rem 0.31rem;
  border: 1px solid rgba(119, 224, 139, 0.22);
  border-radius: 6px;
  background: rgba(119, 224, 139, 0.055);
  color: #bfffd0;
  font-size: 0.9rem;
  font-weight: 850;
  text-shadow:
    0 0 7px rgba(119, 224, 139, 0.24),
    0 0 13px rgba(24, 199, 255, 0.12);
}

.hero-subtitle {
  width: min(690px, 100%);
  margin: 1rem auto 0;
  color: #c8d9cf;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  max-width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg,
.submit-button svg {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover,
.button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #eafff0, #a3f7b2 45%, #5dd8ee);
  color: #07342c;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 16px rgba(24, 199, 255, 0.16),
    0 0 28px rgba(119, 224, 139, 0.12);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow:
    0 0 0 5px rgba(119, 224, 139, 0.1),
    0 0 32px rgba(24, 199, 255, 0.28);
}

.button-secondary {
  color: #d9f8e3;
  background: rgba(255, 255, 255, 0.045);
  overflow-wrap: anywhere;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(24, 199, 255, 0.42);
  background: rgba(24, 199, 255, 0.08);
}

.hero-status {
  position: relative;
  width: min(980px, 100%);
  margin: 1.05rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(4, 12, 10, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px var(--shadow);
}

.status-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.82rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9ffe4;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.status-title::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow:
    0 0 8px rgba(119, 224, 139, 0.78),
    0 0 20px rgba(24, 199, 255, 0.32);
}

.status-items {
  display: grid;
  grid-template-columns: 1fr;
}

.status-items div {
  min-width: 0;
  padding: 0.76rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.status-items div:last-child {
  border-bottom: 0;
}

.hero-status span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-status strong {
  display: block;
  margin-top: 0.14rem;
  color: var(--text);
  font-size: 0.96rem;
}

.contact-section {
  display: grid;
  gap: 2rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 6rem 0;
}

.section-intro {
  align-self: start;
}

.section-intro h2 {
  margin-top: 0.8rem;
  font-size: 2.7rem;
}

.section-intro p:not(.eyebrow) {
  max-width: 35rem;
  margin: 1.2rem 0 0;
  color: #c8d9cf;
  font-size: 1.06rem;
}

.section-intro a {
  color: #dfffe8;
  box-shadow: inset 0 -1px 0 rgba(119, 224, 139, 0.58);
}

.form-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 34%),
    var(--panel);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.44),
    0 0 55px rgba(0, 180, 135, 0.08);
}

.form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  border-top: 1px solid rgba(24, 199, 255, 0.45);
  opacity: 0.72;
}

form {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.field-grid {
  display: grid;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
}

label span {
  color: #d6ebdf;
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(2, 4, 3, 0.72);
  color: var(--text);
  outline: none;
  padding: 0.86rem 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  height: 52px;
  line-height: 1.2;
}

textarea {
  min-height: 146px;
  line-height: 1.45;
  resize: vertical;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #d8ffe3 50%),
    linear-gradient(135deg, #d8ffe3 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 52%,
    calc(100% - 14px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.6rem;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(24, 199, 255, 0.66);
  background: rgba(2, 4, 3, 0.9);
  box-shadow:
    0 0 0 4px rgba(24, 199, 255, 0.1),
    0 0 24px rgba(119, 224, 139, 0.08);
}

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

.submit-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #eafff0, #84fb9d 48%, #51d6ff);
  color: #07342c;
  font-weight: 875;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    0 0 18px rgba(24, 199, 255, 0.14),
    0 16px 40px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.78;
}

.form-note {
  min-height: 1.3rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-note.success {
  color: #baffc7;
}

.form-note.error {
  color: #ffd1d1;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.4rem 0 2.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8ea296;
  font-size: 0.9rem;
}

@keyframes sign-breathe {
  0%,
  100% {
    opacity: 0.28;
    filter: blur(10px) saturate(1.12) brightness(1.02);
  }

  50% {
    opacity: 0.48;
    filter: blur(13px) saturate(1.28) brightness(1.16);
  }
}

@keyframes logo-flicker {
  0%,
  5.8%,
  6.6%,
  7.4%,
  72%,
  73.6%,
  75.2%,
  100% {
    opacity: 1;
    filter:
      drop-shadow(0 0 4px rgba(24, 199, 255, 0.44))
      drop-shadow(0 0 11px rgba(119, 224, 139, 0.28))
      drop-shadow(0 26px 40px rgba(0, 0, 0, 0.58));
  }

  6.2%,
  72.8% {
    opacity: 0.9;
    filter:
      drop-shadow(0 0 2px rgba(24, 199, 255, 0.28))
      drop-shadow(0 0 7px rgba(119, 224, 139, 0.18))
      drop-shadow(0 26px 40px rgba(0, 0, 0, 0.58));
  }

  7%,
  74.2% {
    opacity: 0.97;
    filter:
      drop-shadow(0 0 3px rgba(24, 199, 255, 0.36))
      drop-shadow(0 0 9px rgba(119, 224, 139, 0.22))
      drop-shadow(0 26px 40px rgba(0, 0, 0, 0.58));
  }
}

@media (min-width: 620px) {
  .hero {
    padding-inline: 1.6rem;
  }

  .logo-sign {
    width: 340px;
  }

  h1 {
    font-size: 3.55rem;
  }

  .hero-subtitle {
    font-size: 1.18rem;
  }

  .hero-status {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    width: min(980px, calc(100% - 2rem));
    margin: 0;
    transform: translateX(-50%);
    grid-template-columns: auto minmax(0, 1fr);
  }

  .status-title {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding-inline: 1.1rem;
    white-space: nowrap;
  }

  .status-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .status-items div {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .status-items div:last-child {
    border-right: 0;
  }

  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  form {
    padding: 1.35rem;
  }
}

@media (min-width: 920px) {
  .hero {
    padding-bottom: 9rem;
  }

  .logo-sign {
    width: 390px;
    margin-top: 0.8rem;
  }

  h1 {
    font-size: 4.2rem;
  }

  .contact-section {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
    padding-block: 7rem;
  }

  .section-intro {
    position: sticky;
    top: 32px;
  }

  .section-intro h2 {
    font-size: 4rem;
  }

  form {
    padding: 1.6rem;
  }

  .site-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 430px) {
  .logo-sign {
    width: 270px;
  }

  h1 {
    font-size: 2.28rem;
  }

  .hero-subtitle,
  .section-intro p:not(.eyebrow) {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .section-intro h2 {
    font-size: 2.25rem;
  }
}

@media (max-height: 780px) and (min-width: 620px) {
  .hero {
    padding-bottom: 2rem;
  }

  .logo-sign {
    width: 330px;
    margin-top: 0.15rem;
    margin-bottom: 0.45rem;
  }

  h1 {
    font-size: 3.72rem;
  }

  .hero-subtitle {
    margin-top: 0.75rem;
  }

  .hero-actions {
    margin-top: 0.9rem;
  }

  .hero-status {
    bottom: 0.7rem;
  }

  .status-title,
  .status-items div {
    padding-block: 0.55rem;
  }
}

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