/* BIGIF / Launch composition. The headline is the approved lettering as image
   artwork; no substitute display font, remote font, or font binary is used. */
:root {
  --ink: #121318;
  --paper: #f7f6f2;
  --iris: #4332e8;
  --copy: #4b4d60;
  --white: #f7f6f2;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--ink);
  font-synthesis: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; }
html { margin: 0; scroll-behavior: auto; }
body { margin: 0; }
a { color: inherit; }
p, h1, dl, dd { margin: 0; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 20;
  padding: 12px 18px; background: var(--paper); color: var(--iris);
  border-radius: 6px; transform: translateY(-180%); font-size: 16px;
}
.skip-link:focus { transform: none; outline: 3px solid var(--iris); outline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--iris); outline-offset: 8px; border-radius: 3px; }
.page {
  position: relative; isolation: isolate; container-type: inline-size;
  width: 100%; max-width: 2000px; margin-inline: auto;
  aspect-ratio: 2 / 3;
  background: var(--paper);
  border-radius: 3.3vw;
  overflow: clip;
}
.environment { position: absolute; inset: 0; z-index: -2; }
.environment > img { width: 100%; height: 100%; object-fit: fill; }
.mobile-fade { display: none; }
.masthead {
  position: absolute; inset: 3.1% 6.6% auto;
  display: flex; justify-content: space-between; align-items: flex-start;
}
.brand { display: inline-flex; min-width: 44px; min-height: 44px; align-items: flex-start; }
.brand > img { width: 11.55cqw; height: auto; }
.masthead-line {
  margin-top: .45cqw; color: var(--white); text-transform: uppercase;
  font-size: max(9px, .79cqw); line-height: 1.4; letter-spacing: .37em;
  display: flex; align-items: center; gap: 1.7cqw;
}
.masthead-line > span { width: 3.15cqw; height: 1px; background: currentColor; opacity: .9; }
.opening-note {
  position: absolute; top: 12.65%; left: 6.65%;
  color: var(--copy); text-transform: uppercase; font-size: max(10px, 1.17cqw);
  letter-spacing: .29em; line-height: 1.8;
}
.small-rule { display: block; width: 3.5cqw; height: 1px; background: var(--copy); opacity: .55; margin-bottom: 2.55cqw; }
.introduction { position: absolute; top: 25.13%; left: 6.6%; width: 42%; outline: none; }
h1 { width: 100%; line-height: 0; }
.headline-art { width: 100%; height: auto; }
.invitation {
  margin-top: 1.5cqw; color: var(--copy); font-size: max(16px, 2.11cqw);
  line-height: 1.45; font-weight: 400; letter-spacing: .045em;
}
.launch-note { margin-top: 3.15cqw; }
.launch-rule { display: block; width: 3.5cqw; height: 2px; background: var(--iris); margin-bottom: 1.1cqw; }
.launch-line {
  font-family: "Arial Rounded MT Bold", ui-rounded, Arial, sans-serif;
  font-weight: 800; font-size: max(25px, 3.3cqw); letter-spacing: -.055em; line-height: 1.1;
}
.launch-line > span { color: var(--iris); }
.launch-detail { margin-top: .8cqw; font-size: max(13px, 1.36cqw); letter-spacing: .035em; line-height: 1.55; color: var(--copy); }
.perspective {
  position: absolute; top: 40.1%; right: 3.05%; width: 14.4%;
  text-transform: uppercase; color: var(--white);
  font-size: max(10px, 1.15cqw); letter-spacing: .31em; line-height: 2.15;
}
.thoughts {
  position: absolute; top: 79.45%; left: 6.65%; right: 6.6%;
  display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white);
  text-transform: uppercase;
}
.thoughts > div { position: relative; }
.thoughts > div:nth-child(2) { padding-left: 1.16cqw; }
.thoughts > div:nth-child(3) { padding-left: 3.2cqw; }
.thoughts > div:nth-child(4) { padding-left: 6.2cqw; }
.thoughts dt { font-size: max(10px, 1.08cqw); letter-spacing: .29em; font-weight: 700; line-height: 1.4; }
.thoughts dd { margin-top: 1.4cqw; font-size: max(10px, .94cqw); letter-spacing: .32em; line-height: 1.8; }
.colophon {
  position: absolute; bottom: 4.2%; left: 6.6%; right: 6.6%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--white);
}
.colophon > img { width: 4.6cqw; height: auto; }
.colophon > p { text-transform: uppercase; font-size: max(8px, .8cqw); letter-spacing: .31em; line-height: 1.6; }
::selection { background: var(--iris); color: #fff; }
/* At smaller viewports the same artwork follows the text, so no copy is
   reduced to screenshot-sized microtype and user text enlargement can reflow. */
@media (max-width: 640px) {
  .page { aspect-ratio: auto; border-radius: 22px; padding: 27px 25px 800px; min-height: 1300px; }
  .environment { top: auto; bottom: 0; height: 800px; }
  .environment > img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
  .mobile-fade {
    display: block; position: absolute; bottom: 645px; height: 155px; left: 0; right: 0; z-index: -1;
    background: linear-gradient(to bottom, var(--paper), rgba(247,246,242,0));
  }
  .masthead { position: relative; inset: auto; align-items: center; }
  .brand { min-height: 44px; align-items: center; }
  .brand > img { width: 91px; }
  .masthead-line { margin: 0; font-size: 8px; letter-spacing: .2em; line-height: 1.7; color: var(--copy); max-width: 150px; text-align: right; }
  .masthead-line > span { display: none; }
  .opening-note { position: relative; inset: auto; margin-top: 48px; font-size: 10px; letter-spacing: .22em; line-height: 1.8; max-width: 275px; }
  .small-rule { margin-bottom: 15px; width: 28px; }
  .desktop-break { display: none; }
  .introduction { position: relative; inset: auto; width: 100%; margin-top: 34px; margin-bottom: 36px; }
  h1 { max-width: 366px; }
  .invitation { margin-top: 20px; font-size: 17px; line-height: 1.55; letter-spacing: .015em; }
  .launch-note { margin-top: 28px; }
  .launch-rule { width: 28px; margin-bottom: 13px; }
  .launch-line { font-size: 30px; }
  .launch-detail { margin-top: 9px; font-size: 14px; letter-spacing: .01em; }
  .perspective { top: auto; bottom: 366px; right: 20px; width: 119px; font-size: 9px; letter-spacing: .24em; line-height: 2.05; }
  .thoughts { top: auto; bottom: 133px; left: 27px; right: 27px; grid-template-columns: repeat(2, 1fr); gap: 27px 25px; }
  .thoughts > div:nth-child(n) { padding: 0; }
  .thoughts dt { font-size: 10px; letter-spacing: .24em; }
  .thoughts dd { margin-top: 9px; font-size: 10px; letter-spacing: .23em; line-height: 1.6; }
  .colophon { bottom: 36px; left: 27px; right: 27px; gap: 12px; }
  .colophon > img { width: 43px; }
  .colophon > p { font-size: 7px; letter-spacing: .19em; text-align: right; max-width: 230px; }
}
@media (max-width: 359px) {
  .page { padding-left: 21px; padding-right: 21px; }
  .brand > img { width: 79px; }
  .masthead-line { font-size: 7px; max-width: 136px; }
  .invitation { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .environment, .mobile-fade, .headline-art { display: none; }
  .page { background: Canvas; color: CanvasText; }
  .introduction h1 .sr-only { position: static; width: auto; height: auto; clip-path: none; margin: 0; white-space: normal; font-size: clamp(42px, 9vw, 120px); line-height: 1.02; }
  .opening-note, .invitation, .launch-detail, .perspective, .thoughts, .colophon, .masthead-line { color: CanvasText; }
  .launch-line > span { color: LinkText; }
}
@media print {
  body { background: white; }
  .page { max-width: 190mm; border-radius: 0; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .skip-link { display: none; }
}
