:root {
  --k-bg: #fff5ea;
  --k-ink: #151515;
  --k-lime: #ff6a00;
  --k-pink: #ff6a00;
  --k-cyan: #ff8f3f;
  --k-orange: #ff6a00;
  --k-blue: #ffc08f;
  --k-border: #111111;
}

body.theme-kitsch.theme-boost {
  --k-lime: #ff5a00;
  --k-pink: #ff5a00;
  --k-cyan: #ff7e25;
  --k-orange: #ff5a00;
  --k-blue: #ffab70;
}

body.theme-kitsch {
  color: var(--k-ink);
  background:
    radial-gradient(40vw 40vw at 8% 8%, rgba(255, 106, 0, 0.2), transparent 72%),
    radial-gradient(32vw 32vw at 92% 10%, rgba(255, 143, 63, 0.16), transparent 74%),
    radial-gradient(35vw 35vw at 50% 98%, rgba(255, 106, 0, 0.12), transparent 74%),
    var(--k-bg);
}

body.theme-kitsch::before {
  background-image:
    radial-gradient(circle at 22% 25%, rgba(255, 255, 255, 0.55), transparent 24%),
    radial-gradient(circle at 76% 30%, rgba(255, 106, 0, 0.22), transparent 22%),
    radial-gradient(circle at 56% 74%, rgba(255, 143, 63, 0.2), transparent 24%);
  filter: blur(26px);
}

body.theme-kitsch::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.1;
  background-image: radial-gradient(var(--k-ink) 0.65px, transparent 0.7px);
  background-size: 6px 6px;
}

.fx-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.theme-kitsch .site-shell {
  width: min(100%, 1200px);
  padding: 1.2rem 1.1rem 4rem;
}

body.theme-kitsch.landing-active {
  overflow: hidden;
}

body.theme-kitsch.landing-active .site-shell {
  pointer-events: none;
  user-select: none;
}

body.theme-kitsch.landing-active .immersion-modal,
body.theme-kitsch.landing-active #prompt-reveal,
body.theme-kitsch.landing-active #to-top-tab,
body.theme-kitsch.landing-active #side-menu-toggle,
body.theme-kitsch.landing-active #side-menu-panel,
body.theme-kitsch.landing-active #side-menu-dim {
  visibility: hidden;
  pointer-events: none;
}

.landing-screen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  z-index: 12050;
  overflow: hidden;
  background: transparent;
  opacity: 1;
  transition: opacity 760ms ease, transform 760ms ease, filter 760ms ease;
}

.landing-screen[hidden] {
  display: none !important;
}

.landing-screen.is-complete {
  opacity: 0;
  filter: blur(3px);
  transform: scale(1.015);
  pointer-events: none;
}

.landing-overlay {
  position: absolute;
  inset: 0;
  background: #0d1833;
  opacity: 0.95;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  transition: opacity 0.5s ease;
}

.landing-ui {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  pointer-events: none;
  z-index: 1;
}

.landing-kicker {
  position: absolute;
  left: 50%;
  top: clamp(1.5rem, 4vh, 2.8rem);
  transform: translateX(-50%);
  margin: 0;
  padding: 0.3rem 0.64rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.52rem, 0.72vw, 0.66rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  background: rgba(7, 12, 24, 0.38);
  backdrop-filter: blur(5px);
  pointer-events: none;
}

.landing-type {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Gothic A1", "Space Grotesk", "Noto Sans KR", sans-serif;
  font-size: clamp(3.8rem, 16vw, 17rem);
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 0.84;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.08);
  text-shadow: 0 0 42px rgba(255, 255, 255, 0.09);
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.landing-screen.has-text .landing-type {
  opacity: 1;
}

.landing-prompt-form {
  pointer-events: auto;
}

