/* Ale Jade color contracts:
   #130f14 ground only; #f6f0f3 paper and primary text;
   #8c263d editorial captions only; #a80e54 interface accents only;
   #4ec1ea members conversion actions only. */
:root {
  color-scheme: dark;
  --aj-ground: #130f14;
  --aj-paper: #f6f0f3;
  --aj-paper-warm: #eadde2;
  --aj-ink: #130f14;
  --aj-secondary: #d8cbd0;
  --aj-burgundy: #8c263d;
  --aj-action: #a80e54;
  --aj-members: #4ec1ea;
  --aj-members-hover: #35b2df;
  --aj-ice: #b9d9e2;
  --aj-rule: #66535c;
  --aj-display: "Avenir Next", "Arial Black", "Segoe UI", Arial, sans-serif;
  --aj-body: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --aj-voice: "Iowan Old Style", Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--aj-ground);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--aj-paper);
  background: var(--aj-ground);
  font-family: var(--aj-body);
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.aj-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 11px 16px;
  color: var(--aj-ink);
  background: var(--aj-paper);
  transform: translateY(-160%);
}

.aj-skip:focus {
  transform: translateY(0);
}

.aj-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 18px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.aj-header > span {
  text-transform: none;
}

.aj-mark,
.aj-confirm__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid currentColor;
  color: #ffffff;
  font-family: var(--aj-display);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.aj-kicker {
  margin: 0;
  color: var(--aj-burgundy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.aj-collage {
  position: relative;
  min-height: 640px;
  height: 88svh;
  max-height: 900px;
  overflow: hidden;
  background: var(--aj-ground);
}

.aj-collage__hero,
.aj-collage__hero picture,
.aj-collage__hero img,
.aj-collage__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aj-collage__hero img {
  object-fit: cover;
  object-position: 50% 30%;
}

.aj-collage__skyline,
.aj-collage__portrait {
  display: none;
}

.aj-collage__veil {
  background: rgba(19, 15, 20, 0.36);
}

.aj-collage__copy {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 34px;
  left: 18px;
}

.aj-collage__copy .aj-kicker {
  color: var(--aj-paper);
  text-transform: none;
}

.aj-collage h1 {
  max-width: 290px;
  margin: 10px 0 28px;
  color: #ffffff;
  font-family: var(--aj-display);
  font-size: 52px;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(19, 15, 20, 0.76);
}

.aj-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 56px;
  border: 2px solid var(--aj-members);
  border-radius: 0;
  color: var(--aj-ink);
  background: var(--aj-members);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.aj-city {
  color: var(--aj-ink);
  background: var(--aj-paper);
}

.aj-closer h2,
.aj-confirm h1,
.aj-dialog h2 {
  margin: 14px 0 0;
  font-family: var(--aj-display);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.aj-photo-action {
  position: relative;
  display: block;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}

.aj-photo-action img {
  width: 100%;
  aspect-ratio: 45 / 56;
  object-fit: cover;
  object-position: 50% 24%;
}

.aj-photo-action > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 48px;
  padding: 14px 18px;
  color: var(--aj-ink);
  background: var(--aj-members);
  font-size: 13px;
  font-weight: 900;
}

.aj-portraits {
  position: relative;
  overflow: hidden;
  padding: 92px 18px 110px;
  color: var(--aj-ink);
  background: var(--aj-paper-warm);
}

.aj-portraits figure {
  position: relative;
  z-index: 2;
  margin: 0;
}

.aj-portraits img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.aj-portraits__beige {
  width: 84%;
}

.aj-portraits__beige img {
  object-position: 50% 15%;
}

.aj-portraits__aqua {
  width: 72%;
  margin-top: 74px !important;
  margin-left: auto !important;
}

.aj-portraits__aqua img {
  object-position: 50% 12%;
}

.aj-portraits__word {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: -14px;
  color: rgba(140, 38, 61, 0.15);
  font-family: var(--aj-display);
  font-size: 104px;
  font-weight: 900;
  line-height: 0.8;
}

.aj-social {
  padding: 92px 20px;
  background: var(--aj-ground);
}

.aj-social .aj-kicker {
  margin-bottom: 34px;
  color: var(--aj-ice);
}

.aj-social a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-top: 1px solid var(--aj-rule);
  font-family: var(--aj-display);
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}

.aj-social a:last-child {
  border-bottom: 1px solid var(--aj-rule);
}

.aj-social a span:last-child {
  color: var(--aj-ice);
  font-family: var(--aj-body);
  font-size: 11px;
  font-weight: 800;
}

.aj-closer {
  position: relative;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  padding: 88px 20px;
  flex-direction: column;
  justify-content: center;
  color: var(--aj-ink);
  background: var(--aj-paper);
}

.aj-closer .aj-action,
.aj-closer .aj-kicker {
  position: relative;
  z-index: 2;
}

.aj-closer .aj-kicker {
  margin-bottom: 22px;
  text-transform: none;
}

.aj-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 18px 20px;
  border-top: 1px solid var(--aj-rule);
  color: var(--aj-secondary);
  background: var(--aj-ground);
  font-size: 13px;
}

.aj-logout button {
  min-width: 108px;
  min-height: 44px;
  border: 1px solid #8c7881;
  border-radius: 0;
  color: var(--aj-secondary);
  background: transparent;
  cursor: pointer;
}

[data-aj-reveal] {
  opacity: 1;
  transform: none;
}

.js .aj-reveal-pending {
  opacity: 0;
  transform: translateY(18px);
}

