.ntc-consecration-screen {
  --ntc-stone: #f0dfbd;
  --ntc-stone-dark: #5e4a3a;
  --ntc-gold: #d7a84b;
  --ntc-amber: #f0c86a;
  --ntc-rose: #c46a53;
  --ntc-iris: #6a3b8b;
  --ntc-violet: #8d66ad;
  --ntc-ink: #211d1a;
  --ntc-quarry: #2b2525;
  color: var(--ntc-stone);
  overflow-y: auto;
}

.ntc-consecration-topbar {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 10px;
}

.ntc-consecration-topbar div {
  min-width: 0;
  text-align: center;
}

.ntc-consecration-topbar span {
  color: var(--text-secondary);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ntc-consecration-topbar strong {
  color: var(--text-primary);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.ntc-consecration-topbar p {
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.ntc-consecration-progress {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  height: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.ntc-consecration-progress span {
  background: linear-gradient(90deg, var(--ntc-gold), var(--ntc-rose), var(--ntc-iris), var(--ntc-violet));
  display: block;
  height: 100%;
  transition: width 420ms ease;
}

.ntc-consecration-stage {
  background:
    radial-gradient(circle at 50% 10%, rgba(215, 168, 75, 0.18), transparent 25%),
    radial-gradient(circle at 16% 35%, rgba(196, 106, 83, 0.13), transparent 26%),
    radial-gradient(circle at 86% 42%, rgba(106, 59, 139, 0.16), transparent 28%),
    repeating-linear-gradient(90deg, rgba(240, 223, 189, 0.055) 0 1px, transparent 1px 84px),
    linear-gradient(180deg, #3a2f2b 0%, #261f21 52%, #181416 100%);
  border: 1px solid rgba(240, 223, 189, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  height: min(760px, calc(100vh - 126px));
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.ntc-quarry-architecture {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ntc-quarry-architecture::before {
  background:
    radial-gradient(ellipse at 50% -4%, rgba(240, 200, 106, 0.18) 0 28%, transparent 29%),
    linear-gradient(90deg, transparent 0 7%, rgba(240, 223, 189, 0.07) 7% 8%, transparent 8% 92%, rgba(240, 223, 189, 0.07) 92% 93%, transparent 93%);
  content: "";
  inset: 0;
  position: absolute;
}

.ntc-quarry-architecture span {
  background: linear-gradient(180deg, rgba(240, 223, 189, 0.18), rgba(34, 27, 28, 0.92));
  border: 1px solid rgba(240, 223, 189, 0.13);
  bottom: 0;
  position: absolute;
  top: 8%;
  width: 4px;
}

.ntc-quarry-architecture span:nth-child(1) { left: 10%; }
.ntc-quarry-architecture span:nth-child(2) { left: 28%; }
.ntc-quarry-architecture span:nth-child(3) { left: 50%; }
.ntc-quarry-architecture span:nth-child(4) { right: 28%; }
.ntc-quarry-architecture span:nth-child(5) { right: 10%; }

.ntc-floor-veins {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.ntc-floor-veins span {
  background: linear-gradient(90deg, transparent, rgba(215, 168, 75, 0.25), transparent);
  bottom: 8%;
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  transform-origin: 50% 50%;
}

.ntc-floor-veins span:nth-child(1) { transform: rotate(0deg); }
.ntc-floor-veins span:nth-child(2) { transform: rotate(9deg); }
.ntc-floor-veins span:nth-child(3) { transform: rotate(-9deg); }
.ntc-floor-veins span:nth-child(4) { bottom: 18%; }

.ntc-stone-bench {
  bottom: 0;
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: min(1000px, 78%);
  z-index: 2;
}

.ntc-stone-bench span {
  background:
    repeating-linear-gradient(90deg, rgba(240, 223, 189, 0.08) 0 1px, transparent 1px 82px),
    linear-gradient(180deg, #7a5b43, #32272a);
  border: 1px solid rgba(240, 223, 189, 0.16);
  border-radius: 52% 52% 12px 12px / 15% 15% 12px 12px;
  bottom: 0;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.34);
  height: 124px;
  left: 0;
  position: absolute;
  right: 0;
}

.ntc-stone-bench i {
  background: linear-gradient(90deg, var(--ntc-gold), var(--ntc-rose), var(--ntc-iris));
  border-radius: 999px;
  bottom: 92px;
  box-shadow: 0 0 20px rgba(215, 168, 75, 0.34);
  height: 9px;
  left: 22%;
  position: absolute;
  right: 22%;
}

.ntc-lattice {
  background:
    radial-gradient(circle at 18% 19%, rgba(33, 29, 26, 0.08) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 14%, rgba(33, 29, 26, 0.08) 0 2px, transparent 3px),
    repeating-linear-gradient(90deg, rgba(33, 29, 26, 0.055) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(33, 29, 26, 0.045) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, #e9d5ad, #caa987);
  border: 10px solid rgba(83, 57, 42, 0.98);
  border-radius: 8px;
  box-shadow: inset 0 0 34px rgba(33, 29, 26, 0.25), 0 28px 50px rgba(0, 0, 0, 0.34);
  color: var(--ntc-ink);
  height: clamp(500px, 57vw, 545px);
  left: 50%;
  padding: 15px 16px 18px;
  position: absolute;
  top: 4%;
  transform: translateX(-50%);
  width: min(760px, 61%);
  z-index: 5;
}

.ntc-lattice__stone-grid {
  background:
    linear-gradient(90deg, transparent 0 49.5%, rgba(83, 57, 42, 0.24) 49.5% 50.5%, transparent 50.5%),
    linear-gradient(0deg, transparent 0 49.5%, rgba(83, 57, 42, 0.24) 49.5% 50.5%, transparent 50.5%);
  inset: 60px 20px 24px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ntc-lattice__title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.ntc-lattice__title span {
  color: rgba(33, 29, 26, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ntc-lattice__title strong {
  color: #5a3474;
  font-family: var(--font-display);
  font-size: 1.26rem;
}

.ntc-lattice__groups {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 230px;
  position: relative;
  z-index: 3;
}

.ntc-lattice-group {
  border: 1px solid rgba(33, 29, 26, 0.13);
  border-radius: 7px;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  opacity: 0.62;
  padding: 9px;
  position: relative;
  transition: opacity 600ms ease, box-shadow 600ms ease, background 600ms ease;
}

.ntc-lattice-group.is-lit {
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 20px rgba(215, 168, 75, 0.16), 0 0 18px rgba(215, 168, 75, 0.18);
  opacity: 1;
}

.ntc-lattice-group--solen.is-lit { border-color: rgba(215, 168, 75, 0.6); }
.ntc-lattice-group--aldra.is-lit { border-color: rgba(196, 106, 83, 0.54); }
.ntc-lattice-group--pellan.is-lit { border-color: rgba(106, 59, 139, 0.48); }
.ntc-lattice-group--veth.is-lit { border-color: rgba(141, 102, 173, 0.5); }

.ntc-lattice-group__mark {
  background: currentColor;
  border-radius: 999px;
  height: 4px;
  margin-bottom: 8px;
  opacity: 0.25;
}

.ntc-lattice-group.is-lit .ntc-lattice-group__mark {
  opacity: 0.85;
}

.ntc-lattice-group--solen { color: #926820; }
.ntc-lattice-group--aldra { color: #9d4b38; }
.ntc-lattice-group--pellan { color: #5f347d; }
.ntc-lattice-group--veth { color: #74509b; }

.ntc-lattice-group__label span,
.ntc-lattice-group__label strong {
  display: block;
}

.ntc-lattice-group__label span {
  color: rgba(33, 29, 26, 0.54);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ntc-lattice-group__label strong {
  color: var(--ntc-ink);
  font-size: 0.9rem;
  line-height: 1.1;
}

.ntc-lattice-group__slots {
  display: grid;
  gap: 8px;
  grid-template-rows: repeat(2, minmax(72px, 1fr));
  margin-top: 10px;
}

.ntc-artifact {
  background: rgba(42, 34, 31, 0.12);
  border: 1px dashed rgba(33, 29, 26, 0.22);
  border-radius: 7px;
  display: grid;
  gap: 5px;
  grid-template-rows: auto 1fr auto;
  min-height: 72px;
  opacity: 0.72;
  padding: 7px;
  position: relative;
  transition: transform 320ms ease, border-color 320ms ease, background 320ms ease, opacity 320ms ease;
}

.ntc-artifact.is-lit {
  background: rgba(255, 247, 224, 0.74);
  border-style: solid;
  opacity: 1;
}

.ntc-artifact.is-pinned {
  animation: ntc-pin 620ms ease both;
}

.ntc-artifact span {
  align-items: center;
  background: rgba(33, 29, 26, 0.12);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.ntc-artifact strong {
  align-self: center;
  color: var(--ntc-ink);
  font-size: clamp(0.68rem, 0.74vw, 0.84rem);
  line-height: 1.08;
}

.ntc-artifact i {
  background: currentColor;
  border-radius: 999px;
  height: 4px;
  opacity: 0.2;
}

.ntc-artifact.is-lit i {
  box-shadow: 0 0 12px currentColor;
  opacity: 0.78;
}

.ntc-artifact--solen { color: #b57c25; }
.ntc-artifact--aldra { color: #b95c43; }
.ntc-artifact--pellan { color: #704094; }
.ntc-artifact--veth { color: #8a62b0; }

.ntc-artifact.is-missing strong {
  opacity: 0.62;
}

.ntc-lattice-core {
  align-items: center;
  background: rgba(42, 34, 31, 0.14);
  border: 1px solid rgba(33, 29, 26, 0.16);
  border-radius: 7px;
  color: var(--ntc-ink);
  display: grid;
  gap: 8px;
  inset: auto 28px 58px;
  min-height: 154px;
  padding: 12px 16px;
  position: absolute;
  text-align: center;
  transition: box-shadow 420ms ease, background 420ms ease, transform 420ms ease;
  z-index: 4;
}

.ntc-lattice-core:disabled {
  cursor: default;
}

.ntc-lattice-core.is-target {
  animation: ntc-target 1s ease-in-out infinite;
  cursor: pointer;
}

.ntc-lattice-core.is-locked {
  background: rgba(255, 247, 224, 0.76);
  box-shadow: inset 0 0 32px rgba(215, 168, 75, 0.22), 0 0 24px rgba(215, 168, 75, 0.25);
}

.ntc-lattice-core svg {
  height: 78px;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
}

.ntc-lattice-core path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.ntc-lattice-core__line {
  stroke: rgba(33, 29, 26, 0.22);
}

.ntc-lattice-core__glow {
  stroke: rgba(215, 168, 75, 0);
  transition: stroke 420ms ease, filter 420ms ease;
}

.ntc-lattice-core.is-locked .ntc-lattice-core__glow {
  filter: drop-shadow(0 0 9px rgba(215, 168, 75, 0.78));
  stroke: var(--ntc-gold);
}

.ntc-lattice-core circle {
  fill: rgba(33, 29, 26, 0.24);
  transition: fill 420ms ease, filter 420ms ease;
}

.ntc-lattice-core.is-locked circle {
  fill: var(--ntc-amber);
  filter: drop-shadow(0 0 7px rgba(215, 168, 75, 0.8));
}

.ntc-lattice-core span,
.ntc-lattice-core strong,
.ntc-lattice-core em {
  display: block;
}

.ntc-lattice-core span {
  color: rgba(33, 29, 26, 0.58);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ntc-lattice-core strong {
  color: #5a3474;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
}

.ntc-lattice-core em {
  color: rgba(33, 29, 26, 0.64);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 800;
}

.ntc-quarry-seal {
  align-items: center;
  background: rgba(33, 29, 26, 0.14);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  justify-content: center;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 49%;
  transform: translateX(-50%);
  z-index: 5;
}

.ntc-quarry-seal span {
  align-items: center;
  background: rgba(255, 247, 224, 0.56);
  border: 1px solid rgba(33, 29, 26, 0.16);
  border-radius: 999px;
  color: rgba(33, 29, 26, 0.78);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ntc-quarry-seal.is-lit span {
  background: var(--ntc-amber);
  box-shadow: 0 0 12px rgba(215, 168, 75, 0.52);
  color: #322112;
}

.ntc-master,
.ntc-apprentice {
  background: transparent;
  border: 0;
  color: var(--ntc-stone);
  position: absolute;
  z-index: 8;
}

.ntc-master:disabled,
.ntc-apprentice:disabled {
  cursor: default;
}

.ntc-master {
  align-items: center;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 185px;
  padding: 0;
  text-align: center;
  width: 178px;
}

.ntc-master--solen { left: 3%; top: 14%; }
.ntc-master--aldra { left: 3%; top: 48%; }
.ntc-master--pellan { right: 3%; top: 14%; }
.ntc-master--veth { right: 3%; top: 48%; }

.ntc-master__sprite,
.ntc-apprentice__sprite {
  display: block;
  position: relative;
}

.ntc-master__sprite {
  height: 96px;
  width: 72px;
}

.ntc-master__sprite i,
.ntc-master__sprite b,
.ntc-master__sprite em,
.ntc-apprentice__sprite i,
.ntc-apprentice__sprite b,
.ntc-apprentice__sprite em {
  display: block;
  position: absolute;
}

.ntc-master__sprite i {
  background: linear-gradient(180deg, #f1c88c, #a0664e);
  border-radius: 50%;
  height: 32px;
  left: 20px;
  top: 0;
  width: 32px;
}

.ntc-master__sprite b {
  background: linear-gradient(180deg, var(--ntc-stone), var(--ntc-stone-dark));
  border-radius: 24px 24px 8px 8px;
  height: 60px;
  left: 11px;
  top: 29px;
  width: 50px;
}

.ntc-master__sprite em {
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 16px currentColor;
  height: 7px;
  left: 10px;
  opacity: 0;
  top: 62px;
  transition: opacity 320ms ease;
  width: 52px;
}

.ntc-master.has-lit .ntc-master__sprite em,
.ntc-master.is-speaking .ntc-master__sprite em {
  opacity: 0.78;
}

.ntc-master__name,
.ntc-master__role,
.ntc-master__line {
  display: block;
}

.ntc-master__name {
  color: #fff2d2;
  font-weight: 900;
  line-height: 1;
}

.ntc-master__role {
  color: rgba(240, 223, 189, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ntc-master__line {
  background: rgba(27, 20, 20, 0.78);
  border: 1px solid rgba(240, 223, 189, 0.18);
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  color: #fff5dd;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.22;
  margin-top: 2px;
  padding: 9px 10px;
}

.ntc-master.is-target,
.ntc-apprentice.is-target {
  animation: ntc-target 1s ease-in-out infinite;
  cursor: pointer;
}

.ntc-master--solen { color: var(--ntc-gold); }
.ntc-master--aldra { color: var(--ntc-rose); }
.ntc-master--pellan { color: var(--ntc-iris); }
.ntc-master--veth { color: var(--ntc-violet); }

.ntc-apprentice {
  align-items: center;
  bottom: 8%;
  display: grid;
  gap: 5px;
  justify-items: center;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  width: 128px;
}

.ntc-apprentice__sprite {
  height: 88px;
  width: 64px;
}

.ntc-apprentice__sprite i {
  background: linear-gradient(180deg, #f1c88c, #a0664e);
  border-radius: 50%;
  height: 28px;
  left: 18px;
  top: 0;
  width: 28px;
}

.ntc-apprentice__sprite b {
  background: linear-gradient(180deg, #f4e4c2, #8e6c4d);
  border-radius: 20px 20px 8px 8px;
  height: 56px;
  left: 9px;
  top: 26px;
  width: 46px;
}

.ntc-apprentice__sprite em {
  background: var(--ntc-amber);
  border-radius: 999px;
  bottom: 8px;
  box-shadow: 0 0 14px rgba(215, 168, 75, 0.55);
  height: 6px;
  left: 8px;
  opacity: 0;
  transition: opacity 320ms ease;
  width: 48px;
}

.ntc-apprentice.has-pinned .ntc-apprentice__sprite em,
.ntc-apprentice.is-titled .ntc-apprentice__sprite em {
  opacity: 1;
}

.ntc-apprentice__stones {
  height: 18px;
  position: relative;
  width: 54px;
}

.ntc-apprentice__stones::before,
.ntc-apprentice__stones::after {
  background: var(--ntc-amber);
  border: 1px solid rgba(33, 29, 26, 0.28);
  border-radius: 6px;
  content: "";
  height: 15px;
  position: absolute;
  top: 0;
  transition: transform 420ms ease, opacity 420ms ease;
  width: 24px;
}

.ntc-apprentice__stones::before { left: 1px; }
.ntc-apprentice__stones::after { right: 1px; }

.ntc-apprentice.has-pinned .ntc-apprentice__stones::before {
  opacity: 0.35;
  transform: translate(-172px, -236px) rotate(-6deg);
}

.ntc-apprentice.has-pinned .ntc-apprentice__stones::after {
  opacity: 0.35;
  transform: translate(172px, -236px) rotate(6deg);
}

.ntc-apprentice strong {
  color: #fff2d2;
  font-size: 0.82rem;
  font-weight: 900;
}

.ntc-consecration-cue {
  background: rgba(27, 20, 20, 0.82);
  border: 1px solid rgba(240, 223, 189, 0.2);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
  color: #fff2d2;
  display: grid;
  gap: 7px;
  left: 24px;
  max-width: 340px;
  padding: 16px;
  position: absolute;
  z-index: 12;
}

.ntc-consecration-cue span {
  color: var(--ntc-amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ntc-consecration-cue h1 {
  color: #fff7e2;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1;
  margin: 0;
}

.ntc-consecration-cue p {
  color: rgba(255, 242, 210, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.ntc-consecration-cue strong {
  color: #fff7e2;
  font-size: 0.82rem;
  font-weight: 900;
}

.ntc-title-card {
  align-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(215, 168, 75, 0.28), transparent 26%),
    radial-gradient(circle at 18% 70%, rgba(196, 106, 83, 0.18), transparent 26%),
    radial-gradient(circle at 80% 22%, rgba(106, 59, 139, 0.22), transparent 28%),
    linear-gradient(180deg, #3a2f2b, #181416);
  border: 1px solid rgba(240, 223, 189, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  color: #fff2d2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: min(760px, calc(100vh - 126px));
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  padding: 36px;
  position: relative;
  text-align: center;
}

.ntc-title-card > span {
  color: var(--ntc-amber);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ntc-title-card p {
  color: rgba(255, 242, 210, 0.8);
  font-size: 1.08rem;
  font-weight: 800;
  margin: 0;
}

.ntc-title-card h1 {
  color: #fff7e2;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 0.92;
  margin: 0;
  max-width: 900px;
  text-shadow: 0 0 28px rgba(215, 168, 75, 0.35);
}

.ntc-title-stars {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.ntc-title-stars span {
  color: rgba(255, 255, 255, 0.22);
  font-size: 2rem;
}

.ntc-title-stars span.is-filled {
  color: var(--ntc-amber);
  text-shadow: 0 0 12px rgba(215, 168, 75, 0.48);
}

.ntc-title-card__sparks {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ntc-title-card__sparks span {
  background: var(--ntc-amber);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(215, 168, 75, 0.7);
  height: 9px;
  position: absolute;
  width: 9px;
}

.ntc-title-card__sparks span:nth-child(1) { left: 18%; top: 24%; }
.ntc-title-card__sparks span:nth-child(2) { right: 22%; top: 18%; }
.ntc-title-card__sparks span:nth-child(3) { left: 24%; bottom: 22%; }
.ntc-title-card__sparks span:nth-child(4) { right: 18%; bottom: 28%; }

@keyframes ntc-target {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(215, 168, 75, 0)); }
  50% { filter: drop-shadow(0 0 16px rgba(215, 168, 75, 0.52)); }
}

@keyframes ntc-pin {
  0% { transform: scale(0.92); }
  70% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@media (max-width: 1180px) {
  .ntc-consecration-stage {
    min-height: 700px;
  }

  .ntc-lattice {
    width: min(720px, 70%);
  }

  .ntc-master {
    width: 148px;
  }

  .ntc-master--solen,
  .ntc-master--aldra {
    left: 1.5%;
  }

  .ntc-master--pellan,
  .ntc-master--veth {
    right: 1.5%;
  }
}

@media (max-width: 900px) {
  .ntc-consecration-topbar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ntc-consecration-topbar p {
    text-align: center;
  }

  .ntc-consecration-stage,
  .ntc-title-card {
    height: auto;
    min-height: 940px;
  }

  .ntc-lattice {
    left: 50%;
    top: 18px;
    width: min(680px, calc(100% - 28px));
  }

  .ntc-lattice__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ntc-lattice {
    height: 690px;
  }

  .ntc-lattice-core {
    bottom: 38px;
  }

  .ntc-master {
    min-height: 0;
    top: auto;
    width: 136px;
  }

  .ntc-master__sprite {
    height: 66px;
    transform: scale(0.74);
  }

  .ntc-master--solen { bottom: 194px; left: 8px; }
  .ntc-master--aldra { bottom: 76px; left: 8px; }
  .ntc-master--pellan { bottom: 194px; right: 8px; }
  .ntc-master--veth { bottom: 76px; right: 8px; }

  .ntc-master__role {
    font-size: 0.62rem;
  }

  .ntc-master__line {
    font-size: 0.74rem;
    padding: 7px 8px;
  }

  .ntc-apprentice {
    bottom: 56px;
  }

  .ntc-consecration-cue {
    bottom: 292px;
    left: 12px;
    max-width: calc(100% - 24px);
    right: 12px;
  }
}
