@font-face {
  font-family: Cinzel;
  src: url('/assets/Cinzel.ttf') format('truetype');
  font-display: swap;
  font-weight: 400 900
}

:root {
  color-scheme: dark;
  --bg: #0c1011;
  --surface: #121718;
  --gold: #c3a16a;
  --light: #ece7dd;
  --muted: #a9aeaa;
  --line: rgba(195, 161, 106, .23)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--light);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid #efc887;
  outline-offset: 6px
}

.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto
}

.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--bg)
}

.skip-link:focus {
  top: 10px
}

.site-header {
  height: 92px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  background: linear-gradient(#080c0dcc, transparent)
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Cinzel, Georgia, serif;
  line-height: 1.2;
  font-size: 17px;
  letter-spacing: .07em
}

.brand img {
  object-fit: contain
}

.brand small {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  margin-top: 4px
}

nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px
}

nav a {
  transition: color .2s
}

nav a:hover,
.text-link:hover,
footer a:hover {
  color: var(--gold)
}

.nav-download {
  padding: 10px 21px;
  border: 1px solid var(--line);
  color: #e5c695
}

.nav-download span {
  margin-left: 17px
}

.hero {
  min-height: 790px;
  height: min(900px, 100svh);
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 9, 11, .75), rgba(5, 9, 11, .2) 58%, rgba(5, 9, 11, .04)), linear-gradient(0deg, var(--bg), transparent 28%), url('/assets/sanctuary.webp') center/cover
}

.hero-content {
  padding-top: 75px;
  position: relative
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 24px
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 15px
}

.gold-line {
  width: 32px;
  height: 1px;
  background: var(--gold)
}

h1,
h2,
h3 {
  font-family: Cinzel, Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0
}

h1 {
  font-size: clamp(58px, 6.3vw, 91px);
  letter-spacing: -.035em;
  text-shadow: 0 3px 30px #0008
}

h1 span {
  color: #d0b580
}

h2 {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.02em
}

h2 em {
  color: var(--gold);
  font-style: normal
}

h3 {
  font-size: 21px
}

.hero-motto {
  font-size: 23px;
  line-height: 1.5;
  margin: 28px 0 14px
}

.hero-description {
  font-size: 14px;
  line-height: 1.9;
  color: #b6bcb9;
  max-width: 470px
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 52px;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .035em;
  border: 1px solid #c5a46c;
  transition: background .2s, transform .2s
}

.primary {
  background: #c4a26b;
  color: #171811
}

.button:not(:disabled):hover {
  background: #dec18e;
  transform: translateY(-2px)
}

.text-link {
  font-size: 12px
}

.text-link span {
  margin-left: 15px
}

.availability {
  font-size: 10px;
  color: #b4b6af;
  margin-top: 18px;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  gap: 8px
}

.availability span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold)
}

.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #a6aaa5
}

.hero-bottom a span {
  margin-left: 15px;
  color: var(--gold)
}

.facts {
  border-block: 1px solid var(--line);
  background: #111617
}

.facts-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px 0
}

.facts-inner>span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-right: 1px solid var(--line)
}

.facts-inner>span:last-child {
  border: 0
}

.facts strong {
  font-family: Cinzel, Georgia, serif;
  color: var(--gold);
  font-size: 28px;
  font-weight: 400
}

.section {
  padding-block: 100px
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px
}

.about-copy p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 18px
}

.about-copy strong {
  font-weight: 400;
  color: var(--light)
}

.small-tags {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--gold);
  margin-top: 24px
}

.small-tags span::before {
  content: '◆';
  font-size: 6px;
  margin-right: 8px;
  vertical-align: middle
}

.feature-grid {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 65px;
  padding-top: 38px;
  border-top: 1px solid var(--line)
}

.feature-number {
  font-family: Cinzel, Georgia, serif;
  color: var(--gold);
  font-size: 14px;
  display: block;
  margin-bottom: 18px
}

.feature-grid p,
.class-grid p:not(.eyebrow),
.progression p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9
}

