:root {
  --ink: #082c62;
  --ink-deep: #041d42;
  --green: #58b53a;
  --paper: #f7f8f4;
  --muted: #687486;
  --line: rgba(8, 44, 98, 0.13);
  --font-sans: "Segoe UI", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-deep);
  font-family: var(--font-sans);
}

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

.site-shell {
  position: relative;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 78px 78px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 78%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 78%);
}

.ambient {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
}

.ambient-one {
  width: 46vw;
  height: 46vw;
  min-width: 560px;
  min-height: 560px;
  top: -30vw;
  right: -12vw;
  border: 1px solid rgba(88, 181, 58, 0.25);
  box-shadow:
    0 0 0 7vw rgba(8, 44, 98, 0.025),
    0 0 0 14vw rgba(8, 44, 98, 0.018);
}

.ambient-two {
  width: 28vw;
  height: 28vw;
  min-width: 360px;
  min-height: 360px;
  left: -16vw;
  bottom: -20vw;
  background: rgba(88, 181, 58, 0.07);
  filter: blur(2px);
}

.topbar,
.hero,
footer {
  width: min(1240px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  flex: 0 0 auto;
  padding: 8px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  width: 340px;
}

.logo-crop {
  position: relative;
  display: block;
  width: 340px;
  height: 104px;
  overflow: hidden;
}

.logo-crop img {
  position: absolute;
  width: 440px;
  max-width: none;
  height: auto;
  left: -53px;
  top: -90px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(88, 181, 58, 0.12);
  animation: breathe 2.4s ease-in-out infinite;
}

.hero {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(18px, 3.8vh, 44px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  margin: 0 8px;
  color: rgba(8, 44, 98, 0.28);
}

h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

h1 span {
  display: block;
  margin: 6px 0 0 clamp(0px, 3vw, 42px);
  color: var(--green);
  font-size: 0.8em;
  font-style: italic;
  white-space: nowrap;
}

.intro {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.coming-soon {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.coming-soon .line {
  width: 76px;
  height: 1px;
  background: var(--green);
}

.coming-soon small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coming-soon strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 600;
}

.contact-card {
  position: relative;
  padding: 28px 32px 21px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 28px 80px rgba(4, 29, 66, 0.17);
}

.contact-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -105px;
  top: -105px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.025);
}

.card-number {
  position: absolute;
  top: 22px;
  right: 28px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.card-kicker {
  color: #87d26d;
  margin-bottom: 10px;
}

.contact-card h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.card-copy {
  max-width: 330px;
  margin: 8px 0 20px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  line-height: 1.55;
}

.contact-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-list a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  transition: background 180ms ease, padding 180ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.contact-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  color: #87d26d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-text {
  min-width: 0;
}

.contact-text small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-text strong {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow {
  color: #87d26d;
  font-size: 16px;
  transition: transform 180ms ease;
}

.contact-list a:hover .arrow,
.contact-list a:focus-visible .arrow {
  transform: translate(2px, -2px);
}

footer {
  flex: 0 0 auto;
  padding: 12px 0 14px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

@keyframes breathe {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(88, 181, 58, 0.12);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(88, 181, 58, 0.03);
  }
}

@media (max-width: 900px) {
  .topbar,
  .hero,
  footer {
    width: min(100% - 42px, 680px);
  }

  .hero {
    overflow-y: auto;
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: center;
  }

  h1 {
    font-size: clamp(48px, 10vw, 72px);
  }

  .contact-card {
    max-width: 560px;
    justify-self: stretch;
    padding: 24px 28px 18px;
  }

  .contact-list a {
    min-height: 52px;
  }
}

@media (max-width: 600px) {
  .topbar {
    padding: 5px 0 7px;
  }

  .brand,
  .logo-crop {
    width: 230px;
  }

  .logo-crop {
    height: 76px;
  }

  .logo-crop img {
    width: 315px;
    left: -43px;
    top: -65px;
  }

  .status {
    width: 82px;
    font-size: 8px;
    line-height: 1.4;
  }

  .hero {
    padding: 15px 0;
    gap: 16px;
    align-content: start;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
  }

  .eyebrow span {
    margin: 0 4px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.9;
  }

  h1 span {
    font-size: 0.78em;
    margin-left: 0;
    white-space: normal;
  }

  .intro {
    margin-top: 14px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .coming-soon {
    margin-top: 14px;
  }

  .coming-soon .line {
    width: 45px;
  }

  .contact-card {
    padding: 19px 20px 13px;
  }

  .contact-card h2 {
    font-size: 36px;
  }

  .card-kicker {
    margin-bottom: 4px;
  }

  .card-copy {
    margin: 4px 0 10px;
    font-size: 11px;
  }

  .contact-list a {
    min-height: 44px;
  }

  .contact-list a {
    grid-template-columns: 36px minmax(0, 1fr) 15px;
    gap: 10px;
  }

  .contact-text strong {
    font-size: 10.5px;
  }

  footer {
    align-items: flex-start;
    gap: 18px;
    padding: 8px 0 9px;
    font-size: 7px;
    line-height: 1.35;
  }

  footer p:last-child {
    text-align: right;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .topbar {
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .brand,
  .logo-crop {
    width: 320px;
  }

  .logo-crop {
    height: 92px;
  }

  .logo-crop img {
    width: 420px;
    left: -51px;
    top: -86px;
  }

  .hero {
    padding: 14px 0;
  }

  .contact-card {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .intro {
    margin-top: 18px;
  }

  .coming-soon {
    margin-top: 17px;
  }
}

@media (max-height: 720px) and (max-width: 600px) {
  .card-copy {
    display: none;
  }

  .coming-soon small {
    display: none;
  }
}

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