/* White Direction living sales guide — private candidate */

.presenter-hero-media {
  opacity: 1;
  background:
    radial-gradient(circle at 75% 38%, rgba(98, 231, 255, .12), transparent 25%),
    linear-gradient(115deg, rgba(3, 6, 13, .2), rgba(3, 6, 13, .78));
}

.control-hero:has(.living-guide) {
  min-height: 1100px;
  padding-top: 155px;
}

.control-hero:has(.living-guide)::after {
  background:
    linear-gradient(90deg, rgba(3, 6, 13, .995) 0%, rgba(3, 6, 13, .92) 39%, rgba(3, 6, 13, .28) 72%, rgba(3, 6, 13, .74) 100%);
}

.control-hero:has(.living-guide) .control-hero-layout {
  grid-template-columns: minmax(0, .82fr) minmax(570px, .9fr);
  gap: clamp(40px, 5vw, 82px);
}

.control-hero:has(.living-guide) .control-copy h1 {
  font-size: clamp(4rem, 6.1vw, 7.25rem);
}

.guide-launch {
  border: 0;
  cursor: pointer;
}

.guide-promise {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 18px 0 0;
  color: #8fa6ba;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.guide-promise span {
  color: var(--wd-ai);
  text-shadow: 0 0 18px var(--wd-ai);
  animation: guide-pulse 2.6s ease-in-out infinite;
}

.living-guide {
  --guide-x: 0deg;
  --guide-y: 0deg;
  position: relative;
  min-width: 0;
  border: 1px solid rgba(154, 224, 255, .27);
  border-radius: 32px;
  background: linear-gradient(150deg, rgba(10, 25, 44, .96), rgba(2, 8, 15, .96));
  box-shadow:
    0 55px 140px rgba(0, 0, 0, .64),
    0 0 0 1px rgba(255, 255, 255, .025) inset,
    0 0 90px rgba(98, 231, 255, .07);
  perspective: 1300px;
  isolation: isolate;
}

.living-guide::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% -9% -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 231, 255, .14), transparent 67%);
  filter: blur(34px);
  pointer-events: none;
}

.guide-chrome {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(161, 224, 255, .13);
  color: #93aac0;
  background: rgba(2, 8, 15, .76);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.guide-chrome span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.guide-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wd-ai);
  box-shadow: 0 0 14px var(--wd-ai);
}

.guide-chrome small {
  color: var(--wd-web);
  font-size: inherit;
}

.guide-stage {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-bottom: 1px solid rgba(161, 224, 255, .12);
  background: #02070e;
  transform: rotateX(var(--guide-x)) rotateY(var(--guide-y));
  transform-origin: 50% 50%;
  transition: transform .18s ease-out;
}

.guide-stage::before,
.guide-stage::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.guide-stage::before {
  background:
    linear-gradient(90deg, rgba(2, 7, 14, .93) 0%, rgba(2, 7, 14, .58) 34%, transparent 65%),
    linear-gradient(0deg, rgba(2, 7, 14, .95), transparent 38%);
}

