@media (max-width: 767.99px) {
  :root {
    --fs0: 1rem;
    --fs1: 1.2rem;
    --fs2: 1.4rem;
    --fs3: 1.6rem;
    --fs4: 1.8rem;
    --fs5: 2rem;
    --fs6: 2.4rem;
    --fs7: 2.8rem;
    --fs8: 3.2rem;
    --fs9: 3.8rem;
    --fs10: 4.4rem;
    --fsmax: 5.2rem;
  }

  html {
    font-size: 56.25%;
  }

  body {
    min-width: 0;
    font-size: var(--fs2);
    overflow-x: hidden;
  }

  body,
  body *,
  body.use-custom-cursor,
  body.use-custom-cursor * {
    cursor: auto;
  }

  .custom-cursor {
    display: none;
  }

  .lmt {
    width: calc(100% - 24px);
  }

  .container {
    padding: 84px 0 72px;
  }

  .page-header {
    padding-top: 0;
    margin-bottom: 28px;
  }

  .page-title,
  .section-title,
  .works-title,
  .article-title {
    font-size: var(--fs7);
    line-height: 1.15;
  }

  .fx,
  .fxnw {
    gap: 12px;
  }

  .page-content .fx,
  .intro-layout,
  .labels-layout,
  .contact-info-container,
  .works-statement .fx,
  .stillcut-gallery,
  .footer-content,
  .upcoming-works-section,
  .notice-section {
    flex-direction: column;
  }

  .flx1,
  .flx2,
  .flx3,
  .page-header,
  .page-content {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  header {
    height: 56px;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: none;
  }

  .home header {
    background: rgba(255, 255, 255, 1);
  }

  header .inner {
    justify-content: space-between;
    width: calc(100% - 24px);
  }

  #logo {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  #logo img {
    height: 22px;
  }

  .header-nav-wrap {
    display: none !important;
  }

  .menu-open #logo img {
    filter: brightness(0) invert(1);
  }

  #hamburger-menu {
    display: flex;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #hamburger-menu span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-bottom: 0;
    background: var(--cp1);
    transform-origin: center;
  }

  #hamburger-menu span:nth-child(1) {
    transform: translate(-50%, -6px);
  }

  #hamburger-menu span:nth-child(2) {
    transform: translate(-50%, 0);
  }

  #hamburger-menu span:nth-child(3) {
    transform: translate(-50%, 6px);
  }

  #hamburger-menu.active span:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }

  #hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  #hamburger-menu.active span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-45deg);
  }

  header.scrolled #hamburger-menu span {
    background: var(--cp1);
  }

  .menu-open #hamburger-menu span {
    background: var(--cw);
  }

  body.menu-open header.scrolled #hamburger-menu span {
    background: var(--cw);
  }

  .mobile-menu-overlay {
    align-items: stretch;
    justify-content: stretch;
    padding-top: 56px;
    background: rgba(124, 75, 255, 0.98);
    overflow: hidden;
  }

  .mobile-menu-container {
    height: calc(100dvh - 56px);
    box-sizing: border-box;
    padding: 20px 12px 20px;
    gap: 24px;
    position: relative;
    overflow-y: auto;
  }

  .mobile-menu-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu-items li a {
    display: block;
    padding: 10px 0;
    font-size: var(--fs6);
    line-height: 1.05;
    text-transform: uppercase;
  }

  .mobile-social {
    margin-top: auto;
  }

  .mobile-social .footer-contact {
    gap: 8px;
    margin-bottom: 16px;
  }

  .mobile-social .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-social .contact-item .material-symbols-outlined {
    width: 20px;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .mobile-social .contact-text,
  .mobile-social span {
    font-size: var(--fs3);
    line-height: 1.5;
  }

  .mobile-social .contact-text {
    display: block;
  }

  .mobile-social a.btn {
    min-height: 40px;
    padding: 8px 14px;
    font-size: var(--fs3);
  }

  #slogan {
    width: 140px;
    padding: 0;
    right: 12px;
    bottom: 12px;
    opacity: 0.4;
    display: none;
  }

  .intro-content {
    padding: 24px;
  }

  #intro-screen .intro-title {
    font-size: clamp(1.82rem, 6.02vw, 3.36rem);
    line-height: 1.5;
    padding: 0;
  }

  #intro-screen .intro-line .char {
    font-size: inherit;
  }

  .intro-mobile-break {
    display: block;
  }

  .hero-video-section {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    background: #000;
  }

  .hero-slides-wrapper .wp-block-cover {
    background: #000;
  }

  .hero-slides-wrapper .wp-block-cover,
  .hero-slides-wrapper .wp-block-cover-image {
    min-height: 0 !important;
  }

  .hero-slides-wrapper .wp-block-cover video {
    object-fit: cover;
    object-position: center top;
  }

  .hero-slides-wrapper .wp-block-cover__inner-container {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    z-index: 2;
  }

  .hero-slides-wrapper .wp-block-cover h2 {
    font-size: var(--fs3);
    line-height: 1.2;
    padding: 5px 10px 4px;
  }

  .hero-slides-wrapper .wp-block-cover p {
    font-size: var(--fs5);
    line-height: 1.1;
    padding: 6px 10px 5px;
  }

  .video-bullets {
    bottom: 12px;
    right: 12px;
    gap: 8px;
    z-index: 3;
  }

  .upcoming-works-section,
  .notice-section {
    gap: 20px;
  }

  .works-filter .inner,
  .article-filter .inner,
  .notice-filter .inner {
    display: block;
  }

  .works-filter .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    column-gap: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .toggle-switch-state {
    height: 38px;
  }

  .view-toggle .slider::before {
    top: 8px;
  }
  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-tab {
    white-space: nowrap;
    min-height: 38px;
    padding: 0 14px;
    font-size: var(--fs3);
  }

  .view-toggle {
    margin-top: 0;
    flex: 0 0 auto;
    position: relative;
    top: -2px;
  }

  .th-list,
  .works-list {
    gap: 48px;
  }

  #works-list #works-list-ul,
  #works-list #works-list-ul.gallery-mode {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  #works-list #works-list-ul > .work-item,
  #works-list #works-list-ul.gallery-mode > .work-item,
  #works-list #works-list-ul > .work-item.gallery,
  #works-list #works-list-ul.gallery-mode > .work-item.gallery {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  #works-list #works-list-ul .work-card .work-title a,
  #works-list #works-list-ul.gallery-mode .work-card .work-title a {
    font-size: var(--fs6);
    line-height: 1.3;
  }

  #works-list #works-list-ul .work-card .work-status,
  #works-list #works-list-ul.gallery-mode .work-card .work-status {
    font-size: var(--fs4);
    line-height: 1.3;
  }

  #works-list #works-list-ul .ico32.material-symbols-outlined,
  #works-list #works-list-ul.gallery-mode .ico32.material-symbols-outlined {
    font-size: 32px;
  }

  .work-card {
    flex-direction: column;
    gap: 12px;
  }

  .work-thumbnail,
  .work-content {
    width: 100%;
  }

  .page-content .work-title a.fx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
  }

  .page-content .work-title a.fx > :first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .page-content .work-title a.fx > .material-symbols-outlined {
    flex: 0 0 auto;
  }

  .work-item .work-content .work-meta {
    margin-top: 4px;
    line-height: 1.3;
  }

  .work-item .work-content .work-status {
    font-size: var(--fs3);
  }
  .about-labels-section,
  #works-list,
  #notice-list,
  #page-contact,
  #single-works {
    padding-bottom: 0px;
  }

  #works-list #works-list-ul:not(.gallery-mode) .work-details {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }

  .work-details .work-detail-item {
    row-gap: 2px;
  }
  #works-list #works-list-ul.gallery-mode .work-details,
  #works-list #works-list-ul.gallery-mode .work-item.gallery .work-details {
    display: none !important;
  }

  .work-detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .work-detail-item .detail-label,
  .work-detail-item .detail-value {
    width: 100%;
    flex: none;
  }

  .notice-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 8px 0;
    align-items: start;
  }

  .notice-category {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    margin-right: 0;
  }

  .notice-content {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .notice-title {
    font-size: var(--fs4);
    line-height: 1.7;
  }

  .notice-title a {
    color: var(--cg1);
  }
  #page-home {
    padding-bottom: 0;
  }
  .notice-date {
    grid-column: 2;
    grid-row: 1;
    color: var(--cg5);
    text-align: right;
    justify-self: end;
    white-space: nowrap;
  }
  .article-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .grid-sizer {
    display: none;
  }

  .article-item,
  .article-item.large,
  .article-item.small {
    width: 100%;
    margin: 0;
  }

  .article-thumbnail {
    padding-bottom: 66%;
  }

  .article-content {
    padding: 12px 0 0;
  }

  .article-content p,
  .intro-text p {
    margin-bottom: 14px;
  }

  .intro-title,
  .labels-title {
    font-size: var(--fs6);
    line-height: 1.25;
  }

  #page-about .intro-title {
    text-transform: none;
  }

  .labels-list {
    padding-left: 0;
    margin-top: 0;
  }

  #page-labels .about-labels-section .labels-layout:last-child .labels-left,
  #page-labels .about-labels-section .labels-layout:last-child .labels-right {
    flex: none;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .view-toggle .slider span {
    font-size: var(--fs2);
    padding: 8px 16px;
  }

  .labels-detail-panel {
    display: none;
  }

  .label-header {
    grid-template-columns: 24px minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px 12px;
    padding: 14px 0;
    align-items: center;
  }

  .label-name-kr {
    font-size: var(--fs4);
  }
  .label-name-en {
    grid-column: 3;
    text-align: right;
    font-size: var(--fs4);
    opacity: 0.7;
  }
  .label-creator p {
    font-size: var(--fs3);
  }
  .label-gallery-item figcaption {
    margin-top: 4px;
    font-size: var(--fs1);
    display: flex;
    gap: 0;
  }
  .label-content {
    display: none;
  }

  .label-content-inner {
    padding: 10px 0 22px;
  }

  #label-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .label-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .contact-info-container {
    gap: 20px;
  }

  .contact-map {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 0;
  }

  .contact-map iframe {
    width: 100%;
    height: 100%;
  }

  .article-single,
  .works-single {
    padding-top: 0;
  }

  .article-header .inner,
  .works-header .inner,
  .works-statement .inner,
  .works-related .inner,
  .post-navigation .inner {
    width: calc(100% - 24px);
  }

  .article-date,
  .works-meta,
  .work-meta-grid,
  .statement-content {
    margin-top: 12px;
  }

  .stillcut-gallery.slider .slide img,
  .works-thumbnail img,
  .article-thumbnail img {
    width: 100%;
    height: auto;
  }

  #single-works .stillcut-gallery .slick-prev,
  #single-works .stillcut-gallery .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
  }

  #single-works .stillcut-gallery .slick-prev {
    left: 4px;
  }

  #single-works .stillcut-gallery .slick-next {
    right: 4px;
  }

  #single-works .stillcut-gallery .slick-prev .material-symbols-outlined,
  #single-works .stillcut-gallery .slick-next .material-symbols-outlined {
    font-size: 32px;
    line-height: 1;
  }

  .post-nav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .nav-item {
    width: auto;
    flex: 1 1 0;
  }

  .nav-prev {
    text-align: left;
  }

  .nav-list {
    text-align: center;
  }

  .nav-next {
    text-align: right;
  }
  .post p {
    font-size: var(--fs4);
  }
  .post-navigation .inner {
    width: 100%;
  }
  .post-navigation .nav-item .nav-link,
  .post-navigation .nav-item .disabled {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
  }

  .post-navigation .nav-prev .nav-link,
  .post-navigation .nav-prev .disabled {
    text-align: left;
  }

  .post-navigation .nav-list .nav-link,
  .post-navigation .nav-list .disabled {
    text-align: center;
  }

  .post-navigation .nav-next .nav-link,
  .post-navigation .nav-next .disabled {
    text-align: right;
  }

  .site-footer {
    margin-top: 72px;
    padding: 28px 0 0px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
    column-gap: 16px;
  }

  .footer-col:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-col:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-col:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-col:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-col {
    width: auto;
    flex: none;
    min-width: 0;
  }

  .footer-brand strong,
  .footer-brand p,
  .footer-address,
  .contact-link,
  .footer-copyright {
    font-size: var(--fs2);
    line-height: 1.5;
  }
  #page-home .upcoming-works-section .page-header,
  #page-home .notice-section .page-header {
    margin-bottom: 0px;
  }
}
