.brand-mark {
  width: 52px;
  height: 52px;
  border: 0;
  display: block;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 0 9px rgba(209, 39, 50, .28));
}

.site-header .brand-mark {
  width: 54px;
  height: 54px;
}

.visit-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: 28px;
  padding: 8px 12px;
  border-left: 1px solid rgba(190, 38, 48, .62);
  color: #aaa39b;
}

.visit-counter span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.visit-counter strong {
  min-width: 2ch;
  color: #fff;
  font: 600 17px var(--serif);
}

.visit-counter.unavailable {
  opacity: .6;
}

.intro-title {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr;
  gap: clamp(24px, 4vw, 55px);
  align-items: center;
}

.intro-sigil {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 0 34px rgba(191, 21, 32, .2));
}

.intro-title h2 {
  position: relative;
  z-index: 1;
}

.feature-image.crown-heraldry {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(129, 12, 22, .2), transparent 48%),
    linear-gradient(145deg, #141010, #080808);
}

.feature-image img.crown-sigil {
  width: min(82%, 560px);
  height: min(82%, 560px);
  object-fit: contain;
  filter: drop-shadow(0 0 46px rgba(191, 21, 32, .25));
}

.hand-profile,
.prince-profile {
  margin-top: 46px;
  padding-top: 36px;
  border-top: 1px solid rgba(167, 43, 51, .45);
}

.hand-profile .overline,
.prince-profile .overline {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.65;
}

.hand-profile h3,
.prince-profile h3 {
  margin: 0 0 14px;
  font: 600 clamp(1.8rem, 3vw, 2.7rem) var(--serif);
  color: #eee8dd;
}

.hand-profile > p:last-child,
.prince-profile > p:last-child {
  margin: 0;
  color: #aaa;
}

.house .house-sigil-image {
  border: 1px solid rgba(183, 38, 48, .72);
  box-shadow: 0 0 24px rgba(177, 25, 36, .2);
}

.house.ash .house-sigil-image {
  border-color: rgba(119, 72, 155, .8);
  box-shadow: 0 0 24px rgba(104, 44, 135, .24);
}

.house.cinder .house-sigil-image {
  border-color: rgba(185, 44, 52, .7);
  box-shadow: 0 0 24px rgba(185, 44, 52, .18);
}

.houses-banner,
.houses-united {
  position: relative;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(156, 41, 49, .45);
  background: #0d0c0c;
}

.houses-banner {
  aspect-ratio: 16 / 7;
}

.houses-banner img,
.houses-united img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.houses-banner img {
  object-position: center 48%;
}

.houses-banner::after,
.houses-united::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.houses-banner::after {
  background: linear-gradient(0deg, rgba(6, 5, 5, .9), transparent 52%);
}

.houses-banner figcaption,
.houses-united figcaption {
  position: absolute;
  z-index: 1;
  color: #eee8dd;
}

.houses-banner figcaption {
  left: clamp(24px, 4vw, 54px);
  bottom: clamp(20px, 3vw, 38px);
}

.houses-banner span,
.houses-united span {
  display: block;
  color: #d6313c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}

.houses-banner strong,
.houses-united strong {
  display: block;
  margin-top: 5px;
  font: 600 clamp(1.45rem, 3vw, 2.8rem) var(--serif);
}

.houses-united {
  min-height: 520px;
  margin: 22px 0 0;
}

.houses-united img {
  position: absolute;
  inset: 0;
  object-position: center 48%;
}

.houses-united::after {
  background: linear-gradient(90deg, rgba(5, 5, 5, .94), rgba(5, 5, 5, .52) 46%, rgba(5, 5, 5, .08) 78%),
              linear-gradient(0deg, rgba(5, 5, 5, .65), transparent 45%);
}

.houses-united figcaption {
  left: clamp(24px, 5vw, 70px);
  bottom: clamp(28px, 6vw, 72px);
  max-width: 540px;
}

.houses-united small {
  display: block;
  max-width: 460px;
  margin-top: 12px;
  color: #c1bbb3;
  font-size: 14px;
}

.future {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(139, 17, 27, .2), transparent 32%),
    linear-gradient(145deg, #100d0d, #080808 68%);
}

.future::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  top: 90px;
  border: 1px solid rgba(182, 34, 44, .14);
  transform: rotate(45deg);
}

.future-statement {
  max-width: 880px;
  margin-bottom: 54px;
  padding-left: 28px;
  border-left: 2px solid #b7242f;
}

.future-statement h3 {
  margin: 8px 0 14px;
  font: 600 clamp(2rem, 4vw, 3.7rem) var(--serif);
}

.future-statement > p:last-child {
  margin: 0;
  color: #aaa39b;
  font-size: 1.03rem;
}

.future-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.future-grid article {
  min-height: 285px;
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(29, 22, 22, .9), rgba(12, 11, 11, .92));
}

.future-grid article > span {
  color: #d12b36;
  font: 600 12px var(--serif);
  letter-spacing: .18em;
}

.future-grid h3 {
  margin: 42px 0 12px;
  font: 600 clamp(1.35rem, 2vw, 1.8rem) var(--serif);
}

.future-grid p {
  margin: 0;
  color: #99928b;
  font-size: 14px;
}

.future-oath {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
  padding: 28px 34px;
  border: 1px solid rgba(163, 34, 43, .55);
  background: rgba(104, 13, 21, .14);
}

.future-oath span {
  color: #c32934;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
}

.future-oath strong {
  font: 600 clamp(1.15rem, 2vw, 1.7rem) var(--serif);
  text-align: right;
}

@media (max-width: 1200px) {
  .intro-title { grid-template-columns: 140px 1fr; }
  .intro-sigil { max-width: 160px; }
}

@media (max-width: 900px) {
  .intro-title { grid-template-columns: 130px 1fr; max-width: 680px; }
  .intro-sigil { max-width: 145px; }
}

@media (max-width: 560px) {
  .site-header .brand-mark { width: 44px; height: 44px; }
  .brand { gap: 9px; }
  .brand b { font-size: 15px; }
  .visit-counter { gap: 6px; margin-right: 8px; padding: 6px 8px; }
  .visit-counter span { font-size: 7px; letter-spacing: .12em; }
  .visit-counter strong { font-size: 14px; }
  .intro-title { grid-template-columns: 100px 1fr; gap: 18px; }
  .intro-sigil { max-width: 110px; }
  .intro-title h2 { font-size: 2.05rem; }
  .houses-banner { aspect-ratio: 4 / 3; }
  .houses-banner img { object-position: center; }
  .houses-united { min-height: 500px; }
  .houses-united img { object-position: 58% center; }
  .houses-united::after { background: linear-gradient(0deg, rgba(5, 5, 5, .95), rgba(5, 5, 5, .12) 72%); }
  .future-grid { grid-template-columns: 1fr; }
  .future-grid article { min-height: 0; }
  .future-grid h3 { margin-top: 28px; }
  .future-oath { align-items: flex-start; flex-direction: column; }
  .future-oath strong { text-align: left; }
}
