.ev-page--subject {
  margin: 0;
  background: #050a0f;
  color: #eef5f8;
  overflow-x: hidden;
}

.subject-page {
  --subject-bg: #050a0f;
  --subject-panel: #0a141d;
  --subject-panel-soft: #101e29;
  --subject-line: rgba(170, 207, 225, 0.18);
  --subject-line-strong: rgba(170, 207, 225, 0.34);
  --subject-text: #eef5f8;
  --subject-muted: #a5b7c3;
  --subject-cyan: #74ddf5;
  --subject-green: #78ad2c;
  --subject-red: #e34f46;
  background:
    radial-gradient(900px 620px at 92% 6%, rgba(38, 97, 126, 0.15), transparent 66%),
    radial-gradient(840px 620px at 5% 42%, rgba(91, 18, 20, 0.11), transparent 68%),
    var(--subject-bg);
  color: var(--subject-text);
  display: flow-root;
  font-family: var(--ev-font-sans, Inter, system-ui, sans-serif);
  padding-top: 32px;
}

.subject-page,
.subject-page *,
.subject-page *::before,
.subject-page *::after {
  box-sizing: border-box;
}

.subject-page a {
  color: inherit;
}

.subject-hero {
  position: relative;
  min-height: clamp(660px, calc(100svh - 98px), 880px);
  width: min(calc(100% - 24px), 1256px);
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--subject-line);
  border-radius: 10px;
  background: #071019 url("/images/vale/vale-neuordnung.webp") center / cover no-repeat;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.58);
}

.subject-hero__media,
.subject-hero__media video,
.subject-hero__veil,
.subject-hero__grid {
  position: absolute;
  inset: 0;
}

.subject-hero__media {
  z-index: -4;
}

.subject-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(0.72) contrast(1.16) brightness(0.78);
  transform: scale(1.025);
}

.subject-hero__veil {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, 0.98) 0%, rgba(3, 8, 12, 0.84) 38%, rgba(3, 8, 12, 0.3) 72%, rgba(3, 8, 12, 0.58) 100%),
    linear-gradient(180deg, rgba(3, 8, 12, 0.26) 0%, rgba(3, 8, 12, 0.08) 35%, rgba(3, 8, 12, 0.88) 100%),
    radial-gradient(circle at 80% 25%, transparent 0 16%, rgba(2, 6, 9, 0.45) 74%);
}

