/* shared */

.main-content {
  min-width: 0;
  background: none !important;
}


.ely-flock-item {
  display: inline-block;
}

.ely-flock-item:not(:last-child) {
  margin-right: 15px;
}

.ely-flock-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 1px;
}

.ely-home {
  --ely-paper: #3d3c57;
  --ely-paper-2: #34344d;
  --ely-paper-3: #2a2a43;
  --ely-ink: #eeeaf4;
  --ely-muted: #c7bfd3;
  --ely-line: #777089;
  --ely-violet: #b7a9cb;
  --ely-violet-soft: #9689aa;

  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 18px clamp(10px, 1.1vw, 24px) 54px;
  color: var(--ely-ink);
}

.ely-home *,
.ely-home *::before,
.ely-home *::after {
  box-sizing: border-box;
}

.ely-home a {
  text-decoration: none;
}

.ely-hero,
.ely-begin,
.ely-section,
.ely-chronicle,
.ely-art-board,
.ely-adopts,
.ely-world-teaser,
.ely-world-species {
  min-width: 0;
}

.ely-kicker {
  margin-bottom: 5px;
  color: var(--ely-violet);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.ely-home h1,
.ely-home h2,
.ely-home h3 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ely-ink);
}

.ely-home h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1;
  font-weight: 500;
}

.ely-section-number {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--ely-violet);
  transform: rotate(45deg);
  background: #342d50;
  color: var(--ely-violet);
  font: 13px Georgia, 'Times New Roman', serif;
}


/* hero */

.ely-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(135,127,154,.34);
  border-radius: 16px;
  background-image:
    linear-gradient(90deg,
      rgba(29,28,48,.12),
      rgba(37,36,58,.08) 42%,
      rgba(42,42,67,.24) 70%,
      rgba(34,33,55,.38)
    ),
    linear-gradient(to bottom,
      rgba(31,30,52,.08),
      rgba(42,42,67,.16) 58%,
      rgba(30,29,49,.34)
    ),
    url('/css/images/Splashart.jpg');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  box-shadow: 0 16px 36px rgba(16,14,24,.24);
}

.ely-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.018),
    inset 0 -80px 100px rgba(31,29,51,.10);
}

.ely-hero__rail {
  position: relative;
  z-index: 4;
  width: min(570px, 43%);
  min-height: 560px;
  margin-left: auto;
  padding: 30px 30px 30px 16px;
  display: flex;
}

.ely-hero__copy {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
}

.ely-hero__copy-inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 30px 31px 27px;
  border: 1px solid rgba(187,171,207,.40);
  border-radius: 14px;
  background: linear-gradient(
    to bottom,
    rgba(61,60,87,.38),
    rgba(42,42,67,.74)
  );
  box-shadow:
    0 18px 36px rgba(18,14,28,.24),
    inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  text-align: center;
}

.ely-hero__panel-art {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: -2px auto 15px;
  padding: 0 4px;
  pointer-events: none;
}

.ely-hero__panel-art img {
  display: block;
  width: min(100%, 330px);
  height: auto;
  max-height: 190px;
  margin: 0 auto;
  object-fit: contain;
  opacity: .96;
  filter:
    saturate(.96)
    drop-shadow(0 14px 18px rgba(15,12,26,.18));
  animation: elyPanelFloat 10s ease-in-out infinite;
}

@keyframes elyPanelFloat {
  50% { transform: translateY(-5px); }
}

.ely-divider {
  display: block;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .55;
}

.ely-divider--top {
  width: min(260px, 80%);
  margin: 0 auto 20px;
}

.ely-divider--bottom {
  width: min(155px, 52%);
  margin: 23px auto 0;
}

.ely-hero .ely-kicker {
  color: #b9a2ce;
}

.ely-hero h1 {
  margin: 0;
  color: #f1edf6;
  font-size: clamp(43px, 4.1vw, 64px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.045em;
  text-shadow: 0 2px 12px rgba(17,12,26,.22);
}

.ely-hero__lead {
  max-width: 44ch;
  margin: 18px auto 8px;
  color: #d8d1e2;
  font-size: 13px;
  line-height: 1.62;
}

.ely-hero__small {
  max-width: 48ch;
  margin: 0 auto;
  color: #afa5bd;
  font-size: 10px;
  line-height: 1.5;
}

.ely-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
}

.ely-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 8px 13px;
  border: 1px solid #756785;
  background: #3a3152;
  color: #e8e1ef;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: .15s ease;
}