.gallery-section {
  background: #111617;
  border-block: 1px solid var(--line)
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 35px
}

.section-heading>p {
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 4px
}

.gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px
}

.shot {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #090c0d
}

.shot-featured {
  grid-row: span 2
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s, filter .5s;
  filter: brightness(.8)
}

.shot-featured img {
  object-position: center;
  min-height: 480px
}

.shot:hover img {
  transform: scale(1.025);
  filter: brightness(1)
}

.shot>span {
  position: absolute;
  inset: auto 0 0;
  padding: 45px 24px 22px;
  background: linear-gradient(transparent, #040708ed);
  font-family: Cinzel, Georgia, serif;
  font-size: 17px;
  line-height: 1.5
}

.shot small {
  display: block;
  color: #d5ba8e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 6px
}

.shot b {
  float: right;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400
}

.characters {
  text-align: center
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 50px
}

.class-grid article {
  padding: 15px 36px;
  border-right: 1px solid var(--line)
}

.class-grid article:last-child {
  border: 0
}

.class-mark {
  display: block;
  color: #c4b389;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 28px
}

.reaper-mark {
  color: #b16c64
}

.class-grid .eyebrow {
  font-size: 9px;
  margin-bottom: 12px
}

.class-grid h3 {
  font-size: 20px
}

.progression {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 65px;
  align-items: center
}

.constellation-image {
  display: block;
  border: 1px solid var(--line);
  padding: 8px;
  background: var(--surface)
}

.constellation-image img {
  width: 100%;
  height: auto
}

.constellation-image span {
  display: block;
  text-align: right;
  padding: 7px 8px 0;
  font-size: 10px;
  color: var(--gold)
}

.difficulty {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #dcc397;
  letter-spacing: .02em;
  margin-top: 25px
}

.difficulty span {
  color: #737b74
}

.download {
  text-align: center;
  border-block: 1px solid var(--line);
  position: relative;
  background: radial-gradient(ellipse at center, #3b302533, transparent 65%), #111516;
  overflow: hidden
}

.download-inner {
  position: relative
}

.download-crest {
  object-fit: contain;
  margin: 0 auto 25px
}

.download .eyebrow {
  margin-bottom: 16px
}

.download h2 {
  font-size: clamp(28px, 3.5vw, 44px)
}

.download p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted)
}

.download .button {
  margin-top: 20px;
  cursor: not-allowed;
  background: #746449;
  color: #ede0c5;
  border-color: #88734f
}

.download p.download-note {
  font-size: 10px;
  margin-top: 18px;
  color: #a8aaa2
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 32px
}

footer p,
footer>a:last-child {
  font-size: 10px;
  color: var(--muted)
}

.footer-brand {
  font-family: Cinzel, Georgia, serif;
  font-size: 14px;
  color: #d2b788
}

.lightbox {
  padding: 50px 14px 12px;
  max-width: min(1200px, 95vw);
  max-height: 95svh;
  background: #101617;
  border: 1px solid #9b8155;
  color: var(--light)
}

.lightbox::backdrop {
  background: #020607e8;
  backdrop-filter: blur(5px)
}

.lightbox img {
  max-height: 75svh;
  object-fit: contain;
  margin: auto
}

.lightbox p {
  font-size: 12px;
  color: var(--gold);
  margin: 12px 0 0
}

.lightbox-close {
  position: absolute;
  right: 16px;
  top: 9px;
  background: transparent;
  border: 0;
  padding: 4px 8px;
  color: var(--light);
  cursor: pointer;
  font-size: 12px
}

.lightbox-close span {
  font-size: 20px;
  margin-left: 12px
}

body.modal-open {
  overflow: hidden
}

@media(min-width:1600px) {
  .hero-content {
    padding-top: 50px
  }

  .hero {
    background-position: center 60%
  }
}

