:root {
  --navy: #082b61;
  --blue: #0975da;
  --sky: #28bcea;
  --teal: #0baea9;
  --purple: #7d35bc;
  --orange: #ff6a33;
  --yellow: #ffc928;
  --ink: #10213b;
  --paper: #fffdf8;
  --line: #dbe7f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-rounded, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  color: white;
  background: rgba(4, 32, 75, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; min-width: 46px; height: 36px; padding: 0 7px; color: var(--navy); background: var(--yellow); border-radius: 10px 4px 10px 4px; transform: rotate(-2deg); }
nav { display: flex; align-items: center; gap: 1.5rem; font-weight: 750; }
nav a { text-decoration: none; }
.nav-cta { padding: .6rem 1rem; border-radius: 999px; color: var(--navy); background: var(--yellow); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  min-height: 620px;
  padding: 7rem 8vw;
  color: white;
  background:
    radial-gradient(circle at 20% 18%, rgba(40,188,234,.24), transparent 23%),
    radial-gradient(circle at 83% 70%, rgba(125,53,188,.38), transparent 32%),
    linear-gradient(135deg, #041f4c 0%, #072e69 52%, #10164a 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .36; background-image: radial-gradient(circle, white 1px, transparent 1.5px); background-size: 58px 58px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 .8rem; color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.35rem; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--yellow); }
.hero-intro { max-width: 610px; margin-bottom: 2rem; color: #d9ecff; font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.15rem; border: 2px solid transparent; border-radius: 13px; text-decoration: none; font-weight: 900; }
.button.primary { color: var(--navy); background: var(--yellow); }
.button.secondary { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.16); }

.orbit { position: relative; width: min(34vw, 410px); aspect-ratio: 1; justify-self: center; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; transform: rotate(-12deg); }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 14%; border: 2px solid rgba(255,201,40,.43); border-radius: 50%; transform: rotate(62deg) scaleX(1.35); }
.orbit::after { inset: 26%; border-color: rgba(40,188,234,.55); transform: rotate(118deg) scaleX(1.55); }
.orbit-center { position: absolute; inset: 32%; z-index: 2; display: grid; place-items: center; color: white; background: var(--orange); border: 8px solid var(--yellow); border-radius: 50%; font-size: clamp(2rem, 5vw, 4.8rem); font-weight: 1000; letter-spacing: -.09em; box-shadow: 0 22px 50px rgba(0,0,0,.25); transform: rotate(12deg); }
.orbit-center span { color: var(--yellow); }
.planet { position: absolute; display: block; width: 24px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(255,201,40,.13); }
.planet.one { left: 4%; top: 42%; }.planet.two { right: 8%; top: 14%; background: var(--sky); }.planet.three { right: 14%; bottom: 3%; background: var(--orange); }

.products { padding: 6rem 7vw; }
.section-heading { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-heading h2, .makers h2, .contact h2 { margin-bottom: .8rem; color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { color: #526178; font-size: 1.08rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; max-width: 1180px; margin: auto; }
.product-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 55px rgba(16,33,59,.09); }
.product-card img { height: 290px; object-fit: cover; object-position: center; background: #f5f8fb; }
.product-body { padding: 1.5rem 1.5rem 1.7rem; border-top: 7px solid var(--orange); }
.product-card.purple .product-body { border-color: var(--purple); }.product-card.teal .product-body { border-color: var(--teal); }.product-card.yellow .product-body { border-color: var(--yellow); }
.product-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.product-title h3 { margin-bottom: .65rem; color: var(--navy); font-size: 1.4rem; line-height: 1.15; }
.price { flex: 0 0 auto; padding: .25rem .65rem; color: var(--navy); background: var(--yellow); border-radius: 999px; font-size: 1.15rem; font-weight: 1000; }
.product-body p { color: #536174; }
.product-body > a { color: var(--navy); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.makers { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 3rem; max-width: 1060px; margin: 1rem auto 6rem; padding: 3.5rem; background: #eefaff; border: 1px solid #cfeef8; border-radius: 32px; }
.maker-badge { display: grid; place-items: center; aspect-ratio: 1; color: white; background: var(--navy); border: 14px solid var(--yellow); border-radius: 50% 50% 42% 58%; font-size: 4.1rem; font-weight: 1000; letter-spacing: -.1em; transform: rotate(-3deg); box-shadow: 16px 18px 0 var(--sky); }
.maker-badge span { color: var(--yellow); }
.makers p:last-child { max-width: 680px; color: #4e6177; font-size: 1.08rem; }

.contact { margin: 0; padding: 5rem 7vw; color: white; text-align: center; background: linear-gradient(135deg, var(--purple), var(--navy)); }
.contact .eyebrow { color: var(--yellow); }
.contact h2 { color: white; }
.contact > p:not(.eyebrow) { margin-bottom: 1.7rem; color: #dbeaff; }
.contact-actions { justify-content: center; }
.button.light { border-color: #bfd8ff; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem 5vw; color: #bcd0e8; background: #031d43; font-size: .9rem; }
footer p { margin: 0; }.footer-brand { color: white; } footer a { color: white; }

@media (max-width: 820px) {
  .site-header { padding: 0 1rem; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5rem 1.3rem 4rem; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions { justify-content: center; }
  .orbit { width: min(76vw, 360px); margin-top: 3.5rem; }
  .products { padding: 4.5rem 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card img { height: 245px; }
  .makers { grid-template-columns: 1fr; margin: 0 1rem 4.5rem; padding: 2rem 1.3rem; text-align: center; }
  .maker-badge { width: 170px; margin: auto; font-size: 3rem; box-shadow: 10px 12px 0 var(--sky); }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .orbit { animation: drift 8s ease-in-out infinite alternate; }
  .button { transition: transform .2s ease, box-shadow .2s ease; }
  @keyframes drift { to { transform: rotate(-7deg) translateY(-12px); } }
}
