:root {
  color-scheme: dark;
  --black: #07070a;
  --ivory: #f3f1ed;
  --silver: #aaa6b0;
  --muted: #77737d;
  --violet: #7654ec;
  --violet-light: #9c82ff;
  --line: rgba(243, 241, 237, 0.13);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 50% 46%, rgba(75, 46, 131, 0.12), transparent 32rem),
    linear-gradient(145deg, #060608 0%, #0a0a0e 52%, #060608 100%);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  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='.08'/%3E%3C/svg%3E");
}

.page-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(1560px, calc(100% - 32px));
  min-height: calc(100vh - 32px);
  margin: 16px auto;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 25%);
}

.topbar,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(24px, 4vw, 66px);
}

.topbar {
  min-height: 78px;
  border-bottom: 1px solid var(--line);
}

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

.brand img {
  width: 43px;
  height: 43px;
  object-fit: cover;
}

.brand > span {
  font-size: 1rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.brand b {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.brand strong {
  color: var(--violet-light);
  font-weight: 500;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--silver);
  font-size: 0.68rem;
  letter-spacing: 0.23em;
}

.coming-soon > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 12px rgba(118, 84, 236, 0.78);
}

main {
  display: grid;
  align-items: center;
  padding: clamp(30px, 5vh, 68px) clamp(24px, 4vw, 66px);
}

.editorial-hero {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(330px, 0.92fr) minmax(230px, 0.68fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  width: min(1280px, 100%);
  margin: 0 auto;
}

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

.index,
.eyebrow,
.detail-label,
.contact small,
footer {
  font-size: 0.66rem;
  letter-spacing: 0.25em;
}

.index {
  margin: 0 0 clamp(60px, 10vh, 120px);
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--violet-light);
  line-height: 1.5;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.4vw, 7.4rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.06em;
}

.intro {
  max-width: 410px;
  margin: 34px 0 0;
  color: #b5b1bb;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.75;
}

.slab-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
}

.slab-stage::before,
.slab-stage::after {
  position: absolute;
  z-index: 0;
  content: "";
  border: 1px solid rgba(156, 130, 255, 0.1);
  transform: rotate(45deg);
}

.slab-stage::before {
  width: 54%;
  aspect-ratio: 1;
}

.slab-stage::after {
  width: 70%;
  aspect-ratio: 1;
  border-color: rgba(243, 241, 237, 0.05);
}

.slab-aura {
  position: absolute;
  z-index: 0;
  width: 88%;
  height: 64%;
  border-radius: 50%;
  background: rgba(101, 65, 210, 0.13);
  filter: blur(58px);
}

.slab-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 465px);
  max-height: min(72vh, 780px);
  object-fit: contain;
  filter: contrast(1.03) saturate(0.9);
}

.hero-copy-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(42px, 7vh, 76px);
  padding-left: clamp(0px, 2vw, 28px);
  border-left: 1px solid var(--line);
}

.detail-block {
  padding-left: clamp(22px, 3vw, 44px);
}

.detail-label {
  margin: 0 0 13px;
  color: var(--muted);
}

.detail-value {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  letter-spacing: 0.015em;
}

.detail-block ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #b9b5be;
  font-size: 0.88rem;
  line-height: 1.5;
  list-style: none;
}

.detail-block li::before {
  display: inline-block;
  width: 14px;
  margin-right: 9px;
  color: var(--violet-light);
  content: "—";
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: clamp(22px, 3vw, 44px);
  color: var(--ivory);
  text-decoration: none;
}

.contact small {
  margin-bottom: 10px;
  color: var(--muted);
}

.contact span {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(156, 130, 255, 0.45);
  font-size: 0.88rem;
  letter-spacing: 0.035em;
  transition: color 180ms ease, border-color 180ms ease;
}

.contact:hover span,
.contact:focus-visible span {
  color: #b8a7ff;
  border-color: #b8a7ff;
}

.contact:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 7px;
}

footer {
  min-height: 61px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-mark {
  color: var(--violet-light);
  font-size: 0.62rem;
}

@media (max-width: 980px) {
  .editorial-hero {
    grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1fr);
  }

  .hero-copy-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    gap: 24px;
    padding: 30px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .detail-block,
  .contact {
    margin: 0;
    padding: 0;
  }

  .index {
    margin-bottom: 60px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: calc(100% - 16px);
    min-height: calc(100vh - 16px);
    margin: 8px auto;
  }

  .topbar,
  footer {
    padding-inline: 18px;
  }

  .topbar {
    min-height: 68px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand > span {
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .coming-soon {
    font-size: 0;
  }

  .coming-soon::after {
    font-size: 0.61rem;
    letter-spacing: 0.2em;
    content: "COMING SOON";
  }

  main {
    padding: 38px 20px 42px;
  }

  .editorial-hero {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .hero-copy-left {
    width: 100%;
    text-align: center;
  }

  .index {
    display: none;
  }

  .eyebrow {
    font-size: 0.61rem;
  }

  h1 {
    font-size: clamp(3.8rem, 19vw, 5.6rem);
  }

  .intro {
    margin: 27px auto 0;
    font-size: 1rem;
  }

  .slab-stage {
    order: 2;
    width: min(100%, 380px);
  }

  .slab-stage img {
    width: 100%;
    max-height: none;
  }

  .hero-copy-right {
    order: 3;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 34px;
    padding-top: 34px;
    text-align: center;
  }

  .detail-block ul {
    text-align: left;
  }

  .contact {
    align-items: center;
  }

  footer {
    justify-content: center;
    font-size: 0.6rem;
  }

  footer > span:not(:first-child) {
    display: none;
  }
}