@media(max-width:900px) {
  .wrap {
    width: calc(100% - 48px)
  }

  .site-header {
    padding-inline: 24px
  }

  .hero {
    min-height: 780px;
    background-position: 60% center
  }

  .hero-content {
    padding-top: 85px
  }

  .facts-inner>span {
    gap: 8px;
    font-size: 8px
  }

  .about {
    column-gap: 40px
  }

  .section {
    padding-block: 72px
  }

  .feature-grid {
    gap: 25px
  }

  .gallery {
    grid-template-columns: 1fr 1fr
  }

  .shot-featured {
    grid-column: 1/-1;
    grid-row: auto
  }

  .shot-featured img {
    min-height: 0;
    aspect-ratio: 16/9
  }

  .shot img {
    height: auto;
    aspect-ratio: 16/9
  }

  .class-grid article {
    padding-inline: 18px
  }

  .class-grid h3 {
    font-size: 17px
  }

  .progression {
    gap: 30px
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column
  }
}

@media(max-width:600px) {
  html {
    scroll-padding-top: 24px
  }

  .wrap {
    width: calc(100% - 40px)
  }

  .site-header {
    height: 78px;
    padding-inline: 20px
  }

  .brand {
    font-size: 12px;
    gap: 7px
  }

  .brand small {
    font-size: 9px
  }

  .brand img {
    width: 32px;
    height: 32px
  }

  nav {
    gap: 16px;
    font-size: 11px
  }

  .nav-download {
    padding: 7px 10px
  }

  .nav-download span {
    display: none
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    max-height: 900px;
    background-image: linear-gradient(90deg, #05090beb, #05090b7a), linear-gradient(0deg, var(--bg), transparent 40%), url('/assets/sanctuary.webp');
    background-position: 62% center
  }

  .hero-content {
    padding-top: 45px
  }

  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .1em;
    gap: 8px
  }

  .gold-line {
    width: 18px
  }

  h1 {
    font-size: clamp(49px, 12vw, 70px)
  }

  .hero-motto {
    font-size: 20px;
    margin-top: 24px
  }

  .hero-description {
    font-size: 13px;
    max-width: 320px
  }

  .desktop-break {
    display: none
  }

  .hero-actions {
    gap: 22px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px
  }

  .button {
    min-height: 48px;
    padding-inline: 22px
  }

  .hero-bottom {
    bottom: 22px;
    font-size: 8px
  }

  .hero-bottom>span {
    max-width: 130px
  }

  .facts-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding-block: 22px
  }

  .facts-inner>span {
    font-size: 8px;
    justify-content: flex-start;
    padding-left: 15px
  }

  .facts-inner>span:nth-child(2) {
    border: 0
  }

  .facts strong {
    font-size: 25px
  }

  .about {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .about-copy p {
    font-size: 13px
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 10px;
    padding-top: 28px
  }

  .feature-grid article {
    position: relative;
    padding-left: 35px
  }

  .feature-number {
    position: absolute;
    left: 0;
    top: 3px
  }

  .feature-grid h3 {
    font-size: 19px
  }

  .feature-grid p {
    margin-bottom: 0
  }

  .section {
    padding-block: 58px
  }

  .eyebrow {
    font-size: 9px;
    margin-bottom: 16px
  }

  .gallery {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .shot-featured {
    grid-column: auto
  }

  .shot>span {
    padding: 35px 18px 16px;
    font-size: 16px
  }

  .class-grid {
    grid-template-columns: 1fr;
    margin-top: 30px
  }

  .class-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 15px
  }

  .class-mark {
    font-size: 36px;
    margin-bottom: 20px
  }

  .class-grid h3 {
    font-size: 21px
  }

  .class-grid p:not(.eyebrow) {
    max-width: 340px;
    margin-inline: auto
  }

  .progression {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .progression>div {
    grid-row: 1
  }

  .difficulty {
    font-size: 9px;
    gap: 8px
  }

  .download-crest {
    width: 80px;
    height: 80px
  }

  footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-block: 26px
  }

  footer p {
    margin: 0
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important
  }
}