.js .aj-reveal-visible {
  opacity: 1;
  transform: none;
  transition: opacity 500ms ease, transform 500ms ease;
}

.aj-page.js-ready .aj-collage__hero {
  animation: aj-collage-lock 680ms ease-out both;
}

.aj-page.js-ready .aj-collage h1 {
  animation: aj-title-arrive 560ms ease-out both;
}

.aj-confirm {
  min-height: 100svh;
  color: var(--aj-ink);
  background: var(--aj-paper);
}

.aj-confirm__main {
  width: min(100% - 40px, 560px);
  margin: 0 auto;
  padding: 40px 0 72px;
}

.aj-confirm__mark {
  margin-bottom: 92px;
  color: var(--aj-ink);
}

.aj-confirm h1 {
  max-width: 520px;
  margin-top: 18px;
  font-size: 48px;
}

.aj-confirm__note {
  margin: 22px 0 36px;
  color: #594850;
}

.aj-confirm__error {
  padding: 12px;
  border-left: 4px solid var(--aj-burgundy);
  color: var(--aj-ink);
  background: #e9d8de;
}

.aj-confirm__form label {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 52px;
  padding: 14px 0;
  border-top: 1px solid #8b737d;
  border-bottom: 1px solid #8b737d;
  cursor: pointer;
}

.aj-confirm__form input[type="checkbox"] {
  width: 44px;
  height: 44px;
  margin: 0;
  accent-color: var(--aj-action);
}

.aj-confirm__form button {
  width: 100%;
  min-height: 54px;
  margin-top: 28px;
  border: 2px solid var(--aj-members);
  border-radius: 0;
  color: var(--aj-ink);
  background: var(--aj-members);
  font-weight: 900;
  cursor: pointer;
}

.aj-confirm__form > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin-top: 16px;
  color: #594850;
}

.aj-dialog {
  width: min(100% - 32px, 520px);
  padding: 0;
  border: 2px solid var(--aj-burgundy);
  color: var(--aj-ink);
  background: var(--aj-paper);
}

.aj-dialog::backdrop {
  background: rgba(19, 15, 20, 0.84);
}

.aj-dialog__inner {
  padding: 36px;
}

.aj-dialog h2 {
  margin-bottom: 28px;
  font-size: 40px;
}

.aj-action:focus-visible,
.aj-mark:focus-visible,
.aj-confirm__mark:focus-visible,
.aj-photo-action:focus-visible,
.aj-social a:focus-visible,
.aj-logout button:focus-visible,
.aj-confirm__form input:focus-visible,
.aj-confirm__form button:focus-visible,
.aj-confirm__form a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.aj-confirm__mark:focus-visible,
.aj-confirm__form input:focus-visible,
.aj-confirm__form button:focus-visible,
.aj-confirm__form a:focus-visible {
  outline-color: var(--aj-ink);
}

.aj-photo-action:focus-visible {
  outline-color: var(--aj-members);
}

.aj-action:active,
.aj-confirm__form button:active {
  transform: translateY(1px) scale(0.99);
}

@keyframes aj-collage-lock {
  from { transform: translateY(14px); }
  to { transform: translateY(0); }
}

@keyframes aj-title-arrive {
  from { opacity: 0; transform: translateX(-24px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (hover: hover) {
  .aj-action:hover,
  .aj-confirm__form button:hover {
    background: var(--aj-members-hover);
    border-color: var(--aj-members-hover);
  }

  .aj-social a:hover {
    color: var(--aj-ice);
  }

  .aj-logout button:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .aj-header {
    min-height: 92px;
    padding: 20px 34px;
  }

  .aj-collage {
    min-height: 700px;
  }

  .aj-collage__hero {
    right: 0;
    left: auto;
    width: 68%;
  }

  .aj-collage__hero img {
    object-position: 50% 24%;
  }

  .aj-collage__veil {
    background: rgba(19, 15, 20, 0.08);
  }

  .aj-collage__copy {
    right: auto;
    bottom: 48px;
    left: 36px;
    width: 46%;
  }

  .aj-collage h1 {
    max-width: 650px;
    font-size: 88px;
  }

  .aj-caption {
    max-width: 330px;
    font-size: 25px;
  }

  .aj-city {
    min-height: 820px;
    padding: 120px 12vw;
  }

  .aj-photo-action {
    width: min(100%, 880px);
    margin: 0 auto;
  }

  .aj-photo-action img {
    height: auto;
    aspect-ratio: 45 / 56;
  }

  .aj-portraits {
    min-height: 940px;
    padding: 128px 7vw;
  }

  .aj-portraits__beige {
    width: 43%;
  }

  .aj-portraits__aqua {
    position: absolute !important;
    top: 270px;
    right: 8vw;
    width: 35%;
    margin: 0 !important;
  }

  .aj-portraits__word {
    top: 34%;
    left: 35%;
    font-size: 180px;
  }

  .aj-social {
    padding: 120px 12vw;
  }

  .aj-social a {
    min-height: 86px;
    font-size: 34px;
  }

  .aj-closer {
    min-height: 430px;
    padding: 110px 8vw;
  }

  .aj-footer {
    padding: 20px 7vw;
  }

  .aj-confirm__main {
    padding-top: 64px;
  }
}

@media (min-width: 1200px) {
  .aj-collage h1 {
    font-size: 112px;
  }

  .aj-portraits__word {
    font-size: 236px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .aj-reveal-pending {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .aj-action,
  .aj-photo-action,
  .aj-confirm__form button,
  .aj-mark,
  .aj-confirm__mark,
  .aj-logout button {
    border: 2px solid ButtonText;
  }
}