.landing-prompt-input {
  width: min(88vw, 640px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  background: transparent;
  color: #f2f6ff;
  text-align: center;
  padding: 0.72rem 0.4rem;
  font-family: "Gothic A1", "Space Grotesk", "Noto Sans KR", sans-serif;
  font-size: clamp(0.86rem, 1.45vw, 1.28rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  outline: none;
  caret-color: #ffffff;
}

.landing-prompt-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.landing-screen.is-entering .landing-prompt-form,
.landing-screen.is-entering .landing-kicker {
  opacity: 0;
  transform: translateY(12px);
}

.single-page #home,
.single-page #about,
.single-page #works,
.single-page #contact {
  scroll-margin-top: 108px;
}

.theme-kitsch .bg-cloud {
  opacity: 0.22;
  filter: blur(74px);
  mix-blend-mode: multiply;
}

.theme-kitsch .liquid-ink-loop {
  position: absolute;
  inset: -8% -10%;
  pointer-events: none;
  filter: url("#ink-loop-filter") blur(3px) saturate(120%);
  opacity: 0.58;
  mix-blend-mode: multiply;
}

.theme-kitsch .ink-blob {
  position: absolute;
  border-radius: 48% 52% 63% 37% / 40% 58% 42% 60%;
  background: radial-gradient(circle at 24% 28%, rgba(255, 147, 75, 0.75), rgba(255, 106, 0, 0.46) 58%, rgba(37, 18, 3, 0.42));
  transform-origin: 50% 50%;
}

.theme-kitsch .ink-blob.blob-a {
  width: min(54vw, 760px);
  height: min(44vw, 620px);
  left: -8%;
  top: -10%;
  animation: inkFloatA 18s ease-in-out infinite alternate;
}

.theme-kitsch .ink-blob.blob-b {
  width: min(48vw, 680px);
  height: min(39vw, 560px);
  right: -12%;
  top: 30%;
  animation: inkFloatB 22s ease-in-out infinite alternate;
}

.theme-kitsch .ink-blob.blob-c {
  width: min(46vw, 640px);
  height: min(36vw, 520px);
  left: 18%;
  bottom: -20%;
  animation: inkFloatC 24s ease-in-out infinite alternate;
}

.theme-kitsch .bg-cloud.cloud-1 {
  background: linear-gradient(120deg, rgba(255, 106, 0, 0.44), rgba(255, 143, 63, 0.2));
}

.theme-kitsch .bg-cloud.cloud-2 {
  background: linear-gradient(120deg, rgba(255, 106, 0, 0.45), rgba(255, 166, 98, 0.2));
}

.theme-kitsch .bg-cloud.cloud-3 {
  background: linear-gradient(120deg, rgba(255, 143, 63, 0.34), rgba(255, 106, 0, 0.2));
}

.theme-kitsch .fog-ribbon {
  opacity: 0.12;
  filter: blur(24px);
}

.theme-kitsch .brand-chip {
  border: 2px solid var(--k-border);
  background: var(--k-orange);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.18);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  padding: 0.36rem 0.8rem;
}

.theme-kitsch .brand-orb {
  width: 12px;
  background: #fff;
  box-shadow: none;
}

.theme-kitsch .brand-text {
  display: grid;
  gap: 0.04rem;
}

.theme-kitsch .brand-text small {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
}

.theme-kitsch .logo-wordmark {
  font-family: var(--font-display);
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0.36em;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 0.92;
}

.theme-kitsch .top-nav {
  top: 12px;
  margin-top: 0.8rem;
  width: min(100%, 720px);
  border-radius: 14px;
  background: #ffffff;
  border: 2px solid var(--k-border);
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.14);
}

.theme-kitsch .top-nav ul {
  justify-content: space-between;
  gap: 0.25rem;
}

.theme-kitsch .top-nav a {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--k-ink);
}

.theme-kitsch .top-nav a:hover,
.theme-kitsch .top-nav a[aria-current="page"] {
  background: var(--k-lime);
  color: var(--k-ink);
  transform: none;
}

.theme-kitsch section {
  margin: 3.2rem 0;
}

.theme-kitsch .hero-intro {
  display: block;
  position: relative;
  min-height: min(94vh, 980px);
  border-radius: 26px;
  border: none;
  background:
    radial-gradient(36vw 22vw at 12% 20%, rgba(255, 255, 255, 0.76), transparent 72%),
    radial-gradient(24vw 18vw at 82% 66%, rgba(255, 160, 99, 0.35), transparent 72%),
    linear-gradient(155deg, #fff8f0, #ffe8d5 56%, #fff3e8);
  box-shadow: none;
  overflow: hidden;
  padding: clamp(1.2rem, 3.2vw, 2rem);
}

body.theme-kitsch.objects-off .hero-intro {
  min-height: 62vh;
}

body.theme-kitsch.objects-off .object-stage {
  display: none;
}

.theme-kitsch .thread-canvas {
  opacity: 0.35;
  z-index: 0;
}

.theme-kitsch .hero-copy {
  position: relative;
  z-index: 4;
  max-width: 760px;
  padding: clamp(1rem, 2.4vw, 1.8rem) 0 0;
}

.theme-kitsch .hero-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: rgba(17, 17, 17, 0.62);
}

