:root {
  --bg: #f4f2ed;
  --ink: #101927;
  --blue: #263753;
  --blue-soft: #405477;
  --silver: #c8ccd2;
  --muted: rgba(16, 25, 39, 0.66);
  --line: rgba(38, 55, 83, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.36;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: opacity 180ms ease;
}

a:hover,
a:focus-visible {
  opacity: 0.62;
}

.page {
  min-height: 100vh;
  min-height: 100svh;
}

.coming-soon {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
}

.content {
  width: 42.5%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 56%),
    var(--bg);
}

.visual {
  width: 57.5%;
  min-height: 100vh;
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 10%, rgba(200, 204, 210, 0.34), transparent 32%),
    linear-gradient(135deg, #101927 0%, #263753 52%, #405477 100%);
}

.visual__surface {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.visual__surface::before,
.visual__surface::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(200, 204, 210, 0.3);
}

.visual__surface::before {
  inset: 9%;
}

.visual__surface::after {
  right: 12%;
  bottom: 12%;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  transform: rotate(45deg);
  border-color: rgba(244, 242, 237, 0.14);
}

.stack {
  display: flex;
  height: 100%;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  flex-direction: column;
  justify-content: space-between;
}

.row {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) 1fr;
  min-height: calc((100vh - 2rem) / 3);
  min-height: calc((100svh - 2rem) / 3);
}

.wordmark {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.42rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.wordmark span {
  display: block;
  margin-top: 0.35rem;
  color: var(--blue-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mark {
  margin: 0;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.75;
}

.accent {
  color: var(--silver);
}

.links,
.meta-list {
  display: grid;
  align-content: start;
  gap: 0.08rem;
  line-height: 1.35;
}

.meta-list {
  color: var(--muted);
}

.lead {
  max-width: 12.2rem;
  margin: 0;
  color: var(--blue);
  font-size: 14px;
}

.legal-links {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
  color: rgba(244, 242, 237, 0.78);
}

.text-page {
  min-height: 100vh;
  min-height: 100svh;
  padding: 1rem;
}

.text-shell {
  display: grid;
  grid-template-columns: 42.5% 1fr;
  gap: 1rem;
  max-width: 1180px;
}

.text-nav {
  position: sticky;
  top: 1rem;
  align-self: start;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-content {
  max-width: 760px;
  padding-bottom: 5rem;
}

.text-content h1 {
  margin: 0 0 4rem;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.8;
}

.text-content h2 {
  margin: 2.4rem 0 0.65rem;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 600;
}

.text-content p,
.text-content ul {
  max-width: 52rem;
  margin: 0 0 1rem;
}

.text-content ul {
  padding-left: 1.1rem;
}

.muted {
  color: var(--muted);
}

@media (max-width: 991px) {
  .coming-soon {
    display: block;
  }

  .content,
  .visual {
    width: 100%;
    min-height: auto;
  }

  .content {
    min-height: 100vh;
    min-height: 100svh;
  }

  .visual__surface {
    min-height: 86vw;
  }

  .mark {
    font-size: 3.5rem;
  }

  .legal-links {
    position: static;
    padding: 1rem;
    color: var(--ink);
  }

  .text-shell {
    grid-template-columns: 1fr;
  }

  .text-nav {
    position: static;
    min-height: 0;
    gap: 4rem;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 1.5rem;
  }

  .stack {
    min-height: calc(100vh - 3rem);
    min-height: calc(100svh - 3rem);
  }

  .row {
    min-height: calc((100vh - 3rem) / 3);
    min-height: calc((100svh - 3rem) / 3);
  }

}

@media (max-width: 479px) {
  .wordmark {
    font-size: 1.34rem;
  }

  .mark {
    font-size: 3rem;
  }

  .row {
    grid-template-columns: 48% 52%;
  }

  .lead {
    max-width: 10.6rem;
  }
}
