@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --midnight: #00152a;
  --navy: #001f45;
  --royal: #09438e;
  --sky: #c3d8ec;
  --white: #ffffff;
  --ink: #06111f;
  --champagne: #d6b77a;
  --glass: rgba(255, 255, 255, 0.085);
  --line: rgba(195, 216, 236, 0.26);
  --shadow: 0 32px 90px rgba(0, 8, 22, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--midnight);
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(9, 67, 142, 0.7), transparent 31rem),
    radial-gradient(circle at 83% 16%, rgba(195, 216, 236, 0.22), transparent 28rem),
    linear-gradient(135deg, #000814 0%, var(--midnight) 46%, #020916 100%);
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

#constellation {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.78;
}

.launch-shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  isolation: isolate;
  padding: clamp(1.25rem, 2.2vw, 2.75rem);
}

.cinema-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.cinema-bg img {
  position: absolute;
  right: max(-7vw, -7rem);
  top: 0;
  width: min(58vw, 58rem);
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.16) brightness(0.72);
  opacity: 0.56;
  transform: scale(1.04);
  animation: imageDrift 18s ease-in-out infinite alternate;
}

.veil {
  position: absolute;
  inset: 0;
}

.veil-one {
  background:
    linear-gradient(90deg, rgba(0, 21, 42, 0.98) 0%, rgba(0, 21, 42, 0.82) 42%, rgba(0, 21, 42, 0.28) 72%, rgba(0, 21, 42, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 8, 20, 0.54), rgba(0, 21, 42, 0.25) 46%, rgba(0, 8, 20, 0.86));
}

.veil-two {
  background-image:
    linear-gradient(rgba(195, 216, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(195, 216, 236, 0.032) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.light-bar {
  position: absolute;
  width: 42vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(195, 216, 236, 0.75), transparent);
  box-shadow: 0 0 34px rgba(195, 216, 236, 0.52);
  transform: rotate(-28deg);
  animation: lightSweep 9s ease-in-out infinite;
}

.light-bar-a {
  top: 24%;
  left: -12%;
}

.light-bar-b {
  top: 72%;
  right: 8%;
  animation-delay: -4.5s;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  margin-bottom: 20px;
}
.brand-lockup img{
  max-width: 400px;
}
.brand-mark {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(195, 216, 236, 0.48);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(9, 67, 142, 0.18));
  box-shadow: inset 0 0 30px rgba(195, 216, 236, 0.13), 0 18px 40px rgba(0, 0, 0, 0.25);
}

.brand-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 1.75rem;
  background: linear-gradient(180deg, var(--white), var(--sky));
  transform-origin: 50% 100%;
}

.brand-mark span:nth-child(1) {
  transform: translate(-50%, -56%) rotate(0deg);
}

.brand-mark span:nth-child(2) {
  transform: translate(-50%, -56%) rotate(120deg);
}

.brand-mark span:nth-child(3) {
  transform: translate(-50%, -56%) rotate(240deg);
}

.brand-word {
  display: grid;
  gap: 0.18rem;
}

