:root {
  --bg-dark: #100f10;
  --bg-light: #efeeeb;
  --bg-light-strong: #e7e2d8;
  --text-dark: #100f10;
  --text-light: #f0efeb;
  --muted-light: rgba(240, 239, 235, 0.1);
  --muted-light-strong: rgba(240, 239, 235, 0.36);
  --muted-dark: rgba(16, 15, 16, 0.12);
  --outline-light: rgba(240, 239, 235, 0.1);
  --outline-dark: rgba(16, 15, 16, 0.18);
  --accent: #7147ff;
  --concept-accent: #c85d32;
  --container: 1180px;
  --site-max-viewport: 2440px;
  --radius-pill: 63px;
  --radius-card: 24px;
  --glass-fill-dark: rgba(240, 239, 235, 0.03);
  --glass-stroke-dark: rgba(240, 239, 235, 0.1);
  --glass-highlight-dark: rgba(255, 255, 255, 0.08);
  --glass-shadow-dark: rgba(0, 0, 0, 0.24);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Actor", sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.glass-noise {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background:
    linear-gradient(180deg, var(--glass-highlight-dark) 0%, rgba(255, 255, 255, 0.02) 100%),
    var(--glass-fill-dark);
  border: 1px solid var(--glass-stroke-dark);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 30px var(--glass-shadow-dark);
}

.glass-noise::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}

.glass-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.03));
  opacity: 0.75;
}

.theme-dark {
  background: var(--bg-dark);
  color: var(--text-light);
}

.theme-light {
  background: var(--bg-light);
  color: var(--text-dark);
}

.page-home {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #100f10;
}

.title-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
  background: transparent;
  isolation: isolate;
  cursor: pointer;
  outline: none;
  opacity: 1;
  transition: opacity 420ms ease;
}

.page-home.is-home-loading .title-stage {
  opacity: 0;
  pointer-events: none;
}

.home-next-page {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 420ms ease,
    visibility 0ms linear 420ms;
}

.home-next-page__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  background: #100f10;
}

.page-home.is-transitioning .home-next-page,
.page-home.is-transition-complete .home-next-page {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 420ms ease,
    visibility 0ms linear 0ms;
}

.page-home.is-transitioning .home-next-page__frame,
.page-home.is-transition-complete .home-next-page__frame {
  pointer-events: auto;
}

.page-home.is-transition-complete .title-stage {
  pointer-events: none;
}

.portfolio-loader {
  --portfolio-loader-progress: 0%;
  position: fixed;
  inset: 0;
  z-index: 20;
  padding: 24px;
  background: #100f10;
  color: #f0efeb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    visibility 0ms linear 420ms;
}

.portfolio-loader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 64px);
  width: min(1120px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
}

.page-home.is-home-loading .portfolio-loader,
.page-home.is-portfolio-loading .portfolio-loader {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 420ms ease,
    visibility 0ms linear 0ms;
}

.portfolio-loader__word {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.12em;
  max-width: min(1120px, calc(100vw - 48px));
  color: #f0efeb;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(44px, 7vw, 154px);
  font-weight: 240;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  user-select: none;
}

.portfolio-loader__line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.04em;
  white-space: nowrap;
}

.portfolio-loader__char {
  display: inline-block;
  opacity: 0.58;
  transform: translateY(0);
  font-variation-settings: "opsz" 96, "wght" var(--loader-weight, 240), "wdth" var(--loader-width, 72), "slnt" 0;
  transition:
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    font-variation-settings 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-loader__char.is-loaded {
  opacity: 1;
  transform: translateY(-0.035em);
}

.portfolio-loader__status {
  width: min(520px, calc(100vw - 48px));
  display: flex;
  align-items: center;
  gap: 16px;
}

.portfolio-loader__progress {
  position: relative;
  flex: 1 1 auto;
  height: 2px;
  overflow: hidden;
  background: rgba(240, 239, 235, 0.16);
}

.portfolio-loader__progress::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--portfolio-loader-progress);
  background: #f0efeb;
  transition: width 180ms linear;
}

.portfolio-loader__meta {
  flex: 0 0 auto;
  pointer-events: none;
}