.guide-stage::after {
  opacity: .22;
  background-image:
    linear-gradient(rgba(146, 225, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(146, 225, 255, .09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.guide-stage > img,
.guide-stage > video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: 52% center;
  filter: contrast(1.05) saturate(.9);
  transition: filter .7s ease, transform 1.2s cubic-bezier(.16, 1, .3, 1), opacity .35s ease;
}

.guide-stage > video {
  z-index: 3;
  background: #02070e;
}

.guide-stage > img[hidden],
.guide-stage > video[hidden] { display: none !important; }

.guide-stage.is-awake > img {
  transform: scale(1.035);
  filter: contrast(1.09) saturate(1.02);
}

.guide-light {
  position: absolute;
  z-index: 3;
  top: -25%;
  left: 42%;
  width: 42%;
  height: 155%;
  transform: rotate(13deg);
  opacity: .38;
  background: linear-gradient(90deg, transparent, rgba(157, 237, 255, .2), transparent);
  filter: blur(25px);
  pointer-events: none;
}

.guide-stage.is-awake .guide-light { animation: guide-light-pass 4.8s ease-in-out infinite; }

.guide-scan {
  position: absolute;
  z-index: 5;
  top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--wd-web), transparent);
  box-shadow: 0 0 20px var(--wd-web);
}

.guide-stage.is-awake .guide-scan { animation: guide-scan 3.9s ease-in-out infinite; }

.guide-depth-card {
  position: absolute;
  z-index: 7;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(157, 232, 255, .22);
  border-radius: 10px;
  color: #c9deec;
  background: rgba(3, 13, 23, .72);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .09em;
  pointer-events: none;
  opacity: .72;
}

.guide-depth-card b { color: var(--wd-web); }
.guide-depth-one { top: 19%; right: 4%; transform: translateZ(65px) rotate(2deg); }
.guide-depth-two { right: 9%; bottom: 22%; transform: translateZ(80px) rotate(-2deg); }
.guide-stage.is-awake .guide-depth-one { animation: guide-float 4.5s ease-in-out infinite; }
.guide-stage.is-awake .guide-depth-two { animation: guide-float 5.2s ease-in-out infinite reverse; }

.guide-identity {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  display: grid;
  gap: 3px;
  max-width: 62%;
}

.guide-identity span {
  color: var(--wd-web);
  font-size: .53rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.guide-identity strong {
  color: #eaf4fb;
  font-size: .7rem;
}

.guide-opening {
  position: absolute;
  z-index: 8;
  left: 24px;
  bottom: 24px;
  width: min(56%, 390px);
}

.guide-opening > p {
  margin: 0 0 10px;
  color: var(--wd-web);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.guide-opening h2 {
  margin: 0;
  color: #f7fbff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.25vw, 2.45rem);
  line-height: 1;
  letter-spacing: -.045em;
  text-shadow: 0 5px 22px rgba(0,0,0,.62);
}

.guide-play {
  display: inline-grid;
  grid-template-columns: 36px auto;
  column-gap: 10px;
  align-items: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(174, 233, 255, .4);
  border-radius: 14px;
  color: #031018;
  background: linear-gradient(120deg, #f6fbff, #8beaff);
  box-shadow: 0 12px 35px rgba(98, 231, 255, .19);
  cursor: pointer;
  text-align: left;
}

.guide-play > span {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #07131f;
  box-shadow: 0 0 0 5px rgba(7, 19, 31, .08);
}

.guide-play b { font-size: .72rem; letter-spacing: .04em; }
.guide-play small { font-size: .57rem; opacity: .65; }
.guide-play:hover,
.guide-play:focus-visible { transform: translateY(-2px); outline: 2px solid #fff; outline-offset: 3px; }

.guide-stage.is-awake .guide-opening {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.guide-caption {
  position: absolute;
  z-index: 9;
  left: 20px;
  right: 20px;
  bottom: 18px;
  padding: 12px 14px;
  border-left: 2px solid var(--wd-web);
  color: #fff;
  background: linear-gradient(90deg, rgba(1, 7, 13, .93), rgba(1, 7, 13, .52), transparent);
  text-shadow: 0 2px 8px #000;
}

.guide-caption[hidden] { display: none; }
.guide-caption span { display: block; color: var(--wd-web); font-size: .52rem; font-weight: 900; letter-spacing: .14em; }
.guide-caption strong { display: block; max-width: 78%; margin-top: 4px; font-size: .92rem; line-height: 1.35; }

.guide-control-deck {
  padding: 20px;
  background:
    linear-gradient(rgba(142, 221, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 221, 255, .035) 1px, transparent 1px),
    rgba(2, 8, 15, .78);
  background-size: 24px 24px;
}

.guide-control-deck > p {
  margin: 0 0 11px;
  color: #7f98ad;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guide-choices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.guide-choices button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
  align-items: center;
  min-height: 52px;
  padding: 8px 9px;
  border: 1px solid rgba(163, 221, 249, .15);
  border-radius: 11px;
  color: #aebfcd;
  background: rgba(6, 16, 28, .85);
  cursor: pointer;
  text-align: left;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.guide-choices button b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--wd-web);
  font-size: .52rem;
}

.guide-choices button span { font-size: .6rem; font-weight: 750; line-height: 1.2; }
.guide-choices button:hover,
.guide-choices button:focus-visible,
.guide-choices button.is-active {
  border-color: rgba(98, 231, 255, .65);
  color: #fff;
  background: rgba(16, 37, 55, .96);
  transform: translateY(-2px);
  outline: 0;
}

.guide-response {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(167, 224, 252, .14);
  border-radius: 14px;
  background: rgba(3, 11, 20, .84);
}

.guide-response span {
  color: var(--wd-web);
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.guide-response strong {
  display: block;
  margin-top: 3px;
  color: #f3f8fc;
  font-size: .84rem;
}

.guide-response p {
  margin: 4px 0 0;
  color: #8399ad;
  font-size: .65rem;
  line-height: 1.45;
}

.guide-response > a {
  max-width: 190px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #06121d;
  background: linear-gradient(120deg, #fff, #8eeaff);
  font-size: .59rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.guide-response > a:hover,
.guide-response > a:focus-visible { transform: translateY(-2px); outline: 2px solid #fff; outline-offset: 2px; }

.guide-transcript {
  margin-top: 10px;
  color: #71889c;
  font-size: .64rem;
}

.guide-transcript summary { color: #9db1c2; cursor: pointer; font-weight: 800; }
.guide-transcript p { margin: 8px 0 0; line-height: 1.65; }
.guide-disclosure { margin: 9px 0 0; color: #526a80; font-size: .56rem; line-height: 1.4; }

.world-layout-reverse .guide-portal { order: 1; }

.guide-portal {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 30px;
  background: #02070e;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .46);
  isolation: isolate;
}

.guide-portal::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(rgba(158, 228, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 228, 255, .055) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(120deg, black, transparent 70%);
  pointer-events: none;
}

.guide-portal > img,
.guide-portal > video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(.88) contrast(1.08);
  transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.guide-portal:hover > img,
.guide-portal:hover > video {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.1);
}

.guide-portal > video {
  background: #02070e;
}

.guide-portal-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 14, .96) 0%, rgba(2, 7, 14, .73) 45%, rgba(2, 7, 14, .1) 78%),
    linear-gradient(0deg, rgba(2, 7, 14, .96), transparent 46%);
  pointer-events: none;
}

.guide-portal-top {
  position: absolute;
  z-index: 6;
  top: 20px;
  left: 22px;
  right: 22px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.guide-portal-top small { color: #7890a4; font-size: inherit; }

.guide-portal-copy {
  position: absolute;
  z-index: 6;
  left: 34px;
  bottom: 55px;
  width: min(61%, 470px);
}

.guide-portal-copy > span {
  color: var(--accent);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.guide-portal-copy h3 {
  margin: 12px 0 0;
  color: #f7fbff;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.guide-portal-copy p {
  max-width: 430px;
  margin: 15px 0 0;
  color: #a8bbcb;
  font-size: .84rem;
  line-height: 1.6;
}

.guide-portal-copy button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  margin-top: 19px;
  padding: 11px 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 65%, white 10%);
  border-radius: 12px;
  color: #031018;
  background: color-mix(in srgb, var(--accent) 78%, white);
  box-shadow: 0 12px 34px color-mix(in srgb, var(--accent) 15%, transparent);
  cursor: pointer;
  font: inherit;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-portal-copy button i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #07131f;
  font-size: .6rem;
  font-style: normal;
}

.guide-portal-copy button:hover,
.guide-portal-copy button:focus-visible { transform: translateY(-2px); outline: 2px solid #fff; outline-offset: 3px; }

.guide-portal-mark {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 15px;
  color: color-mix(in srgb, var(--accent) 25%, transparent);
  font-size: clamp(5rem, 9vw, 9rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
}

.guide-portal-transcript {
  position: absolute;
  z-index: 8;
  left: 34px;
  bottom: 20px;
  color: #7690a5;
  font-size: .61rem;
}

.guide-portal-transcript summary { cursor: pointer; font-weight: 800; }
.guide-portal-transcript p {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: min(560px, 80vw);
  margin: 0;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 14px;
  color: #b8c8d5;
  background: rgba(2, 8, 15, .97);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .48);
  line-height: 1.6;
}

.guide-portal::before,
.guide-portal-shade,
.guide-portal-top,
.guide-portal-copy,
.guide-portal-mark,
.guide-portal-transcript {
  transition: opacity .28s ease, visibility .28s ease;
}

.guide-portal.is-playing::before,
.guide-portal.is-playing .guide-portal-shade,
.guide-portal.is-playing .guide-portal-top,
.guide-portal.is-playing .guide-portal-copy,
.guide-portal.is-playing .guide-portal-mark,
.guide-portal.is-playing .guide-portal-transcript,
.guide-portal.is-complete::before,
.guide-portal.is-complete .guide-portal-shade,
.guide-portal.is-complete .guide-portal-top,
.guide-portal.is-complete .guide-portal-copy,
.guide-portal.is-complete .guide-portal-mark,
.guide-portal.is-complete .guide-portal-transcript {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.guide-portal.is-playing > video,
.guide-portal.is-complete > video {
  z-index: 5;
  transform: none;
  filter: none;
}

.guide-portal-end {
  position: absolute;
  z-index: 9;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 38px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 48%),
    rgba(2, 7, 14, .94);
  text-align: center;
}

.guide-portal-end[hidden] { display: none !important; }

.guide-portal-end > span {
  color: var(--accent);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.guide-portal-end > strong {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(2.2rem, 4.5vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.guide-portal-end > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 15px 19px;
  border-radius: 12px;
  color: #031018;
  background: color-mix(in srgb, var(--accent) 78%, white);
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.guide-portal-end > a i { font-style: normal; }

.guide-portal-end > button {
  margin-top: 18px;
  border: 0;
  color: #9ab0c2;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes guide-pulse {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}

@keyframes guide-light-pass {
  0%, 100% { transform: translateX(-8%) rotate(13deg); opacity: .2; }
  50% { transform: translateX(18%) rotate(13deg); opacity: .48; }
}

@keyframes guide-scan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  18% { opacity: .75; }
  70% { opacity: .2; }
  76%, 100% { transform: translateY(390px); opacity: 0; }
}

@keyframes guide-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (max-width: 1180px) {
  .control-hero:has(.living-guide) {
    min-height: auto;
    padding-bottom: 115px;
  }

  .control-hero:has(.living-guide) .control-hero-layout { grid-template-columns: 1fr; }
  .living-guide { width: min(860px, 100%); margin-inline: auto; }
  .guide-stage { min-height: 470px; }
  .guide-stage > img,
  .guide-stage > video { height: 470px; }
  @keyframes guide-scan { 0%, 12% { transform: translateY(0); opacity: 0; } 18% { opacity: .75; } 70% { opacity: .2; } 76%, 100% { transform: translateY(470px); opacity: 0; } }
  .world-layout-reverse .guide-portal { order: initial; }
  .guide-portal { max-width: 920px; }
}

@media (max-width: 760px) {
  .control-hero:has(.living-guide) { padding-top: 125px; }
  .control-hero:has(.living-guide) .control-copy h1 { font-size: clamp(3.2rem, 15vw, 5.6rem); }
  .living-guide { border-radius: 22px; }
  .guide-chrome { padding-inline: 12px; }
  .guide-chrome small { max-width: 43%; text-align: right; line-height: 1.3; }
  .guide-stage { min-height: 390px; }
  .guide-stage > img,
  .guide-stage > video { height: 390px; object-position: 58% center; }
  .guide-stage::before { background: linear-gradient(0deg, rgba(2,7,14,.97), rgba(2,7,14,.1) 75%); }
  .guide-opening { left: 18px; right: 18px; bottom: 18px; width: auto; }
  .guide-opening h2 { max-width: 74%; font-size: clamp(1.75rem, 8vw, 2.6rem); }
  .guide-identity { left: 14px; max-width: 74%; }
  .guide-depth-card { display: none; }
  .guide-choices { grid-template-columns: 1fr 1fr; }
  .guide-response { grid-template-columns: 1fr; align-items: start; }
  .guide-response > a { max-width: none; }
  .guide-control-deck { padding: 14px; }
  .guide-portal { min-height: 520px; border-radius: 22px; }
  .guide-portal > img,
  .guide-portal > video { object-position: 61% center; }
  .guide-portal-shade { background: linear-gradient(0deg, rgba(2,7,14,.98) 0%, rgba(2,7,14,.76) 52%, rgba(2,7,14,.08) 100%); }
  .guide-portal-top { top: 14px; left: 15px; right: 15px; }
  .guide-portal-top small { display: none; }
  .guide-portal-copy { left: 20px; right: 20px; bottom: 58px; width: auto; }
  .guide-portal-copy h3 { font-size: clamp(2.2rem, 11vw, 3.6rem); }
  .guide-portal-mark { right: 15px; bottom: 18px; font-size: 6rem; }
  .guide-portal-transcript { left: 20px; bottom: 22px; }
  @keyframes guide-scan { 0%, 12% { transform: translateY(0); opacity: 0; } 18% { opacity: .75; } 70% { opacity: .2; } 76%, 100% { transform: translateY(390px); opacity: 0; } }
}

@media (max-width: 460px) {
  .guide-stage { min-height: 430px; }
  .guide-stage > img,
  .guide-stage > video { height: 430px; object-position: 64% center; }
  .guide-opening h2 { max-width: 100%; }
  .guide-choices { grid-template-columns: 1fr; }
  .guide-choices button { min-height: 48px; }
  .guide-caption strong { max-width: 100%; }
  @keyframes guide-scan { 0%, 12% { transform: translateY(0); opacity: 0; } 18% { opacity: .75; } 70% { opacity: .2; } 76%, 100% { transform: translateY(430px); opacity: 0; } }
}

@media (prefers-reduced-motion: reduce) {
  .guide-promise span,
  .guide-stage.is-awake .guide-light,
  .guide-stage.is-awake .guide-scan,
  .guide-stage.is-awake .guide-depth-card {
    animation: none !important;
  }

  .guide-stage,
  .guide-stage > img,
  .guide-portal > img,
  .guide-portal > video {
    transform: none !important;
    transition: none !important;
  }
}
