@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f6f3eb;
  --ink: #182b9f;
  --body: #353e62;
  --line: #d6d6cf;
  --rule: #182b9f38;
  --muted: #60667c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 6px;
}
a:hover {
  text-decoration: underline;
}
::selection {
  background: #d8ddfa;
  color: var(--ink);
}
.page-wrap {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 64px;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 10;
  padding: 15px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
.draft-notice {
  padding: 10px 20px;
  text-align: center;
  background: #ffe6a6;
  color: #493609;
  font-size: 13px;
}
.site-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  gap: 24px;
}
.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 37px;
  letter-spacing: -2px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span:not(.wordmark-dot) {
  font-weight: normal;
  margin-left: 7px;
}
.site-header nav {
  display: flex;
  gap: 36px;
  font-size: 13px;
}
nav a {
  text-decoration: none;
}
nav a[aria-current="page"] {
  text-decoration: underline;
}
.site-header nav span {
  margin-left: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 42px;
  min-height: 658px;
  padding: 70px 0 64px;
}
.eyebrow {
  margin: 0 0 25px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.7;
  text-transform: uppercase;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 4px #182b9f0a;
  border-radius: 100%;
  background: var(--ink);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
}
h1 {
  font-size: clamp(64px, 6.15vw, 88px);
  letter-spacing: -0.058em;
  line-height: 1.045;
  margin-bottom: 28px;
  text-wrap: balance;
}
h1 em {
  font-weight: normal;
}
.hero-description {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--body);
  margin-bottom: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 52px;
  padding: 13px 20px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--ink);
  border-radius: 2px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}
