:root { --night: #07120b; --ink: #101712; --leaf: #7cbd38; --lime: #b7ef43; --mist: #edf4e8; --muted: #aab6ab; }
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--night); }
body { min-height: 100vh; margin: 0; color: white; background: var(--night); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.coming-soon { position: relative; min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden; padding: clamp(28px, 4vw, 64px) clamp(22px, 6vw, 100px) 28px; isolation: isolate; }
.coming-soon::before { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(75,143,58,.22), transparent 25%), linear-gradient(135deg, #07120b 0%, #0b1b10 54%, #08100a 100%); }
.coming-soon::after { content: ""; position: absolute; z-index: -1; width: min(56vw, 790px); aspect-ratio: 1; right: -8vw; top: 7vh; border: 1px solid rgba(183,239,67,.18); border-radius: 50%; box-shadow: 0 0 120px rgba(100,176,59,.08), inset 0 0 100px rgba(100,176,59,.06); }
.ambient { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); opacity: .65; }
.ambient-one { width: 330px; height: 330px; right: 8%; top: 22%; background: rgba(183,239,67,.09); animation: breathe 8s ease-in-out infinite; }
.ambient-two { width: 170px; height: 170px; right: 31%; bottom: 16%; background: rgba(55,124,67,.12); animation: breathe 8s 2s ease-in-out infinite reverse; }
.orbit { position: absolute; z-index: -1; width: min(41vw, 600px); aspect-ratio: 1; right: 0; top: 18%; animation: turn 34s linear infinite; }
.orbit span { position: absolute; width: 14px; height: 30px; left: 50%; top: 0; border-radius: 100% 0 100% 0; background: var(--lime); transform-origin: 0 calc(min(20.5vw, 300px)); opacity: .8; }
.orbit span:nth-child(2) { transform: rotate(122deg); background: #3d934b; }
.orbit span:nth-child(3) { transform: rotate(238deg); background: #96c62d; }
.coming-brand { display: inline-flex; align-items: center; gap: 18px; width: fit-content; text-transform: uppercase; }
.coming-brand img { width: clamp(66px, 7vw, 98px); height: clamp(66px, 7vw, 98px); object-fit: contain; filter: drop-shadow(0 12px 26px rgba(88,164,54,.22)); }
.coming-brand span { display: grid; justify-items: center; line-height: 1; }
.coming-brand strong { font: 800 clamp(.95rem, 1.3vw, 1.35rem)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.coming-brand small { margin-top: 8px; color: var(--lime); font-size: clamp(.5rem, .6vw, .65rem); font-weight: 800; letter-spacing: .25em; }
.coming-copy { align-self: center; max-width: 900px; padding: clamp(60px, 8vh, 105px) 0; }
.coming-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--lime); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.coming-eyebrow span { width: 36px; height: 1px; background: currentColor; }
.coming-copy h1 { margin: 0; font: 600 clamp(3.7rem, 8.4vw, 9rem)/.88 "Manrope", sans-serif; letter-spacing: -.075em; text-wrap: balance; }
.coming-intro { max-width: 630px; margin: 34px 0 0; color: #c4cec5; font-size: clamp(.94rem, 1.25vw, 1.14rem); line-height: 1.7; }
.coming-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.coming-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .78rem; font-weight: 800; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.coming-button:hover { transform: translateY(-2px); }
.coming-button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.coming-button-primary:hover { background: white; border-color: white; }
.coming-button-secondary:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); }
.coming-details { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr; gap: 1px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.coming-details article { min-height: 145px; padding: 28px 32px; background: rgba(7,18,11,.78); }
.coming-details article > p { margin: 0 0 13px; color: var(--lime); font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.coming-details address, .coming-details dl { margin: 0; color: #d8dfd8; font-size: .78rem; font-style: normal; line-height: 1.7; }
.coming-details dl { display: grid; gap: 2px; }
.coming-details dl div { display: grid; grid-template-columns: 85px auto; gap: 15px; }
.coming-details dt, .coming-details dd { margin: 0; }
.coming-details dd { font-weight: 700; }
.coming-age { display: flex; align-items: center; gap: 16px; }
.coming-age > span { flex: 0 0 auto; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.coming-age div { display: grid; gap: 5px; }
.coming-age strong { font: 700 .84rem/1.2 "Manrope", sans-serif; }
.coming-age small { color: var(--muted); font-size: .68rem; }
footer { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; color: #718074; font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
footer p { margin: 0; }
@keyframes breathe { 50% { transform: scale(1.13); opacity: .9; } }
@keyframes turn { to { transform: rotate(360deg); } }
@media (max-width: 820px) {
  .coming-soon { grid-template-rows: auto 1fr auto auto; }
  .coming-soon::after { width: 90vw; right: -45vw; top: 18vh; }
  .orbit { width: 72vw; right: -36vw; top: 28%; }
  .coming-copy { padding-block: 65px; }
  .coming-details { grid-template-columns: 1fr; }
  .coming-details article { min-height: auto; }
}
@media (max-width: 520px) {
  .coming-soon { padding-inline: 18px; }
  .coming-brand { gap: 12px; }
  .coming-brand img { width: 58px; height: 58px; }
  .coming-copy h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .coming-intro { margin-top: 25px; }
  .coming-actions { display: grid; }
  .coming-details article { padding: 24px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .ambient, .orbit { animation: none; } }
