/* The detailed case follows the opening with room for people and place. */
.nord-case {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 7%;
  padding-block: 78px;
  align-items: center;
  scroll-margin-top: 0;
}
.nord-photograph {
  position: relative;
  aspect-ratio: 4/5;
  max-height: 670px;
  min-width: 0;
  isolation: isolate;
  overflow: clip;
  background: #182c43;
  color: #fff9e8;
  border-radius: 2px;
}
#nord-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 52%;
  z-index: -2;
}
.nord-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, #142a40ca, transparent 30%),
    linear-gradient(180deg, #142a4088, transparent 28%);
}
.nord-top {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.nord-brand {
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: 500;
  line-height: 1.2;
}
.nord-brand > span {
  opacity: 0.8;
  font-weight: 400;
}
.nord-launch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #f3f0df;
}
.nord-launch i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e5d5a4;
}
.nord-gallery {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #fff6;
  padding-top: 8px;
}
.nord-gallery button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: #fffaeb;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-size: 9px;
}
.nord-gallery button span {
  font-size: 11px;
}
.nord-gallery button[aria-pressed='true'] {
  border-bottom-color: #fffaeb;
}
.nord-gallery button:hover {
  color: #ebd4a6;
}
.nord-gallery button:focus-visible {
  outline: 3px solid #e9bf72;
  outline-offset: 3px;
}
.nord-story {
  display: grid;
  gap: 28px;
  align-content: center;
}
.nord-story .eyebrow {
  font-size: 9px;
  letter-spacing: 0.09em;
  color: var(--muted);
  margin-bottom: 24px;
}
.nord-story h2 {
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.nord-story h2 em {
  font-weight: 400;
  color: #95613c;
}
.nord-summary > p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}
.nord-summary ul {
  list-style: none;
  margin: 25px 0 15px;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.nord-summary li {
  font-size: 12px;
  color: var(--text);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.nord-summary .text-button {
  font-size: 12px;
  margin-top: 4px;
  gap: 30px;
}
.nord-case-status {
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 24px;
}
.case-dialog-hero.nord-case-hero {
  height: 360px;
  object-position: 50% 65%;
}
@media (max-width: 1000px) {
  .nord-case {
    gap: 6%;
    grid-template-columns: 1fr 1fr;
  }
  .nord-photograph {
    aspect-ratio: 3/4;
  }
  .nord-story {
    gap: 22px;
  }
  .nord-summary > p {
    font-size: 14px;
  }
  .nord-top {
    left: 20px;
    right: 20px;
    top: 23px;
  }
  .nord-gallery {
    left: 20px;
    right: 20px;
    gap: 8px;
  }
  .nord-gallery button span {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .nord-case {
    grid-template-columns: 1fr;
    padding-block: 60px;
    gap: 35px;
  }
  .nord-photograph {
    aspect-ratio: 4/3;
    max-height: 550px;
  }
  .nord-story {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .nord-story h2 {
    font-size: 48px;
  }
  .nord-story .eyebrow {
    font-size: 8px;
  }
  .nord-summary ul {
    margin-top: 19px;
  }
  .nord-summary > p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .nord-case {
    padding-block: 42px 55px;
    gap: 28px;
  }
  .nord-photograph {
    aspect-ratio: 4/5;
  }
  .nord-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nord-top {
    top: 23px;
    left: 20px;
    right: 20px;
  }
  .nord-brand {
    font-size: 24px;
  }
  .nord-launch {
    font-size: 9px;
  }
  .nord-story .eyebrow {
    font-size: 8px;
    margin-bottom: 19px;
  }
  .nord-summary li {
    font-size: 12px;
  }
  .case-dialog-hero.nord-case-hero {
    height: 265px;
  }
}

/* Restore the full-width photographic break. */
.nord-case {
  display: block;
  padding: 0;
}
.nord-photograph {
  aspect-ratio: auto;
  height: 78svh;
  min-height: 580px;
  max-height: 870px;
  border-radius: 0;
}
#nord-photo {
  object-position: 50% 59%;
}
.nord-top {
  left: 6%;
  right: 6%;
  top: 38px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nord-brand {
  font-size: 30px;
}
.nord-launch {
  font-size: 11px;
}
.nord-gallery {
  left: auto;
  right: 6%;
  bottom: 35px;
  width: 400px;
  max-width: 88%;
  padding: 6px 18px;
  gap: 25px;
  background: #13283ec9;
  border: 1px solid #fff5;
}
.nord-gallery button span {
  font-size: 12px;
}
.nord-story {
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding-block: 55px 70px;
  align-items: start;
}
.nord-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  border: 0;
  margin-top: 20px;
}
.nord-summary li {
  border: 0;
  padding: 0;
  font-size: 11px;
}
@media (max-width: 800px) {
  .nord-photograph {
    height: 73svh;
    min-height: 540px;
  }
  .nord-top {
    top: 30px;
  }
  .nord-gallery {
    bottom: 30px;
  }
  .nord-story {
    padding-block: 42px 55px;
    gap: 35px;
  }
}
@media (max-width: 540px) {
  .nord-photograph {
    height: 76svh;
    min-height: 570px;
  }
  .nord-top {
    left: 22px;
    right: 22px;
    top: 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nord-brand {
    font-size: 28px;
  }
  .nord-launch {
    font-size: 10px;
  }
  .nord-gallery {
    left: 22px;
    right: 22px;
    bottom: 27px;
    width: auto;
    max-width: none;
    gap: 10px;
    padding-inline: 14px;
  }
  .nord-gallery button span {
    font-size: 11px;
  }
  .nord-story {
    grid-template-columns: 1fr;
    padding-block: 36px 50px;
    gap: 24px;
  }
  .nord-summary ul {
    gap: 8px 16px;
  }
}