.ely-btn:hover {
  color: #fff;
  border-color: #9d86b4;
  background: #493b64;
  transform: translateY(-1px);
}

.ely-btn--primary {
  border-color: #a25ab5;
  background: #9151aa;
  color: #fff;
}

.ely-btn--primary:hover {
  border-color: #ba7bc8;
  background: #a35db9;
}

.ely-btn--quiet {
  background: transparent;
}

.ely-hero__chapter {
  position: absolute;
  z-index: 6;
  left: 28px;
  bottom: 22px;
  display: flex;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.ely-hero__chapter span,
.ely-hero__chapter b {
  display: grid;
  place-items: center;
  min-height: 29px;
  padding: 7px 11px;
  font-size: 8px;
  letter-spacing: .17em;
}

.ely-hero__chapter span { background: #27223c; }
.ely-hero__chapter b { background: #9953ad; }


/* begin here */

.ely-begin {
  display: grid;
  grid-template-columns: minmax(260px,.8fr) minmax(0,1.7fr);
  gap: 24px;
  margin-top: 18px;
  padding: 23px;
  border-block: 1px solid var(--ely-line);
  background:
    linear-gradient(90deg, rgba(170,130,190,.08), transparent 42%),
    var(--ely-paper);
}

.ely-begin__intro {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-content: start;
  gap: 4px 15px;
}

.ely-begin__intro .ely-section-number {
  grid-row: 1 / 3;
  margin: 6px 6px 0;
}

.ely-begin__intro p {
  grid-column: 2;
  max-width: 42ch;
  margin: 7px 0 0;
  color: var(--ely-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ely-gates {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--ely-line);
  background: rgba(52,52,77,.88);
}

.ely-gate {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 13px;
  border-right: 1px solid var(--ely-line);
  color: var(--ely-ink);
}

.ely-gate:last-child { border-right: 0; }
.ely-gate:hover { color: var(--ely-ink); background: rgba(52,52,77,.86); }

.ely-gate__sigil {
  color: var(--ely-violet);
  font: 19px Georgia, 'Times New Roman', serif;
}

.ely-gate strong,
.ely-gate small {
  display: block;
}

.ely-gate strong {
  margin-bottom: 3px;
  font-family: 'CaviarDreams', serif;
  font-size: 14px;
}

.ely-gate small {
  color: var(--ely-muted);
  font-size: 10px;
  line-height: 1.35;
}

.ely-arrow { color: var(--ely-violet); }


/* section headers + community gallery */

.ely-section {
  margin-top: 28px;
}

.ely-section-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 14px 12px;
  border: 1px solid rgba(119,112,137,.34);
  border-bottom-color: rgba(183,169,203,.48);
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(42,42,67,.88),
    rgba(52,52,77,.78) 44%,
    rgba(61,60,87,.52) 74%,
    rgba(42,42,67,.34)
  );
  box-shadow: 0 8px 24px rgba(16,14,24,.12);
}

.ely-section-head::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(158,114,188,.62), rgba(75,60,131,.12));
}

.ely-section-head__title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ely-section-head__title .ely-section-number {
  margin: 0 4px 0 7px;
}

.ely-text-link {
  flex: 0 0 auto;
  padding: 5px 7px 4px;
  border-radius: 5px;
  background: rgba(42,42,67,.22);
  color: #d4c8e1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ely-text-link:hover {
  color: #fff;
  background: rgba(141,72,151,.22);
}

.ely-chronicle {
  display: grid;
  grid-template-columns: minmax(0,1.9fr) minmax(255px,.72fr);
  gap: 13px;
  margin-top: 13px;
}

.ely-art-board {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-template-rows: repeat(3,minmax(0,1fr));
  grid-auto-flow: dense;
  gap: 7px;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.ely-art--1,
.ely-art-placeholder--large {
  grid-column: span 2;
  grid-row: span 2;
}

.ely-art {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(73,55,91,.3);
  background: rgba(52,52,77,.86);
  color: #fff;
}

.ely-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.ely-art:hover img {
  transform: scale(1.025);
}

.ely-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(27,22,38,.82));
}

.ely-art__caption {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: 9px;
  min-width: 0;
}

.ely-art__caption strong,
.ely-art__caption small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ely-art__caption strong {
  margin-bottom: 2px;
  color: #fff;
  font-family: 'CaviarDreams', serif;
  font-size: clamp(10px,1.05vw,13px);
}