.brand-word strong {
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.brand-word small,
.eyebrow,
.header-status,
.site-footer,
.notify-form label,
.form-note,
.pillar-grid span {
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-word small,
.header-status,
.site-footer,
.form-note {
  color: rgba(195, 216, 236, 0.76);
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.status-dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: var(--sky);
  box-shadow: 0 0 0 0 rgba(195, 216, 236, 0.58);
  animation: pulse 2.2s ease-out infinite;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(21rem, 0.72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: calc(100vh - 11rem);  
}

.hero-copy {
  min-width: 0;
  max-width: 56rem;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--sky);
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.4rem, 5vw, 6.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 78px rgba(0, 0, 0, 0.48);
  word-break:break-word;
      overflow-wrap:anywhere;
}

.lede {
  max-width: 52rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
  overflow-wrap: break-word;
}

/* =========================
   Contact Card
========================= */

.launch-panel {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
}

.contact-panel {
  max-width: 56rem;
}

.contact-card,
.pillar-grid article {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(0, 31, 69, 0.26));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.contact-card {
  width: 100%;
  padding: 2rem;
}

.company-name {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.45;
}

.company-name i {
  color: var(--sky);
  font-size: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-item i {
  width: 20px;
  flex-shrink: 0;
  margin-top: 6px;
  color: var(--sky);
  font-size: 1rem;
  text-align: center;
}

.contact-item span,
.contact-item a {
  color: var(--white);
  text-decoration: none;
  font-size: clamp(0.96rem, 1.35vw, 1.05rem);
  line-height: 1.8;
}
.contact-item a:hover {
  color: var(--sky);
}

.visual-stack {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.image-orbit {
  position: relative;
  min-height: clamp(19rem, 23.3vw, 35rem);
}

.image-orbit img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(195, 216, 236, 0.26);
  filter: grayscale(1) contrast(1.09) brightness(0.9);
  box-shadow: var(--shadow);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.image-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 21, 42, 0.18), rgba(9, 67, 142, 0.12)),
    linear-gradient(90deg, transparent 0 62%, rgba(195, 216, 236, 0.18) 62% 63%, transparent 63%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(195, 216, 236, 0.2);
  pointer-events: none;
  animation: rotateFine 18s linear infinite;
}

.ring-one {
  inset: 8%;
}

.ring-two {
  inset: 18% -2% 14% 16%;
  border-color: rgba(214, 183, 122, 0.28);
  animation-duration: 25s;
  animation-direction: reverse;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.pillar-grid article {
  min-height: 10.2rem;
  padding: 1.15rem;
}

.pillar-grid span {
  color: var(--champagne);
}

.pillar-grid h2 {
  margin: 1.1rem 0 0.6rem;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 500;
}

.pillar-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

.site-footer {
  padding-top: 1rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
}

.contact-item a{
    overflow-wrap:anywhere;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(195, 216, 236, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(195, 216, 236, 0); }
  100% { box-shadow: 0 0 0 0 rgba(195, 216, 236, 0); }
}

@keyframes lightSweep {
  0%, 100% { opacity: 0; transform: translate3d(-8%, 0, 0) rotate(-28deg); }
  45%, 58% { opacity: 1; }
  82% { opacity: 0; transform: translate3d(138%, 0, 0) rotate(-28deg); }
}

@keyframes imageDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5rem, 0.8rem, 0); }
}

@keyframes rotateFine {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 4rem;
  }

  .contact-panel {
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
  }
.site-header{padding-top: 20px;}
  h1, .lede {
    max-width: 100%;
  }

  .visual-stack {
    grid-template-columns: minmax(18rem, 0.8fr) 1fr;
    align-items: stretch;
  }

  .image-orbit {
    min-height: 22rem;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .sp_no{ display: none;}
  .contact-right { gap: 1rem; }
}

@media (max-width: 760px) {
  .launch-shell {
    padding: 1rem;
  }

  .cinema-bg img {
    right: -38vw;
    width: 105vw;
    opacity: 0.34;
  }

  .site-header,
  .site-footer {
    align-items: normal;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .site-footer .txt{margin: 20px 0;}
.brand-lockup{
  display: block;
  text-align: center;
  width: 100%;
}

  .header-status {
    width: 100%;
     justify-content: center;
    font-size: 0.64rem;
  
  }
.brand-lockup img {
  max-width: 300px;
  margin: auto;
}
  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }
.hero-copy{ text-align: center;}
  h1 {
   
    overflow-wrap: normal;
  }

  .brand-lockup img {
  max-width: 300px;
  margin: auto;
}
.site-header{
  text-align: center;
}
  .lede,
  .launch-panel,
  .visual-stack,
  .site-footer {
    max-width: calc(100vw - 2rem);
  }

  .lede {
    
  }

  .launch-panel,
  .visual-stack {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-content: center;
    text-align: left;
  }

  .contact-card {
    padding: 1.25rem;
  }

  .company-name {
    align-items: flex-start;
    justify-content: center;
  }
  

  .contact-item {
    gap: 0.85rem;
    
  }

  .image-orbit {
    min-height: 20rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  #constellation {
    display: none;
  }
}
