﻿:root {
  color-scheme: dark;
  --forest: #123d32;
  --cream: #f7f3eb;
  --terracotta: #b84818;
  --sand: #d7c1a5;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--forest); color: var(--cream); font-family: Montserrat, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--sand); outline-offset: 7px; }
.background-art { position: fixed; inset: 0; overflow: hidden; pointer-events: none; background: radial-gradient(ellipse at 50% 48%, #28554880, transparent 65%); }
.orbit { position: absolute; left: 50%; top: 49%; border: 1px solid #d7c1a50c; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 730px; height: 730px; }
.orbit-two { width: 1060px; height: 1060px; }
.orbit-three { width: 1410px; height: 1410px; }
.spark { position: absolute; color: var(--sand); opacity: .55; font-family: Georgia, serif; }
.spark-one { top: 30%; left: 12%; font-size: 34px; }
.spark-two { top: 67%; right: 12%; font-size: 24px; }
.spark-three { top: 24%; right: 24%; font-size: 17px; }
.page-shell { position: relative; width: min(1440px, 100%); margin: auto; padding: 0 5%; min-height: 100svh; display: flex; flex-direction: column; }
.site-header { min-height: 124px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; }
.brand img { display: block; width: 128px; height: auto; }
.contact-link { display: inline-flex; align-items: center; gap: 26px; font-size: 11px; font-weight: 500; padding: 11px 0; border-bottom: 1px solid #f7f3eb45; }
.contact-link span { font-size: 19px; }
main { flex: 1; display: grid; place-items: center; }
.launch { width: 100%; text-align: center; padding: 35px 0 56px; }
.launch-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid #d7c1a534; border-radius: 30px; color: var(--sand); font-size: 8px; letter-spacing: 2px; font-weight: 500; line-height: 1.5; }
.launch-badge > span { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #db865b; box-shadow: 0 0 0 4px #db865b12; }
h1 { margin: 26px 0 25px; font-size: clamp(76px, 10.6vw, 148px); line-height: .95; font-weight: 800; letter-spacing: -.065em; }
h1 > span { position: relative; display: block; color: var(--sand); }
.heading-star { display: inline-block; position: absolute; margin: 9px 0 0 17px; color: #cf693d; font-size: .38em; font-weight: 400; }
.tagline { margin: 0 0 14px; font: italic 25px/1.4 Georgia, 'Times New Roman', serif; }
.description { color: #c0cec6; font-size: 12px; line-height: 1.95; margin: 0 auto 28px; max-width: 510px; }
.primary-link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; background: var(--terracotta); border: 1px solid #d7774540; border-radius: 4px; color: #fff8ef; padding: 14px 28px; font-weight: 600; font-size: 12px; transition: background .2s, transform .2s; }
.primary-link:hover { background: #9f3b11; transform: translateY(-2px); }
.stay-tuned { color: #b5c5bc; font-size: 10px; margin: 14px 0 0; }
.offerings { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 19px; margin-top: 45px; font-size: 8px; letter-spacing: 2px; color: var(--sand); }
.offerings i { font-style: normal; font-size: 10px; color: #ce754b; }
.site-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 24px 0; border-top: 1px solid #f7f3eb1c; color: #b5c5bc; font-size: 9px; line-height: 1.7; }
.site-footer p { margin: 0; }
.footer-note { font-size: 8px; letter-spacing: 1.5px; }
.site-footer a { color: var(--sand); }
.contact-link:hover, .site-footer a:hover { color: #fff; }
@media (min-width: 1500px) { .launch { padding: 50px 0 65px; } }
@media (max-width: 760px) {
  .page-shell { padding: 0 6%; }
  .site-header { min-height: 105px; }
  .brand img { width: 108px; }
  .launch { padding: 40px 0 48px; }
  h1 { font-size: clamp(72px, 14.2vw, 108px); margin-top: 30px; }
  .heading-star { margin-left: 10px; }
  .tagline { font-size: 22px; }
  .launch-badge { font-size: 7px; letter-spacing: 1.3px; padding: 9px 12px; }
  .offerings { gap: 12px; font-size: 7px; letter-spacing: 1.3px; margin-top: 36px; }
  .site-footer { justify-content: center; text-align: center; column-gap: 22px; row-gap: 10px; }
  .footer-note { flex-basis: 100%; order: -1; }
  .spark-one { left: 4%; top: 30%; font-size: 20px; }
  .spark-two { right: 4%; top: 73%; font-size: 16px; }
  .spark-three { display: none; }
}
@media (max-width: 400px) {
  .contact-link { font-size: 10px; gap: 12px; }
  .launch-badge { font-size: 6px; letter-spacing: 1px; }
  h1 { font-size: 70px; }
  .tagline { font-size: 20px; }
  .description { font-size: 11px; }
  .desktop-break { display: none; }
  .offerings { gap: 8px; font-size: 6px; letter-spacing: 1px; }
}
@media (prefers-reduced-motion: reduce) { .primary-link { transition: none; } .primary-link:hover { transform: none; } }
