:root {
  --purple-950: #22102a;
  --purple-900: #2f1539;
  --purple-800: #472056;
  --purple-700: #643576;
  --lilac: #d9bee4;
  --cream: #faf8f4;
  --ink: #211923;
  --muted: #756e77;
  --line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.hero-panel {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 78% 42%, #754789 0, #492257 30%, var(--purple-900) 62%, var(--purple-950) 100%);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .07;
  background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.ambient { position: absolute; border-radius: 50%; filter: blur(4px); }
.ambient-one { top: -25%; right: -9%; width: 58vw; height: 58vw; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 205px rgba(255,255,255,.015); }
.ambient-two { bottom: -30%; left: 30%; width: 36vw; height: 36vw; background: radial-gradient(circle, rgba(193,142,212,.17), transparent 70%); }

.site-header { position: relative; z-index: 10; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; border-bottom: 1px solid var(--line); }
.brand { display: flex; flex-direction: column; width: max-content; line-height: .78; letter-spacing: -.05em; }
.brand span { font-size: 27px; font-weight: 700; }
.brand small { margin: 9px 0 0 31px; font-size: 14px; font-style: italic; font-weight: 700; }
.header-contact { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 700; transition: background .25s, transform .25s; }
.header-contact:hover { transform: translateY(-2px); background: rgba(255,255,255,.1); }
.header-contact span { margin-left: 12px; }

.hero-content { position: relative; z-index: 2; width: 57%; max-width: 790px; padding: 150px 0 150px 7vw; }
.eyebrow, .section-label { margin: 0; color: #e4c8ec; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 29px; height: 1px; background: currentColor; }
h1 { margin: 25px 0 27px; font-size: clamp(62px, 7vw, 105px); line-height: .92; letter-spacing: -.072em; }
h1 em, h2 em { color: var(--lilac); font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
.intro { max-width: 610px; margin: 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.status-row { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.status-dot { width: 11px; height: 11px; border: 3px solid rgba(176,225,188,.25); border-radius: 50%; background: #92d6a3; box-shadow: 0 0 0 5px rgba(146,214,163,.12); }
.status-row strong, .status-row small { display: block; }
.status-row strong { font-size: 12px; }
.status-row small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 10px; }

.equipment-visual { position: absolute; z-index: 1; top: 155px; right: -2%; width: 48%; height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.orbit-outer { width: 570px; height: 570px; }
.orbit-inner { width: 410px; height: 410px; }
.machine-card { position: relative; width: min(390px, 65%); aspect-ratio: 1; padding: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 58px; color: var(--purple-900); background: linear-gradient(145deg, #fff, #eee8f1); box-shadow: 0 40px 75px rgba(18,5,23,.32); transform: rotate(-5deg); animation: float 5s ease-in-out infinite; }
.machine-top { display: flex; gap: 7px; }
.machine-top span { width: 8px; height: 8px; border-radius: 50%; background: #a97dbc; }
.machine-grille { width: 64%; aspect-ratio: 1; margin: 35px auto 28px; border: 18px double #d6c2df; border-radius: 50%; background: repeating-radial-gradient(circle, #5a3167 0 2px, transparent 2px 8px); }
.machine-card p { margin: 0; color: #594f5d; font-size: 11px; font-weight: 600; line-height: 1.55; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.ticker { position: absolute; z-index: 5; bottom: 0; left: 0; right: 0; min-height: 64px; display: flex; align-items: center; justify-content: space-around; gap: 25px; padding: 18px 4vw; color: #341740; background: var(--lilac); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ticker b { color: #825095; }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 120px 7vw; }
.contact-copy { padding-top: 35px; }
.section-label { color: #845196; }
.contact-copy h2 { margin: 18px 0 25px; font-size: clamp(48px, 5.5vw, 78px); line-height: .97; letter-spacing: -.06em; }
.contact-copy h2 em { color: #825294; }
.contact-copy > p:not(.section-label) { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.email-link { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.email-link > span:first-child { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--purple-800); font-weight: 700; }
.email-link small, .email-link strong { display: block; }
.email-link small { margin-bottom: 4px; color: #938a95; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.email-link strong { font-size: 12px; overflow-wrap: anywhere; }

.contact-form { padding: 42px; border: 1px solid #e2d9e4; border-radius: 32px; background: white; box-shadow: 0 30px 70px rgba(54,25,63,.09); }
.form-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 33px; }
.form-heading strong { font-size: 24px; letter-spacing: -.03em; }
.form-heading span { color: #938b95; font-size: 9px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 20px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 9px; padding: 15px 16px; border: 1px solid #ded6e0; border-radius: 14px; outline: none; color: var(--ink); background: #fbfafb; font-size: 14px; text-transform: none; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #89599b; box-shadow: 0 0 0 3px rgba(137,89,155,.13); }
button { width: 100%; display: flex; justify-content: space-between; padding: 17px 20px; border: 0; border-radius: 999px; color: white; background: var(--purple-800); font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
button:hover { transform: translateY(-2px); background: var(--purple-700); }
.form-note { margin: 13px 0 0; color: #938b95; font-size: 9px; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 45px 7vw; color: rgba(255,255,255,.48); background: #1f0e25; font-size: 10px; }
.footer-brand { color: white; }
.site-footer p { text-align: center; }
.site-footer > span { text-align: right; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-15px) rotate(-2deg); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .machine-card { animation: none; }
  * { transition: none !important; }
}

@media (max-width: 980px) {
  .hero-panel { min-height: 1100px; }
  .hero-content { width: 100%; max-width: none; padding: 130px 7vw 0; text-align: center; }
  .eyebrow, .status-row { justify-content: center; }
  .intro { margin: auto; }
  .equipment-visual { top: 590px; right: 10%; width: 80%; height: 420px; }
  .orbit-outer { width: 470px; height: 470px; }
  .orbit-inner { width: 340px; height: 340px; }
  .machine-card { width: 310px; padding: 34px; border-radius: 46px; }
  .machine-grille { margin: 28px auto 22px; }
  .contact-section { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 600px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand span { font-size: 22px; }
  .brand small { margin: 8px 0 0 25px; font-size: 12px; }
  .header-contact { padding: 10px 13px; font-size: 10px; }
  .hero-panel { min-height: 940px; }
  .hero-content { padding: 95px 22px 0; }
  h1 { font-size: 56px; }
  .intro { font-size: 14px; }
  .equipment-visual { top: 545px; right: -5%; width: 110%; height: 320px; }
  .orbit-outer { width: 350px; height: 350px; }
  .orbit-inner { width: 265px; height: 265px; }
  .machine-card { width: 240px; padding: 27px; border-radius: 36px; }
  .machine-grille { border-width: 13px; margin: 22px auto 17px; }
  .machine-card p { font-size: 8px; }
  .ticker { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .contact-section { padding: 80px 18px; }
  .contact-copy { padding: 0; }
  .contact-form { padding: 28px 20px; border-radius: 24px; }
  .form-heading { display: block; }
  .form-heading span { display: block; margin-top: 8px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 40px 22px; text-align: left; }
  .site-footer p, .site-footer > span { margin: 0; text-align: left; }
}