.portfolio-loader__percent {
  color: rgba(240, 239, 235, 0.8);
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portfolio-loader__note {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(50% + clamp(120px, 16vw, 220px));
  transform: translateX(-50%);
  max-width: min(620px, calc(100vw - 48px));
  margin: 0;
  color: rgba(240, 239, 235, 0.66);
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
}

.portfolio-loader__note span {
  display: block;
}

.portfolio-loader__note span + span {
  margin-top: 6px;
}

.page-home.is-portfolio-loading .portfolio-loader__note {
  display: block;
}

.home-panels {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #100f10;
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-panel--left {
  left: 0;
  width: 50vw;
}

.home-panel--right {
  right: 0;
  width: 50vw;
}

.page-home.is-transitioning .home-panel--left {
  transform: translateX(-112%);
}

.page-home.is-transitioning .home-panel--right {
  transform: translateX(112%);
}

.title-stage:focus-visible {
  outline: 1px solid rgba(240, 239, 235, 0.35);
  outline-offset: -18px;
}

.title-block {
  position: relative;
  width: 722px;
  height: 310px;
  z-index: 3;
  transition: transform 1160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.title-visual {
  position: absolute;
  left: 1px;
  top: 6.5px;
  width: 720px;
  height: 223px;
  isolation: isolate;
}

.background-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.background-frame {
  position: absolute;
  top: calc(50% - 635px);
  height: 1270px;
  max-width: none;
  overflow: visible;
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.background-frame--left {
  left: calc(50% - 1402px);
  width: 1515px;
}

.background-frame--right {
  left: calc(50% - 54px);
  width: 1428px;
}

.background-frame > svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.title-heading {
  position: absolute;
  left: 1px;
  top: 6.5px;
  width: 760px;
  margin: 0;
  color: #f0efeb;
  font-family: "Roboto Flex", sans-serif;
  font-size: 107px;
  font-weight: 200;
  line-height: 0.84;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  z-index: 1;
  cursor: default;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.title-heading::before {
  content: none;
}

.title-heading__line {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  white-space: nowrap;
}

.title-heading__line--bottom {
  margin-top: 18px;
  font-size: 1.2em;
}

.title-heading__char {
  display: inline-block;
  transform-origin: center bottom;
  will-change: font-variation-settings, opacity, transform;
  opacity: 0.7;
  font-variation-settings: "opsz" 96, "wght" 180, "wdth" 72, "slnt" 0;
}

.title-star {
  position: absolute;
  left: 500px;
  top: 9.5px;
  width: 110px;
  height: 91px;
}

.title-star__bg,
.title-star__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-meta {
  position: absolute;
  left: 11px;
  top: 249.5px;
  width: 700px;
  height: 54px;
}

.title-meta p {
  position: absolute;
  top: 0;
  margin: 0;
  width: 280px;
  color: #f0efeb;
  font-family: "Actor", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.title-meta p:first-child {
  left: 0;
}

.title-meta p:last-child {
  left: 420px;
  text-align: right;
}

.title-meta > img {
  position: absolute;
  left: 335.0505px;
  top: 0;
  width: 29.899px;
  height: 40px;
}

.title-meta__mouse-wrap {
  position: absolute;
  left: 335.0505px;
  top: 0;
  width: 29.899px;
  height: 40px;
  perspective: 180px;
  transform-origin: 50% 18%;
  animation: mouse-click-loop 1.9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  will-change: transform, opacity, filter;
}

.title-meta__mouse-wrap::before,
.title-meta__mouse-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.title-meta__mouse-wrap::before {
  top: 0;
  width: 29.899px;
  height: 40px;
  border: 2px solid rgba(240, 239, 235, 0.92);
  border-radius: 15px;
  transform: translateX(-50%);
}

.title-meta__mouse-wrap::after {
  top: 7px;
  width: 2px;
  height: 8px;
  border-radius: 999px;
  background: rgba(240, 239, 235, 0.92);
  transform: translateX(-50%);
}

.title-meta .title-meta__mouse {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 18%;
  animation: none;
  will-change: opacity, filter;
  display: none;
}

.title-meta__mouse-click {
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(240, 239, 235, 0.92);
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
  animation: mouse-click-spark 1.9s ease-out infinite;
  z-index: 2;
}

.title-meta__mouse-click--left {
  left: -6px;
  top: 8px;
  transform: rotate(-90deg);
}

.title-meta__mouse-click--right {
  right: -6px;
  top: 8px;
  transform: rotate(90deg);
}

.title-meta__mouse-click--top {
  left: 50%;
  top: -2px;
  width: 10px;
  transform: translateX(-50%);
}

@keyframes mouse-click-loop {
  0% {
    transform: rotateX(0deg) rotateY(0deg) scale(1) translateY(0);
    opacity: 1;
    filter: brightness(1);
  }

  10% {
    transform: rotateX(18deg) rotateY(-7deg) scale(0.95) translateY(1px);
    opacity: 0.92;
    filter: brightness(1.14);
  }

  18% {
    transform: rotateX(4deg) rotateY(-2deg) scale(0.985) translateY(0);
    opacity: 1;
    filter: brightness(1);
  }

  100% {
    transform: rotateX(0deg) rotateY(0deg) scale(1) translateY(0);
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes mouse-click-spark {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.title-meta__mouse-click--left {
  animation-name: mouse-click-left;
}

.title-meta__mouse-click--right {
  animation-name: mouse-click-right;
}

.title-meta__mouse-click--top {
  animation-name: mouse-click-top;
}

.title-transition-note {
  display: none;
}

.title-stage:hover .title-transition-note,
.title-stage:focus-visible .title-transition-note {
  display: none;
}

.page-home.is-transitioning .background-frame--left {
  transform: translateX(-860px);
}

.page-home.is-transitioning .background-frame--right {
  transform: translateX(860px);
}

.page-home.is-transitioning .title-block {
  transform: translateY(calc(-100vh - 380px));
}

@keyframes mouse-click-left {
  0%, 8%, 100% {
    opacity: 0;
    transform: rotate(-90deg) translateY(0) scaleX(0.4);
  }

  12% {
    opacity: 1;
    transform: rotate(-90deg) translateY(-2px) scaleX(1);
  }

  20% {
    opacity: 0;
    transform: rotate(-90deg) translateY(-5px) scaleX(1.15);
  }
}

@keyframes mouse-click-right {
  0%, 8%, 100% {
    opacity: 0;
    transform: rotate(90deg) translateY(0) scaleX(0.4);
  }

  12% {
    opacity: 1;
    transform: rotate(90deg) translateY(-2px) scaleX(1);
  }

  20% {
    opacity: 0;
    transform: rotate(90deg) translateY(-5px) scaleX(1.15);
  }
}

@keyframes mouse-click-top {
  0%, 8%, 100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scaleX(0.5);
  }

  12% {
    opacity: 1;
    transform: translateX(-50%) translateY(-1px) scaleX(1);
  }

  20% {
    opacity: 0;
    transform: translateX(-50%) translateY(-4px) scaleX(1.2);
  }
}


.site-header {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 14px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.site-header--home .nav-link,
.site-header--home .site-logo,
.site-header--home .site-cta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.site-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 20px;
}

.nav-link--icon {
  gap: 16px;
}

.nav-link--icon > img {
  width: 16px;
  height: 16px;
}

.nav-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.nav-icon img {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
}

.nav-icon--briefcase img:last-child {
  top: auto;
  bottom: 0;
}

.theme-dark .nav-link {
  color: rgba(240, 239, 235, 0.56);
}

.theme-light .nav-link {
  color: rgba(16, 15, 16, 0.56);
}

.nav-link.is-active {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.04);
}

.site-logo {
  justify-self: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
}

.site-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 164px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--text-light);
  color: var(--text-dark);
  font-size: 14px;
  line-height: 20px;
  box-shadow: -1px -1px 10px rgba(107, 58, 255, 0.21);
  transition:
    border-radius 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms ease,
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    color 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-cta::after {
  content: "➝";
  display: inline-block;
  width: 22px;
  margin-left: -22px;
  opacity: 0;
  transform: translateX(-6px);
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition:
    opacity 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-left 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-cta:hover,
.site-cta:focus-visible {
  transform: none;
}

.site-cta:hover::after,
.site-cta:focus-visible::after {
  margin-left: 8px;
  opacity: 1;
  transform: translateX(0);
}

.site-cta:active {
  transform: scale(0.985);
}

.site-cta--ghost {
  background: transparent;
  color: var(--text-dark);
  border: 1px solid rgba(16, 15, 16, 0.12);
  box-shadow: none;
}

.site-header--concepts {
  position: relative;
  z-index: 2;
}

.projects-layout,
.graphic-grid {
  width: min(calc(100% - 32px), var(--container));
  margin: 26px auto 0;
}

.projects-layout {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 56px;
  align-items: start;
}

.projects-sidebar {
  display: grid;
  gap: 18px;
  padding-top: 70px;
  font-size: 12px;
  color: rgba(240, 239, 235, 0.48);
}

.filter-chip {
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(240, 239, 235, 0.74);
  background: transparent;
  color: var(--text-light);
  text-align: left;
}

.project-showcase {
  position: relative;
  padding-top: 26px;
}

.project-card {
  max-width: 590px;
  padding: 24px 24px 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #101524 0%, #0d1118 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.project-card__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.project-card__header h1 {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}

.project-card__header p,
.project-card__header span {
  margin: 8px 0 0;
  font-size: 9px;
  color: rgba(240, 239, 235, 0.64);
}

.project-card__screens {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.project-card__screens img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.project-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  max-width: 388px;
  margin-top: 18px;
}

.project-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.project-progress .is-active {
  background: rgba(255, 255, 255, 0.92);
}

.floating-arrow {
  position: absolute;
  right: 180px;
  top: 300px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 28px;
}

.graphic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 52px;
  padding-bottom: 80px;
}

.graphic-tile {
  aspect-ratio: 380 / 352;
  border-radius: 16px;
  background: #d8d8d8;
}

.page-ui-concepts {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(200, 93, 50, 0.12), transparent 32%),
    linear-gradient(180deg, #efeeeb 0%, #e7e2d8 100%);
  overflow-x: hidden;
}

.concepts-page {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
  padding: 46px 0 80px;
}

.concepts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.72fr);
  gap: 48px;
  align-items: end;
  padding: 52px 0 64px;
}

.concepts-kicker,
.concept-panel__meta,
.concept-stat__label,
.concept-card__index {
  color: rgba(16, 15, 16, 0.52);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concepts-hero h1,
.concepts-list h2 {
  margin: 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(64px, 10vw, 128px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.concepts-list h2 {
  font-size: clamp(42px, 6vw, 76px);
}

.concepts-lead {
  max-width: 38rem;
  margin: 28px 0 0;
  color: rgba(16, 15, 16, 0.74);
  font-size: 20px;
  line-height: 1.45;
}

.concepts-hero__aside {
  display: grid;
  gap: 14px;
}

.concept-stat,
.concept-card {
  padding: 20px 22px;
  border: 1px solid rgba(16, 15, 16, 0.08);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.concept-stat strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}

.concepts-feature-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.82fr;
  gap: 18px;
}

.concept-panel {
  position: relative;
  min-height: 280px;
  padding: 24px;
  border-radius: 28px;
  overflow: hidden;
}

.concept-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at top left, rgba(200, 93, 50, 0.2), transparent 38%);
}

.concept-panel > * {
  position: relative;
  z-index: 1;
}

.concept-panel h2 {
  max-width: 8ch;
  margin: 18px 0 10px;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.concept-panel p,
.concept-card p {
  max-width: 30ch;
  margin: 0;
  color: rgba(16, 15, 16, 0.7);
  font-size: 17px;
  line-height: 1.45;
}

.concept-panel__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.concept-panel--wide {
  min-height: 438px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(16, 15, 16, 0.06), transparent 50%);
}

.concept-panel--tall {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(16, 15, 16, 0.92), rgba(47, 37, 33, 0.92));
  color: var(--text-light);
}

.concept-panel--tall::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(200, 93, 50, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 48%);
}

.concept-panel--tall .concept-panel__meta,
.concept-panel--tall p {
  color: rgba(240, 239, 235, 0.68);
}

.concept-panel--soft {
  min-height: 140px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at bottom right, rgba(200, 93, 50, 0.16), transparent 32%);
}

.concepts-list {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
  padding-top: 28px;
}

.concepts-cards {
  display: grid;
  gap: 14px;
}

.concept-card h3 {
  margin: 14px 0 8px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 32px;
  font-weight: 320;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .site-logo,
  .site-cta {
    justify-self: center;
  }

  .projects-layout {
    grid-template-columns: 1fr;
  }

  .concepts-hero,
  .concepts-feature-grid,
  .concepts-list {
    grid-template-columns: 1fr;
  }

  .concept-panel--tall {
    grid-row: auto;
  }

  .projects-sidebar {
    grid-auto-flow: column;
    overflow: auto;
    padding-top: 0;
  }

  .floating-arrow {
    position: static;
    margin-top: 18px;
  }

  .graphic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .title-block {
    width: min(100vw - 40px, 722px);
  }

  .title-heading {
    width: 100%;
    font-size: 72px;
  }

  .title-meta {
    left: 0;
    width: 100%;
  }

  .title-meta p {
    width: auto;
    font-size: 18px;
  }

  .title-meta p:last-child {
    left: auto;
    right: 0;
  }

  .title-transition-note {
    bottom: -38px;
  }

  .concepts-page {
    width: min(calc(100% - 28px), 1280px);
  }

  .project-card__screens,
  .graphic-grid {
    grid-template-columns: 1fr;
  }
}

.page-ui-concepts {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 93, 50, 0.18), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(95, 72, 53, 0.12), transparent 22%),
    linear-gradient(180deg, #f2efe8 0%, #e5ddcf 48%, #ddd2bf 100%);
  overflow-x: hidden;
}

.page-ui-concepts::before,
.page-ui-concepts::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
  opacity: 0.8;
}