.theme-kitsch .hero-logo-stamp {
  margin: 0.45rem 0 0;
  display: inline-flex;
  width: fit-content;
  border: 2px solid #111;
  border-radius: 999px;
  background: var(--k-orange);
  color: #fff;
  padding: 0.28rem 0.7rem;
  font-family: var(--font-display);
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0.24em;
  font-size: 0.82rem;
  font-weight: 700;
}

.theme-kitsch .hero-tagline {
  margin: 0.7rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 7vw, 5.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--k-ink);
  text-shadow: none;
}

.theme-kitsch .hero-tagline span {
  color: transparent;
  -webkit-text-stroke: 1.7px var(--k-ink);
  text-stroke: 1.7px var(--k-ink);
}

.theme-kitsch .hero-description {
  margin-top: 1rem;
  color: rgba(17, 17, 17, 0.86);
  max-width: 54ch;
  line-height: 1.7;
}

.theme-kitsch .object-stage {
  position: absolute;
  inset: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  perspective: 1500px;
  z-index: 2;
}

.theme-kitsch .object-node {
  position: absolute;
  display: grid;
  place-items: center;
  isolation: isolate;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  border: 2px solid var(--k-border);
  transform: translate3d(calc(var(--bx, 0px) + var(--ox, 0px)), calc(var(--by, 0px) + var(--oy, 0px)), var(--bz, 0px))
    rotateX(var(--brx, 0deg)) rotateY(var(--bry, 0deg)) rotateZ(var(--rot, 0deg)) scale(var(--bscale, 1));
  transform-style: preserve-3d;
  transition: transform 120ms linear;
  box-shadow: 0 20px 34px rgba(17, 17, 17, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  will-change: transform;
}

.theme-kitsch .object-node::before,
.theme-kitsch .object-node::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.theme-kitsch .object-node::before {
  inset: 10% 14%;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.08));
  filter: blur(0.3px);
  mix-blend-mode: screen;
}

