:root {
  color-scheme: dark;
  --night: #080d1d;
  --night-2: #101a34;
  --ink: #f4f0e7;
  --muted: #aeb9ce;
  --mint: #68dfca;
  --gold: #e6c384;
  --violet: #aa8cff;
  --line: rgba(196, 211, 238, .16);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 52% 18%, rgba(48, 74, 129, .22), transparent 35%),
    linear-gradient(145deg, var(--night), #070a15 64%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.sky { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.sky::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(255,255,255,.65) .7px, transparent .7px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.star { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 16px 3px rgba(255,255,255,.42); animation: pulse 4s ease-in-out infinite; }
.star-a { top: 19%; left: 12%; }
.star-b { top: 12%; right: 19%; animation-delay: -1.5s; }
.star-c { top: 46%; right: 8%; animation-delay: -2.7s; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .46; }
.orb-a { width: 420px; height: 420px; top: -210px; left: 34%; background: radial-gradient(circle, rgba(104,223,202,.22), transparent 68%); }
.orb-b { width: 360px; height: 360px; right: -130px; top: 22%; background: radial-gradient(circle, rgba(170,140,255,.19), transparent 68%); }
.orb-c { width: 300px; height: 300px; left: -140px; bottom: 5%; background: radial-gradient(circle, rgba(230,195,132,.16), transparent 68%); }
.garden { position: absolute; left: -4%; right: -4%; bottom: -3vw; height: 27vw; min-height: 190px; transform-origin: bottom; }
.garden::before, .garden::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 0 0;
  transform: skewX(-11deg);
  background:
    repeating-radial-gradient(ellipse at 50% 110%, transparent 0 17px, rgba(104,223,202,.13) 18px 19px, transparent 20px 34px),
    linear-gradient(to top, rgba(12,35,39,.9), transparent 88%);
}
.garden-back { opacity: .42; transform: scale(.84) translateY(-15%); }
.garden-front::after { transform: scaleX(-1) skewX(-8deg); opacity: .56; }

.nav, main, footer { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 500 24px/1 Georgia, serif; font-style: italic; }
.mark { position: relative; width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid rgba(104,223,202,.5); border-radius: 50% 50% 48% 52%; box-shadow: inset 0 0 17px rgba(104,223,202,.12), 0 0 25px rgba(104,223,202,.1); transform: rotate(-9deg); }
.mark::before, .mark::after, .mark i, .mark b { content: ""; position: absolute; border-radius: 999px; background: var(--mint); }
.mark::before { width: 4px; height: 4px; top: 7px; left: 14px; box-shadow: -7px 8px 0 -1px var(--gold), 8px 9px 0 -1px var(--violet); }
.mark::after { width: 1px; height: 18px; bottom: 5px; left: 16px; transform: rotate(13deg); opacity: .75; }
.mark i { width: 9px; height: 1px; left: 8px; top: 19px; transform: rotate(26deg); }
.mark b { width: 8px; height: 1px; right: 7px; top: 18px; transform: rotate(-28deg); }
.nav-enter { display: inline-flex; gap: 10px; align-items: center; padding: 10px 2px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav-enter:hover { color: var(--mint); }

.hero { min-height: 640px; display: flex; flex-direction: column; justify-content: center; padding: 92px 0 100px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { width: 22px; height: 1px; background: currentColor; }
h1 { max-width: 920px; margin: 0; font: 400 clamp(56px, 9.2vw, 116px)/.91 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: var(--gold); font-weight: 400; }
.lead { max-width: 650px; margin: 34px 0 0; color: var(--muted); font: 400 clamp(17px, 2vw, 21px)/1.65 Georgia, serif; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 26px; margin-top: 40px; }
.cta { min-height: 54px; display: inline-flex; align-items: center; gap: 22px; padding: 0 23px; border-radius: 16px; background: var(--mint); color: #071b1b; font-size: 14px; font-weight: 800; box-shadow: 0 15px 42px rgba(104,223,202,.17); transition: transform .25s ease, box-shadow .25s ease; }
.cta:hover { transform: translateY(-3px); box-shadow: 0 20px 52px rgba(104,223,202,.25); }
.cta span { font-size: 20px; }
.soon { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.soon i { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 12px var(--violet); }

.constellation { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 16px; padding: 0 0 92px; }
.card { position: relative; min-height: 285px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(22,31,60,.78), rgba(10,15,32,.68)); backdrop-filter: blur(18px); }
.card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, var(--glow), transparent 68%); opacity: .25; }
.card-message { --glow: var(--mint); }
.card-article { --glow: var(--gold); }
.card-story { --glow: var(--violet); }
.card-index { color: var(--muted); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 45px 0 20px; border: 1px solid color-mix(in srgb, var(--glow), transparent 55%); border-radius: 16px; color: var(--glow); background: color-mix(in srgb, var(--glow), transparent 91%); font: 500 20px/1 Georgia, serif; }
.card h2 { margin: 0; font: 400 27px/1.1 Georgia, serif; }
.card p { max-width: 330px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
@media (max-width: 820px) {
  .hero { min-height: auto; padding: 86px 0 76px; }
  .constellation { grid-template-columns: 1fr; }
  .card { min-height: 240px; }
  .card-icon { margin-top: 32px; }
}
@media (max-width: 520px) {
  .nav, main, footer { width: min(100% - 28px, 1180px); }
  .nav { height: 76px; }
  .brand { font-size: 21px; }
  .nav-enter { font-size: 10px; }
  h1 { font-size: clamp(48px, 17vw, 76px); }
  .lead { font-size: 17px; }
  .actions { align-items: stretch; flex-direction: column; }
  .cta { justify-content: space-between; }
  footer { flex-direction: column; }
}
