.phasetrace-page {
  background: #111111;
  color: #f8fafb;
  font-family: Pretendard, sans-serif;
  width: 100%;
  max-width: none;
  margin: 0;
}

.phasetrace-page main {
  margin-top: 64px;
}

.phase-header-logo {
  display: inline-flex;
  align-items: center;
}

.phase-header-logo img,
.phase-header-logo .header_left-container__logo {
  display: block;
  width: 150px;
  height: auto;
}

.phase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.phase-button--light {
  background: #ffffff;
  color: #212121;
}

.phase-button--ghost {
  border: 1px solid #a4aaae;
  color: #ffffff;
}

.phase-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 72px;
  align-items: center;
  min-height: 700px;
  padding: 104px 160px 112px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.78)),
    #050505;
}

.phase-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(360px) rotateX(58deg);
  transform-origin: bottom;
  opacity: 0.45;
}

.phase-hero__content,
.phase-hero__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.phase-eyebrow {
  display: inline-flex;
  color: #c6cacf;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.phase-eyebrow--dark {
  color: #5f656a;
}

.phase-hero .phase-eyebrow {
  font-size: 32px;
  line-height: 46px;
}

.phase-hero h1 {
  margin-top: 20px;
  max-width: 830px;
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 78px;
  overflow-wrap: break-word;
}

.phase-hero p {
  margin-top: 28px;
  max-width: 760px;
  color: #dfe3e9;
  font-size: 20px;
  line-height: 30px;
}

.phase-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 44px;
}

.phase-hero__visual {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    #151515;
  overflow: hidden;
}

.phase-hero__scanner {
  position: absolute;
  top: 40px;
  left: 42px;
  right: 42px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #222222;
}

.phase-hero__scanner span {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 18%;
  border-radius: 3px;
  background: #e28843;
  box-shadow: 0 0 42px rgba(226, 136, 67, 0.44);
}

.phase-hero__scanner span:nth-child(1) {
  left: 12%;
}

.phase-hero__scanner span:nth-child(2) {
  left: 41%;
}

.phase-hero__scanner span:nth-child(3) {
  right: 12%;
}

.phase-hero__phase-map {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 88px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: #0d0d0d;
  overflow: hidden;
}

.phase-map__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33.333%;
}

.phase-map__bar--hot {
  left: 0;
  background: rgba(214, 94, 44, 0.72);
}

.phase-map__bar--mid {
  left: 33.333%;
  background: rgba(201, 156, 77, 0.56);
}

.phase-map__bar--cool {
  right: 0;
  background: rgba(73, 171, 185, 0.52);
}

.phase-map__surface {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 34px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(255, 255, 255, 0.28) 16% 17%, transparent 17% 50%, rgba(255, 255, 255, 0.22) 50% 51%, transparent 51% 100%),
    rgba(0, 0, 0, 0.35);
}

.phase-hero__caption {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 34px;
  color: #a4aaae;
  font-size: 14px;
  line-height: 20px;
}

.phase-section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.phase-section__header {
  max-width: 760px;
}

.phase-section__header--center {
  margin: 0 auto;
  text-align: center;
}

.phase-section__header h2,
.phase-breakthrough__lead h2,
.phase-values__body h2,
.phase-cta h2 {
  margin-top: 16px;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
  overflow-wrap: break-word;
}

.phase-section__header p,
.phase-breakthrough__lead p,
.phase-values__copy p,
.phase-cta p {
  margin-top: 20px;
  color: #5f656a;
  font-size: 20px;
  line-height: 30px;
}

.phase-problem .phase-section__header p,
.phase-breakthrough__lead p,
.phase-hardware .phase-section__header p,
.phase-cta p {
  color: #c6cacf;
}

.phase-showcase,
.phase-values,
.phase-applications {
  padding: 132px 160px;
  background: #eef2f6;
  color: #212121;
}

.phase-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.phase-showcase-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe3e9;
  border-radius: 8px;
  background: #ffffff;
}

.phase-showcase-card--video {
  background: #17191b;
  color: #ffffff;
}

.phase-showcase-card--result {
  border-color: #2d3033;
  background: #17191b;
  color: #ffffff;
}

