:root {
  --plum-950: #1b1235;
  --plum-900: #2f2257;
  --plum-800: #3e3172;
  --mauve: #794e6c;
  --terracotta: #af6346;
  --gold: #efb33b;
  --cream: #f9dbb7;
  --paper: #fffaf3;
  --white: #ffffff;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--plum-950);
}

body {
  margin: 0;
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

.coming-soon {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 46%, rgba(121, 78, 108, 0.35), transparent 28%),
    linear-gradient(125deg, var(--plum-950) 0%, var(--plum-900) 52%, #261a48 100%);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 34rem;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 179, 59, 0.14);
  border-radius: 50%;
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid rgba(249, 219, 183, 0.07);
  border-radius: inherit;
}

.ambient-one {
  top: -20rem;
  left: -12rem;
}

.ambient-two {
  right: -24rem;
  bottom: -22rem;
  width: 46rem;
}

.site-header,
.hero,
.site-footer {
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
}

.brand-name {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.brand-name strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand-name span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(239, 179, 59, 0.1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(3rem, 7vh, 6rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  color: var(--gold);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2.25rem;
  height: 1px;
  background: currentColor;
}

h1 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.2vw, 5.75rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 em {
  color: var(--cream);
  font-weight: 500;
}

.intro {
  max-width: 35rem;
  margin: 1.75rem 0 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.75;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1.15rem 0.85rem 0.9rem;
  border: 1px solid rgba(249, 219, 183, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 50px rgba(12, 8, 25, 0.2);
  backdrop-filter: blur(10px);
}

.status-icon {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(239, 179, 59, 0.15);
}

.status-icon span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(239, 179, 59, 0.45);
  animation: pulse 2.2s infinite;
}

.status > span:last-child {
  display: grid;
  gap: 0.08rem;
}

.status strong {
  font-size: 0.83rem;
  font-weight: 600;
}

.status small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.hero-art {
  position: relative;
  display: grid;
  min-height: 33rem;
  place-items: center;
}

.logo-frame {
  position: relative;
  display: grid;
  width: min(29rem, 100%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(249, 219, 183, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 64%);
  box-shadow:
    inset 0 0 70px rgba(239, 179, 59, 0.04),
    0 35px 90px rgba(9, 5, 23, 0.3);
}

.logo-frame::before,
.logo-frame::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.logo-frame::before {
  inset: 1rem;
  border: 1px dashed rgba(239, 179, 59, 0.16);
}

.logo-frame::after {
  inset: 22%;
  background: rgba(249, 219, 183, 0.05);
  filter: blur(30px);
}

.logo-frame img {
  position: relative;
  z-index: 1;
  width: 77%;
  height: 77%;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(10, 5, 20, 0.32));
}

.logo-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(239, 179, 59, 0.13);
  filter: blur(55px);
}

.halo {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.halo-large {
  width: 116%;
  aspect-ratio: 1;
}

.halo-small {
  width: 82%;
  aspect-ratio: 1;
}

.core-values {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  max-width: 22rem;
  margin: 0;
  padding: 1rem 1.2rem;
  list-style: none;
  border-left: 2px solid var(--gold);
  background: rgba(27, 18, 53, 0.72);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.core-values li {
  display: inline-flex;
  align-items: center;
}

.core-values li:not(:last-child)::after {
  content: "•";
  margin-inline: 0.55rem;
  color: var(--gold);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: rgba(249, 219, 183, 0.72);
  font-weight: 600;
  letter-spacing: 0.15em;
}

.site-footer p:last-child span {
  margin-inline: 0.45rem;
  color: var(--gold);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(239, 179, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 179, 59, 0);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr 0.8fr;
    gap: 1.5rem;
  }

  .hero-art {
    min-height: 27rem;
  }

  .core-values {
    right: 0;
    bottom: 0.5rem;
  }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .site-footer {
    width: min(100% - 2rem, 38rem);
  }

  .site-header {
    padding-block: 1rem;
  }

  .brand img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .brand-name span {
    font-size: 0.54rem;
  }

  .location {
    font-size: 0;
  }

  .location::after {
    content: "MV";
    font-size: 0.68rem;
  }

  .hero {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 1.25rem;
    padding-block: 2.5rem 2rem;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.85rem, 14vw, 4.5rem);
  }

  .intro {
    margin-block: 1.35rem 1.5rem;
  }

  .hero-art {
    min-height: auto;
    padding: 1rem 2rem 2rem;
  }

  .logo-frame {
    width: min(20rem, 88vw);
  }

  .halo-large {
    width: 100%;
  }

  .core-values {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: end;
    margin-top: -2rem;
    font-size: 0.58rem;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    padding-block: 1.1rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .brand-name strong {
    font-size: 0.92rem;
  }

  .eyebrow {
    align-items: flex-start;
  }

  .eyebrow span {
    flex: 0 0 auto;
    margin-top: 0.55rem;
    width: 1.5rem;
  }

  .status {
    width: 100%;
    border-radius: 1rem;
  }

  .hero-art {
    padding-inline: 0.5rem;
  }

  .core-values {
    max-width: 90%;
  }
}

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