.ely-art--1 .ely-art__caption strong {
  font-size: clamp(14px,1.45vw,18px);
}

.ely-art__caption small {
  color: rgba(255,255,255,.78);
  font-size: 9px;
  letter-spacing: .05em;
}

.ely-art-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 0;
  border: 1px dashed #716584;
  background: var(--ely-paper-2);
  text-align: center;
  color: var(--ely-muted);
  overflow: hidden;
}

.ely-art-placeholder span {
  color: var(--ely-violet);
  font-size: 20px;
}

.ely-art-placeholder strong {
  color: var(--ely-ink);
  font-family: Georgia, 'Times New Roman', serif;
}

.ely-art-placeholder small {
  padding: 0 15px;
  font-size: 10px;
}


/* field notes / Bluesky */

.ely-fieldnotes {
  position: relative;
  padding: 18px 17px 14px;
  border: 1px solid var(--ely-line);
  background:
    linear-gradient(rgba(101,68,130,.035) 1px, transparent 1px),
    rgba(61,60,87,.78);
  background-size: 100% 28px;
}

.ely-fieldnotes__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--ely-line);
}

.ely-fieldnotes__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ely-line);
  background: rgba(52,52,77,.88);
  color: var(--ely-violet);
}

.ely-fieldnotes h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.ely-notes {
  min-height: 244px;
}

.ely-note {
  display: block;
  margin: 12px 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(119,112,137,.72);
  background: rgba(42,42,67,.44);
  color: var(--ely-ink);
  transition: .15s ease;
}

.ely-note:hover {
  color: var(--ely-ink);
  border-color: var(--ely-violet);
  background: rgba(52,52,77,.7);
  transform: translateY(-1px);
}

.ely-note__author {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin-bottom: 9px;
}

.ely-note__avatar {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  border: 1px solid var(--ely-line);
  border-radius: 50%;
  object-fit: cover;
  background: var(--ely-paper-3);
}

.ely-note__avatar--fallback {
  display: grid;
  place-items: center;
  color: var(--ely-violet);
  font-size: 10px;
}

.ely-note__author-copy {
  min-width: 0;
  line-height: 1.15;
}

.ely-note__author-copy strong,
.ely-note__author-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ely-note__author-copy strong {
  color: var(--ely-ink);
  font: 11px Georgia, 'Times New Roman', serif;
}

.ely-note__author-copy small {
  margin-top: 2px;
  color: var(--ely-muted);
  font-size: 8px;
}

.ely-note__text {
  font: 11px/1.5 Georgia, 'Times New Roman', serif;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.ely-note__media {
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(119,112,137,.65);
  background: rgba(28,27,47,.38);
}

.ely-note__images {
  display: grid;
  gap: 4px;
  padding: 4px;
}

.ely-note__image-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(28,27,47,.7);
}

.ely-note__image,
.ely-note__video-thumb {
  display: block;
  width: 100%;
  max-height: 310px;
  object-fit: contain;
}

.ely-note__video {
  position: relative;
  min-height: 92px;
}

.ely-note__video-badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 7px;
  background: rgba(27,22,38,.82);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.ely-note__external {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 72px;
}

.ely-note__external-thumb {
  width: 72px;
  height: 100%;
  min-height: 72px;
  object-fit: cover;
  border-right: 1px solid rgba(119,112,137,.65);
}

.ely-note__external-copy {
  min-width: 0;
  padding: 8px;
}

.ely-note__external-copy strong,
.ely-note__external-copy span {
  display: block;
}

.ely-note__external-copy strong {
  font: 10px/1.25 Georgia, 'Times New Roman', serif;
}

.ely-note__external-copy span {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--ely-muted);
  font-size: 8px;
  line-height: 1.35;
}

.ely-note__quote {
  margin-top: 10px;
  padding: 8px 9px;
  border-left: 2px solid var(--ely-violet-soft);
  background: rgba(150,137,170,.08);
}

.ely-note__quote strong,
.ely-note__quote small {
  display: block;
}

.ely-note__quote strong { font: 10px Georgia, 'Times New Roman', serif; }
.ely-note__quote small { margin-top: 1px; color: var(--ely-muted); font-size: 8px; }

.ely-note__quote p {
  margin: 6px 0 0;
  font: 9px/1.4 Georgia, 'Times New Roman', serif;
  white-space: pre-wrap;
}