.theme-kitsch .object-node::after {
  background-image: radial-gradient(rgba(17, 17, 17, 0.14) 0.8px, transparent 0.9px);
  background-size: 4px 4px;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.theme-kitsch .obj-a {
  width: 120px;
  height: 120px;
  border-radius: 38% 62% 56% 44% / 41% 41% 59% 59%;
  background: linear-gradient(145deg, #ff6a00, #ff8f3f 62%, #ffc08f);
  color: #fff;
  left: 6%;
  top: 16%;
  --rot: -8deg;
}

.theme-kitsch .obj-b {
  width: 160px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(140deg, #fffdfc, #ffd3b2 62%, #ffac72);
  color: #b64b00;
  right: 5%;
  top: 10.5%;
  --rot: 12deg;
}

.theme-kitsch .obj-c {
  width: 132px;
  height: 132px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffe8d8, #ffc08f 62%, #ff6a00);
  right: 12%;
  bottom: 14%;
  --rot: -7deg;
}

.theme-kitsch .obj-d {
  width: 150px;
  height: 88px;
  border-radius: 16px;
  background: linear-gradient(145deg, #2a1d14, #6f3b14 48%, #ff6a00);
  color: #fff;
  left: 22%;
  bottom: 11%;
  --rot: 8deg;
}

.theme-kitsch .obj-e {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff4ec, #ffd2b0 56%, #ff6a00);
  color: #ab4700;
  left: 47%;
  top: 32%;
  --rot: -14deg;
}

.theme-kitsch .marquee-strip {
  margin: 1.8rem 0 0.2rem;
  border: 2px solid var(--k-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.theme-kitsch .marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  padding: 0.7rem 0;
  animation: rowMove 15s linear infinite;
}

body.theme-kitsch.motion-soft .marquee-track {
  animation-duration: 34s;
}

.theme-kitsch .marquee-track span {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.theme-kitsch .section-block {
  border: 2px solid var(--k-border);
  border-radius: 22px;
  background:
    radial-gradient(100% 120% at 18% 12%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.22) 55%, transparent 100%),
    linear-gradient(155deg, #fffdfb, #fff2e6 62%, #ffefe2);
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.14);
  padding: clamp(1rem, 3vw, 2rem);
}

.theme-kitsch .tab-section.has-tab-bg {
  background-image:
    linear-gradient(145deg, rgba(17, 17, 17, 0.38), rgba(255, 106, 0, 0.16) 52%, rgba(17, 17, 17, 0.28)),
    var(--tab-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.theme-kitsch .tab-section.has-tab-bg .hero-kicker,
.theme-kitsch .tab-section.has-tab-bg .hero-description,
.theme-kitsch .tab-section.has-tab-bg .section-head p {
  color: rgba(255, 255, 255, 0.9);
}

.theme-kitsch .tab-section.has-tab-bg .hero-tagline,
.theme-kitsch .tab-section.has-tab-bg .section-head h2 {
  color: #fff;
  text-shadow: 0 6px 24px rgba(17, 17, 17, 0.55);
}

.theme-kitsch .tab-section.has-tab-bg .hero-tagline span {
  -webkit-text-stroke: 1.6px #fff;
  text-stroke: 1.6px #fff;
}

.theme-kitsch .section-head {
  align-items: baseline;
}

.theme-kitsch .page-title,
.theme-kitsch .section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 3.8rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.theme-kitsch .section-head p,
.theme-kitsch .page-subtitle {
  color: rgba(17, 17, 17, 0.7);
  font-size: 0.95rem;
}

.theme-kitsch .manifesto {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
}

.theme-kitsch .manifesto-left p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.theme-kitsch .manifesto-left h2 {
  margin: 0.6rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.theme-kitsch .manifesto-right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.theme-kitsch .mini-card {
  border: 2px solid var(--k-border);
  border-radius: 14px;
  background: #fafafa;
  padding: 0.85rem;
}

.theme-kitsch .mini-card strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 0.4rem;
}

.theme-kitsch .mini-card p {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(17, 17, 17, 0.8);
}

.theme-kitsch .about-flow,
.theme-kitsch .timeline,
.theme-kitsch .works-field {
  margin-top: 1.1rem;
  min-height: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.8rem;
}

.theme-kitsch .dream-canvas {
  margin-top: 1rem;
  display: flex;
  gap: 0.8rem;
  overflow-x: hidden;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.theme-kitsch .works-strip-toolbar {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.theme-kitsch .works-media-count {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #111;
}

.theme-kitsch .works-strip-arrows {
  display: inline-flex;
  gap: 0.42rem;
}

.theme-kitsch .works-arrow {
  width: 38px;
  height: 38px;
  border: 2px solid #111;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.theme-kitsch .works-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.theme-kitsch .dream-canvas::-webkit-scrollbar {
  display: none;
}

.theme-kitsch .dream-canvas.is-dragging {
  cursor: grabbing;
}

.theme-kitsch .dream-window,
.theme-kitsch .about-card,
.theme-kitsch .timeline-step,
.theme-kitsch .work-core,
.theme-kitsch .contact-panel {
  border: 2px solid var(--k-border);
  background: #fff;
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.12);
}

.theme-kitsch .dream-window {
  flex: 0 0 auto;
  position: relative;
  left: auto;
  top: auto;
  border-radius: 18px;
  padding: 0.9rem;
  text-align: left;
  scroll-snap-align: start;
  cursor: pointer;
  background: #050505;
  color: #f5f5f5;
}

.theme-kitsch button.dream-window {
  font: inherit;
  color: inherit;
}

.theme-kitsch .dream-window:hover {
  border-color: var(--k-pink);
}

.theme-kitsch .dream-window h3 {
  color: #fff;
}

.theme-kitsch .window-screen {
  position: relative;
  overflow: hidden;
  height: var(--strip-media-h, 210px);
  border-radius: 14px;
  box-shadow: none;
}

.theme-kitsch .window-screen.is-media {
  background: #000;
}

.theme-kitsch .window-screen img,
.theme-kitsch .window-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-kitsch .media-play-badge {
  position: absolute;
  right: 0.48rem;
  bottom: 0.46rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid #111;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
}

.theme-kitsch .window-screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.theme-kitsch .upload-window h3 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.theme-kitsch .dream-window p {
  color: rgba(255, 255, 255, 0.78);
}

.media-viewer-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.media-viewer-open {
  overflow: hidden;
}

.media-viewer-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.media-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(3px);
}

.media-viewer-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(96vw, 1560px);
  height: min(88vh, 930px);
  transform: translate(-50%, -50%);
  border: 2px solid #111;
  border-radius: 18px;
  background: #fff;
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.22);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.media-viewer-title {
  margin: 0;
  padding: 0.82rem 1rem 0.68rem;
  font-family: var(--font-display);
  font-size: clamp(0.96rem, 1.4vw, 1.2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid #111;
}

.media-viewer-close {
  position: absolute;
  top: 0.46rem;
  right: 0.46rem;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-weight: 700;
}

.media-viewer-stage {
  min-height: 0;
  background: #0d0d0d;
}

.media-viewer-stage iframe,
.media-viewer-stage video,
.media-viewer-stage img {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.media-viewer-stage img {
  object-fit: contain;
}

.theme-kitsch .about-card {
  grid-column: span 6;
  max-width: none;
  min-width: 0;
  flex: none;
  transform: none;
  border-radius: 16px;
}

.theme-kitsch .about-visual {
  grid-column: span 12;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.theme-kitsch .about-card h3,
.theme-kitsch .timeline-step strong {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.theme-kitsch .timeline-step {
  grid-column: span 6;
  border-radius: 16px;
}

.theme-kitsch .timeline-step strong {
  color: var(--k-pink);
}

.theme-kitsch .work-orb {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  animation: none;
  grid-column: span 4;
}

.theme-kitsch .work-core {
  position: relative;
  border-radius: 16px;
  padding: 0.85rem;
  transform: translate3d(calc(var(--mx, 0px) + var(--sx, 0px)), calc(var(--my, 0px) + var(--sy, 0px)), 0)
    rotate(var(--rz, 0deg)) scale(var(--ms, 1));
  transition: transform 180ms ease, border-color 160ms ease;
}

.theme-kitsch .work-core:hover {
  border-color: var(--k-cyan);
}

.theme-kitsch .work-thumb {
  min-height: 176px;
  border-radius: 12px;
}

.theme-kitsch .prompt-reveal {
  background: rgba(17, 17, 17, 0.74);
}

.theme-kitsch .prompt-reveal p {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(255, 106, 0, 0.82);
}

.theme-kitsch .immersion-backdrop {
  background: rgba(17, 17, 17, 0.7);
}

.theme-kitsch .immersion-panel {
  border-radius: 18px;
  border: 2px solid var(--k-border);
  background: #fff;
  color: #111;
}

.theme-kitsch .immersion-panel p {
  color: rgba(17, 17, 17, 0.82);
}

.theme-kitsch .immersion-meta span {
  border: 2px solid #111;
  background: #f6f6f6;
}

.theme-kitsch .modal-close {
  border: 2px solid #111;
  background: #fff;
  color: #111;
}

.theme-kitsch .contact-wrap {
  grid-template-columns: 1.1fr 1fr;
}

.theme-kitsch .link-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.55rem;
  gap: 0.55rem;
}

.theme-kitsch .contact-panel {
  border-radius: 16px;
}

.theme-kitsch .form-stack label,
.theme-kitsch .preview-card p,
.theme-kitsch .link-item,
.theme-kitsch .toast {
  color: rgba(17, 17, 17, 0.86);
}

.theme-kitsch .input,
.theme-kitsch .textarea,
.theme-kitsch .dropzone,
.theme-kitsch .preview-card,
.theme-kitsch .link-item {
  border: 2px solid var(--k-border);
  background: #fff;
  color: #111;
}

.theme-kitsch .upload-side-btn {
  border: 2px solid var(--k-border);
  background: #fff;
  color: #111;
  font-weight: 700;
}

.theme-kitsch .upload-side-btn.is-active {
  background: var(--k-lime);
  border-color: var(--k-border);
}

.theme-kitsch .link-item strong {
  display: block;
  margin-bottom: 0.24rem;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.theme-kitsch .link-item .link-note {
  margin: 0 0 0.38rem;
  font-size: 0.76rem;
  color: rgba(17, 17, 17, 0.68);
}

.theme-kitsch .link-item a {
  font-size: 0.76rem;
  word-break: break-all;
}

.theme-kitsch .input:focus,
.theme-kitsch .textarea:focus {
  outline: none;
  border-color: var(--k-blue);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.22);
}

.theme-kitsch .dropzone.drag-over {
  border-color: var(--k-pink);
  background: rgba(255, 106, 0, 0.08);
}

.theme-kitsch .btn {
  border: 2px solid var(--k-border);
  background: var(--k-lime);
  color: #111;
}

.theme-kitsch .btn.alt {
  background: var(--k-pink);
  color: #fff;
}

.theme-kitsch .liquid-transition {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 129, 49, 0.72), transparent 34%),
    radial-gradient(circle at 75% 25%, rgba(255, 106, 0, 0.58), transparent 44%),
    radial-gradient(circle at 56% 76%, rgba(255, 143, 63, 0.5), transparent 54%),
    linear-gradient(145deg, #fff9f3, #ffe7d3 58%, #ffdbbf);
  filter: url("#liquid-displace-filter") saturate(118%) contrast(104%);
  will-change: clip-path, opacity, filter, transform;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 10000;
  pointer-events: none;
  background: rgba(17, 17, 17, 0.12);
}

.scroll-progress .fill {
  height: 100%;
  width: var(--progress, 0%);
  background: linear-gradient(120deg, var(--k-lime), var(--k-pink), var(--k-cyan));
}

.pointer-orb {
  position: fixed;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9996;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(255, 106, 0, 0.26), rgba(255, 159, 61, 0.18), rgba(255, 159, 61, 0));
  mix-blend-mode: multiply;
  transition: opacity 150ms ease;
}

.to-top-tab {
  position: fixed;
  right: 1rem;
  bottom: 1.1rem;
  z-index: 9992;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 0.58rem 0.95rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 16px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.to-top-tab.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.side-menu-toggle {
  position: fixed;
  top: 44%;
  right: 1rem;
  z-index: 9993;
  border: 2px solid #111;
  border-radius: 999px;
  background: var(--k-lime);
  color: #111;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.58rem 0.84rem;
}

.side-menu-panel {
  position: fixed;
  top: 72px;
  right: 1rem;
  width: min(360px, calc(100vw - 2rem));
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  z-index: 9994;
  border: 2px solid #111;
  border-radius: 18px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.18);
  padding: 0.9rem;
  transform: translate3d(120%, 0, 0);
  transition: transform 240ms ease;
}

.side-menu-panel.is-open {
  transform: translate3d(0, 0, 0);
}

.side-menu-panel h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.side-menu-close {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  width: 30px;
  height: 30px;
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
}

.side-menu-links {
  display: grid;
  gap: 0.45rem;
}

.side-menu-links a {
  display: inline-flex;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 0.48rem 0.62rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #111;
  background: #f7f7f7;
}

.side-menu-links a:hover {
  background: var(--k-cyan);
}

.side-menu-dim {
  position: fixed;
  inset: 0;
  z-index: 9991;
  background: rgba(17, 17, 17, 0.24);
}

.side-menu-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
}

.tab-bg-manager {
  margin: 0 0 0.8rem;
  border: 2px solid #111;
  border-radius: 14px;
  background: #f8f8f8;
  padding: 0.6rem;
}

.tab-bg-manager h4 {
  margin: 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tab-bg-manager p {
  margin: 0.4rem 0 0.5rem;
  font-size: 0.72rem;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.45;
}

.tab-bg-list {
  display: grid;
  gap: 0.52rem;
}

.tab-bg-item {
  border: 2px solid #111;
  border-radius: 12px;
  background: #fff;
  padding: 0.42rem;
}

.tab-bg-item label {
  display: block;
  margin-bottom: 0.34rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tab-bg-item .tab-bg-input {
  width: 100%;
  min-height: 34px;
  border: 2px solid #111;
  border-radius: 8px;
  padding: 0.38rem 0.48rem;
  font-size: 0.76rem;
}

.tab-bg-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.28rem;
  margin-top: 0.36rem;
}

.tab-bg-btn {
  border: 2px solid #111;
  border-radius: 8px;
  background: #fff6ef;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.34rem 0.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tab-bg-btn.clear {
  background: #ffe2cf;
}

.option-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 999px;
  padding: 0.46rem 0.72rem;
  background: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
}

.option-chip[aria-pressed="true"] {
  background: var(--k-lime);
}

body.theme-kitsch.theme-boost .section-block,
body.theme-kitsch.theme-boost .hero-intro,
body.theme-kitsch.theme-boost .brand-chip,
body.theme-kitsch.theme-boost .top-nav,
body.theme-kitsch.theme-boost .side-menu-panel {
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.2);
}

body.theme-kitsch.motion-soft .pointer-orb {
  display: none;
}

body.theme-kitsch.motion-soft .liquid-ink-loop {
  opacity: 0.26;
  filter: blur(3px) saturate(104%);
}

body.theme-kitsch.motion-soft .revealable {
  transition-duration: 240ms;
}

.revealable {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 580ms ease, transform 580ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.revealable.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.theme-kitsch .footer-note {
  color: rgba(17, 17, 17, 0.72);
}

@keyframes rowMove {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes inkFloatA {
  0% {
    transform: translate3d(-2%, -1%, 0) rotate(-4deg) scale(1);
  }

  100% {
    transform: translate3d(7%, 5%, 0) rotate(7deg) scale(1.06);
  }
}

@keyframes inkFloatB {
  0% {
    transform: translate3d(4%, -3%, 0) rotate(2deg) scale(1);
  }

  100% {
    transform: translate3d(-6%, 4%, 0) rotate(-6deg) scale(1.08);
  }
}

@keyframes inkFloatC {
  0% {
    transform: translate3d(-3%, 2%, 0) rotate(-3deg) scale(0.98);
  }

  100% {
    transform: translate3d(5%, -4%, 0) rotate(5deg) scale(1.06);
  }
}

@media (max-width: 1040px) {
  .theme-kitsch .manifesto,
  .theme-kitsch .contact-wrap {
    grid-template-columns: 1fr;
  }

  .theme-kitsch .manifesto-right {
    grid-template-columns: 1fr;
  }

  .theme-kitsch .dream-window,
  .theme-kitsch .about-card,
  .theme-kitsch .timeline-step,
  .theme-kitsch .work-orb {
    grid-column: span 6;
  }
}

@media (max-width: 760px), (pointer: coarse) {
  .landing-type {
    font-size: clamp(3rem, 20vw, 8rem);
    top: 40%;
    letter-spacing: 0.035em;
  }

  .landing-prompt-input {
    width: min(92vw, 460px);
    font-size: 0.94rem;
  }

  .landing-kicker {
    top: 1.1rem;
  }

  .theme-kitsch .top-nav {
    width: 100%;
  }

  .theme-kitsch .top-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .theme-kitsch .logo-wordmark {
    letter-spacing: 0.2em;
    font-size: 1rem;
  }

  .theme-kitsch .hero-intro {
    min-height: 84vh;
  }

  .theme-kitsch .hero-copy {
    max-width: 100%;
    padding-top: 2.4rem;
  }

  .theme-kitsch .about-flow,
  .theme-kitsch .timeline,
  .theme-kitsch .works-field {
    grid-template-columns: 1fr;
  }

  .theme-kitsch .dream-window,
  .theme-kitsch .about-card,
  .theme-kitsch .timeline-step,
  .theme-kitsch .work-orb {
    grid-column: span 1;
  }

  .theme-kitsch .dream-canvas {
    display: flex;
    overflow-x: hidden;
  }

  .theme-kitsch .dream-window {
    width: min(86vw, 420px) !important;
  }

  .theme-kitsch .window-screen {
    height: min(56vw, 220px);
  }

  .pointer-orb {
    display: none;
  }

  .side-menu-toggle {
    top: auto;
    bottom: 4.8rem;
  }

  .tab-bg-actions {
    grid-template-columns: 1fr;
  }

  .media-viewer-panel {
    width: min(98vw, 980px);
    height: min(74vh, 640px);
  }

  .theme-kitsch .link-meta-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-screen,
  .landing-overlay,
  .landing-type {
    transition: none !important;
  }

  .theme-kitsch .marquee-track,
  .revealable {
    animation: none !important;
    transition: none !important;
  }
}