.subject-hero__grid {
  z-index: -2;
  opacity: 0.32;
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(160, 212, 232, 0.08) calc(100% - 1px)) 0 0 / 96px 100%,
    linear-gradient(transparent 0 calc(100% - 1px), rgba(160, 212, 232, 0.06) calc(100% - 1px)) 0 0 / 100% 86px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.subject-hero__inner {
  min-height: inherit;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(92px, 12vh, 142px) 0 clamp(100px, 13vh, 138px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: end;
}

.subject-hero__copy {
  max-width: 790px;
}

.subject-kicker,
.subject-eyebrow {
  margin: 0 0 18px;
  color: var(--subject-cyan);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.subject-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.subject-kicker span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 14px 2px 0;
  border-radius: 50%;
  background: var(--subject-red);
  box-shadow: 0 0 14px rgba(227, 79, 70, 0.86);
}

.subject-hero h1 {
  margin: 0;
  color: #f8fbfc;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.85);
}

.subject-hero h1 > span {
  display: block;
  font-size: clamp(72px, 10vw, 142px);
  font-weight: 900;
  letter-spacing: 0.085em;
}

.subject-hero h1 > small {
  display: block;
  margin-top: 20px;
  color: rgba(238, 245, 248, 0.82);
  font-size: clamp(21px, 3.2vw, 42px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0.055em;
}

.subject-hero__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(238, 245, 248, 0.8);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.55;
  text-wrap: balance;
}

.subject-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.subject-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.subject-page .subject-button--primary {
  border: 1px solid #81bd31;
  background: linear-gradient(180deg, #5f9a22, #447b13);
  color: #fff;
  box-shadow: 0 14px 36px rgba(51, 114, 8, 0.3);
}

.ev-page .subject-page a.subject-button--secondary {
  border: 1px solid rgba(226, 240, 246, 0.32) !important;
  background: rgba(6, 14, 20, 0.58) !important;
  color: #f4f8fa !important;
  backdrop-filter: blur(12px);
}

.subject-button:hover,
.subject-button:focus-visible {
  transform: translateY(-2px);
}

.subject-page .subject-button--primary:hover,
.subject-page .subject-button--primary:focus-visible {
  box-shadow: 0 18px 42px rgba(69, 139, 18, 0.42);
}

.ev-page .subject-page a.subject-button--secondary:hover,
.ev-page .subject-page a.subject-button--secondary:focus-visible {
  border-color: rgba(116, 221, 245, 0.62) !important;
  background: rgba(14, 31, 42, 0.75) !important;
}

.subject-status {
  align-self: end;
  border: 1px solid var(--subject-line-strong);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(8, 18, 25, 0.82), rgba(4, 10, 15, 0.9));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.subject-status__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 17px;
  border-bottom: 1px solid var(--subject-line);
  color: var(--subject-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subject-status__head strong {
  color: #c9f1cf;
  font-size: 10px;
}

.subject-status__head strong::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #80d986;
  box-shadow: 0 0 12px rgba(128, 217, 134, 0.75);
}

.subject-status dl,
.subject-location__panel dl {
  margin: 0;
}

.subject-status dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  border-bottom: 1px solid rgba(170, 207, 225, 0.1);
}

.subject-status dl > div:last-child {
  border-bottom: 0;
}

.subject-status dt,
.subject-location__panel dt {
  color: var(--subject-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.subject-status dd,
.subject-location__panel dd {
  margin: 0;
  color: #f3f8fa;
  font-size: 13px;
  font-weight: 750;
  text-align: right;
}

.subject-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(221, 237, 244, 0.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.subject-hero__scroll i {
  color: var(--subject-cyan);
  font-size: 16px;
  font-style: normal;
}

.subject-proof {
  width: min(calc(100% - 24px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--subject-line);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(8, 17, 24, 0.94);
}

.subject-proof > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
  border-right: 1px solid var(--subject-line);
}

.subject-proof > div:last-child {
  border-right: 0;
}

.subject-proof strong {
  color: #f7fbfc;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.subject-proof span {
  margin-top: 5px;
  color: var(--subject-muted);
  font-size: 12px;
  line-height: 1.35;
}

.subject-section,
.subject-signal,
.subject-location,
.subject-final {
  width: min(calc(100% - 40px), 1120px);
  margin: 0 auto;
}

.subject-section {
  padding: clamp(92px, 10vw, 150px) 0;
}

.subject-section__head {
  max-width: 780px;
}

.subject-section__head--center {
  margin: 0 auto;
  text-align: center;
}

.subject-section__head h2,
.subject-signal__copy h2,
.subject-location h2,
.subject-final h2 {
  margin: 0;
  color: #f6fafb;
  font-size: clamp(38px, 5.8vw, 72px);
  font-weight: 830;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.subject-section__head > p:last-child {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--subject-muted);
  font-size: 17px;
  line-height: 1.65;
}

.subject-story__body {
  margin-top: clamp(42px, 6vw, 76px);
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(44px, 8vw, 110px);
}

.subject-story__lead {
  margin: 0;
  color: rgba(236, 246, 250, 0.9);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.42;
  text-wrap: balance;
}

.subject-story__copy {
  color: var(--subject-muted);
  font-size: 16px;
  line-height: 1.78;
}

.subject-story__copy p {
  margin: 0 0 20px;
}

.subject-story__verdict {
  margin-top: 32px !important;
}

.subject-story__verdict span,
.subject-story__verdict strong {
  display: block;
}

.subject-story__verdict span {
  color: var(--subject-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subject-story__verdict strong {
  margin-top: 8px;
  color: var(--subject-white);
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.2;
}

.subject-signal {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding: clamp(56px, 7vw, 94px);
  border: 1px solid var(--subject-line);
  border-radius: 12px;
  background:
    radial-gradient(620px 420px at 8% 50%, rgba(63, 153, 190, 0.15), transparent 72%),
    linear-gradient(145deg, rgba(14, 29, 40, 0.92), rgba(5, 12, 18, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
}

.subject-signal__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--subject-line-strong);
  border-radius: 50%;
  background: #020609;
  box-shadow: 0 0 0 10px rgba(116, 221, 245, 0.04), 0 28px 70px rgba(0, 0, 0, 0.54);
}

.subject-signal__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(0.52) contrast(1.18) brightness(0.82) saturate(0.75);
  transform: scale(1.04);
}

.subject-signal__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 0 56%, rgba(1, 5, 8, 0.62) 100%);
  pointer-events: none;
}

.subject-signal__scan {
  position: absolute;
  z-index: 2;
  left: 8%;
  right: 8%;
  top: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--subject-cyan), transparent);
  box-shadow: 0 0 14px rgba(116, 221, 245, 0.8);
  animation: subject-scan 4.8s ease-in-out infinite alternate;
}

.subject-signal__label {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  color: rgba(230, 244, 249, 0.76);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

@keyframes subject-scan {
  from { top: 16%; opacity: 0.5; }
  to { top: 82%; opacity: 1; }
}

.subject-signal__copy > p:not(.subject-eyebrow),
.subject-location__copy > p,
.subject-final p:not(.subject-eyebrow) {
  margin: 24px 0 0;
  color: var(--subject-muted);
  font-size: 16px;
  line-height: 1.72;
}

.subject-checks {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.subject-checks li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid rgba(170, 207, 225, 0.12);
  color: rgba(236, 246, 250, 0.88);
  font-size: 14px;
  font-weight: 650;
}

.subject-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--subject-cyan);
  transform: rotate(45deg);
}