.page-ui-concepts::before {
  top: 96px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 93, 50, 0.24) 0%, rgba(200, 93, 50, 0.02) 62%, transparent 70%);
}

.page-ui-concepts::after {
  right: -120px;
  bottom: 140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 26, 20, 0.14) 0%, rgba(32, 26, 20, 0.02) 58%, transparent 74%);
}

.concepts-page {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
  padding: 46px 0 120px;
}

.concepts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.78fr);
  gap: 56px;
  align-items: start;
  padding: 56px 0 72px;
}

.concepts-kicker,
.concept-panel__meta,
.concept-stat__label,
.concept-card__index,
.concept-feature__index {
  color: rgba(16, 15, 16, 0.52);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concepts-hero h1,
.concepts-list h2,
.concept-showcase__intro h2,
.concept-principles__copy h2,
.concepts-cta h2 {
  margin: 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(58px, 8.2vw, 118px);
  font-weight: 320;
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.concept-showcase__intro h2,
.concept-principles__copy h2,
.concepts-list h2,
.concepts-cta h2 {
  font-size: clamp(42px, 5.8vw, 76px);
}

.concepts-lead {
  max-width: 44rem;
  margin: 28px 0 0;
  color: rgba(16, 15, 16, 0.74);
  font-size: 21px;
  line-height: 1.5;
}

.concepts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.concepts-hero__aside {
  display: grid;
  gap: 14px;
}

.concept-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.concept-button:hover {
  transform: translateY(-2px);
}

.concept-button--primary {
  border: 1px solid rgba(16, 15, 16, 0.08);
  background: linear-gradient(135deg, #100f10 0%, #2d251f 100%);
  color: var(--text-light);
}

.concept-button--ghost {
  border: 1px solid rgba(16, 15, 16, 0.1);
  background: rgba(255, 255, 255, 0.38);
  color: var(--text-dark);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.concept-stat,
.concept-card,
.principle-card,
.stage-card {
  padding: 22px 24px;
  border: 1px solid rgba(16, 15, 16, 0.08);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 60px rgba(46, 35, 23, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.concept-stat--accent {
  background:
    linear-gradient(140deg, rgba(16, 15, 16, 0.94), rgba(56, 41, 30, 0.92)),
    rgba(255, 255, 255, 0.06);
  color: var(--text-light);
}

.concept-stat--accent .concept-stat__label {
  color: rgba(240, 239, 235, 0.56);
}

.concept-stat strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}

.concepts-stage,
.concept-showcase,
.concept-principles,
.concepts-list,
.concepts-cta {
  margin-top: 28px;
}

.stage-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding-bottom: 18px;
}

.stage-ribbon span {
  padding: 8px 14px;
  border: 1px solid rgba(16, 15, 16, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(16, 15, 16, 0.68);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.concepts-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 20px;
}

.stage-card {
  position: relative;
  overflow: hidden;
}

.stage-card--hero {
  min-height: 620px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)),
    radial-gradient(circle at 10% 12%, rgba(200, 93, 50, 0.18), transparent 28%);
}

.stage-card--notes {
  display: grid;
  align-content: start;
  gap: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(16, 15, 16, 0.92), rgba(42, 33, 24, 0.88)),
    radial-gradient(circle at top right, rgba(200, 93, 50, 0.18), transparent 34%);
  color: var(--text-light);
}

.stage-card__meta,
.concept-feature__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.stage-card--hero h2 {
  max-width: 14ch;
  margin: 22px 0 14px;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 320;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.stage-card--hero p,
.concept-showcase__intro p,
.concepts-list__intro p,
.concepts-cta p {
  max-width: 38rem;
  margin: 0;
  color: rgba(16, 15, 16, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.concept-rules {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.concept-rules li {
  padding-top: 14px;
  border-top: 1px solid rgba(240, 239, 235, 0.12);
  color: rgba(240, 239, 235, 0.78);
  font-size: 17px;
  line-height: 1.5;
}

.concept-rules li:first-child {
  border-top: 0;
  padding-top: 0;
}

.stage-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  margin-top: 42px;
}

.stage-preview__column {
  display: grid;
  gap: 16px;
}

.stage-preview__pane {
  position: relative;
  min-height: 190px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(16, 15, 16, 0.9), rgba(44, 34, 27, 0.92)),
    rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.stage-preview__pane--tall {
  min-height: 396px;
}

.stage-preview__pane--soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at bottom right, rgba(200, 93, 50, 0.18), transparent 38%);
}

.stage-preview__label {
  position: relative;
  z-index: 1;
  color: rgba(240, 239, 235, 0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-preview__pane--soft .stage-preview__label {
  color: rgba(16, 15, 16, 0.58);
}

.stage-preview__screen {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: grid;
  gap: 10px;
}

.stage-preview__screen span,
.concept-mock__metrics span,
.concept-mock__grid span,
.motion-strip,
.stage-preview__bars span {
  display: block;
  border-radius: 18px;
}

.stage-preview__screen span {
  height: 72px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stage-preview__screen--mobile span {
  height: 44px;
}

.stage-preview__bars {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: grid;
  gap: 10px;
}

.stage-preview__bars span {
  height: 18px;
  background: rgba(16, 15, 16, 0.18);
}

.stage-preview__bars span:nth-child(2) {
  width: 78%;
}

.stage-preview__bars span:nth-child(3) {
  width: 52%;
}

.concept-showcase__intro,
.concept-principles__copy,
.concepts-list__intro,
.concepts-cta {
  display: grid;
  gap: 18px;
}

.concept-stack {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.concept-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(16, 15, 16, 0.08);
  box-shadow: 0 22px 56px rgba(36, 29, 23, 0.08);
}

.concept-feature--dark {
  background:
    linear-gradient(145deg, rgba(16, 15, 16, 0.94), rgba(44, 34, 27, 0.88)),
    rgba(255, 255, 255, 0.06);
  color: var(--text-light);
}

.concept-feature--warm {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(246, 240, 232, 0.64)),
    radial-gradient(circle at top left, rgba(200, 93, 50, 0.16), transparent 28%);
}

.concept-feature--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.18)),
    linear-gradient(135deg, rgba(16, 15, 16, 0.06), transparent 50%);
}

.concept-feature__index {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(16, 15, 16, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.concept-feature--dark .concept-feature__index {
  border-color: rgba(240, 239, 235, 0.14);
  color: rgba(240, 239, 235, 0.6);
}

.concept-feature h3,
.principle-card h3,
.concept-card h3 {
  margin: 12px 0 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 330;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.principle-card h3,
.concept-card h3 {
  font-size: 30px;
}

.concept-feature__body {
  align-self: end;
}

.concept-feature__body p,
.principle-card p,
.concept-card p {
  margin: 0;
  max-width: 34ch;
  color: rgba(16, 15, 16, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

.concept-feature--dark .concept-panel__meta,
.concept-feature--dark .concept-feature__body p {
  color: rgba(240, 239, 235, 0.72);
}

.concept-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.concept-feature__tags span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(16, 15, 16, 0.08);
  background: rgba(255, 255, 255, 0.28);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.concept-feature--dark .concept-feature__tags span {
  border-color: rgba(240, 239, 235, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.concept-mock {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
}

.concept-mock--board {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 40%),
    linear-gradient(180deg, #111214 0%, #191e23 100%);
}

.concept-mock__sidebar,
.concept-mock__headline,
.concept-mock__metrics span,
.concept-mock__grid span,
.concept-phone__card,
.concept-phone__nav,
.motion-strip {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.concept-mock__sidebar {
  border-radius: 22px;
}

.concept-mock__main {
  display: grid;
  gap: 14px;
}

.concept-mock__headline {
  height: 96px;
  border-radius: 24px;
}

.concept-mock__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.concept-mock__metrics span {
  height: 92px;
  border-radius: 20px;
}

.concept-mock__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.concept-mock__grid span {
  height: 116px;
  border-radius: 20px;
}

.concept-mock--mobile {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(200, 93, 50, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(16, 15, 16, 0.94), rgba(47, 37, 33, 0.82));
}

.concept-phone {
  width: min(100%, 278px);
  padding: 14px;
  border-radius: 34px;
  background: rgba(14, 14, 16, 0.92);
  box-shadow: 0 20px 60px rgba(15, 15, 16, 0.28);
}

.concept-phone__notch {
  width: 108px;
  height: 16px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.concept-phone__card {
  height: 86px;
  border-radius: 24px;
}

.concept-phone__card--large {
  height: 214px;
  margin-bottom: 12px;
}

.concept-phone__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 24px;
}

.concept-phone__nav span {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.concept-mock--motion {
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(16, 15, 16, 0.06), rgba(16, 15, 16, 0.02)),
    radial-gradient(circle at right center, rgba(200, 93, 50, 0.18), transparent 36%);
}

.motion-strip {
  height: 86px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(16, 15, 16, 0.16), rgba(16, 15, 16, 0.03)),
    rgba(255, 255, 255, 0.2);
}

.motion-strip--two {
  width: 78%;
}

.motion-strip--three {
  width: 58%;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.principle-card {
  min-height: 220px;
  border-radius: 24px;
}

.concepts-list {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start;
  padding-top: 8px;
}

.concepts-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.concept-card,
.principle-card {
  border-radius: 24px;
}

.concept-card h3,
.principle-card h3 {
  margin-bottom: 12px;
}

.concepts-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 30px 0 0;
  border-top: 1px solid rgba(16, 15, 16, 0.08);
}

@media (max-width: 980px) {
  .concepts-hero,
  .concepts-stage__grid,
  .concept-feature,
  .concepts-list,
  .concepts-cta {
    grid-template-columns: 1fr;
  }

  .stage-preview,
  .principles-grid,
  .concepts-cards {
    grid-template-columns: 1fr;
  }

  .concept-feature__body {
    align-self: auto;
  }

  .concept-mock--board {
    grid-template-columns: 1fr;
  }

  .concept-mock__sidebar {
    min-height: 120px;
  }
}

@media (max-width: 640px) {
  .concepts-page {
    width: min(calc(100% - 28px), 1280px);
    padding-bottom: 88px;
  }

  .concepts-hero {
    padding-top: 34px;
  }

  .concepts-hero h1,
  .concept-showcase__intro h2,
  .concept-principles__copy h2,
  .concepts-list h2,
  .concepts-cta h2 {
    font-size: clamp(34px, 14vw, 64px);
  }

  .concepts-lead,
  .stage-card--hero p,
  .concept-showcase__intro p,
  .concepts-list__intro p,
  .concepts-cta p {
    font-size: 18px;
  }
}

.page-ui-concepts {
  background:
    radial-gradient(circle at 78% 12%, rgba(107, 58, 255, 0.1), transparent 18%),
    radial-gradient(circle at 12% 88%, rgba(255, 255, 255, 0.05), transparent 18%),
    #100f10;
}

.page-ui-concepts::before,
.page-ui-concepts::after {
  display: none;
}

.site-header--concepts {
  position: relative;
  z-index: 3;
}

.site-header--concepts .site-nav {
  gap: 32px;
}

.site-header--concepts .nav-link {
  color: #7b7673;
  font-size: 14px;
}

.site-header--concepts .nav-link.is-active,
.site-header--concepts .site-logo {
  color: #f0efeb;
}

.site-header--concepts .site-logo {
  font-size: 20px;
}

.site-header--concepts .site-cta {
  min-height: 40px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #6b3aff;
  color: #f0efeb;
  box-shadow: -1px -1px 10px rgba(107, 58, 255, 0.21);
}

.concepts-page {
  width: min(calc(100% - 80px), 1180px);
  padding: 96px 0 120px;
}

.concepts-shell {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 620px) 72px;
  column-gap: 32px;
  min-height: 760px;
  align-items: start;
}

.concepts-sidebar {
  display: grid;
  gap: 12px;
  padding-top: 68px;
}

.concepts-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #7b7673;
  font-size: 14px;
  text-decoration: none;
}

.concepts-filter--active {
  border: 1px solid #f0efeb;
  color: #f0efeb;
}

.concepts-spotlight {
  position: relative;
  z-index: 2;
}

.concepts-project {
  position: relative;
}

.concepts-project::before {
  content: "";
  position: absolute;
  inset: 74px -26px 92px -26px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(19, 24, 34, 0.92), rgba(16, 15, 16, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(64, 96, 184, 0.2), transparent 42%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.concepts-project__eyebrow,
.concepts-project__meta,
.concepts-ghost p {
  position: relative;
  z-index: 1;
}

.concepts-project__eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 0 26px;
}

.concepts-project__eyebrow span:first-child {
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
}

.concepts-project__eyebrow span:last-child {
  color: #f0efeb;
  font-size: 14px;
}

.concepts-project__meta {
  margin: 10px 0 0;
  padding: 0 26px;
  color: #7b7673;
  font-size: 14px;
  line-height: 20px;
}

.concepts-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding: 0 26px;
}

.concept-slide {
  position: relative;
  min-height: 430px;
  padding: 12px 12px 10px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(32, 58, 98, 0.98), rgba(15, 26, 44, 0.98)),
    #16243a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.concept-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 163, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%);
}

.concept-slide--red::after,
.concept-slide--blue::after,
.concept-slide--green::after {
  content: "";
  position: absolute;
  inset: 52px auto auto 22px;
  width: 72px;
  height: 18px;
  border-radius: 999px;
}

.concept-slide--red::after {
  background: rgba(184, 73, 90, 0.86);
}

.concept-slide--blue::after {
  background: rgba(73, 126, 184, 0.86);
}

.concept-slide--green::after {
  background: rgba(73, 184, 120, 0.86);
}

.concept-slide__top,
.concept-slide__bottom {
  position: relative;
  z-index: 1;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.concept-slide__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.concept-slide__body span {
  height: 52px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.concept-slide__body span:first-child {
  height: 150px;
}

.concept-slide__body span:nth-child(2),
.concept-slide__body span:nth-child(3) {
  height: 14px;
}

.concept-slide__body span:last-child {
  height: 84px;
}

.concept-slide__bottom {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 26px;
}

.concepts-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.concepts-progress span {
  height: 6px;
  border-radius: 999px;
  background: #282725;
}

.concepts-progress .is-active {
  background: #ede7de;
}

.concepts-launch {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-top: 504px;
  border-radius: 50%;
  background: #6b3aff;
  color: #f0efeb;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}

.concepts-ghost {
  position: absolute;
  top: -16px;
  right: -28px;
  width: 286px;
  opacity: 0.18;
  pointer-events: none;
}

.concepts-ghost h2 {
  margin: 0;
  color: #f0efeb;
  font-family: "Roboto Flex", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.concepts-ghost p {
  margin: 10px 0 0;
  color: #a79044;
  font-size: 16px;
}

.concepts-preview {
  position: absolute;
  left: -124px;
  top: 500px;
  width: 236px;
  height: 194px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.concepts-preview__poster {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(234, 226, 213, 0.24), rgba(31, 29, 30, 0.12));
}

.concepts-preview__copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  color: rgba(240, 239, 235, 0.22);
}

.concepts-preview__copy span {
  font-size: 28px;
  text-transform: uppercase;
}

.concepts-preview__copy strong {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .concepts-page {
    width: min(calc(100% - 40px), 1180px);
  }

  .concepts-shell {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .concepts-sidebar {
    grid-template-columns: repeat(5, minmax(0, max-content));
    padding-top: 0;
    overflow: auto;
  }

  .concepts-project::before {
    inset: 74px -14px 92px -14px;
  }

  .concepts-carousel {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow: auto;
    padding-bottom: 6px;
  }

  .concepts-launch {
    margin-top: 0;
  }

  .concepts-ghost {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 320px);
  }

  .concepts-preview {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 320px);
  }
}

@media (max-width: 640px) {
  .concepts-page {
    width: min(calc(100% - 24px), 1180px);
    padding-top: 72px;
  }

  .concepts-project__eyebrow {
    flex-direction: column;
    align-items: flex-start;
  }

  .concepts-project__eyebrow span:first-child {
    font-size: 34px;
  }

  .concepts-ghost h2 {
    font-size: 52px;
  }
}

.page-ui-concepts--lycoris {
  background: #030200;
}

.page-ui-concepts--lycoris .concept-view {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.page-ui-concepts--lycoris .concept-view__background {
  position: absolute;
  inset: -10%;
  background:
    linear-gradient(180deg, rgba(1, 3, 2, 0.18), rgba(1, 3, 2, 0.6));
  filter: blur(8px);
  transform: scale(1.06);
  opacity: 0.42;
}

.page-ui-concepts--lycoris .concept-view__frame {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 120px), 1171px);
  aspect-ratio: 1171 / 630;
  margin: clamp(56px, 8vh, 92px) auto;
  border: 8px solid #3a3a3a;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 3, 2, 0.3), rgba(1, 3, 2, 0.78)),
    #030200;
}

.page-ui-concepts--lycoris .concept-view__image {
  position: absolute;
  inset: -4px;
}

.page-ui-concepts--lycoris .concept-view__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 3, 2, 0.64) 0%, rgba(1, 3, 2, 0.18) 36%, rgba(1, 3, 2, 0.48) 100%),
    linear-gradient(180deg, rgba(1, 3, 2, 0.08), rgba(1, 3, 2, 0.24));
}

.page-ui-concepts--lycoris .concept-view__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 42% 49%, rgba(255, 255, 255, 0.08), transparent 0.8%, transparent 2.5%),
    radial-gradient(circle at 42% 49%, rgba(255, 255, 255, 0.06), transparent 18%, transparent 18.4%, rgba(255, 255, 255, 0.04) 18.8%, transparent 19.1%);
  opacity: 0.7;
}

.page-ui-concepts--lycoris .concept-view__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  pointer-events: none;
}

.page-ui-concepts--lycoris .concept-view__grid--vertical {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-ui-concepts--lycoris .concept-view__grid--horizontal {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.page-ui-concepts--lycoris .concept-view__grid--vertical span {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--lycoris .concept-view__grid--vertical span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--lycoris .concept-view__grid--horizontal span {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--lycoris .concept-view__grid--horizontal span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--lycoris .concept-view__rings {
  position: absolute;
  inset: -24% auto auto 18%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.34;
  z-index: 1;
  pointer-events: none;
}

.page-ui-concepts--lycoris .concept-view__rings::before,
.page-ui-concepts--lycoris .concept-view__rings::after {
  content: "";
  position: absolute;
  inset: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-ui-concepts--lycoris .concept-view__rings::after {
  inset: 108px;
}

.page-ui-concepts--lycoris .concept-view__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  width: min(44%, 440px);
  padding: clamp(56px, 8vw, 92px) 0 0 clamp(24px, 4vw, 52px);
}

.page-ui-concepts--lycoris .concept-view__title {
  margin: 0;
  color: #f0efeb;
  font-family: "Actor", sans-serif;
  font-size: clamp(72px, 10vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.page-ui-concepts--lycoris .concept-view__subtitle {
  position: absolute;
  top: clamp(38px, 5vw, 62px);
  right: clamp(-290px, -21vw, -220px);
  margin: 0;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-ui-concepts--lycoris .concept-view__description {
  margin: 206px 0 0;
  max-width: 312px;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.page-ui-concepts--lycoris .concept-view__link {
  margin-top: 18px;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.page-ui-concepts--lycoris .concept-view__link span {
  font-size: 0.62em;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .page-ui-concepts--lycoris .concept-view__frame {
    width: min(calc(100vw - 40px), 1171px);
  }

  .page-ui-concepts--lycoris .concept-view__copy {
    width: min(56%, 440px);
    padding-left: 24px;
  }

  .page-ui-concepts--lycoris .concept-view__subtitle {
    right: -160px;
  }
}

@media (max-width: 640px) {
  .page-ui-concepts--lycoris .concept-view__frame {
    width: min(calc(100vw - 20px), 1171px);
    margin: 24px auto;
    border-width: 4px;
  }

  .page-ui-concepts--lycoris .concept-view__copy {
    width: min(72%, 320px);
    padding-top: 22px;
    padding-left: 14px;
  }

  .page-ui-concepts--lycoris .concept-view__title {
    font-size: clamp(44px, 12vw, 72px);
  }

  .page-ui-concepts--lycoris .concept-view__subtitle {
    position: static;
    margin-top: 8px;
  }

  .page-ui-concepts--lycoris .concept-view__description {
    margin-top: 118px;
    max-width: 210px;
    font-size: 11px;
    line-height: 16px;
  }

  .page-ui-concepts--lycoris .concept-view__link {
    font-size: 20px;
  }
}

.page-ui-concepts--gallery {
  background: #040403;
  color: #111111;
  overflow: hidden;
}

.page-ui-concepts--gallery .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-ui-concepts--gallery .concepts-progress {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 20;
  display: grid;
  gap: 10px;
  width: min(calc(100vw - 80px), 420px);
  transform: translateX(-50%);
  pointer-events: none;
}

.page-ui-concepts--gallery .concepts-progress__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(240, 239, 235, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.page-ui-concepts--gallery .concepts-progress__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.page-ui-concepts--gallery .concepts-progress__segment {
  height: 6px;
  border-radius: 999px;
  background: rgba(240, 239, 235, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: background-color 180ms ease, transform 180ms ease;
}

.page-ui-concepts--gallery .concepts-progress__segment.is-active {
  background: linear-gradient(90deg, #f0efeb, #d5c18d);
  transform: scaleY(1.08);
}

.page-ui-concepts--gallery .concepts-gallery {
  position: relative;
  display: flex;
  width: min(100vw, var(--site-max-viewport));
  height: 100vh;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.page-ui-concepts--gallery .concepts-gallery::-webkit-scrollbar {
  display: none;
}

.page-ui-concepts--gallery .concept-shot {
  position: relative;
  flex: 0 0 min(100vw, var(--site-max-viewport));
  width: min(100vw, var(--site-max-viewport));
  height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.page-ui-concepts--gallery .concept-shot__ambient,
.page-ui-concepts--gallery .concept-shot__shell {
  position: absolute;
  inset: 0;
}

.page-ui-concepts--gallery .concept-shot__shell {
  z-index: 1;
}

.page-ui-concepts--gallery .concept-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(70deg, #111111 44%, #222222 83%, #111111 94%);
  box-shadow: 2px 3px 7.5px rgba(0, 0, 0, 0.14);
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1;
}

.page-ui-concepts--gallery .concept-pill--dark {
  min-height: 44px;
  padding: 0 18px;
  font-size: 20px;
}

.page-ui-concepts--gallery .concept-shot--workspace {
  background: linear-gradient(180deg, #ebe9e5 0%, #e9e7e3 100%);
}

.page-ui-concepts--gallery .concept-shot__ambient--workspace {
  background:
    radial-gradient(circle at 14% 44%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
}

.page-ui-concepts--gallery .concept-shot__shell--workspace {
  display: grid;
  place-items: center;
}

.page-ui-concepts--gallery .concept-shot__workspace-stage {
  position: relative;
  width: min(calc(100vw - 120px), 1181px);
  height: min(calc(100vh - 140px), 649px);
}

.page-ui-concepts--gallery .concept-shot__workspace-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
}

.page-ui-concepts--gallery .concept-shot__workspace-panels {
  position: absolute;
  top: 0;
  right: 0;
  width: 638px;
  height: 100%;
}

.page-ui-concepts--gallery .concept-shot__workspace-panel {
  position: absolute;
  right: 0;
  width: 100%;
  height: 297px;
  border-radius: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-ui-concepts--gallery .concept-shot__workspace-panel--light {
  top: 0;
}

.page-ui-concepts--gallery .concept-shot__workspace-panel--dark {
  bottom: 0;
}

.page-ui-concepts--gallery .concept-shot--smart {
  background: linear-gradient(270deg, #f3f3f3 0%, #efefed 100%);
}

.page-ui-concepts--gallery .concept-shot__ambient--smart {
  background:
    radial-gradient(circle at 22% 50%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 26%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  opacity: 0.92;
}

.page-ui-concepts--gallery .concept-shot__smart-hero {
  position: relative;
  width: min(calc(100vw - 120px), 1310px);
  min-height: 100vh;
  margin: 0 auto;
}

.page-ui-concepts--gallery .concept-shot__smart-copy {
  position: absolute;
  left: 0;
  bottom: clamp(72px, 10vw, 124px);
  z-index: 2;
  max-width: 340px;
}

.page-ui-concepts--gallery .concept-shot__smart-copy h1 {
  margin: 18px 0 0;
  color: #111111;
  font-family: "Meera Inimai", serif;
  font-size: clamp(52px, 6vw, 74px);
  line-height: 0.75;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-shot__smart-stage {
  position: absolute;
  inset: 0;
}

.page-ui-concepts--gallery .concept-shot__smart-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(67vw, 882px);
  aspect-ratio: 882 / 666;
  transform: translate(-36%, -49%);
  box-shadow: 0 24px 60px rgba(94, 94, 94, 0.08);
}

.page-ui-concepts--gallery .concept-shot__smart-tag {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  gap: 14px;
  width: 130px;
  transform: translateY(-33%);
}

.page-ui-concepts--gallery .concept-shot__smart-tag p {
  margin: 0;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.15;
}

.page-ui-concepts--gallery .concept-shot--lycoris {
  background: #030200;
}

.page-ui-concepts--gallery .concept-shot__ambient--lycoris {
  inset: -10%;
  background:
    linear-gradient(180deg, rgba(1, 3, 2, 0.18), rgba(1, 3, 2, 0.6));
  filter: blur(8px);
  transform: scale(1.06);
  opacity: 0.42;
}

.page-ui-concepts--gallery .concept-shot__shell--lycoris {
  display: grid;
  place-items: center;
}

.page-ui-concepts--gallery .concept-shot__lycoris-frame {
  position: relative;
  width: min(calc(100vw - 120px), 1171px);
  aspect-ratio: 1171 / 630;
  border: 8px solid #3a3a3a;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 3, 2, 0.3), rgba(1, 3, 2, 0.78)),
    #030200;
}

.page-ui-concepts--gallery .concept-shot__lycoris-image {
  position: absolute;
  inset: -4px;
}

.page-ui-concepts--gallery .concept-shot__lycoris-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 3, 2, 0.64) 0%, rgba(1, 3, 2, 0.18) 36%, rgba(1, 3, 2, 0.48) 100%),
    linear-gradient(180deg, rgba(1, 3, 2, 0.08), rgba(1, 3, 2, 0.24));
}

.page-ui-concepts--gallery .concept-shot__lycoris-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 42% 49%, rgba(255, 255, 255, 0.08), transparent 0.8%, transparent 2.5%),
    radial-gradient(circle at 42% 49%, rgba(255, 255, 255, 0.06), transparent 18%, transparent 18.4%, rgba(255, 255, 255, 0.04) 18.8%, transparent 19.1%);
  opacity: 0.7;
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  pointer-events: none;
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--vertical {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--horizontal {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--vertical span {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--vertical span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--horizontal span {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--gallery .concept-shot__lycoris-grid--horizontal span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-ui-concepts--gallery .concept-shot__lycoris-rings {
  position: absolute;
  inset: -24% auto auto 18%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.34;
  z-index: 1;
  pointer-events: none;
}

.page-ui-concepts--gallery .concept-shot__lycoris-rings::before,
.page-ui-concepts--gallery .concept-shot__lycoris-rings::after {
  content: "";
  position: absolute;
  inset: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-ui-concepts--gallery .concept-shot__lycoris-rings::after {
  inset: 108px;
}

.page-ui-concepts--gallery .concept-shot__lycoris-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  width: min(44%, 440px);
  padding: clamp(56px, 8vw, 92px) 0 0 clamp(24px, 4vw, 52px);
}

.page-ui-concepts--gallery .concept-shot__lycoris-copy h2 {
  margin: 0;
  color: #f0efeb;
  font-family: "Actor", sans-serif;
  font-size: clamp(72px, 10vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.page-ui-concepts--gallery .concept-shot__lycoris-subtitle {
  position: absolute;
  top: clamp(38px, 5vw, 62px);
  right: clamp(-290px, -21vw, -220px);
  margin: 0;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-ui-concepts--gallery .concept-shot__lycoris-description {
  margin: 206px 0 0;
  max-width: 312px;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-shot__lycoris-link {
  margin-top: 18px;
  color: #f0efeb;
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.page-ui-concepts--gallery .concept-shot__lycoris-link span {
  font-size: 0.62em;
  vertical-align: middle;
}

.page-ui-concepts--gallery .concept-shot--ramen {
  background: #000302;
}

.page-ui-concepts--gallery .concept-shot__ambient--ramen {
  background:
    linear-gradient(180deg, rgba(0, 3, 2, 0.74), rgba(0, 3, 2, 0.18) 24%, rgba(0, 3, 2, 0.78)),
    linear-gradient(90deg, rgba(0, 3, 2, 0.4), rgba(0, 3, 2, 0.02) 30%, rgba(0, 3, 2, 0.4));
}

.page-ui-concepts--gallery .concept-shot__shell--ramen {
  display: grid;
  place-items: center;
}

.page-ui-concepts--gallery .concept-shot__ramen-art {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(100vw, 1024px);
  aspect-ratio: 1024 / 768;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .page-ui-concepts--gallery .concepts-progress {
    width: min(calc(100vw - 40px), 420px);
    bottom: 18px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-hero {
    width: min(calc(100vw - 40px), 1310px);
  }

  .page-ui-concepts--gallery .concept-shot__workspace-stage {
    width: min(calc(100vw - 40px), 1181px);
    height: min(calc(100vh - 120px), 649px);
  }

  .page-ui-concepts--gallery .concept-shot__workspace-sidebar {
    width: min(34.72vw, 410px);
  }

  .page-ui-concepts--gallery .concept-shot__workspace-panels {
    width: min(54vw, 638px);
  }

  .page-ui-concepts--gallery .concept-shot__smart-copy {
    bottom: 44px;
    max-width: 240px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-screen {
    width: min(74vw, 882px);
    transform: translate(-42%, -49%);
  }

  .page-ui-concepts--gallery .concept-shot__smart-tag {
    right: 4px;
    width: 116px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-tag p {
    font-size: 16px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-frame {
    width: min(calc(100vw - 40px), 1171px);
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-copy {
    width: min(56%, 440px);
    padding-left: 24px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-subtitle {
    right: -160px;
  }
}

@media (max-width: 640px) {
  .page-ui-concepts--gallery .concepts-progress {
    width: calc(100vw - 20px);
    bottom: 12px;
    gap: 8px;
  }

  .page-ui-concepts--gallery .concepts-progress__meta {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .page-ui-concepts--gallery .concept-shot {
    min-height: 100vh;
    height: 100vh;
  }

  .page-ui-concepts--gallery .concept-shot__workspace-stage {
    width: calc(100vw - 20px);
    height: calc(100vh - 84px);
  }

  .page-ui-concepts--gallery .concept-shot__workspace-sidebar {
    width: 39%;
    border-radius: 22px;
  }

  .page-ui-concepts--gallery .concept-shot__workspace-panels {
    width: 57%;
  }

  .page-ui-concepts--gallery .concept-shot__workspace-panel {
    border-radius: 26px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-hero {
    width: min(calc(100vw - 20px), 1310px);
    min-height: calc(100vh - 48px);
  }

  .page-ui-concepts--gallery .concept-shot__smart-copy {
    left: 8px;
    bottom: 18px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-copy h1 {
    font-size: 44px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-screen {
    top: 42%;
    left: 50%;
    width: calc(100vw - 32px);
    transform: translate(-50%, -50%);
  }

  .page-ui-concepts--gallery .concept-shot__smart-tag {
    top: 22px;
    right: 8px;
    transform: none;
    gap: 10px;
  }

  .page-ui-concepts--gallery .concept-pill {
    min-height: 48px;
    padding: 0 22px;
    font-size: 18px;
  }

  .page-ui-concepts--gallery .concept-pill--dark {
    min-height: 38px;
    padding: 0 14px;
    font-size: 16px;
  }

  .page-ui-concepts--gallery .concept-shot__smart-tag p {
    font-size: 14px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-frame {
    width: min(calc(100vw - 20px), 1171px);
    border-width: 4px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-copy {
    width: min(72%, 320px);
    padding-top: 22px;
    padding-left: 14px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-copy h2 {
    font-size: clamp(44px, 12vw, 72px);
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-subtitle {
    position: static;
    margin-top: 8px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-description {
    margin-top: 118px;
    max-width: 210px;
    font-size: 11px;
    line-height: 16px;
  }

  .page-ui-concepts--gallery .concept-shot__lycoris-link {
    font-size: 20px;
  }

  .page-ui-concepts--gallery .concept-shot__ramen-art {
    width: calc(100vw - 20px);
  }
}

.page-ui-concepts--gallery {
  background: #090909 !important;
  background-image: none !important;
  color: #f0efeb;
  overflow: hidden;
}

.page-ui-concepts--gallery .concepts-shell__header {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100vw - 24px), 840px);
  transform: translateX(-50%);
}

.page-ui-concepts--gallery .concepts-shell__nav {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-self: start;
}

.page-ui-concepts--gallery .concepts-shell__nav-pill,
.page-ui-concepts--gallery .concepts-shell__nav-link,
.page-ui-concepts--gallery .concepts-shell__brand,
.page-ui-concepts--gallery .concepts-shell__cta {
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.page-ui-concepts--gallery .concepts-shell__nav-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: #161717;
  color: #f3f2ef;
}

.page-ui-concepts--gallery .concepts-shell__nav-link {
  color: rgba(17, 17, 17, 0.72);
}

.page-ui-concepts--gallery .concepts-shell__brand {
  justify-self: center;
  color: #a86f2d;
  letter-spacing: 0.08em;
}

.page-ui-concepts--gallery .concepts-shell__cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(243, 242, 239, 0.94);
  color: #161717;
}

.page-ui-concepts--gallery .concepts-gallery {
  position: relative;
  display: flex;
  width: min(100vw, var(--site-max-viewport));
  height: 100vh;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.page-ui-concepts--gallery .concepts-gallery::-webkit-scrollbar {
  display: none;
}

.page-ui-concepts--gallery .concept-slide {
  flex: 0 0 min(100vw, var(--site-max-viewport));
  width: min(100vw, var(--site-max-viewport));
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.page-ui-concepts--gallery .concept-slide__canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-ui-concepts--gallery .concept-slide__frame {
  position: absolute;
  inset: 62px 92px 86px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 4px 1px 10.4px rgba(0, 0, 0, 0.23);
}

.page-ui-concepts--gallery .concept-slide--travel .concept-slide__frame {
  background: #8bb8e7;
}

.page-ui-concepts--gallery .concept-slide__travel-bg {
  position: absolute;
  inset: -3%;
  background:
    linear-gradient(180deg, rgba(132, 182, 240, 0.12), rgba(132, 182, 240, 0.28));
  filter: blur(7px);
}

.page-ui-concepts--gallery .concept-slide__icon-button {
  position: absolute;
  top: 12px;
  left: 44px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.page-ui-concepts--gallery .concept-slide__icon-button::before {
  content: "";
  position: absolute;
  inset: 10px 8px;
  border-top: 2px solid #7aa6d5;
  border-bottom: 2px solid #7aa6d5;
}

.page-ui-concepts--gallery .concept-slide__travel-top {
  position: absolute;
  top: 10px;
  right: 46px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__travel-top button {
  min-height: 28px;
  padding: 0 34px;
  border: 2px solid #f3f2ef;
  border-radius: 999px;
  background: transparent;
  color: #f3f2ef;
  font: inherit;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__travel-title {
  position: absolute;
  top: 140px;
  left: 50%;
  z-index: 2;
  width: min(70vw, 650px);
  transform: translateX(-50%);
  color: #f3f2ef;
  font-family: "Georgia", serif;
  font-size: clamp(58px, 5.6vw, 92px);
  font-weight: 700;
  line-height: 0.93;
  text-align: center;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__travel-card {
  position: absolute;
  left: 42px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.page-ui-concepts--gallery .concept-slide__travel-card span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(243, 242, 239, 0.92);
  color: #161717;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__travel-thumb {
  width: 136px;
  height: 87px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=500&q=80") center center / cover no-repeat;
}

.page-ui-concepts--gallery .concept-slide__travel-copy,
.page-ui-concepts--gallery .concept-slide__travel-discover {
  position: absolute;
  right: 42px;
  z-index: 2;
  width: 136px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.page-ui-concepts--gallery .concept-slide__travel-copy {
  right: 28px;
  bottom: 56px;
}

.page-ui-concepts--gallery .concept-slide__travel-discover {
  bottom: 22px;
  font-size: 14px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide--hidden .concept-slide__frame {
  background: #f3f2ef;
}

.page-ui-concepts--gallery .concept-slide__hidden-hero {
  position: absolute;
  inset: 26px 439px 1px 52px;
}

.page-ui-concepts--gallery .concept-slide__hidden-kicker {
  margin: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-ui-concepts--gallery .concept-slide__hidden-wordmark {
  margin-top: 30px;
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__hidden-wordmark span:first-child {
  display: block;
  font-size: 96px;
  font-weight: 600;
}

.page-ui-concepts--gallery .concept-slide__hidden-wordmark span:last-child {
  display: block;
  margin-top: -10px;
  font-size: 96px;
  font-weight: 300;
}

.page-ui-concepts--gallery .concept-slide__hidden-graphic {
  position: absolute;
  left: 7px;
  right: 78px;
  bottom: 34px;
  height: 402px;
}

.page-ui-concepts--gallery .concept-slide__hidden-notes {
  position: absolute;
  left: 0;
  bottom: 14px;
  display: grid;
  gap: 88px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.page-ui-concepts--gallery .concept-slide__hidden-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 439px;
  height: 100%;
}

.page-ui-concepts--gallery .concept-slide--toolbar .concept-slide__frame {
  background: linear-gradient(180deg, #111217, #151619);
}

.page-ui-concepts--gallery .concept-slide__toolbar-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0 120px 120px 0;
}

.page-ui-concepts--gallery .concept-slide__toolbar-rail--outer {
  left: 0;
  width: 221px;
  background: #f3f2ef;
}

.page-ui-concepts--gallery .concept-slide__toolbar-rail--inner {
  left: 20px;
  width: 221px;
  background: linear-gradient(180deg, #111217, #151619);
}

.page-ui-concepts--gallery .concept-slide__toolbar-surface {
  position: absolute;
  top: 71px;
  left: 141px;
  width: 1179px;
  height: 590px;
  border-radius: 98px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.page-ui-concepts--gallery .concept-slide__toolbar-pill {
  position: absolute;
  left: 86px;
  width: 860px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
}

.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(1) { top: 58px; width: 740px; }
.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(2) { top: 144px; width: 910px; }
.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(3) { top: 230px; width: 700px; }
.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(4) { top: 316px; width: 940px; }
.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(5) { top: 402px; width: 980px; height: 118px; border-radius: 44px; }
.page-ui-concepts--gallery .concept-slide__toolbar-pill:nth-child(6) { top: 488px; width: 640px; }

.page-ui-concepts--gallery .concept-slide--music .concept-slide__frame {
  background: linear-gradient(180deg, #17120e, #080808);
}

.page-ui-concepts--gallery .concept-slide__music-bg {
  position: absolute;
  inset: -18% -4% -40% -18%;
  background:
    radial-gradient(circle at 56% 27%, rgba(220, 137, 73, 0.24), transparent 22%),
    radial-gradient(circle at 36% 82%, rgba(230, 186, 117, 0.18), transparent 22%);
  opacity: 0.32;
  filter: blur(26px);
}

.page-ui-concepts--gallery .concept-slide__music-copy {
  position: absolute;
  left: 111px;
  bottom: 42px;
  z-index: 2;
  width: 503px;
  padding: 22px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7,7,7,0.9), rgba(7,7,7,0));
  color: #fff;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__music-copy span {
  display: block;
  font-family: "Italiana", serif;
  font-size: 58px;
  line-height: 0.95;
}

.page-ui-concepts--gallery .concept-slide__music-copy strong {
  display: block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.08;
}

.page-ui-concepts--gallery .concept-slide__music-cover {
  position: absolute;
  top: 26px;
  right: 130px;
  width: 671px;
  height: 648px;
}

.page-ui-concepts--gallery .concept-slide--workspace .concept-slide__frame {
  background: #f3f2ef;
}

.page-ui-concepts--gallery .concept-slide__workspace-rail {
  position: absolute;
  left: 0;
  top: 0;
  width: 419px;
  height: 100%;
  background:
    linear-gradient(90deg, #17120e 0 117px, transparent 117px),
    linear-gradient(90deg, transparent 0 6px, #f3f2ef 6px 100%);
  border-radius: 0 120px 120px 0;
}

.page-ui-concepts--gallery .concept-slide__workspace-sidebar {
  position: absolute;
  left: 130px;
  top: 88px;
  width: 410px;
  height: 649px;
  border-radius: 30px;
}

.page-ui-concepts--gallery .concept-slide__workspace-cards {
  position: absolute;
  right: 129px;
  top: 88px;
  width: 638px;
  height: 649px;
}

.page-ui-concepts--gallery .concept-slide__workspace-card {
  position: absolute;
  right: 0;
  width: 638px;
  height: 297.9167px;
  border-radius: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-ui-concepts--gallery .concept-slide__workspace-card--light {
  top: 0;
}

.page-ui-concepts--gallery .concept-slide__workspace-card--dark {
  bottom: 0;
}

.page-ui-concepts--gallery .concept-slide--smart .concept-slide__frame {
  background: linear-gradient(270deg, #f3f3f3, #efefed);
}

.page-ui-concepts--gallery .concept-slide__smart-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.95), rgba(255,255,255,0) 35%);
}

.page-ui-concepts--gallery .concept-slide__smart-badge,
.page-ui-concepts--gallery .concept-slide__smart-word {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 75px;
  background: linear-gradient(70deg, #111 44%, #222 83%, #111 94%);
  color: #f0efeb;
  font-family: "Inter", sans-serif;
}

.page-ui-concepts--gallery .concept-slide__smart-badge {
  top: 33px;
  right: 0;
  font-size: 20px;
}

.page-ui-concepts--gallery .concept-slide__smart-tagline {
  position: absolute;
  top: 91px;
  right: -7px;
  z-index: 2;
  width: 88px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.05;
}

.page-ui-concepts--gallery .concept-slide__smart-word {
  left: 0;
  bottom: 152px;
  min-height: 58px;
  padding: 0 28px;
  font-size: 34px;
}

.page-ui-concepts--gallery .concept-slide__smart-title {
  position: absolute;
  left: 22px;
  bottom: 35px;
  z-index: 2;
  width: 331px;
  color: #111;
  font-family: "Meera Inimai", serif;
  font-size: 52px;
  line-height: 0.74;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide--lycoris .concept-slide__frame {
  background: #030200;
}

.page-ui-concepts--gallery .concept-slide__lycoris-bg {
  position: absolute;
  inset: -6%;
}

.page-ui-concepts--gallery .concept-slide__lycoris-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1,3,2,0.7), rgba(1,3,2,0.18) 35%, rgba(1,3,2,0.48)),
    linear-gradient(180deg, rgba(1,3,2,0.08), rgba(1,3,2,0.28));
}

.page-ui-concepts--gallery .concept-slide__lycoris-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent 14.28%, rgba(255,255,255,0.08) 14.28%, rgba(255,255,255,0.08) 14.38%, transparent 14.38%, transparent 28.56%, rgba(255,255,255,0.08) 28.56%, rgba(255,255,255,0.08) 28.66%, transparent 28.66%, transparent 42.84%, rgba(255,255,255,0.08) 42.84%, rgba(255,255,255,0.08) 42.94%, transparent 42.94%, transparent 57.12%, rgba(255,255,255,0.08) 57.12%, rgba(255,255,255,0.08) 57.22%, transparent 57.22%, transparent 71.4%, rgba(255,255,255,0.08) 71.4%, rgba(255,255,255,0.08) 71.5%, transparent 71.5%, transparent 85.68%, rgba(255,255,255,0.08) 85.68%, rgba(255,255,255,0.08) 85.78%, transparent 85.78%),
    linear-gradient(180deg, transparent 0, transparent 33.3%, rgba(255,255,255,0.08) 33.3%, rgba(255,255,255,0.08) 33.45%, transparent 33.45%, transparent 66.6%, rgba(255,255,255,0.08) 66.6%, rgba(255,255,255,0.08) 66.75%, transparent 66.75%);
}

.page-ui-concepts--gallery .concept-slide__lycoris-copy {
  position: absolute;
  top: 70px;
  left: 62px;
  z-index: 2;
  width: 460px;
  color: #f0efeb;
}

.page-ui-concepts--gallery .concept-slide__lycoris-copy h2 {
  margin: 0;
  font-family: "Actor", sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.page-ui-concepts--gallery .concept-slide__lycoris-copy p {
  position: absolute;
  top: 8px;
  right: -322px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__lycoris-copy span {
  display: block;
  margin-top: 188px;
  max-width: 320px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide__lycoris-copy strong {
  display: block;
  margin-top: 18px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concept-slide--ramen .concept-slide__frame {
  background: #000302;
}

.page-ui-concepts--gallery .concept-slide__ramen-bg {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1024px;
  height: 768px;
  transform: translate(-50%, -50%);
}

.page-ui-concepts--gallery .concepts-strip {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 31;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(calc(100vw - 24px), 840px);
  transform: translateX(-50%);
}

.page-ui-concepts--gallery .concepts-strip__label {
  color: rgba(243, 242, 239, 0.58);
  font-family: "Inter", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.page-ui-concepts--gallery .concepts-strip__track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1 1 auto;
  padding-top: 6px;
}

.page-ui-concepts--gallery .concepts-strip__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  transform: translateY(26px);
  border-radius: 999px;
  background: rgba(243, 242, 239, 0.22);
}

.page-ui-concepts--gallery .concepts-strip__thumb {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.page-ui-concepts--gallery .concepts-strip__thumb span {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  color: rgba(243, 242, 239, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 9px;
}

.page-ui-concepts--gallery .concepts-strip__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.page-ui-concepts--gallery .concepts-strip__thumb:nth-child(3)::before { background: linear-gradient(180deg, #111217, #151619); }

.page-ui-concepts--gallery .concepts-strip__thumb.is-active::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -28px;
  height: 4px;
  border-radius: 999px;
  background: #f3f2ef;
}

@media (max-width: 900px) {
  .page-ui-concepts--gallery .concepts-shell__header,
  .page-ui-concepts--gallery .concepts-strip {
    width: calc(100vw - 20px);
  }

  .page-ui-concepts--gallery .concept-slide__frame {
    inset: 58px 10px 82px;
  }

  .page-ui-concepts--gallery .concept-slide__travel-title {
    width: min(74vw, 650px);
    font-size: 62px;
  }

  .page-ui-concepts--gallery .concept-slide__music-cover {
    right: 16px;
    width: min(52vw, 671px);
    height: auto;
    aspect-ratio: 671 / 648;
  }

  .page-ui-concepts--gallery .concept-slide__workspace-sidebar {
    left: 18px;
  }

  .page-ui-concepts--gallery .concept-slide__workspace-cards {
    right: 18px;
    width: min(48vw, 638px);
  }
}

@media (max-width: 640px) {
  .page-ui-concepts--gallery .concepts-shell__header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .page-ui-concepts--gallery .concepts-shell__brand {
    display: none;
  }

  .page-ui-concepts--gallery .concepts-shell__nav {
    gap: 16px;
  }

  .page-ui-concepts--gallery .concepts-shell__nav-link:nth-child(3) {
    display: none;
  }

  .page-ui-concepts--gallery .concepts-shell__cta {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .page-ui-concepts--gallery .concept-slide__frame {
    inset: 54px 10px 74px;
  }

  .page-ui-concepts--gallery .concept-slide__travel-title {
    top: 148px;
    width: calc(100% - 80px);
    font-size: 40px;
  }

  .page-ui-concepts--gallery .concept-slide__travel-card,
  .page-ui-concepts--gallery .concept-slide__travel-copy,
  .page-ui-concepts--gallery .concept-slide__travel-discover,
  .page-ui-concepts--gallery .concept-slide__travel-top span {
    display: none;
  }

  .page-ui-concepts--gallery .concept-slide__travel-top {
    right: 18px;
  }

  .page-ui-concepts--gallery .concept-slide__hidden-hero {
    inset: 18px 34% 18px 20px;
  }

  .page-ui-concepts--gallery .concept-slide__hidden-wordmark span:first-child,
  .page-ui-concepts--gallery .concept-slide__hidden-wordmark span:last-child {
    font-size: 52px;
  }

  .page-ui-concepts--gallery .concept-slide__hidden-side {
    width: 34%;
  }

  .page-ui-concepts--gallery .concept-slide__music-copy {
    left: 18px;
    width: 44%;
  }

  .page-ui-concepts--gallery .concept-slide__music-copy span {
    font-size: 28px;
  }

  .page-ui-concepts--gallery .concept-slide__music-copy strong {
    font-size: 16px;
  }

  .page-ui-concepts--gallery .concept-slide__workspace-sidebar {
    left: 12px;
    width: 33%;
    background-position: left center;
  }

  .page-ui-concepts--gallery .concept-slide__workspace-cards {
    right: 12px;
    width: 58%;
  }

  .page-ui-concepts--gallery .concept-slide__workspace-card {
    width: 100%;
    border-radius: 24px;
  }

  .page-ui-concepts--gallery .concept-slide__smart-title {
    width: 180px;
    font-size: 32px;
  }

  .page-ui-concepts--gallery .concept-slide__smart-word {
    bottom: 120px;
    font-size: 22px;
  }

  .page-ui-concepts--gallery .concept-slide__smart-badge,
  .page-ui-concepts--gallery .concept-slide__smart-tagline {
    right: 12px;
  }

  .page-ui-concepts--gallery .concept-slide__lycoris-copy {
    top: 30px;
    left: 18px;
    width: 240px;
  }

  .page-ui-concepts--gallery .concept-slide__lycoris-copy h2 {
    font-size: 58px;
  }

  .page-ui-concepts--gallery .concept-slide__lycoris-copy p {
    position: static;
    margin-top: 8px;
  }

  .page-ui-concepts--gallery .concept-slide__lycoris-copy span {
    margin-top: 80px;
    max-width: 220px;
    font-size: 11px;
  }

  .page-ui-concepts--gallery .concept-slide__lycoris-copy strong {
    font-size: 20px;
  }

  .page-ui-concepts--gallery .concept-slide__ramen-bg {
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 0.75);
  }

  .page-ui-concepts--gallery .concepts-strip {
    gap: 8px;
    bottom: 12px;
  }

  .page-ui-concepts--gallery .concepts-strip__track {
    gap: 14px;
  }

  .page-ui-concepts--gallery .concepts-strip__thumb {
    width: 20px;
    height: 28px;
  }
}

/* Per-letter weight swell that follows the cursor, driven from
   assets/js/heading-jelly.js. Shared by the About page and the project detail
   pages, so it lives here rather than in a page stylesheet. Only the Roboto
   Flex wght axis moves: letters keep their baseline and their height, and the
   extra width a heavier glyph takes pushes the rest of the line to the right. */
.jelly-heading__word {
  display: inline-block;
  white-space: nowrap;
}

.jelly-heading__char {
  font-variation-settings: inherit;
}