.button:hover {
  background: #101f78;
  box-shadow: 0 4px 12px #182b9f14;
  text-decoration: none;
}
.button span {
  font-size: 20px;
  font-weight: normal;
  transition: transform 180ms ease;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.editorial-art {
  position: relative;
  min-width: 0;
  height: 495px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.art-orbit {
  position: absolute;
  border: 1px solid #182b9f13;
  border-radius: 50%;
  z-index: -2;
  width: 475px;
  height: 475px;
}
.orbit-two {
  width: 385px;
  height: 385px;
}
.back-paper {
  width: 320px;
  height: 389px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #7184bc;
  position: absolute;
  z-index: -1;
}
.back-paper-one {
  background: #e0e5f0;
  transform: rotate(-14deg) translate(-34px, 2px);
}
.back-paper-two {
  background: #b6c6e6;
  transform: rotate(11deg) translate(35px, 4px);
}
.story-paper {
  width: 326px;
  min-height: 412px;
  padding: 23px 24px 18px;
  border: 1px solid var(--ink);
  background: #fdfcf6;
  transform: rotate(-3deg);
  box-shadow:
    0 2px 2px #182b9f08,
    8px 14px 30px #182b9f15,
    inset 0 0 50px #b8aa8308;
  transition: transform 500ms ease;
}
.paper-masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: -1.2px;
}
.paper-edition {
  font-family: Arial, sans-serif;
  font-size: 6px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 1.4px;
}
.paper-rule {
  height: 4px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin: 12px 0 17px;
}
.paper-kicker {
  font-size: 7px;
  letter-spacing: 1.1px;
  margin-bottom: 11px;
}
.paper-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  letter-spacing: -2.6px;
  line-height: 1;
  margin-bottom: 15px;
}
.perspective-art {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 132px;
  overflow: hidden;
  background: #e7ebf4;
}
.perspective-art > span {
  flex-shrink: 0;
  width: 112px;
  height: 112px;
  border: 1px solid #182b9f;
  border-radius: 50%;
  margin: 0 -25px;
}
.perspective-art > span:nth-child(1) {
  background: #182b9f;
}
.perspective-art > span:nth-child(2) {
  background: #5671c7;
  mix-blend-mode: multiply;
}
.perspective-art > span:nth-child(3) {
  background: #b4c4ed;
  mix-blend-mode: multiply;
}
.art-cross {
  position: absolute;
  color: #fff;
  font-size: 25px;
  font-weight: 200;
}
.paper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  font-size: 7px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.paper-arrow {
  font-size: 29px;
  line-height: 1;
}
.art-caption {
  position: absolute;
  bottom: -18px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.approach {
  padding: 76px 0 85px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  column-gap: 100px;
  row-gap: 20px;
  align-items: center;
}
.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
h2 {
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -1.8px;
  text-wrap: balance;
}
.section-heading > p:last-child {
  color: var(--body);
  font-size: 16px;
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 0;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--rule);
}
.features article {
  padding: 30px 32px 0;
  border-right: 1px solid var(--rule);
}
.feature-number {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
h3 {
  font-size: 26px;
  letter-spacing: -0.7px;
  margin: 24px 0 13px;
}
.features p {
  color: var(--body);
  font-size: 15px;
  line-height: 1.8;
  max-width: 325px;
  margin-bottom: 0;
}
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 70px;
  padding: 58px 56px;
  color: var(--paper);
  background: var(--ink);
}
.contact-panel .eyebrow {
  color: #d6ddff;
  margin-bottom: 17px;
}
.contact-panel h2 {
  font-size: 46px;
  margin-bottom: 0;
}
.contact-panel > div:last-child {
  padding-top: 24px;
  max-width: 360px;
  justify-self: end;
}
.contact-panel p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.85;
  color: #e2e5f7;
  margin-bottom: 25px;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.button-light:hover {
  background: #e2e7ff;
}
.button-light:focus-visible {
  outline-color: var(--paper);
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 35px 0;
  margin-top: 34px;
  border-top: 1px solid var(--rule);
}
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: -1px;
  text-decoration: none;
}
.site-footer p {
  color: var(--muted);
  font-size: 11px;
  margin: 8px 0 0;
}
.site-footer nav {
  display: flex;
  gap: 26px;
  font-size: 12px;
}
.footer-note {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
}
.document-main {
  max-width: 760px;
  padding: 80px 0 65px;
  margin: 0 auto;
}
.document-main h1 {
  font-size: clamp(44px, 6vw, 70px);
  letter-spacing: -3px;
}
.document-intro {
  color: var(--body);
  font-size: 20px;
  line-height: 1.6;
  max-width: 560px;
}
.updated {
  font-size: 12px;
  color: var(--muted);
  margin-top: 24px;
}
.contact-card {
  margin: 40px 0;
  padding: 30px;
  border: 1px solid var(--ink);
}
.contact-card h2 {
  font-size: 25px;
  margin-bottom: 18px;
}
.email-link {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  margin: 0 0 16px;
}
.email-link span {
  margin-left: 14px;
}
.contact-card > p:not(.email-link) {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}
.contact-card .operator {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.prose {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 10px;
}
.prose h2 {
  font-size: 27px;
  margin: 32px 0 15px;
  letter-spacing: -0.5px;
}
.prose p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--body);
}
.prose a {
  color: var(--ink);
}