.subject-cards {
  margin-top: clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.subject-card {
  min-height: 290px;
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--subject-line);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(17, 35, 47, 0.72), rgba(7, 15, 21, 0.9)),
    var(--subject-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.subject-card > span {
  display: block;
  color: var(--subject-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.subject-card h3 {
  margin: 58px 0 14px;
  color: #f5fafb;
  font-size: 27px;
  font-weight: 820;
}

.subject-card p {
  margin: 0;
  color: var(--subject-muted);
  font-size: 14px;
  line-height: 1.68;
}

.subject-location {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
  padding: clamp(72px, 9vw, 124px) 0;
  border-top: 1px solid var(--subject-line);
}

.subject-location__panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--subject-line-strong);
  border-radius: 10px;
  background:
    radial-gradient(300px 220px at 100% 0, rgba(116, 221, 245, 0.12), transparent 70%),
    linear-gradient(160deg, var(--subject-panel-soft), #071017);
}

.subject-location__code {
  display: block;
  margin-bottom: 38px;
  color: var(--subject-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.subject-location__panel > strong {
  display: block;
  color: #f5fafb;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.subject-location__panel > span:not(.subject-location__code) {
  display: block;
  margin-top: 8px;
  color: var(--subject-muted);
}

.subject-location__panel dl {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--subject-line);
}

.subject-location__panel dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}

.subject-faq {
  border-top: 1px solid var(--subject-line);
}

.subject-faq__grid {
  margin-top: clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.subject-faq details {
  border: 1px solid var(--subject-line);
  border-radius: 8px;
  background: rgba(10, 21, 29, 0.66);
}

.subject-faq summary {
  position: relative;
  padding: 22px 54px 22px 22px;
  color: #edf5f8;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.subject-faq summary::-webkit-details-marker {
  display: none;
}

.subject-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--subject-cyan);
  font-size: 23px;
  font-weight: 400;
  transform: translateY(-50%);
}

.subject-faq details[open] summary::after {
  content: "−";
}

.subject-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--subject-muted);
  font-size: 14px;
  line-height: 1.7;
}

