:root {
  --primary: #cdddea;
  --bg: #10141e;
  --fg: #fff;
  --container-max: 1400px;
  --gutter: clamp(20px, 4vw, 32px);
  --web-cursor-blue: #040c15;
  --web-cursor-blue-light: #fff;
  --web-cursor-surface-opacity: 0.38;
  --web-cursor-content-opacity: 0.88;
}

@font-face {
  font-family: "Sparkle Passion";
  src: url("./font/Sparkle%20Passion.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis-stopped,
html.is-modalOpen {
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  margin: 0;
  font-family: "Parkinsans", ui-sans-serif, system-ui, sans-serif;
  background: #000;
  color: var(--fg);
  overflow-x: hidden;
  line-height: 1.6;
}

main {
  position: relative;
  z-index: 1; /* stays above the fixed reveal footer */
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-weight: 400;
  word-break: keep-all;
}

.bold {
  font-weight: 500;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  padding: 10px 12px;
  background: #111827;
  border: 1px solid var(--border);
  border-radius: 12px;
  z-index: 9999;
}

.skip:focus {
  left: 12px;
}

.siteHeader {
  position: fixed;
  inset: max(28px, env(safe-area-inset-top, 0px) + 18px) 0 auto 0;
  z-index: 1000;
  height: 0;
  pointer-events: none;
}

/* .siteHeader__brand {
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  position: absolute;
  left: clamp(16px, 3vw, 32px);
  top: 8px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 0.2s ease;
} */

.gnb {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 24px);
  pointer-events: none;
}

.gnb__shell {
  pointer-events: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.4px);
  -webkit-backdrop-filter: blur(11.4px);
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.gnb__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
}

.gnb__link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 13px 22px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gnb__link.is-active {
  position: relative;
  isolation: isolate;
  border: 1px solid transparent;
  background: #fff;
  color: #242424;
}

.gnb__link.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    to bottom left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.section {
  padding: 120px 0;
  background: #010815;
}

.section04 {
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.graphicPin {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  will-change: background-color;
}

.graphicLayout {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100vh;
  min-height: 0;
  padding-left: max(
    var(--gutter),
    calc((100vw - var(--container-max)) / 2 + var(--gutter))
  );
  padding-right: 0;
}

.graphicLayout__titleCol {
  flex: 0 0 auto;
  padding-right: clamp(40px, 6vw, 180px);
}

.graphicGallery {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.graphicGallery__track {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  width: max-content;
  will-change: transform;
}

.graphicGallery__item {
  flex: 0 0 auto;
}

.graphicGallery__item:last-child {
  padding-right: clamp(40px, 6vw, 180px);
}

.graphicGallery__btn {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.graphicGallery__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 32px);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.graphicGallery__btn:hover .graphicGallery__label,
.graphicGallery__btn:focus-visible .graphicGallery__label {
  opacity: 1;
}

/* .graphicGallery__btn:hover {
  transform: translateY(-4px);
} */

.graphicGallery__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.graphicGallery__btn img {
  display: block;
  width: 520px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.graphicTitle {
  margin: 0;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  font-weight: normal;
  font-size: clamp(2.25rem, 11vw, 155px);
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.graphicModal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 32px);
}

.graphicModal[hidden] {
  display: none;
}

.graphicModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.graphicModal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1080px, 100%);
  max-height: min(88vh, 920px);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.graphicModal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.4px);
  -webkit-backdrop-filter: blur(11.4px);
  cursor: pointer;
}

.graphicModal__closeIcon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.graphicModal__closeIcon::before,
.graphicModal__closeIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #111;
  transform-origin: center;
}

.graphicModal__closeIcon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.graphicModal__closeIcon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.graphicModal__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: clamp(16px, 2.5vw, 24px);
  padding: clamp(32px, 5vw, 56px);
  overflow: auto;
}