/* Small editorial details are CSS-only; the page needs no client JavaScript. */
.wordmark:hover,
.footer-brand:hover {
  text-decoration: none;
}
.site-header nav a,
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.site-header nav a {
  position: relative;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.site-header nav a:hover {
  text-decoration: none;
}
.site-header nav a:hover::after {
  transform: scaleX(1);
}
.hero .launch-label {
  width: fit-content;
  border: 1px solid var(--rule);
  padding: 7px 11px;
  border-radius: 2px;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}
.availability svg {
  width: 13px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.1;
}
.button:hover span {
  transform: translate(2px, -2px);
}
.hero .button:hover span {
  transform: translateY(3px);
}
.art-registration {
  position: absolute;
  width: 13px;
  height: 13px;
  opacity: 0.4;
}
.art-registration::before,
.art-registration::after {
  content: "";
  position: absolute;
  background: var(--ink);
}
.art-registration::before {
  width: 13px;
  height: 1px;
  top: 6px;
}
.art-registration::after {
  height: 13px;
  width: 1px;
  left: 6px;
}
.registration-top {
  top: 14px;
  left: 12px;
}
.registration-bottom {
  bottom: 8px;
  right: 12px;
}
.back-paper-label {
  font-size: 7px;
  letter-spacing: 1.2px;
  display: block;
  border-bottom: 1px solid #182b9f55;
  padding-bottom: 12px;
}
.print-lines {
  height: 180px;
  margin-top: 24px;
  opacity: 0.25;
  background: repeating-linear-gradient(to bottom, #182b9f 0 1px, transparent 1px 8px);
}
.back-paper-two .print-lines {
  margin-top: 200px;
}
.perspective-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#fdfcf6 0.5px, transparent 0.6px);
  background-size: 3px 3px;
  opacity: 0.22;
  pointer-events: none;
}
.art-caption > span {
  color: var(--muted);
  border-right: 1px solid var(--rule);
  padding-right: 16px;
}
.edition-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  min-height: 60px;
}
.edition-line > span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 15px;
}
.edition-line a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 9px;
  letter-spacing: 1.6px;
  min-height: 44px;
  text-decoration: none;
}
.edition-line a:hover {
  text-decoration: underline;
}
.edition-line a span {
  font-size: 19px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.features article:first-child {
  padding-left: 0;
}
.features article:last-child {
  padding-right: 0;
  border-right: 0;
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 1.2;
}
.contact-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 420px;
  height: 420px;
  right: -260px;
  top: -60px;
  border: 1px solid #ffffff1c;
  border-radius: 50%;
  box-shadow:
    0 0 0 36px #ffffff05,
    0 0 0 72px #ffffff04,
    0 0 0 108px #ffffff03;
}
.contact-card {
  background: #ffffff38;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .editorial-art:hover .story-paper {
    transform: rotate(-1deg) translateY(-4px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: arrive 650ms ease-out both;
  }
  .editorial-art {
    animation: arrive 850ms ease-out both;
  }
  @keyframes arrive {
    from {
      opacity: 0;
      translate: 0 10px;
    }
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}
@media (max-width: 1100px) {
  .page-wrap {
    padding: 0 40px;
  }
  .hero {
    gap: 15px;
    min-height: 615px;
    padding: 55px 0;
  }
  h1 {
    font-size: 68px;
  }
  .editorial-art {
    transform: scale(0.86);
  }
  .section-heading {
    column-gap: 60px;
  }
  .features article {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-panel {
    padding: 48px 40px;
    gap: 40px;
  }
  .contact-panel h2 {
    font-size: 42px;
  }
  .footer-note {
    display: none;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  h1 {
    font-size: 58px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero .launch-label {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .editorial-art {
    transform: scale(0.73);
  }
  .hero {
    min-height: 560px;
    padding: 25px 0;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 23px;
  }
  .contact-panel h2 {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .page-wrap {
    padding: 0 28px;
  }
  .site-header {
    min-height: 90px;
  }
  .wordmark {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
  .site-header nav {
    gap: 22px;
    font-size: 13px;
  }
  .site-header nav span {
    margin-left: 6px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 55px 0 42px;
    gap: 36px;
  }
  h1 {
    font-size: clamp(60px, 10vw, 78px);
  }
  .hero-description {
    max-width: 450px;
  }
  .editorial-art {
    height: 495px;
    transform: none;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .registration-top {
    left: 8%;
  }
  .registration-bottom {
    right: 8%;
  }
  .edition-line > span {
    font-size: 14px;
  }
  .edition-line a {
    font-size: 8px;
    gap: 16px;
    letter-spacing: 1px;
  }
  .approach {
    padding: 54px 0 60px;
  }
  .section-heading {
    column-gap: 35px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .section-heading > p:last-child {
    font-size: 15px;
  }
  .features {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .features article,
  .features article:first-child,
  .features article:last-child {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .features article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .features p {
    max-width: 480px;
  }
  .feature-top {
    justify-content: flex-start;
    gap: 20px;
  }
  .feature-icon {
    width: 32px;
    height: 32px;
  }
  h3 {
    margin-top: 14px;
    font-size: 28px;
  }
  .contact-panel {
    gap: 26px;
    padding: 36px 30px;
  }
  .contact-panel h2 {
    font-size: 35px;
  }
  .contact-panel > div:last-child {
    padding-top: 0;
  }
  .site-footer {
    gap: 24px;
  }
}
@media (max-width: 520px) {
  .page-wrap {
    padding: 0 22px;
  }
  .site-header {
    min-height: 84px;
    gap: 14px;
  }
  .wordmark {
    font-size: 29px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 12px;
  }
  .site-header nav span {
    display: none;
  }
  .hero {
    padding-top: 40px;
    gap: 24px;
  }
  .hero .launch-label {
    font-size: 8px;
    letter-spacing: 1.2px;
    padding: 6px 9px;
    margin-bottom: 25px;
  }
  h1 {
    font-size: clamp(49px, 13.8vw, 68px);
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .availability {
    font-size: 11px;
  }
  .editorial-art {
    height: 425px;
  }
  .story-paper {
    width: 262px;
    min-height: 350px;
    padding: 18px;
  }
  .back-paper {
    width: 243px;
    height: 325px;
    padding: 16px;
  }
  .back-paper-one {
    transform: rotate(-12deg) translate(-23px, 2px);
  }
  .back-paper-two {
    transform: rotate(10deg) translate(23px, 4px);
  }
  .back-paper-label {
    font-size: 5px;
    letter-spacing: 0.8px;
  }
  .art-orbit {
    width: 330px;
    height: 330px;
  }
  .orbit-two {
    width: 270px;
    height: 270px;
  }
  .paper-headline {
    font-size: 44px;
  }
  .paper-masthead {
    font-size: 20px;
  }
  .paper-edition {
    font-size: 5px;
  }
  .perspective-art {
    height: 113px;
  }
  .perspective-art > span {
    width: 97px;
    height: 97px;
    margin: 0 -23px;
  }
  .paper-bottom {
    font-size: 6px;
  }
  .art-caption {
    font-size: 6px;
    bottom: -6px;
    letter-spacing: 1.3px;
  }
  .art-registration {
    display: none;
  }
  .edition-line {
    min-height: 68px;
    gap: 12px;
  }
  .edition-line > span {
    max-width: 170px;
    font-size: 13px;
  }
  .edition-line a {
    font-size: 7px;
    gap: 12px;
    max-width: 118px;
  }
  .section-heading,
  .contact-panel {
    grid-template-columns: 1fr;
  }
  .section-heading {
    gap: 20px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p:last-child {
    max-width: 380px;
  }
  .feature-top {
    justify-content: space-between;
  }
  .features p {
    max-width: none;
  }
  .contact-panel {
    padding: 34px 25px;
  }
  .contact-panel > div:last-child {
    justify-self: start;
  }
  .contact-panel .eyebrow {
    font-size: 9px;
  }
  .contact-panel h2 {
    font-size: 36px;
  }
  .contact-panel p:not(.eyebrow) {
    font-size: 14px;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
    gap: 16px;
    padding: 26px 0;
  }
  .site-footer nav {
    flex-wrap: wrap;
    gap: 24px;
  }
  .document-main {
    padding: 48px 0 30px;
  }
  .document-main h1 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .document-intro {
    font-size: 18px;
  }
  .contact-card {
    padding: 22px;
  }
  .email-link {
    font-size: 21px;
  }
}
@media (max-width: 350px) {
  .page-wrap {
    padding: 0 18px;
  }
  .wordmark {
    font-size: 25px;
  }
  .site-header nav {
    font-size: 11px;
    gap: 12px;
  }
  .editorial-art {
    transform: scale(0.84);
    margin-top: -22px;
    margin-bottom: -25px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .contact-panel {
    padding: 28px 22px;
  }
  .contact-panel h2 {
    font-size: 31px;
  }
  .document-main h1 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