.subject-final {
  margin-bottom: clamp(72px, 9vw, 120px);
  padding: clamp(42px, 6vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(116, 221, 245, 0.27);
  border-radius: 12px;
  background:
    radial-gradient(500px 300px at 0 0, rgba(116, 221, 245, 0.13), transparent 68%),
    radial-gradient(380px 280px at 100% 100%, rgba(104, 158, 35, 0.13), transparent 68%),
    #0a151e;
}

.subject-final > div {
  max-width: 700px;
}

.subject-final .subject-button {
  flex: 0 0 auto;
}

.subject-eye {
  padding-top: clamp(82px, 10vw, 132px);
}

.subject-eye__console {
  position: relative;
  margin-top: clamp(38px, 5vw, 58px);
  padding: clamp(28px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(227, 79, 70, 0.27);
  border-radius: 12px;
  background:
    radial-gradient(580px 430px at 78% 52%, rgba(197, 31, 26, 0.18), transparent 70%),
    linear-gradient(135deg, #0d171f, #05090d 64%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.subject-eye__console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(116, 221, 245, 0.08) 0) 0 0 / 84px 100%,
    linear-gradient(transparent calc(100% - 1px), rgba(116, 221, 245, 0.06) 0) 0 0 / 100% 72px;
}

.subject-eye__brief,
.subject-eye__frame {
  position: relative;
  z-index: 1;
}

.subject-eye__code {
  display: block;
  margin-bottom: 18px;
  color: var(--subject-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.subject-eye__brief > strong {
  display: block;
  color: #f7fafb;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}

.subject-eye__brief ol {
  margin: 28px 0 0;
  padding: 0;
  counter-reset: subject-eye-rule;
  list-style: none;
}

.subject-eye__brief li {
  position: relative;
  min-height: 42px;
  padding: 11px 0 11px 44px;
  border-top: 1px solid var(--subject-line);
  color: var(--subject-muted);
  font-size: 14px;
  line-height: 1.45;
  counter-increment: subject-eye-rule;
}

.subject-eye__brief li:last-child {
  border-bottom: 1px solid var(--subject-line);
}

.subject-eye__brief li::before {
  content: "0" counter(subject-eye-rule);
  position: absolute;
  top: 12px;
  left: 0;
  color: var(--subject-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.subject-eye__status {
  width: min(470px, 100%);
  min-height: 46px;
  margin: 26px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(227, 79, 70, 0.34);
  border-radius: 6px;
  background: rgba(227, 79, 70, 0.08);
  color: #ffe1dc;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.subject-eye__frame {
  width: min(470px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #303235, #151719 48%, #070809 72%);
  box-shadow:
    inset 0 0 48px rgba(0, 0, 0, 0.88),
    0 0 0 1px rgba(191, 204, 211, 0.13),
    0 32px 80px rgba(0, 0, 0, 0.62);
}

.subject-eye__bezel {
  width: 82%;
  height: 82%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #1b1d1f, #0b0d0e 62%, #050607);
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.94), inset 0 0 110px rgba(0, 0, 0, 0.72);
}

.subject-eye__lens {
  position: relative;
  width: 62%;
  height: 62%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #1a0b0b, #0b0606 46%, #060303 100%);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.92);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.subject-eye__lens:focus-visible {
  outline: 3px solid var(--subject-cyan);
  outline-offset: 8px;
}

.subject-eye__glow,
.subject-eye__iris,
.subject-eye__core,
.subject-eye__aperture,
.subject-eye__center,
.subject-eye__blink,
.subject-eye__ring,
.subject-eye__end-video {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.subject-eye__glow {
  inset: -24%;
  opacity: 0.6;
  background: radial-gradient(circle, rgba(255, 90, 40, 0.35), rgba(255, 50, 10, 0.2) 35%, transparent 70%);
  filter: blur(6px);
  animation: subject-eye-glow 3.8s ease-in-out infinite;
}

.subject-eye__iris {
  inset: 12%;
  background: radial-gradient(circle, rgba(255, 190, 160, 0.3), rgba(255, 90, 40, 0.75) 22%, rgba(255, 50, 20, 0.9) 36%, rgba(200, 20, 10, 0.85) 52%, rgba(120, 10, 8, 0.8) 70%, rgba(30, 5, 5, 0.9));
  box-shadow: 0 0 40px rgba(255, 60, 20, 0.7), 0 0 80px rgba(255, 30, 0, 0.5);
  animation: subject-eye-iris 3.8s ease-in-out infinite;
}

.subject-eye__core {
  inset: 34%;
  background: radial-gradient(circle, #ffe6d8, #ff7a2a 30%, #ff2a00 55%, #b40f05 80%, #5a0606);
  box-shadow: 0 0 45px rgba(255, 80, 30, 0.8), 0 0 110px rgba(255, 40, 0, 0.6);
  animation: subject-eye-core 3.8s ease-in-out infinite;
}

.subject-eye__aperture {
  inset: 47%;
  opacity: 0.9;
  background: radial-gradient(circle, #140606, #080303 55%, #050202);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
}

.subject-eye__center {
  inset: 46%;
  background: radial-gradient(circle, #fff0e6, #ffb08a 35%, #ff4a24 65%, #9a0d08);
  box-shadow: 0 0 25px rgba(255, 70, 20, 0.9), 0 0 60px rgba(255, 30, 0, 0.7);
  animation: subject-eye-center 2.8s ease-in-out infinite;
}

.subject-eye__blink,
.subject-eye__ring {
  opacity: 0;
  transition: opacity 150ms ease, transform 260ms ease;
}

.subject-eye__blink {
  inset: -10%;
  background: radial-gradient(circle, rgba(255, 70, 30, 0.68), rgba(0, 0, 0, 0.92));
}

.subject-eye__ring {
  inset: -12%;
  border: 2px solid rgba(255, 88, 48, 0.72);
  transform: scale(0.98);
}

.subject-eye__lens.is-pulse .subject-eye__blink,
.subject-eye__lens.is-pulse .subject-eye__ring {
  opacity: 1;
}

.subject-eye__lens.is-pulse .subject-eye__ring {
  transform: scale(1.02);
}

.subject-eye__lens.is-pulse.is-fake .subject-eye__blink {
  background: radial-gradient(circle, rgba(95, 160, 255, 0.6), rgba(0, 0, 0, 0.95));
}

.subject-eye__lens.is-pulse.is-fake .subject-eye__ring {
  border-color: rgba(116, 175, 255, 0.82);
  border-style: dashed;
  box-shadow: 0 0 18px rgba(96, 156, 255, 0.42);
}

.subject-eye__frame.is-solved {
  animation: subject-eye-solved 1.2s ease-out;
}

.subject-eye__frame.is-solved .subject-eye__ring {
  opacity: 1;
  border-color: rgba(255, 118, 76, 0.94);
  box-shadow: 0 0 28px rgba(255, 76, 34, 0.62);
  transform: scale(1.14);
}

.subject-eye__end-video {
  inset: 6%;
  z-index: 7;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 600ms ease, transform 900ms ease;
}

.subject-eye__end-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.subject-eye__end-video.is-visible {
  opacity: 1;
  transform: scale(1.02);
}

@keyframes subject-eye-glow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}

@keyframes subject-eye-iris {
  0%, 100% { transform: scale(1); filter: brightness(1.05) saturate(1.3); }
  50% { transform: scale(1.03); filter: brightness(1.2) saturate(1.45); }
}

@keyframes subject-eye-core {
  0%, 100% { transform: scale(1); filter: brightness(1.1); }
  50% { transform: scale(1.06); filter: brightness(1.35); }
}

@keyframes subject-eye-center {
  0%, 100% { transform: scale(1); filter: brightness(1.2); }
  50% { transform: scale(1.12); filter: brightness(1.6); }
}

@keyframes subject-eye-solved {
  0% { transform: scale(1); filter: brightness(1); }
  30% { transform: scale(1.04); filter: brightness(1.18) saturate(1.22); }
  100% { transform: scale(1); filter: brightness(1); }
}

@media (max-width: 900px) {
  .subject-hero__inner {
    width: min(100% - 44px, 760px);
    grid-template-columns: 1fr;
    align-content: end;
  }

  .subject-status {
    max-width: 520px;
  }

  .subject-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .subject-proof > div:nth-child(2) {
    border-right: 0;
  }

  .subject-proof > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--subject-line);
  }

  .subject-story__body,
  .subject-signal,
  .subject-location {
    grid-template-columns: 1fr;
  }

  .subject-signal__media {
    width: min(460px, 100%);
    margin: 0 auto;
  }

  .subject-cards {
    grid-template-columns: 1fr;
  }

  .subject-card {
    min-height: 0;
  }

  .subject-card h3 {
    margin-top: 34px;
  }

  .subject-eye__console {
    grid-template-columns: 1fr;
  }

  .subject-eye__brief {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .subject-page {
    padding-top: 12px;
  }

  .subject-hero {
    width: calc(100% - 16px);
    min-height: 780px;
    margin-top: 0;
    border-radius: 8px;
  }

  .subject-hero__media video {
    object-position: 50% 46%;
  }

  .subject-hero__veil {
    background:
      linear-gradient(180deg, rgba(3, 8, 12, 0.34) 0%, rgba(3, 8, 12, 0.52) 34%, rgba(3, 8, 12, 0.96) 76%),
      linear-gradient(90deg, rgba(3, 8, 12, 0.88), rgba(3, 8, 12, 0.22));
  }

  .subject-hero__inner {
    width: calc(100% - 34px);
    padding: 84px 0 72px;
    gap: 28px;
  }

  .subject-hero h1 > span {
    font-size: clamp(55px, 17vw, 76px);
    letter-spacing: 0.035em;
  }

  .subject-hero h1 > small {
    margin-top: 14px;
    font-size: clamp(21px, 7vw, 30px);
  }

  .subject-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .subject-actions {
    margin-top: 24px;
  }

  .subject-button {
    width: 100%;
  }

  .subject-status__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .subject-hero__scroll {
    display: none;
  }

  .subject-proof {
    width: calc(100% - 16px);
  }

  .subject-proof > div {
    min-height: 96px;
    padding: 17px;
  }

  .subject-proof strong {
    font-size: 27px;
  }

  .subject-proof span {
    font-size: 11px;
  }

  .subject-section,
  .subject-signal,
  .subject-location,
  .subject-final {
    width: calc(100% - 30px);
  }

  .subject-section {
    padding: 78px 0;
  }

  .subject-section__head h2,
  .subject-signal__copy h2,
  .subject-location h2,
  .subject-final h2 {
    font-size: clamp(34px, 10vw, 48px);
    overflow-wrap: anywhere;
  }

  .subject-story__body {
    margin-top: 34px;
    gap: 28px;
  }

  .subject-story__lead {
    font-size: 21px;
  }

  .subject-signal {
    padding: 24px;
    gap: 40px;
  }

  .subject-signal__label {
    bottom: 18px;
    font-size: 8px;
  }

  .subject-cards {
    margin-top: 34px;
  }

  .subject-card {
    padding: 25px;
  }

  .subject-location {
    padding: 76px 0;
  }

  .subject-faq__grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .subject-final {
    padding: 30px 24px;
    align-items: stretch;
    flex-direction: column;
  }

  .subject-eye__console {
    padding: 25px 20px 30px;
    gap: 0;
  }

  .subject-eye__frame {
    width: min(320px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .subject-page *,
  .subject-page *::before,
  .subject-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