.graphicModal__title {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.graphicModal__desc {
  margin: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.75;
  color: #707070;
}

.graphicModal__images {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.graphicModal__images img {
  width: fit-content;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

.graphicModal.is-content .graphicModal__panel {
  width: min(1000px, 100%);
  max-height: min(92vh, 960px);
}

.graphicModal.is-content .graphicModal__body {
  gap: clamp(16px, 2.5vw, 24px);
  padding: clamp(48px, 6vw, 64px) clamp(24px, 4vw, 48px) clamp(24px, 4vw, 40px);
}

.graphicModal.is-content .graphicModal__title {
  margin-bottom: 12px;
  padding-right: 40px;
}

.graphicModal.is-content .graphicModal__images {
  margin-top: clamp(8px, 1.5vw, 16px);
}

/* section01 */
.section01 {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 100vh;
  padding: 0;
  display: grid;
  align-items: center;
}

.heroBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Veo 등 영상 코너 워터마크 — 히어로 배경색으로 덮기 */
.heroBg::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  width: clamp(132px, 22vw, 200px);
  height: clamp(80px, 13vw, 116px);
  pointer-events: none;
  background: #010815;
}

@media (max-width: 900px) {
  .heroBg::after {
    right: -3px;
    bottom: -3px;
    width: clamp(148px, 30vw, 220px);
    height: clamp(92px, 16vw, 132px);
  }
}

.heroBg__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section01 {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.section01 .container {
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0 clamp(10px, 2.5vw, 28px);
  pointer-events: none;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: auto;
}

.eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

html.is-heroLocked {
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-heroLocked body {
  overflow: hidden;
}

.section01.is-intro .hero__titleReveal,
.section01.is-intro .hero__year,
.section01.is-intro .hero__role,
.section01.is-intro .scrollDown,
.section01.is-intro .heroProfile__shell,
html.is-heroLocked .gnb__shell {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__sub_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__role {
  font-size: clamp(14px, 1.15vw, 18px);
  color: #fff;
  white-space: nowrap;
}

.hero__titleRow {
  position: relative;
  display: inline-block;
}

.hero__year {
  color: #fff;
  margin-right: 8px;
}

.hero__titleReveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
  will-change: clip-path;
}

.hero__title,
.hero__titleGhost {
  margin: 0;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  font-weight: normal;
  font-size: clamp(3.5rem, 11vw, 155px);
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__titleGhost {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  filter: blur(14px);
  opacity: 1;
  pointer-events: none;
  user-select: none;
  will-change: opacity, filter;
}

.hero__title {
  position: relative;
  z-index: 1;
  opacity: 0;
  width: auto;
  max-width: none;
  text-align: left;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.scrollDown {
  position: absolute;
  left: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 2;
  display: block;
  width: clamp(100px, 13vw, 148px);
  height: clamp(100px, 13vw, 148px);
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.scrollDown:hover {
  opacity: 1;
}

.scrollDown__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.scrollDown__ring {
  transform-origin: 70px 70px;
  animation: scrollDownRotate 18s linear infinite;
}

.scrollDown__text {
  font-family: "Parkinsans", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scrollDown__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
  pointer-events: none;
}

@keyframes scrollDownRotate {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scrollDown__ring {
    animation: none;
  }
}

.heroProfile {
  position: absolute;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 2;
}

.heroProfile__shell {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 40px;
}

.heroProfile__avatar {
  flex-shrink: 0;
  display: block;
  width: clamp(72px, 10vw, 95px);
  height: auto;
  /* aspect-ratio: 181 / 164; */
  object-fit: cover;
}

.heroProfile__name {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.heroProfile__line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}

.heroProfile__line::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8f55a;
  box-shadow: 0 0 0 0 rgba(184, 245, 90, 0.7);
  animation: heroProfileOnline 2s ease-in-out infinite;
}

@keyframes heroProfileOnline {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(184, 245, 90, 0.65);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.88);
    box-shadow: 0 0 0 6px rgba(184, 245, 90, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .heroProfile__line::before {
    animation: none;
    opacity: 1;
  }
}

.hero__titleSub {
  display: block;
  margin-top: 10px;
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.02em;
}

.hero__desc {
  margin: 0;
  max-width: 64ch;
  line-height: 1.7;
}

.hero__cta {
  margin-top: 6px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* section02 */

.about {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 8vh, 120px);
}

.about__main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  column-gap: clamp(40px, 5vw, 80px);
  row-gap: 20px;
  grid-template-areas:
    "heading right"
    "intro right";
  align-items: start;
}

.about__heading {
  grid-area: heading;
  margin: 0;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.15;
}

.about__row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  column-gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

.about__intro {
  grid-area: intro;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
  min-width: 0;
}

.about__photo {
  flex: 0 0 auto;
  width: min(300px, 32vw);
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.about__bio {
  max-width: 300px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  color: #fff;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.about__right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vh, 48px);
  min-width: 0;
}

.about__bottom {
  display: flex;
  justify-content: space-between;
}

.about__bottom > div {
  font-size: clamp(13px, 1.1vw, 15px);
}

.about__bottom > div > p {
  opacity: 0.65;
}

.about__tagline {
  margin: 0 0 0 auto;
  max-width: min(680px, 58%);
  text-align: right;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.15;
}

.aboutBlock__title {
  margin: 0 0 10px;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
}

.aboutRow {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  column-gap: clamp(16px, 2.5vw, 32px);
  align-items: start;
}

.aboutRow + .aboutRow {
  margin-top: 20px;
}

.aboutRow__date {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.aboutRow__detail {
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
}

.aboutRow__head {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
}

.aboutRow__sub {
  margin: 0;
  font-size: clamp(12px, 1vw, 14px);
  color: rgba(255, 255, 255, 0.65);
}

.aboutSkills__text {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  word-spacing: 0.15em;
}

.meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(0, 0, 0, 0.82);
}

.meta strong {
  display: inline-block;
  width: 84px;
  color: rgba(233, 238, 252, 0.62);
  font-weight: 700;
}

.profileCard {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.02);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.profileCard__img {
  height: 220px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
}

.profileCard__body {
  padding: 16px 18px 18px;
}

.profileCard__name {
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.profileCard__line {
  margin: 0;
  color: var(--muted);
}

/* section03 - web portfolio slider */
.section03 {
  height: 100vh;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #111;
}

.webLayout {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.webLayout__header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.webTitle {
  margin: 0;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  font-weight: normal;
  font-size: clamp(48px, 12vw, 72px);
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.webSlider__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.webSlider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.webSlider__arrow:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.webSlider__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.webSlider__arrowIcon {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.webSlider__arrowIcon--prev {
  transform: rotate(135deg);
  margin-left: 3px;
}

.webSlider__arrowIcon--next {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.webSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.webSlider__track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.webSlide {
  flex: 0 0 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  min-width: 0;
}

.webSlide__media {
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}

.webSlide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webSlide__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 3vh, 32px);
  padding: clamp(48px, 8vh, 96px) clamp(32px, 5vw, 72px);
  background: #fff;
}

.webSlide__title {
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  width: 80%;
}

.webSlide__desc {
  max-width: 520px;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.75;
  color: #707070;
  word-break: normal;
  overflow-wrap: break-word;
}

.webSlide__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
}

.webSlide__infoTitle {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
}

.webSlide__info p {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  color: #707070;
  word-break: normal;
}

.webSlide__btn {
  align-self: flex-start;
  margin-top: 30px;
  padding: 18px 35px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    opacity 0.3s ease;
}

.webSlide__btn:hover {
  background: #111;
}

.webSlider__nav {
  position: absolute;
  top: clamp(28px, 5vh, 48px);
  right: clamp(32px, 5vw, 72px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.webSlider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.18);
  cursor: pointer;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    opacity 0.35s ease;
}

.webSlider__dot.is-active {
  background: #111;
  transform: scale(1.15);
}

.webSlider__dot:hover {
  background: rgba(17, 17, 17, 0.45);
}

.webSlider__dot.is-active:hover {
  background: #111;
}

.section03.is-cursorActive,
.section03.is-cursorActive * {
  cursor: none !important;
}

.section03.is-cursorActive .webSlide__btn,
.section03.is-cursorActive .webSlide__btn:hover,
.section03.is-cursorActive .webSlider__nav,
.section03.is-cursorActive .webSlider__nav *,
.section03.is-cursorActive .webSlider__dot,
.section03.is-cursorActive .webSlider__dot:hover,
.section03.is-cursorActive .webSlider__arrow,
.section03.is-cursorActive .webSlider__arrow:hover {
  cursor: pointer !important;
}

.webCursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.webCursor.is-visible {
  opacity: 1;
  visibility: visible;
}

.webCursor__bubble,
.webSlider__hintBubble {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: color-mix(
    in srgb,
    var(--web-cursor-blue) calc(var(--web-cursor-surface-opacity) * 100%),
    transparent
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background 0.4s ease,
    transform 0.35s ease;
}

.webCursor__bubble {
  transform: translate(-50%, -50%);
}

.webCursor.is-dragging .webCursor__bubble {
  transform: translate(-50%, -50%) scale(0.9);
}

.webCursor__icon,
.webSlider__hintIcon {
  width: 34px;
  height: 34px;
  background: color-mix(
    in srgb,
    var(--web-cursor-blue-light) calc(var(--web-cursor-content-opacity) * 100%),
    transparent
  );
  mask: url("./img/icon-drag.svg") center / contain no-repeat;
  -webkit-mask: url("./img/icon-drag.svg") center / contain no-repeat;
  transition: background 0.4s ease;
}

.webCursor__label,
.webSlider__hintLabel {
  font-size: 13px;
  letter-spacing: 0.01em;
  color: color-mix(
    in srgb,
    var(--web-cursor-blue-light) calc(var(--web-cursor-content-opacity) * 100%),
    transparent
  );
  transition: color 0.4s ease;
}

.webCursor.is-onLight .webCursor__bubble {
  background: color-mix(
    in srgb,
    var(--web-cursor-blue-light) calc(var(--web-cursor-surface-opacity) * 100%),
    transparent
  );
}

.webCursor.is-onLight .webCursor__icon {
  background: color-mix(
    in srgb,
    var(--web-cursor-blue) calc(var(--web-cursor-content-opacity) * 100%),
    transparent
  );
}

.webCursor.is-onLight .webCursor__label {
  color: color-mix(
    in srgb,
    var(--web-cursor-blue) calc(var(--web-cursor-content-opacity) * 100%),
    transparent
  );
}

.webSlider__hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.webSlider__hint.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.webSlider__hintBubble {
  animation: webHintPulse 2.4s ease-in-out infinite;
}

@keyframes webHintPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

/* reveal footer */
.footerSpacer {
  height: 280px;
}

.revealFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  z-index: 0;
  background: #000;
}

.revealFooter__inner {
  width: 100%;
  max-width: var(--container-max);
  height: 100%;
  margin: 0 auto;
  padding-inline: var(--gutter);
  align-content: center;
  text-align: center;
}

.revealFooter__title {
  grid-area: heading;
  font-family: "Sparkle Passion", "Parkinsans", sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 40px;
}

.revealFooter__desc {
  opacity: 0.4;
}
/* responsive */
@media (max-width: 1200px) and (min-width: 901px) {
  .about__main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
  }

  .about__photo {
    width: min(200px, 28vw);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 60px 0;
  }

  .section01,
  .section03,
  .section04 {
    padding: 0;
  }

  .section03 {
    height: auto;
    min-height: 100dvh;
  }

  .webLayout {
    min-height: 100dvh;
  }

  .webLayout__header {
    display: flex;
    padding: 60px var(--gutter) 20px;
    background: #03070d;
    color: #fff;
  }

  .webSlider {
    flex: 1 1 auto;
    min-height: calc(100dvh - clamp(108px, 22vw, 148px));
  }

  .section04 {
    background: #010815;
  }

  .graphicPin {
    height: auto;
    min-height: 0;
    background: #010815;
  }

  .graphicLayout {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    gap: 0;
    padding-block: 60px;
    padding-inline: var(--gutter);
  }

  .graphicLayout__titleCol {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .graphicTitle {
    text-align: left;
    font-size: clamp(48px, 12vw, 72px);
  }

  .graphicGallery {
    overflow: visible;
  }

  .graphicGallery__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 3vw, 20px);
    width: 100%;
    transform: none !important;
  }

  .graphicGallery__item {
    width: 100%;
    min-width: 0;
  }

  .graphicGallery__item:last-child {
    padding-right: 0;
  }

  .graphicGallery__btn {
    width: 100%;
  }

  .graphicGallery__btn img {
    width: 100%;
  }

  .graphicModal__body {
    padding: 40px 24px 28px;
  }

  .webSlide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(220px, 38vh) 1fr;
  }

  .webSlide__content {
    padding: 40px var(--gutter) clamp(40px, 8vw, 56px);
    justify-content: flex-start;
  }

  .webSlider__nav {
    display: none;
  }

  .webSlider__hint {
    display: flex;
    width: 100%;
    height: min(220px, 38vh);
  }

  .webCursor {
    display: none;
  }

  .about {
    gap: 32px;
  }

  .about__main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "intro"
      "right";
    row-gap: 30px;
  }

  .about__heading {
    font-size: clamp(24px, 5vw, 40px);
  }

  .about__intro {
    flex-direction: column;
    gap: 24px;
  }

  .about__bio {
    font-size: clamp(14px, 1.5vw, 16px);
    max-width: 100% !important;
  }
  .about__bottom {
    flex-direction: column;
    gap: 40px;
  }
  .about__tagline {
    max-width: none;
    margin-left: 0;
    text-align: left;
    font-size: clamp(24px, 5vw, 40px);
  }

  .aboutRow {
    grid-template-columns: minmax(130px, 160px) minmax(0, 1fr);
    column-gap: 16px;
  }

  .aboutRow__date {
    font-size: 11px;
  }
  .gnb > .gnb__shell {
    padding: 6px 8px;
    max-width: calc(100vw - 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gnb > .gnb__shell::-webkit-scrollbar {
    display: none;
  }
  .heroProfile__line {
    gap: 5px;
    margin-top: 0px;
  }
  .heroProfile__shell {
    padding: 7px 16px 7px 8px;
    gap: 10px;
  }
  .heroProfile__avatar {
    width: 72px;
  }
  .heroProfile__name {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .gnb__link {
    padding: 9px 14px;
    font-size: 13px;
  }
  .webSlide__desc {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .graphicGallery__track {
    grid-template-columns: 1fr;
  }
  .about__photo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .webSlide__btn {
    width: 100%;
    text-align: center;
  }
  .webSlide__info {
    gap: 5px;
    margin-top: 10px;
  }
}

@media (hover: none), (pointer: coarse) {
  .webSlider__hint {
    display: flex;
  }

  .webCursor {
    display: none !important;
  }
}

@media (hover: none) and (min-width: 901px),
  (pointer: coarse) and (min-width: 901px) {
  .webSlider__hint {
    width: 50%;
    height: 100%;
  }
}