.phase-showcase-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111315;
}

.phase-showcase-card__media video,
.phase-showcase-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.phase-showcase-card__media video {
  object-fit: cover;
}

.phase-showcase-card__media img {
  object-fit: contain;
  background: #f8fafb;
}

.phase-showcase-card--result .phase-showcase-card__media {
  aspect-ratio: 16 / 9;
  background: #0f1113;
}

.phase-showcase-card--result .phase-showcase-card__media img {
  object-fit: contain;
  background: transparent;
}

.phase-showcase-card__body {
  flex: 1;
  padding: 24px;
}

.phase-showcase-card--result .phase-showcase-card__body {
  background: #ffffff;
  color: #212121;
}

.phase-showcase-card__body > span {
  display: inline-flex;
  color: #e28843;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.phase-showcase-card__body h3 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.phase-showcase-card__body p {
  margin-top: 12px;
  color: #5f656a;
  font-size: 16px;
  line-height: 24px;
}

.phase-showcase-card--video .phase-showcase-card__body p {
  color: #c6cacf;
}

.phase-showcase-card--result .phase-showcase-card__body p {
  color: #5f656a;
}

.phase-problem,
.phase-breakthrough,
.phase-hardware,
.phase-cta {
  padding: 132px 160px;
  background: #202122;
  color: #f8fafb;
}

.phase-problem__inner,
.phase-hardware__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: center;
}

.phase-quadrant {
  position: relative;
  min-height: 520px;
  padding: 44px 36px 36px 64px;
}

.phase-quadrant__grid {
  position: relative;
  height: 430px;
  border-left: 1px solid #7d858b;
  border-bottom: 1px solid #7d858b;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50% 50%;
}

.phase-quadrant__axis {
  position: absolute;
  color: #dfe3e9;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.phase-quadrant__axis--x {
  right: 42px;
  bottom: 0;
}

.phase-quadrant__axis--y {
  top: 20px;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
}

.phase-quadrant__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.42);
}

.phase-quadrant__item strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.phase-quadrant__item span {
  color: #c6cacf;
  font-size: 13px;
  line-height: 18px;
}

.phase-quadrant__item--halogen {
  right: 10%;
  bottom: 12%;
}

.phase-quadrant__item--flash {
  left: 10%;
  top: 12%;
}

.phase-quadrant__item--phase {
  right: 4%;
  top: 8%;
  border-color: rgba(226, 136, 67, 0.88);
  background: rgba(226, 136, 67, 0.12);
}

.phase-quadrant__hint {
  position: absolute;
  bottom: 28px;
  color: #7d858b;
  font-size: 12px;
  line-height: 16px;
}

.phase-quadrant__hint--left {
  left: 70px;
}

.phase-quadrant__hint--right {
  right: 36px;
}

.phase-breakthrough__lead {
  width: 100%;
  max-width: none;
}

.phase-breakthrough__lead > h2,
.phase-breakthrough__lead > p {
  max-width: 880px;
}

.phase-patent {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 36px);
  border: 1px solid #e28843;
  border-radius: 4px;
  padding: 10px 14px;
  background: rgba(18, 19, 20, 0.84);
  color: #f1b36d;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.phase-shutter-sequence {
  margin-top: 34px;
}

.phase-shutter-sequence__stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  aspect-ratio: 3240 / 1841;
  background: #121314;
  contain: paint;
}

.phase-shutter-sequence__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.phase-shutter-sequence__frame--active {
  opacity: 1;
}

.phase-correction {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 64px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.phase-correction article {
  min-height: 250px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
}

.phase-correction article:last-child {
  border-right: none;
}

.phase-correction span {
  color: #e28843;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.phase-correction strong {
  display: block;
  margin-top: 44px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.phase-correction p {
  margin-top: 14px;
  color: #a4aaae;
  font-size: 16px;
  line-height: 24px;
}

.phase-values__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 64px;
  background: #dfe3e9;
  border: 1px solid #dfe3e9;
}

.phase-values__metrics article {
  min-height: 180px;
  padding: 28px;
  background: #ffffff;
}

.phase-values__metrics strong {
  display: block;
  color: #212121;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
}

.phase-values__metrics span {
  display: block;
  margin-top: 18px;
  color: #5f656a;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.phase-values__body {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 72px;
  align-items: start;
}

.phase-values__copy p {
  color: #4a4f54;
}

.phase-values__copy p + p {
  margin-top: 20px;
}

.phase-hardware__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.phase-hardware__grid article {
  min-height: 180px;
  padding: 28px;
  background: #202122;
}

.phase-hardware__grid strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.phase-hardware__grid p {
  margin-top: 16px;
  color: #a4aaae;
  font-size: 16px;
  line-height: 24px;
}

.phase-applications__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.phase-application-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe3e9;
  border-radius: 8px;
  background: #ffffff;
}