.ely-note__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
  padding-top: 7px;
  border-top: 1px dotted #6f6381;
  color: var(--ely-muted);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ely-note__stats {
  flex: 0 0 auto;
  letter-spacing: .04em;
  text-transform: none;
}

.ely-fieldnotes__link {
  display: block;
  padding-top: 11px;
  color: var(--ely-violet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ely-empty {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 170px;
  padding: 18px;
  text-align: center;
  color: var(--ely-muted);
}

.ely-empty__mark {
  margin-bottom: 5px;
  color: var(--ely-violet);
  font-size: 19px;
}

.ely-empty strong,
.ely-empty small {
  display: block;
}

.ely-empty strong {
  margin-bottom: 3px;
  color: var(--ely-ink);
  font-family: Georgia, 'Times New Roman', serif;
}

.ely-empty small {
  font-size: 10px;
  line-height: 1.4;
}


/* adoptions */

.ely-section--adopts {
  margin-top: 30px;
}

.ely-adopts {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin-top: 13px;
}

.ely-adopt {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 106px;
  overflow: hidden;
  border: 1px solid var(--ely-line);
  background: rgba(61,60,87,.82);
  color: var(--ely-ink);
  transition: .15s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.ely-adopt:hover {
  color: var(--ely-ink);
  border-color: var(--ely-violet);
  transform: translateY(-2px);
}

.ely-adopt__image {
  min-height: 106px;
  overflow: hidden;
  border-right: 1px solid var(--ely-line);
  background: rgba(52,52,77,.86);
}

.ely-adopt__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ely-adopt__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 24px 12px 11px;
}

.ely-adopt__body small {
  margin-bottom: 2px;
  color: var(--ely-violet);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ely-adopt__body strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 13px Georgia, 'Times New Roman', serif;
}

.ely-adopt__body span {
  margin-top: 5px;
  color: var(--ely-muted);
  font-size: 9px;
}

.ely-adopt__arrow {
  position: absolute;
  top: 8px;
  right: 9px;
  color: #a995bd;
  font-size: 12px;
}

.ely-empty--wide {
  grid-column: 1 / -1;
  min-height: 120px;
  border: 1px dashed var(--ely-line);
  background: rgba(61,60,87,.82);
}


/* world links */

.ely-world-teaser {
  display: grid;
  grid-template-columns: 90px minmax(0,1.1fr) minmax(250px,.8fr);
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: 20px 23px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 50%, rgba(168,137,199,.14), transparent 24%),
    linear-gradient(to bottom, #3d3c57, #2a2a43);
  box-shadow: 0 16px 36px rgba(36,27,49,.18);
}

.ely-world-teaser__crest {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255,255,255,.22);
  transform: rotate(45deg);
  background: rgba(150,129,177,.08);
}

.ely-world-teaser__crest img {
  width: 64%;
  max-height: 64%;
  object-fit: contain;
  transform: rotate(-45deg);
}

.ely-world-teaser .ely-kicker { color: #cdb8dd; }
.ely-world-teaser h2 { color: #fff; }

.ely-world-teaser__copy p {
  max-width: 60ch;
  margin: 8px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  line-height: 1.55;
}

.ely-world-links {
  border-left: 1px solid rgba(255,255,255,.16);
}

.ely-world-links a {
  display: flex;
  justify-content: space-between;
  padding: 7px 0 7px 16px;
  border-bottom: 1px dotted rgba(255,255,255,.15);
  color: rgba(255,255,255,.82);
  font: 12px Georgia, 'Times New Roman', serif;
}

.ely-world-links a:last-child { border-bottom: 0; }
.ely-world-links a:hover { color: #fff; }
.ely-world-links span { color: #c8a7db; }


/* species cards */

.ely-world-species {
  width: 100%;
  margin-top: 18px;
}

.ely-world-species__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(27px,2.5vw,42px) clamp(12px,1.3vw,18px);
  width: 100%;
  padding: 5px 2px 11px;
}

.ely-home-species-card-link {
  flex: 1 1 155px;
  min-width: 145px;
  max-width: 190px;
  color: inherit !important;
  text-decoration: none !important;
}

.ely-home-species-card {
  width: 100%;
  aspect-ratio: 200 / 360;
  perspective: 1050px;
}

.ely-home-species-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .58s cubic-bezier(.2,.65,.3,1);
}

.ely-home-species-card-link:hover .ely-home-species-card__inner,
.ely-home-species-card-link:focus .ely-home-species-card__inner {
  transform: rotateY(180deg);
}

.ely-home-species-card__front,
.ely-home-species-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ely-home-species-card__front {
  overflow: visible;
}

.ely-home-species-card__art {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 120%;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
}

.ely-home-species-card__back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(30,31,52,.98), rgba(43,45,85,.98));
  color: #fff;
  text-align: center;
}

.ely-home-species-card__crest {
  display: block;
  width: min(125px,74%);
  height: 48%;
  margin: 0 auto 13px;
  object-fit: contain;
  opacity: .94;
}

.ely-home-species-card__crest-fallback {
  display: grid;
  place-items: center;
  width: 105px;
  max-width: 72%;
  aspect-ratio: 1;
  margin: 0 auto 15px;
  color: var(--ely-violet);
  font-size: 24px;
}

.ely-home-species-card__back small {
  margin-bottom: 6px;
  color: var(--ely-violet);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ely-home-species-card__back strong {
  max-width: 100%;
  font: 500 clamp(13px,1vw,17px)/1.08 'CaviarDreams', Georgia, serif;
}

.ely-home-species-card__view {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  color: #c8a7db;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ely-home-species-card__view b {
  font-size: 11px;
  font-weight: 400;
}


/* footer */

.ely-home-end {
  padding-top: 28px;
  text-align: center;
  color: var(--ely-muted);
}

.ely-home-end__divider {
  display: block;
  width: min(185px,46%);
  margin: 0 auto 7px;
  opacity: .6;
}

.ely-home-end span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}


/* responsive */

@media (max-width: 1050px) {
  .ely-adopts {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 980px) {
  .ely-chronicle {
    grid-template-columns: 1fr;
  }

  .ely-fieldnotes {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .ely-hero {
    min-height: 0;
    padding-top: 150px;
    background-position: left center;
  }

  .ely-hero__rail {
    width: min(560px, calc(100% - 48px));
    min-height: auto;
    margin: 0 auto 54px;
    padding: 0;
  }

  .ely-hero__copy-inner {
    min-height: 430px;
    padding: 28px 30px 27px;
  }

  .ely-hero__panel-art img {
    width: min(100%,360px);
    max-height: 215px;
  }
}

@media (max-width: 820px) {
  .ely-home {
    padding-inline: 8px;
  }

  .ely-begin,
  .ely-gates,
  .ely-world-teaser {
    grid-template-columns: 1fr;
  }

  .ely-gate {
    border-right: 0;
    border-bottom: 1px solid var(--ely-line);
  }

  .ely-gate:last-child {
    border-bottom: 0;
  }

  .ely-world-teaser {
    text-align: center;
  }

  .ely-world-teaser__crest {
    margin: 0 auto;
  }

  .ely-world-links {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    padding-top: 6px;
    text-align: left;
  }

  .ely-world-links a {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .ely-home {
    padding-top: 7px;
  }

  .ely-hero {
    padding-top: 105px;
    background-position: left center;
  }

  .ely-hero__rail {
    width: calc(100% - 28px);
    margin-bottom: 50px;
  }

  .ely-hero__copy-inner {
    min-height: 420px;
    padding: 25px 22px 24px;
  }

  .ely-hero__panel-art img {
    width: min(100%,300px);
    max-height: 180px;
  }

  .ely-hero h1 {
    font-size: clamp(40px,13vw,54px);
  }

  .ely-hero__chapter {
    left: 17px;
    bottom: 17px;
  }

  .ely-divider--top {
    width: 210px;
    margin-bottom: 16px;
  }

  .ely-section-head {
    align-items: center;
    padding: 10px 11px;
    border-radius: 8px;
  }

  .ely-section-head .ely-section-number {
    display: none;
  }

  .ely-text-link {
    max-width: 95px;
    text-align: right;
    line-height: 1.35;
  }

  .ely-art-board {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: repeat(3,minmax(0,1fr));
    aspect-ratio: 2 / 3;
  }

  .ely-art--1,
  .ely-art-placeholder--large {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .ely-art:nth-child(n + 6),
  .ely-art-placeholder:nth-child(n + 6) {
    display: none;
  }

  .ely-adopts {
    grid-template-columns: 1fr;
  }

  .ely-adopt {
    grid-template-columns: 94px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ely-home-species-card__inner,
  .ely-hero__panel-art img {
    transition: none;
    animation: none;
  }
}