.phase-application-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #202122;
}

.phase-application-card strong {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 92px;
  padding: 18px;
  color: #2e3032;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.phase-cta {
  background: #2e3032;
  text-align: center;
}

.phase-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phase-cta p {
  max-width: 680px;
}

.phase-cta__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.phase-cta__points span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #dfe3e9;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.phase-cta .phase-button {
  margin-top: 36px;
}

@media screen and (max-width: 1024px) {
  .phasetrace-page {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .phase-header-logo img,
  .phase-header-logo .header_left-container__logo {
    width: 118px;
  }

  .phase-header-logo--mobile {
    display: inline-flex;
  }

  .phase-hero,
  .phase-problem,
  .phase-breakthrough,
  .phase-hardware,
  .phase-showcase,
  .phase-values,
  .phase-applications,
  .phase-cta {
    padding: 72px 20px;
  }

  .phase-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: unset;
    padding-top: 80px;
  }

  .phase-hero h1 {
    font-size: 36px;
    line-height: 54px;
    overflow-wrap: anywhere;
  }

  .phase-hero .phase-eyebrow {
    font-size: 20px;
    line-height: 30px;
  }

  .phase-hero p {
    font-size: 18px;
    line-height: 28px;
  }

  .phase-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .phase-hero__visual {
    min-height: 360px;
  }

  .phase-hero__scanner {
    left: 24px;
    right: 24px;
  }

  .phase-hero__phase-map,
  .phase-hero__caption {
    left: 24px;
    right: 24px;
  }

  .phase-section__header h2,
  .phase-breakthrough__lead h2,
  .phase-values__body h2,
  .phase-cta h2 {
    font-size: 32px;
    line-height: 44px;
    overflow-wrap: anywhere;
  }

  .phase-section__header p,
  .phase-breakthrough__lead p,
  .phase-values__copy p,
  .phase-cta p {
    font-size: 16px;
    line-height: 26px;
  }

  .phase-shutter-sequence {
    margin-top: 28px;
  }

  .phase-cta__points {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .phase-showcase__grid,
  .phase-problem__inner,
  .phase-hardware__inner,
  .phase-values__body {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .phase-media-placeholder {
    min-height: 340px;
  }

  .phase-media-placeholder p {
    margin-top: 206px;
  }

  .phase-quadrant {
    min-height: 480px;
    padding: 34px 0 42px 34px;
  }

  .phase-quadrant__grid {
    height: 390px;
  }

  .phase-quadrant__axis--y {
    top: 14px;
  }

  .phase-quadrant__item {
    max-width: 170px;
    padding: 12px;
  }

  .phase-quadrant__item--phase {
    right: 2%;
    top: 7%;
  }

  .phase-quadrant__item--flash {
    left: 7%;
  }

  .phase-quadrant__item--halogen {
    right: 5%;
  }

  .phase-correction,
  .phase-values__metrics,
  .phase-hardware__grid {
    grid-template-columns: 1fr;
  }

  .phase-applications__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 36px;
  }

  .phase-application-card {
    border-radius: 6px;
  }

  .phase-application-card img {
    aspect-ratio: 16 / 11;
  }

  .phase-application-card strong {
    min-height: 76px;
    padding: 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .phase-correction article {
    min-height: unset;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .phase-correction article:last-child {
    border-bottom: none;
  }

  .phase-correction strong {
    margin-top: 28px;
  }

  .phase-values__metrics article,
  .phase-hardware__grid article {
    min-height: unset;
  }
}
