@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";
/* [project]/src/app/cherylchen/portfolio.css [app-client] (css) */
.portfolio-root, .portfolio-root button, .portfolio-root input, .portfolio-root select, .portfolio-root textarea {
  font-family: var(--font-sans),
    "Noto Sans TC",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.portfolio-root {
  --font-sans: "Plus Jakarta Sans", "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --port-bg: #fff;
  --port-surface: #fff;
  --port-text-primary: #1c1c1a;
  --port-text-secondary: #565550;
  --port-text-muted: #929088;
  --port-accent: #2a2a2a;
  --port-accent-hover: #4a4a4a;
  --port-accent-light: #f4f4f4;
  --port-border: #1c1c1a14;
  --port-border-darker: #1c1c1a26;
  --port-shadow-sm: 0 1px 2px 0 #1c1c1a05;
  --port-shadow-md: 0 4px 6px -1px #1c1c1a0a, 0 2px 4px -1px #1c1c1a05;
  --port-shadow-lg: 0 10px 15px -3px #1c1c1a08, 0 4px 6px -2px #1c1c1a03;
  --port-shadow-xl: 0 20px 25px -5px #1c1c1a0d, 0 10px 10px -5px #1c1c1a05;
  --port-gradient-hero: linear-gradient(135deg, #e6eeff 0%, #fff 100%);
  --port-gradient-card: linear-gradient(135deg, #dce6ff 0%, #f4f7ff 100%);
  --port-gradient-footer: linear-gradient(to top, #e6f0ff 0%, #fff0 100%);
  --port-max-width: 1600px;
  background-color: var(--port-bg);
  color: var(--port-text-primary);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.portfolio-root:after {
  content: "";
  z-index: 9999;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: overlay;
  width: 100vw;
  height: 100vh;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.28' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 280px 280px;
  position: fixed;
  top: 0;
  left: 0;
}

.portfolio-root:before {
  content: "";
  z-index: 9998;
  pointer-events: none;
  opacity: .08;
  mix-blend-mode: soft-light;
  width: 100vw;
  height: 100vh;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain2)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 350px 350px;
  position: fixed;
  top: 0;
  left: 0;
}

.portfolio-root.is-home-page:after {
  opacity: .3;
  mix-blend-mode: overlay;
}

.portfolio-root.is-home-page:before {
  opacity: .14;
  mix-blend-mode: soft-light;
}

@media (max-width: 768px) {
  .portfolio-root:after {
    opacity: .12;
  }

  .portfolio-root:before {
    opacity: .05;
  }

  .portfolio-root.is-home-page:after {
    opacity: .2;
  }

  .portfolio-root.is-home-page:before {
    opacity: .1;
  }
}

.portfolio-root {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: clip;
}

.portfolio-root.is-home-page {
  --port-bg: #090a0f;
  --port-surface: #11121c;
  --port-surface-elevated: #181a26;
  --port-glow-violet: #6366f140;
  --port-glow-indigo: #4f46e533;
  --port-glow-cyan: #06b6d426;
  --port-glow-pink: #ec489926;
  --port-card-border-glow: #7877c659;
  --port-text-primary: #f1f3f9;
  --port-text-secondary: #9499ad;
  --port-text-muted: #62677a;
  --port-accent: #a5b4fc;
  --port-accent-hover: #fff;
  --port-accent-light: #1f2235;
  --port-border: #ffffff14;
  --port-border-darker: #ffffff29;
  --port-shadow-sm: 0 2px 4px #0009;
  --port-shadow-md: 0 6px 16px -2px #000000b3, 0 0 20px -5px #6366f126;
  --port-shadow-lg: 0 12px 28px -4px #000c, 0 0 35px -5px #6366f138;
  --port-shadow-xl: 0 24px 48px -8px #000000e6, 0 0 50px -5px #7877c64d;
  --port-gradient-hero: linear-gradient(135deg, #090a0f 0%, #10111c 50%, #0c0d18 100%);
  --port-gradient-card: linear-gradient(180deg, #ffffff0a 0%, #ffffff03 100%), #11121c;
  --port-gradient-footer: linear-gradient(to top, #090a0f 0%, #090a0f00 100%);
}

body {
  margin: 0;
  padding: 0;
}

body.portfolio-theme {
  background-color: var(--port-bg);
  color: var(--port-text-primary);
  width: 100%;
}

body:has(.portfolio-root) {
  overflow-x: clip;
  background-color: var(--port-bg) !important;
}

body:has(.portfolio-root):before {
  display: none !important;
}

body:has(.portfolio-root):after {
  display: none !important;
}

.portfolio-root {
  width: 100%;
  max-width: 100%;
}

body.portfolio-theme:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: var(--port-gradient-hero);
  opacity: .8;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
}

body.portfolio-theme:after {
  display: none;
}

.pill-btn {
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
}

.pill-btn-black {
  background: var(--port-text-primary);
  color: #fff;
}

.pill-btn-black:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -10px #0003;
}

.pill-btn-outline {
  color: var(--port-text-primary);
  border: 1px solid var(--port-border);
  background: #fff;
}

.pill-btn-outline:hover {
  border-color: var(--port-text-primary);
  background: var(--port-bg);
  transform: translateY(-2px);
}

.icon-btn:hover {
  transform: translateY(-2px);
  background-color: var(--port-text-primary) !important;
  color: var(--port-surface) !important;
}

.social-icon-btn {
  background: var(--port-accent-light);
  border: 1px solid var(--port-border);
  width: 52px;
  height: 52px;
  color: var(--port-text-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .35s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.social-icon-btn:hover {
  background: var(--port-text-primary);
  border-color: var(--port-text-primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #1c1c1a1f;
}

.port-header {
  z-index: 1000;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #0000;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.port-header.scrolled {
  box-shadow: none !important;
  background: #181a26 !important;
  border-bottom: 1px solid #ffffff29 !important;
}

.port-header-container {
  width: 100%;
  max-width: var(--port-max-width);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: 0 auto;
  padding: 0 2rem;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.port-header.scrolled .port-header-container {
  height: 70px;
}

.portfolio-root.is-home-page .port-header.scrolled {
  box-shadow: none !important;
  background: #181a26 !important;
  border-bottom: 1px solid #ffffff2e !important;
}

.port-logo {
  color: var(--port-text-primary);
  text-shadow: 0 1px 3px #fffc;
  flex-direction: row;
  align-items: baseline;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.port-logo:hover {
  opacity: .85;
}

.port-logo-title {
  letter-spacing: .02em;
  text-transform: none;
  font-family: Caveat, cursive;
  font-size: 1.85rem;
  font-weight: 500;
}

.port-logo-dot {
  color: var(--port-accent);
  margin-left: .05rem;
  font-weight: 700;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
}

.port-logo:hover .port-logo-dot {
  text-shadow: 0 0 8px #2a2a2a66;
  transform: scale(1.5)translateY(-2px);
}

.port-nav {
  align-self: stretch;
  align-items: stretch;
  gap: 1.8rem;
  height: 100%;
  display: flex;
}

.port-nav-index, .port-nav-menu-footer {
  display: none;
}

.port-nav-link {
  font-family: var(--font-sans);
  letter-spacing: .01em;
  color: var(--port-text-secondary);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  align-items: center;
  height: 100%;
  padding: 0 .15rem;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.port-nav-link:hover {
  color: #000;
}

.port-nav-link.active {
  color: #000;
  font-weight: 700;
}

.port-nav-button {
  letter-spacing: .01em;
  background: #000;
  border: 1px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: .35rem;
  padding: .45rem 1.35rem;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  color: #fff !important;
}

.port-nav-button:hover {
  background: #333;
  border-color: #333;
  transform: scale(1.02);
}

.port-dev-link {
  color: var(--port-text-muted);
  border: 1px dashed var(--port-border-darker);
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  transition: all .3s;
  display: flex;
}

.port-dev-link:hover {
  color: var(--port-accent);
  background: var(--port-accent-light);
  border-color: var(--port-accent);
  animation: 6s linear infinite spin;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.port-lang-switcher-pill {
  border: 1px solid var(--port-border);
  box-sizing: border-box;
  background: #1c1c1a0a;
  border-radius: 24px;
  align-self: center;
  align-items: center;
  width: 90px;
  height: 32px;
  padding: 2px;
  display: flex;
  position: relative;
}

.port-lang-indicator {
  background: var(--port-surface);
  pointer-events: none;
  z-index: 1;
  border-radius: 20px;
  width: calc(50% - 2px);
  transition: transform .3s cubic-bezier(.25, 1, .5, 1);
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  box-shadow: 0 2px 4px #1c1c1a14;
}

.port-lang-indicator.zh {
  transform: translateX(0);
}

.port-lang-indicator.en {
  transform: translateX(100%);
}

.port-lang-btn {
  z-index: 2;
  height: 100%;
  color: var(--port-text-secondary);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background: none;
  border: none;
  flex: 1;
  padding: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s;
  position: relative;
}

.port-lang-btn.active {
  color: var(--port-text-primary);
}

.port-menu-trigger {
  display: none;
}

@media (max-width: 768px) {
  .portfolio-root.is-home-page .port-header.scrolled {
    box-shadow: none !important;
    background: #181a26 !important;
    border-bottom: 1px solid #ffffff2e !important;
  }

  .port-main {
    padding: calc(2rem + 60px) 0 2rem;
  }

  .port-main.is-project-open {
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .port-header-container {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: .85rem 1rem;
    position: relative;
  }

  .port-logo-title {
    z-index: 101;
    font-size: 1.6rem;
    position: relative;
  }

  .port-logo-subtitle {
    display: none;
  }

  .port-menu-trigger {
    color: var(--port-text-primary);
    cursor: pointer;
    z-index: 101;
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: none;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: .5rem;
    transition: transform .3s;
    display: flex;
  }

  .port-menu-trigger:active {
    transform: scale(.92);
  }

  .port-menu-bar {
    transform-origin: center;
    background: currentColor;
    border-radius: 2px;
    width: 22px;
    height: 2px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), opacity .25s, width .35s;
    display: block;
  }

  .port-menu-trigger.is-open .port-menu-bar:first-child {
    transform: translateY(7px)rotate(45deg);
  }

  .port-menu-trigger.is-open .port-menu-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(.3);
  }

  .port-menu-trigger.is-open .port-menu-bar:nth-child(3) {
    transform: translateY(-7px)rotate(-45deg);
  }

  .port-nav {
    display: none;
  }

  .port-nav.menu-open {
    -webkit-backdrop-filter: blur(24px);
    z-index: 100;
    box-sizing: border-box;
    background: #fffffffa;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .15rem;
    width: 100%;
    height: 100dvh;
    padding: 5rem 2rem 3rem;
    animation: .4s cubic-bezier(.16, 1, .3, 1) forwards menu-fade-in;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden auto;
  }

  .port-nav.menu-open:before {
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(closest-side, #6366f11f, #6366f10a 60%, #0000 100%);
    width: 130%;
    height: 45%;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
  }

  .port-nav.menu-open:after {
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(closest-side, #06b6d41a, #06b6d408 60%, #0000 100%);
    width: 80%;
    height: 50%;
    position: absolute;
    bottom: -20%;
    right: -10%;
  }

  .port-nav.menu-open.closing {
    animation: .35s cubic-bezier(.4, 0, 1, 1) forwards menu-fade-out;
  }

  .port-nav.menu-open.closing .port-nav-link, .port-nav.menu-open.closing .port-nav-menu-footer {
    animation: .3s cubic-bezier(.4, 0, 1, 1) forwards menu-item-slide-out;
  }

  .port-nav.menu-open .port-nav-link {
    z-index: 1;
    letter-spacing: .01em;
    text-align: left;
    min-width: min(320px, 80vw);
    height: auto;
    color: var(--port-text-primary);
    opacity: 0;
    box-sizing: border-box;
    border-radius: 0;
    justify-content: flex-start;
    align-items: baseline;
    gap: 1rem;
    margin: 0 auto;
    padding: .6rem .5rem;
    font-size: clamp(1.6rem, 6vw, 2.1rem);
    font-weight: 600;
    line-height: 1.2;
    transition: color .3s, transform .3s cubic-bezier(.16, 1, .3, 1);
    animation: .5s cubic-bezier(.16, 1, .3, 1) forwards menu-item-slide;
    display: flex;
    position: relative;
  }

  .port-nav.menu-open .port-nav-link:hover {
    transform: translateX(6px);
    color: var(--port-accent) !important;
  }

  .port-nav.menu-open .port-nav-link.active {
    font-weight: 700;
    color: var(--port-accent) !important;
    background-color: #0000 !important;
  }

  .port-nav.menu-open .port-nav-index {
    font-family: var(--font-heading, inherit);
    color: var(--port-text-muted);
    font-size: .85rem;
    font-weight: 500;
    transition: color .3s;
    display: inline-block;
  }

  .port-nav.menu-open .port-nav-label {
    display: inline-block;
  }

  .port-nav.menu-open .port-nav-link:hover .port-nav-index, .port-nav.menu-open .port-nav-link.active .port-nav-index {
    color: var(--port-accent);
  }

  .port-nav.menu-open .port-nav-button {
    letter-spacing: .02em;
    opacity: 0;
    background: var(--port-text-primary);
    border: 1px solid var(--port-text-primary);
    box-sizing: border-box;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    min-width: min(320px, 80vw);
    margin-top: 1rem;
    padding: .85rem 2.2rem;
    font-size: 1rem;
    font-weight: 600;
    animation: .5s cubic-bezier(.16, 1, .3, 1) .22s forwards menu-item-slide;
    display: inline-flex;
    color: var(--port-bg) !important;
  }

  .port-nav.menu-open .port-nav-menu-footer {
    z-index: 1;
    border-top: 1px solid var(--port-border);
    opacity: 0;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: min(320px, 80vw);
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    animation: .5s cubic-bezier(.16, 1, .3, 1) forwards menu-item-slide;
    display: flex;
    position: relative;
  }

  .port-nav.menu-open .port-nav-menu-tagline {
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--port-text-muted);
    margin: 0;
    font-size: .78rem;
  }

  .port-nav.menu-open .port-nav-menu-social {
    gap: .9rem;
    display: flex;
  }

  .port-nav.menu-open .port-nav-menu-social a {
    width: 44px;
    height: 44px;
    color: var(--port-text-secondary);
    border: 1px solid var(--port-border);
    background: #1c1c1a0d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: color .3s, background .3s, border-color .3s, transform .3s cubic-bezier(.16, 1, .3, 1);
    display: flex;
  }

  .port-nav.menu-open .port-nav-menu-social a:hover {
    color: #fff;
    background: var(--port-text-primary);
    border-color: var(--port-text-primary);
    transform: translateY(-3px);
  }

  .port-header.menu-open .port-logo-title, .port-header.menu-open .port-logo-dot, .port-header.menu-open .port-menu-trigger, .port-header.is-project-open .port-nav.menu-open .port-nav-link {
    color: var(--port-text-primary) !important;
    text-shadow: none !important;
  }

  .port-header.menu-open .port-lang-btn, .port-header.is-project-open .port-nav.menu-open .port-lang-btn {
    color: #475569 !important;
  }

  .port-header.menu-open .port-lang-btn.active, .port-header.is-project-open .port-nav.menu-open .port-lang-btn.active {
    color: #0f172a !important;
  }

  .port-header.menu-open .port-lang-switcher-pill, .port-header.is-project-open .port-nav.menu-open .port-lang-switcher-pill {
    background: #0f172a0f !important;
    border-color: #0f172a26 !important;
  }

  .port-header.menu-open .port-lang-indicator, .port-header.is-project-open .port-nav.menu-open .port-lang-indicator {
    background: #0f172a !important;
  }

  .port-nav.menu-open .port-nav-link:first-child {
    animation-delay: 80ms;
  }

  .port-nav.menu-open .port-nav-link:nth-child(2) {
    animation-delay: .14s;
  }

  .port-nav.menu-open .port-nav-link:nth-child(3) {
    animation-delay: .2s;
  }

  .port-nav.menu-open .port-nav-menu-footer {
    animation-delay: .32s;
  }

  .port-nav.menu-open.closing .port-nav-link, .port-nav.menu-open.closing .port-nav-menu-footer {
    animation-delay: 0s !important;
  }

  .port-nav.menu-open .port-lang-switcher-pill {
    border: 1px solid var(--port-border);
    opacity: 0;
    background: #1c1c1a0f;
    border-radius: 24px;
    width: 110px;
    height: 36px;
    margin-top: 1rem;
    margin-left: 0;
    padding: 2px;
    animation: .45s cubic-bezier(.16, 1, .3, 1) .3s forwards menu-item-slide;
  }

  .port-nav.menu-open .port-lang-btn {
    padding: 0;
    font-size: .85rem;
    line-height: 30px;
  }

  .port-dev-link {
    display: none;
  }
}

@keyframes menu-fade-in {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur();
  }

  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(24px);
  }
}

@keyframes menu-fade-out {
  from {
    opacity: 1;
    -webkit-backdrop-filter: blur(24px);
  }

  to {
    opacity: 0;
    -webkit-backdrop-filter: blur();
  }
}

@keyframes menu-item-slide {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menu-item-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .port-nav.menu-open, .port-nav.menu-open .port-nav-link, .port-nav.menu-open .port-nav-menu-footer, .port-nav.menu-open .port-nav-button, .port-menu-trigger .port-menu-bar {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

.port-main {
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  padding: 0;
}

.port-section-wrapper {
  padding-top: calc(4rem + 80px);
  scroll-margin-top: 70px;
}

.port-section-wrapper:first-of-type {
  padding-top: calc(4rem + 80px);
}

@media (max-width: 768px) {
  .port-section-wrapper:first-of-type {
    padding-top: calc(2rem + 60px);
  }
}

.port-section-wrapper#work {
  padding-top: .15rem;
  scroll-margin-top: 70px;
}

@media (max-width: 768px) {
  .port-section-wrapper#work {
    padding-top: .1rem;
    scroll-margin-top: 60px;
  }
}

.port-section-wrapper#research {
  padding-top: 0;
}

.port-section {
  animation: .5s cubic-bezier(.16, 1, .3, 1) forwards port-fade-in;
}

@keyframes port-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.work-hero {
  max-width: 100%;
  margin-bottom: 2rem;
}

.work-hero h2 {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  margin-bottom: 1.25rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.15;
}

.work-hero p {
  color: var(--port-text-secondary);
  font-size: 1.2rem;
  line-height: 1.6;
}

.work-section-wrapper {
  box-sizing: border-box;
  margin-bottom: 4.5rem;
}

.work-section-title {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  letter-spacing: -.01em;
  text-transform: uppercase;
  align-items: baseline;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

@media (min-width: 768px) {
  .work-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.project-card {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  flex-direction: column;
  transition: all .5s cubic-bezier(.16, 1, .3, 1);
  animation: .5s cubic-bezier(.16, 1, .3, 1) forwards card-fade-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-card {
    aspect-ratio: auto;
  }
}

.project-card:hover {
  transform: translateY(-2px);
}

.project-card-image-wrap {
  aspect-ratio: 1.6;
  background: var(--port-surface);
  box-sizing: border-box;
  border: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-card-image-wrap {
    aspect-ratio: auto;
    height: 330px;
  }

  .project-card:first-child .project-card-image-wrap, .project-card:nth-child(6) .project-card-image-wrap {
    height: 420px;
  }
}

.project-card-image-wrap svg {
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 90%;
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.project-card:hover .project-card-image-wrap {
  box-shadow: 0 16px 32px #1c1c1a0d;
}

.project-card:hover .project-card-image-wrap svg {
  transform: scale(1.03);
}

.project-card-info {
  text-align: left;
  flex-direction: column;
  gap: .45rem;
  padding: 1.15rem .25rem .5rem;
  display: flex;
}

.project-card-category {
  text-transform: uppercase;
  color: var(--port-text-muted);
  letter-spacing: .08em;
  margin: 0;
  font-size: .8rem;
  font-weight: 500;
  transition: color .3s;
}

.project-card-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  letter-spacing: -.01em;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color .3s;
}

.intro-serif-italic {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  font-style: italic;
  font-weight: 400;
}

.work-intro-header {
  text-align: center;
  border-bottom: none;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .project-card-image-wrap {
    aspect-ratio: 1.6;
    height: 200px;
  }

  .project-card-info {
    gap: .35rem;
    padding: .85rem .15rem .25rem;
  }

  .project-card-category {
    font-size: .75rem;
  }

  .project-card-title {
    font-size: 1.05rem;
  }

  .work-intro-header {
    border-bottom: none;
    margin: .75rem 0 2rem;
    padding-bottom: 0;
  }
}

.work-section-wrapper {
  margin-bottom: 2.5rem;
}

.case-study-container {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 0;
  animation: .5s cubic-bezier(.16, 1, .3, 1) forwards port-fade-in;
  position: relative;
}

.case-study-back-btn-floating {
  z-index: 100;
  color: var(--port-text-primary);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  background: #ffffff1f;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.35rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
  position: absolute;
  top: 40px;
  left: 3rem;
  box-shadow: 0 4px 15px #0000001a;
}

.case-study-back-btn-floating svg {
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.case-study-back-btn-floating:hover {
  background: #ffffff38;
  border-color: #fff6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #00000026;
}

.case-study-back-btn-floating:hover svg {
  transform: translateX(-4px);
}

.case-study-back-btn-floating:active {
  transform: translateY(0);
}

.case-study-back-btn {
  color: var(--port-text-secondary);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
  font-size: .95rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.case-study-back-btn:hover {
  color: var(--port-accent);
  transform: translateX(-4px);
}

.case-study-hero {
  border-bottom: 1px solid var(--port-border);
  background: none;
  padding: 3rem 0 2.5rem;
  position: relative;
}

.case-study-hero--with-cover {
  width: 100vw;
  min-height: 480px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  padding: 0;
  display: flex;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  background-position: center !important;
  background-size: cover !important;
}

.case-study-hero-overlay {
  width: 100%;
  min-height: inherit;
  text-align: center;
  box-sizing: border-box;
  border-radius: inherit;
  background: linear-gradient(135deg, #000000a6 0%, #00000059 50%, #0003 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 4.5rem 3rem;
  display: flex;
}

.case-study-hero--with-cover .case-study-hero-meta {
  color: #ffffffd9;
}

.case-study-hero--with-cover .case-study-hero-title {
  color: #fff;
  max-width: 100%;
}

.case-study-hero--with-cover .case-study-hero-tagline {
  color: #fffc;
}

.case-study-hero-award {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  letter-spacing: .03em;
  background: #0a0a0ab3;
  border: 1px solid #ffd7004d;
  border-radius: 99px;
  align-items: center;
  gap: .6rem;
  margin-top: 1.25rem;
  padding: .75rem 1.8rem;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #0003, inset 0 0 0 1px #ffd7001a, 0 0 20px #ffd70026;
}

.case-study-hero-award:hover {
  background: #141414cc;
  border-color: #ffd70099;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px #0000004d, inset 0 0 0 1px #ffd70033, 0 0 30px #ffd7004d;
}

.case-study-hero-meta {
  color: var(--port-accent);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .75rem;
  font-size: 1.15rem;
  font-weight: 500;
  display: inline-block;
}

.port-footer-heading {
  font-family: var(--font-sans);
  letter-spacing: -.02em;
  color: var(--port-text-primary);
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.case-study-hero-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.25;
}

.case-study-hero-tagline {
  color: var(--port-text-secondary);
  max-width: 800px;
  font-size: 1.15rem;
  line-height: 1.6;
}

.case-study-content-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

.case-study-main-content {
  width: 100%;
}

.toc-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .case-study-content-grid {
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 4rem;
    padding: 0 2rem;
    display: grid;
  }

  .toc-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #0003 transparent;
    max-height: calc(100vh - 120px);
    padding-right: 1rem;
    display: block;
    position: sticky;
    top: 100px;
    overflow-y: auto;
  }

  .toc-sidebar::-webkit-scrollbar {
    width: 4px;
  }

  .toc-sidebar::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 4px;
  }

  .toc-list {
    border-left: 2px solid #e5e7eb;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .toc-item-wrapper {
    margin-bottom: .5rem;
  }

  .toc-item {
    color: var(--port-text-muted);
    border-left: 2px solid #0000;
    margin-left: -2px;
    padding: .25rem 0 .25rem 1rem;
    font-size: .85rem;
    line-height: 1.4;
    text-decoration: none;
    transition: all .2s;
    display: block;
  }

  .toc-item:hover {
    color: var(--port-text-primary);
  }

  .toc-item.active {
    color: var(--port-text-primary);
    border-left-color: var(--port-accent, #000);
    font-weight: 600;
  }
}

.case-study-meta-grid {
  border: none;
  border-top: 1px solid var(--port-border-darker);
  border-bottom: 1px solid var(--port-border-darker);
  background: none;
  border-radius: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 4rem;
  margin: 0 0 4.5rem;
  padding: 2.5rem 0;
  display: grid;
  overflow: visible;
}

.case-study-meta-item {
  background: none;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.case-study-meta-label {
  font-family: var(--font-sans);
  text-transform: uppercase;
  color: var(--port-text-secondary);
  letter-spacing: .06em;
  margin-bottom: .5rem;
  font-size: .85rem;
  font-weight: 700;
}

.case-study-meta-val {
  color: var(--port-text-primary);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .case-study-meta-grid {
    gap: 1.5rem;
    padding: 2rem 0;
    grid-template-columns: 1fr !important;
  }

  .case-study-meta-label {
    margin-bottom: .25rem;
  }
}

.case-study-body {
  max-width: 100%;
  margin: 0;
  padding: 0 0 5rem;
}

.case-study-section {
  margin-bottom: 4.5rem;
}

.case-study-section-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
  font-weight: 600;
}

.case-study-body p {
  color: var(--port-text-secondary);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.75;
}

.portfolio-root strong, .portfolio-root mark {
  color: var(--port-text-primary);
  background: none;
  padding: 0;
  font-weight: 700;
}

.modal-process-cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  display: grid;
}

.modal-process-card {
  background: var(--port-accent-light);
  border: 1px solid var(--port-border);
  border-radius: 12px;
  padding: 1.5rem;
}

.modal-process-card-title {
  color: var(--port-text-primary);
  margin-bottom: .5rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.modal-process-card-desc {
  color: var(--port-text-secondary);
  font-size: .9rem;
  line-height: 1.45;
}

.proto-screen-mock {
  border: 4px solid var(--port-border-darker);
  background: var(--port-surface);
  box-shadow: var(--port-shadow-lg);
  border-radius: 12px;
  max-width: 320px;
  margin: 2rem auto;
  overflow: hidden;
}

#about.port-section-wrapper {
  background: var(--port-accent-light);
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  padding-block: 96px;
}

@media (min-width: 1441px) {
  #about.port-section-wrapper {
    width: 100vw;
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.about-container {
  max-width: var(--port-max-width);
  margin: 0 auto;
}

.about-premium {
  padding: 2rem 0;
}

.about-premium-grid {
  max-width: var(--port-max-width);
  flex-direction: column;
  gap: 3rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .about-premium-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 5rem;
  }
}

.about-premium-left {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.about-premium-photo-wrap {
  border: 3px solid var(--port-border-darker);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  transition: transform .4s, box-shadow .4s;
  overflow: hidden;
  box-shadow: 0 8px 24px #00000014;
}

.about-premium-photo-wrap:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 32px #0000001f;
}

.about-premium-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-premium-right {
  flex: 1;
}

.about-premium-bio {
  color: var(--port-text-secondary);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.8;
}

.about-premium-headline {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  letter-spacing: -.01em;
  border-left: 3px solid var(--port-text-primary);
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.about-premium-body {
  color: var(--port-text-secondary);
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.about-premium-blocks {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .about-premium-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-premium-block {
  background: var(--port-bg);
  border: 1px solid var(--port-border);
  border-radius: 12px;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  transition: all .25s;
  display: flex;
}

.about-premium-block:hover {
  border-color: var(--port-border-darker);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000000a;
}

.about-premium-block-icon {
  background: var(--port-accent-light);
  width: 40px;
  height: 40px;
  color: var(--port-text-primary);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-premium-block-title {
  color: var(--port-text-primary);
  margin: 0 0 .3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-premium-block-desc {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.about-premium-actions {
  margin-top: 2rem;
}

.about-premium-btn {
  font-family: var(--font-sans);
  color: var(--port-bg);
  background: var(--port-text-primary);
  border: 1px solid var(--port-text-primary);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.about-premium-btn:hover {
  background: var(--port-accent);
  border-color: var(--port-accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #00000026;
}

@media (max-width: 1024px) and (min-width: 769px) {
  #about.port-section-wrapper {
    padding-block: 80px;
  }
}

@media (max-width: 768px) {
  #about.port-section-wrapper {
    padding-block: 64px;
  }

  .about-container {
    box-sizing: border-box;
    padding: 0 1.5rem;
  }

  .about-premium-grid {
    gap: 2rem;
  }

  .about-premium-left {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }

  .about-premium-photo-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }

  .about-premium-headline {
    padding-left: .75rem;
    font-size: 1.4rem;
  }

  .about-premium-blocks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .about-premium-headline {
    font-size: 1.25rem;
  }
}

.resume-section-header {
  border-bottom: 1px solid var(--port-border-darker);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.resume-section-header h2 {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  font-size: 2.2rem;
  font-weight: 600;
}

.resume-download-btn {
  background: var(--port-text-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.resume-download-btn:hover {
  background: var(--port-accent);
  transform: translateY(-1px);
}

.resume-timeline {
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
  display: flex;
}

.resume-timeline-item {
  grid-template-columns: 1fr;
  gap: 1rem;
  display: grid;
}

@media (min-width: 768px) {
  .resume-timeline-item {
    grid-template-columns: 240px 1fr;
  }
}

.resume-time-col {
  flex-direction: column;
  display: flex;
}

.resume-years {
  color: var(--port-accent);
  margin-bottom: .25rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.resume-location {
  color: var(--port-text-muted);
  font-size: .85rem;
  font-weight: 500;
}

.resume-details-col {
  flex-direction: column;
  display: flex;
}

.resume-job-title {
  color: var(--port-text-primary);
  margin-bottom: .25rem;
  font-size: 1.35rem;
  font-weight: 500;
}

.resume-company {
  color: var(--port-text-secondary);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.resume-bullets {
  flex-direction: column;
  gap: .65rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.resume-bullets li {
  color: var(--port-text-secondary);
  padding-left: 1.25rem;
  font-size: .95rem;
  line-height: 1.5;
  position: relative;
}

.resume-bullets li:before {
  content: "•";
  color: var(--port-accent);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.port-footer {
  border-top: 1px solid var(--port-border-darker);
  background: var(--port-bg);
  margin-top: 0;
  padding: 4rem 3rem 5rem;
}

.port-footer-container {
  max-width: var(--port-max-width);
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
  display: flex;
}

.port-footer-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  display: flex;
}

.port-footer-link {
  font-family: var(--font-sans);
  color: var(--port-text-secondary);
  align-items: center;
  gap: .5rem;
  padding: .4rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s, transform .25s;
  display: inline-flex;
  position: relative;
}

.port-footer-link:hover {
  color: var(--port-accent);
  transform: translateY(-2px);
}

.port-footer-link:after {
  content: "";
  background: var(--port-accent);
  width: 0;
  height: 2px;
  transition: width .3s, left .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.port-footer-link:hover:after {
  width: 100%;
  left: 0;
}

.port-footer-copyright {
  margin-top: .5rem;
}

.port-footer-text {
  font-family: var(--font-sans);
  color: var(--port-text-muted);
  font-size: .9rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .port-footer-container {
    gap: 1.25rem;
  }

  .port-footer-links {
    gap: 2rem;
  }

  .port-footer-link {
    font-size: .95rem;
  }

  .port-footer-text {
    font-size: .8rem;
  }
}

.case-study-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0 2.5rem;
  font-size: .95rem;
}

.case-study-table th, .case-study-table td {
  text-align: left;
  border-bottom: 1px solid var(--port-border);
  padding: .75rem 1rem;
}

.case-study-table th {
  color: var(--port-text-primary);
  border-top: 1px solid var(--port-border-darker);
  background: #f9fafb;
  font-weight: 600;
}

.case-study-table td {
  color: var(--port-text-secondary);
}

.case-study-quote-box {
  border-left: 4px solid var(--port-accent);
  background: linear-gradient(135deg, #2a2a2a0f 0%, #2a2a2a05 100%);
  border-radius: 16px;
  margin: 2rem 0 2.5rem;
  padding: 2rem 2.5rem;
  position: relative;
}

.case-study-quote-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--port-accent);
  background: #2a2a2a1a;
  border-radius: 4px;
  margin-bottom: .75rem;
  padding: .25rem .75rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
}

.case-study-quote-box p {
  color: var(--port-text-primary);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

.case-study-bullet-list {
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
  display: flex;
}

.case-study-bullet-item {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.case-study-bullet-item strong {
  color: var(--port-text-primary);
  background: none;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.case-study-sub-card {
  background: #f5f5f5;
  border: none;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.case-study-sub-card-title {
  color: var(--port-text-primary);
  margin-bottom: .5rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.demonstrated-cards {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  display: grid;
}

.demonstrated-card {
  border: 1px solid var(--port-border);
  border-radius: 12px;
  flex-direction: column;
  padding: 1.25rem 1.5rem 1rem;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.demonstrated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px #1c1c1a14;
}

.demonstrated-card.card-research {
  background: #f0f4fa;
}

.demonstrated-card.card-testing {
  background: #faf5f0;
}

.demonstrated-card.card-insight {
  background: #f0faf5;
}

.demonstrated-card-header {
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.demonstrated-card-icon {
  color: var(--port-text-primary);
  flex-shrink: 0;
}

.demonstrated-card-title {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}

.work-list {
  max-width: var(--port-max-width);
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  display: grid;
}

.work-list-card {
  text-align: left;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  flex-direction: column;
  padding: 0;
  transition: none;
  display: flex;
  overflow: visible;
}

.work-list-card:hover {
  box-shadow: none;
  transform: none;
}

.work-list-card-image-wrap {
  aspect-ratio: 16 / 10;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-list-card-image-wrap img, .work-list-card-image-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.25, 1, .5, 1);
  display: block;
}

.work-list-card:hover .work-list-card-image-wrap img, .work-list-card:hover .work-list-card-image-wrap video {
  transform: scale(1.03);
}

.work-list-card-info {
  flex-direction: column;
  gap: .35rem;
  padding: 1rem 0 0;
  display: flex;
}

.work-list-card-title {
  font-family: var(--font-sans);
  letter-spacing: -.015em;
  color: #0f172a;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
}

.work-list-card-category {
  color: #64748b;
  letter-spacing: .02em;
  font-size: .825rem;
  font-weight: 600;
}

.work-list-card:nth-child(odd):last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: calc(50% - 1.25rem);
}

@media (max-width: 768px) {
  .work-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 1.5rem;
  }

  .work-list-card:nth-child(odd):last-child {
    max-width: 100%;
  }

  .work-list-card-image-wrap {
    aspect-ratio: 4 / 3;
  }

  .work-list-card-title {
    font-size: 1.1rem;
  }
}

.demonstrated-card-desc {
  font-size: .9rem;
  line-height: 1.6;
}

.bs-hero-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0 1rem;
  display: grid;
}

.bs-stat-card {
  text-align: center;
  background: #f8f8f8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .15rem;
  padding: 1.25rem 1rem;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.bs-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -6px #1c1c1a14;
}

.bs-stat-number {
  color: var(--port-text-primary);
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.bs-stat-unit {
  color: var(--port-text-muted);
  margin-left: .1rem;
  font-size: .8rem;
  font-weight: 400;
}

.bs-stat-label {
  color: var(--port-text-secondary);
  margin-top: .1rem;
  font-size: .8rem;
  line-height: 1.3;
}

.bs-method-card {
  background: #f8f8f8;
  border-radius: 12px;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  padding: 1.5rem 1.75rem;
  display: flex;
}

.bs-method-row {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.bs-method-tag {
  min-width: 5.5rem;
  color: var(--port-text-primary);
  text-align: center;
  background: #eaeaea;
  border-radius: 6px;
  flex-shrink: 0;
  padding: .2rem .6rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.6;
}

.bs-method-text {
  color: var(--port-text-secondary);
  font-size: .9rem;
  line-height: 1.6;
}

.bs-findings-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
  display: grid;
}

.bs-finding-card {
  border: 1px solid var(--port-border);
  border-radius: 12px;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.bs-finding-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -6px #1c1c1a14;
}

.bs-finding-header {
  align-items: flex-start;
  gap: .6rem;
  display: flex;
}

.bs-finding-num {
  background: var(--port-text-primary);
  width: 1.8rem;
  height: 1.8rem;
  color: var(--port-bg);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: .1rem;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.bs-finding-title {
  color: var(--port-text-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.bs-finding-data {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .85rem;
  line-height: 1.6;
}

.bs-finding-interp {
  border-top: 1px solid var(--port-border);
  margin-top: auto;
  padding-top: .75rem;
}

.bs-interp-label {
  color: var(--port-text-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .3rem;
  font-size: .75rem;
  font-weight: 600;
}

.bs-interp-text {
  color: var(--port-text-primary);
  margin: 0;
  font-size: .85rem;
  line-height: 1.5;
}

.bs-sus-chart {
  background: var(--port-accent-light);
  border-radius: 12px;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  padding: 1.5rem;
  display: flex;
}

.bs-sus-bar-row {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.bs-sus-label {
  width: 5rem;
  color: var(--port-text-primary);
  text-align: right;
  flex-shrink: 0;
  font-size: .85rem;
  font-weight: 500;
}

.bs-sus-track {
  background: var(--port-border);
  border-radius: 8px;
  flex: 1;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.bs-sus-fill {
  color: #fff;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 2rem;
  height: 100%;
  padding-right: .5rem;
  font-size: .75rem;
  font-weight: 600;
  transition: width .6s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.bs-sus-fill.博客來 {
  background: var(--port-text-primary);
  width: 66%;
}

.bs-sus-fill.誠品線上 {
  background: var(--port-text-secondary);
  width: 66%;
}

.bs-sus-fill.金石堂 {
  background: var(--port-text-muted);
  width: 60%;
}

.bs-sus-score {
  width: 3.5rem;
  color: var(--port-text-primary);
  text-align: left;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
}

.bs-implication-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
  display: grid;
}

.bs-impl-card {
  border: 1px solid var(--port-border);
  border-radius: 12px;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.bs-impl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -6px #1c1c1a14;
}

.bs-impl-icon {
  color: var(--port-text-primary);
  background: #f0f0f0;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.bs-impl-title {
  color: var(--port-text-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.bs-impl-desc {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .85rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .demonstrated-cards {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .demonstrated-card {
    padding: 1rem 1.25rem .75rem;
  }

  .demonstrated-card-title {
    font-size: 1.2rem;
  }
}

.field-photo-grid {
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin: 1.5rem 0;
  display: grid;
}

.field-photo-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .field-photo-grid {
    gap: .5rem;
    margin: 1rem 0;
  }

  .field-photo-img {
    border-radius: 8px;
  }
}

.work-intro-header {
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
  margin: 2rem 0 3rem;
  padding: 0 3rem;
}

.work-intro-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  letter-spacing: -.02em;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .work-intro-header {
    margin: 1.5rem auto 2rem;
  }

  .work-intro-title {
    font-size: 1.85rem;
    line-height: 1.4;
  }
}

.work-filter-bar {
  border-bottom: 1px solid var(--port-border);
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3.5rem;
  padding-bottom: .75rem;
  display: flex;
}

.filter-btn {
  color: var(--port-text-secondary);
  cursor: pointer;
  background: none;
  border: none;
  padding: .5rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  transition: all .25s;
  position: relative;
}

.filter-btn:hover {
  color: var(--port-accent);
}

.filter-btn.active {
  color: var(--port-accent);
  font-weight: 700;
}

.filter-btn.active:after {
  content: "";
  background-color: var(--port-accent);
  height: 2px;
  position: absolute;
  bottom: -.85rem;
  left: 0;
  right: 0;
}

@keyframes card-fade-in {
  from {
    opacity: 0;
    transform: scale(.97)translateY(8px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.publications-section {
  background-color: #f0f2f5;
  background-image: radial-gradient(circle at 30% 20%, #5350f508 0%, #0000 50%), radial-gradient(circle at 70% 80%, #6366f105 0%, #0000 50%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  margin-top: 0;
  padding: 6rem 0;
}

.publications-container {
  max-width: var(--port-max-width);
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}

.publications-header {
  text-align: center;
  margin-bottom: 4rem;
}

.publications-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  letter-spacing: -.03em;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.publications-subtitle {
  color: var(--port-text-secondary);
  font-size: 1.15rem;
  font-weight: 500;
}

.publications-grid {
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 1.25rem;
  display: flex;
}

@media (min-width: 1024px) {
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 0;
    display: grid;
  }
}

.premium-pub-card {
  background: none;
  border-top: 1px solid #1c1c1a26;
  flex-direction: column;
  padding: 2.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.premium-pub-card:hover {
  opacity: .7;
}

.premium-pub-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  display: flex;
}

.premium-pub-tag {
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 30px;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-flex;
}

.premium-pub-tag.award-tag {
  color: #975a16;
  background: #fdf3c7;
  font-weight: 700;
}

.premium-pub-tag.conf-tag, .premium-pub-tag.thesis-tag {
  color: var(--port-text-secondary);
  background: #1c1c1a0a;
}

.premium-pub-date {
  color: var(--port-text-muted);
  letter-spacing: .02em;
  font-size: .85rem;
  font-weight: 600;
}

.premium-pub-title {
  color: var(--port-text-primary);
  letter-spacing: -.015em;
  max-width: 900px;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.premium-pub-title-en {
  color: var(--port-text-secondary);
  max-width: 900px;
  margin: -1rem 0 1.5rem;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.premium-pub-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.premium-pub-authors {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.premium-pub-arrow {
  color: var(--port-text-primary);
  font-size: 1.25rem;
  transition: transform .3s;
}

.premium-pub-card:hover .premium-pub-arrow {
  transform: translate(4px, -4px);
}

@media (max-width: 768px) {
  html, body {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  body.portfolio-theme:before, body.portfolio-theme:after {
    display: none !important;
  }

  .publications-section {
    margin-top: 2rem;
    padding: 3rem 0;
  }

  .publications-container {
    padding: 0 1.5rem;
  }

  .hero-container, .port-footer-premium-inner, .featured-editorial-grid {
    padding: 0 1.5rem !important;
  }

  .work-grid, .research-grid, #about.port-section-wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .premium-pub-title {
    font-size: 1.25rem;
  }

  .premium-pub-title-en {
    font-size: 1rem;
  }

  .premium-pub-authors {
    font-size: .9rem;
  }
}

.view-more-container {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.view-more-btn {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--port-text-primary);
  border: 1.5px solid var(--port-text-primary);
  cursor: pointer;
  background: none;
  border-radius: 0;
  padding: .95rem 3rem;
  font-size: .95rem;
  font-weight: 600;
  transition: all .35s cubic-bezier(.16, 1, .3, 1);
}

.view-more-btn:hover {
  color: var(--port-bg);
  background-color: var(--port-text-primary);
  transform: translateY(-2px);
}

.view-more-btn:active {
  transform: translateY(0);
}

.featured-editorial-grid {
  box-sizing: border-box;
  background-color: #0000;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.5rem 2rem;
  margin: 0 0 4rem;
  padding: 0 3rem;
  display: grid;
}

.work-grid-card {
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.work-grid-card-image-wrap {
  background-color: #e2e2df;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #00000003;
}

.mockup-img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mockup-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
  display: block;
}

.work-grid-card:hover .work-grid-card-image-wrap .mockup-img {
  transform: scale(1.05);
}

.work-grid-card-info {
  text-align: left;
  flex-direction: column;
  gap: .25rem;
  margin-top: 1rem;
  display: flex;
}

.work-grid-card-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
  transition: color .3s;
}

.work-grid-card-category {
  color: var(--port-text-secondary);
  letter-spacing: .03em;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  font-size: .88rem;
  font-weight: 500;
}

.card-row1 {
  grid-column: span 4;
}

.card-row1 .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.card-hero {
  grid-column: span 4;
}

.card-hero .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.card-side {
  grid-column: span 4;
}

.card-side .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.card-row2 {
  grid-column: span 4;
}

.card-row2 .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.card-row3 {
  grid-column: span 4;
}

.card-row3 .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.archive-card {
  grid-column: span 4;
}

.archive-card .work-grid-card-image-wrap {
  aspect-ratio: 1.25;
}

.archive-header {
  text-align: left;
  border-bottom: 1px solid var(--port-border);
  margin: 3.5rem 0 4rem;
  padding-bottom: 2.25rem;
}

.archive-back-btn {
  color: var(--port-text-secondary);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: .95rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.archive-back-btn:hover {
  color: var(--port-accent);
  transform: translateX(-4px);
}

.archive-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  letter-spacing: -.02em;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}

.work-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 2.5rem;
  display: grid;
}

@media (max-width: 768px) {
  .featured-editorial-grid {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    width: 100%;
    margin: 0 0 3rem;
    padding: 3rem 1.5rem;
  }

  .card-row1, .card-row2, .card-row3, .card-row4, .card-hero, .card-side, .archive-card {
    grid-column: auto !important;
  }

  .card-row1 .work-grid-card-image-wrap, .card-row2 .work-grid-card-image-wrap, .card-row3 .work-grid-card-image-wrap, .card-row4 .work-grid-card-image-wrap, .card-hero .work-grid-card-image-wrap, .card-side .work-grid-card-image-wrap, .archive-card .work-grid-card-image-wrap {
    aspect-ratio: 1.25;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .mockup-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mockup-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .archive-header {
    margin: 2rem 0 2.5rem;
    padding-bottom: 1.5rem;
  }

  .archive-title {
    font-size: 2.2rem;
  }
}

.work-stats-grid {
  border-top: 1px solid var(--port-border);
  border-bottom: 1px solid var(--port-border);
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin: 2rem 0 4.5rem;
  padding: 3rem 0;
  display: grid;
}

.work-stats-item {
  flex-direction: column;
  gap: .65rem;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.work-stats-item:hover {
  transform: translateY(-4px);
}

.work-stats-number {
  font-family: var(--font-heading);
  color: var(--port-accent);
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.work-stats-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  letter-spacing: -.01em;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
}

.work-stats-desc {
  font-family: var(--font-sans);
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .work-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .work-stats-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin: 1.5rem 0 3rem;
    padding: 2.5rem 0;
  }

  .work-stats-number {
    font-size: 2.8rem;
  }

  .work-stats-title {
    font-size: 1.05rem;
  }
}

.hh-sub-title {
  color: var(--port-accent);
  margin-top: -.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.hh-img-placeholder {
  width: 100%;
  color: var(--port-text-primary);
  border: 1px dashed var(--port-border-darker);
  text-align: center;
  background: #f0f0ee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
  padding: 2rem 1.5rem;
  font-size: .95rem;
  display: flex;
}

.hh-four-dim-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
  display: grid;
}

.hh-dim-card {
  background: #f5f5f3;
  border-radius: 12px;
  flex-direction: column;
  gap: .5rem;
  padding: 1.25rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.hh-dim-card:hover {
  box-shadow: var(--port-shadow-md);
  transform: translateY(-2px);
}

.hh-dim-icon {
  align-items: center;
  gap: .5rem;
  line-height: 1;
  display: flex;
}

.hh-dim-title {
  color: var(--port-text-primary);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.hh-dim-desc {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.hh-opp-box {
  background: linear-gradient(135deg, #b8860b12 0%, #b8860b05 100%);
  border-left: 4px solid #b8860b;
  border-radius: 12px;
  margin: 1.5rem 0;
  padding: 1.5rem 2rem;
}

.hh-opp-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b8860b;
  background: #b8860b1a;
  border-radius: 4px;
  margin-bottom: .75rem;
  padding: .25rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  display: inline-block;
}

.hh-opp-box p {
  color: var(--port-text-primary);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

.hh-strategy-list {
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
  display: flex;
}

.hh-strategy-item {
  background: #f5f5f3;
  border-radius: 12px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.hh-strategy-item:hover {
  box-shadow: var(--port-shadow-md);
  transform: translateY(-2px);
}

.hh-strategy-number {
  font-family: var(--font-sans);
  color: var(--port-accent);
  flex-shrink: 0;
  min-width: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.hh-strategy-content {
  flex: 1;
}

.hh-strategy-title {
  color: var(--port-text-primary);
  margin: 0 0 .5rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
}

.hh-strategy-desc {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hh-four-dim-grid {
    grid-template-columns: 1fr;
  }

  .hh-strategy-item {
    flex-direction: column;
    gap: .75rem;
  }

  .hh-strategy-number {
    font-size: 2rem;
  }

  .case-study-section div[style*="grid-template-columns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  .case-study-section div[style*="flexWrap: 'wrap'"] {
    flex-direction: column !important;
  }

  .case-study-section div[style*="grid-template-columns: 1fr 1.8fr"], .field-photo-grid, .case-study-section div[style*="grid-template-columns: 1fr 1fr"][style*="border: 1px solid #d4e8d4"], .case-study-section div[style*="grid-template-columns: 1fr 1fr"][style*="borderRadius: '16px 16px 0 0'"], .case-study-section div[style*="grid-template-columns: 1fr 1fr"][style*="borderRadius: '0 0 16px 16px'"] {
    grid-template-columns: 1fr !important;
  }

  .case-study-hero--with-cover {
    min-height: 280px !important;
  }

  .case-study-hero-overlay {
    padding: 2.5rem 1.25rem !important;
  }

  .case-study-hero-title {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  .case-study-hero-meta {
    font-size: .85rem !important;
  }

  .case-study-hero-tagline {
    font-size: .95rem !important;
  }

  .case-study-hero-award {
    padding: .5rem 1.4rem !important;
    font-size: .95rem !important;
  }

  .case-study-meta-grid {
    box-sizing: border-box !important;
    grid-template-columns: 1fr !important;
    gap: 1px !important;
    width: 100% !important;
    margin: 0 0 2.5rem !important;
    padding: 0 !important;
  }

  .case-study-meta-item {
    margin: 0 !important;
    padding: 1.5rem !important;
  }

  .case-study-meta-label {
    font-size: .8rem !important;
  }

  .case-study-meta-val {
    font-size: 1rem !important;
  }

  .case-study-container, .case-study-content-grid, .case-study-main-content, .case-study-body, .case-study-section {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .case-study-content-grid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .case-study-sub-card, .demonstrated-card, .case-study-meta-grid, .case-study-meta-item, div[style*="padding:"] {
    box-sizing: border-box !important;
  }

  .case-study-body {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .case-study-body p {
    font-size: .95rem !important;
    line-height: 1.6 !important;
  }

  .case-study-section-title {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.35rem !important;
  }

  .case-study-body div[style*="grid-template-columns"], .case-study-body div[style*="gridTemplateColumns"] {
    grid-template-columns: 1fr !important;
  }

  .case-study-body div[style*="grid-template-columns: repeat(2, 1fr)"], .case-study-body div[style*="gridTemplateColumns: repeat(2, 1fr)"], .case-study-body div[style*="grid-template-columns: repeat(3, 1fr)"], .case-study-body div[style*="gridTemplateColumns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  .case-study-body div[style*="grid-template-columns: repeat(4, 1fr)"], .case-study-body div[style*="gridTemplateColumns: repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .case-study-body div[style*="grid-template-columns: 1fr 1fr 1fr"], .case-study-body div[style*="gridTemplateColumns: 1fr 1fr 1fr"], .case-study-body div[style*="grid-template-columns: 1fr 1fr"][style*="gap"], .case-study-body div[style*="gridTemplateColumns: 1fr 1fr"][style*="gap"] {
    grid-template-columns: 1fr !important;
  }

  .case-study-body div[style*="font-size: 3.6rem"] {
    font-size: 2.4rem !important;
  }

  .case-study-body div[style*="font-size: 2.4rem"] {
    font-size: 1.8rem !important;
  }

  .case-study-table {
    font-size: .8rem !important;
  }

  .case-study-table th, .case-study-table td {
    padding: .5rem .6rem !important;
  }

  .case-study-quote-box {
    margin: 1.5rem 0 2rem !important;
    padding: 1.25rem 1.5rem !important;
  }

  .case-study-quote-box p {
    font-size: .95rem !important;
  }

  .case-study-sub-card {
    padding: 1rem 1.15rem !important;
  }

  .case-study-sub-card-title {
    font-size: .95rem !important;
  }

  .case-study-body div[style*="max-width: 720px"] {
    max-width: 100% !important;
    padding: 1rem !important;
  }

  .case-study-body div[style*="gridTemplateColumns: repeat(4, 1fr)"][style*="gap: 0.75rem"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: .5rem !important;
  }

  .field-photo-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: .4rem !important;
  }

  .case-study-body div[style*="gridTemplateColumns: 1fr 1fr"][style*="gap: 1rem"][style*="marginTop"], .case-study-body div[style*="gridTemplateColumns: 1fr 1fr"][style*="gap: 0"] {
    grid-template-columns: 1fr !important;
  }

  .writing-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .75rem !important;
    padding: 1.25rem 1rem !important;
  }

  .writing-item div[style*="paddingRight"] {
    padding-right: 0 !important;
  }

  .writing-item-title {
    font-size: 1rem !important;
  }

  .writings-hero h2 {
    font-size: 1.6rem !important;
  }

  .writings-hero p {
    font-size: .95rem !important;
  }

  .work-filter-bar {
    -webkit-overflow-scrolling: touch !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
    padding-bottom: .5rem !important;
    overflow-x: auto !important;
  }

  .filter-btn {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-size: .9rem !important;
  }

  .work-hero h2 {
    font-size: 1.8rem !important;
  }

  .work-hero p {
    font-size: 1rem !important;
  }

  .work-section-title {
    font-size: 1.2rem !important;
  }

  .work-intro-header {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0 2rem !important;
    padding: 1rem 1.5rem !important;
  }

  .work-intro-title {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  .featured-editorial-grid {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 3rem !important;
    padding: 2.5rem 1.5rem !important;
  }

  .work-grid-card {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
  }

  .work-grid-card-image-wrap {
    aspect-ratio: 1.25 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .mockup-img-container {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .mockup-img {
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .work-grid-card-info {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 1rem !important;
    display: block !important;
  }

  .work-grid-card-title {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1.05rem !important;
  }

  .work-grid-card-category {
    margin-top: .25rem !important;
    font-size: .8rem !important;
    display: block !important;
  }

  .publications-title {
    font-size: 1.6rem !important;
  }

  .publications-subtitle {
    font-size: .95rem !important;
  }

  .about-bio {
    max-width: 680px;
    font-size: 1rem !important;
  }

  .about-bio p {
    margin-bottom: 1.25rem !important;
  }

  .about-resume-btn {
    margin-top: 2rem !important;
    padding: .7rem 1.5rem !important;
    font-size: .95rem !important;
  }

  .port-nav-link {
    align-items: center !important;
    min-height: 44px !important;
    padding: .75rem 0 !important;
    display: flex !important;
  }

  .port-menu-trigger {
    justify-content: center !important;
    align-items: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
  }

  .port-footer {
    padding: 2.5rem 1.25rem 3rem !important;
  }

  .port-footer-new {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .port-footer-link {
    padding: .5rem 0 !important;
    font-size: .9rem !important;
  }

  .resume-page-header h1 {
    font-size: 2rem !important;
  }

  .resume-page-subtitle {
    font-size: .9rem !important;
  }

  .case-study-body table {
    font-size: .8rem !important;
  }

  .case-study-body table th, .case-study-body table td {
    padding: .5rem .6rem !important;
  }

  .case-study-body div[style*="gridTemplateColumns: 1fr 1fr 1fr"][style*="marginTop"] p {
    font-size: .75rem !important;
  }

  #about.port-section-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .case-study-hero--with-cover {
    border-radius: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .portfolio-root.is-home-page .port-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .portfolio-root.is-home-page .work-intro-header {
    box-sizing: border-box !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .portfolio-root.is-home-page .hero-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs-hero-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: .75rem !important;
  }

  .bs-stat-card {
    padding: 1rem .75rem !important;
  }

  .bs-stat-number {
    font-size: 1.6rem !important;
  }

  .bs-stat-label {
    font-size: .75rem !important;
  }

  .bs-method-card {
    gap: .85rem !important;
    padding: 1.25rem !important;
  }

  .bs-method-row {
    flex-direction: column !important;
    gap: .25rem !important;
  }

  .bs-method-tag {
    align-self: flex-start !important;
    min-width: auto !important;
    font-size: .75rem !important;
  }

  .bs-method-text {
    font-size: .85rem !important;
  }

  .bs-findings-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .bs-finding-card {
    padding: 1.25rem !important;
  }

  .bs-finding-title {
    font-size: .95rem !important;
  }

  .bs-finding-data, .bs-interp-text {
    font-size: .8rem !important;
  }

  .bs-sus-chart {
    gap: .85rem !important;
    padding: 1.25rem !important;
  }

  .bs-sus-bar-row {
    gap: .5rem !important;
  }

  .bs-sus-label {
    width: 3.5rem !important;
    font-size: .75rem !important;
  }

  .bs-sus-track {
    height: 1.25rem !important;
  }

  .bs-sus-fill {
    padding-right: .3rem !important;
    font-size: .65rem !important;
  }

  .bs-sus-score {
    width: 2.8rem !important;
    font-size: .85rem !important;
  }

  .bs-implication-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .bs-impl-card {
    padding: 1.25rem !important;
  }

  .bs-impl-title {
    font-size: .95rem !important;
  }

  .bs-impl-desc {
    font-size: .8rem !important;
  }
}

.port-header.is-project-open:not(.scrolled) {
  box-shadow: none;
  border-bottom-color: #0000;
}

.port-header.is-project-open.scrolled {
  box-shadow: none !important;
  background: #fff !important;
  border-bottom: 1px solid #00000014 !important;
}

.port-header.is-project-open.scrolled .port-nav-link {
  color: var(--port-text-secondary);
}

.port-header.is-project-open.scrolled .port-nav-link:hover, .port-header.is-project-open.scrolled .port-nav-link.active {
  color: var(--port-text-primary);
}

.port-header.is-project-open.scrolled .port-logo-title {
  color: var(--port-text-primary);
  text-shadow: none;
}

.port-header.is-project-open.scrolled .port-logo-dot {
  text-shadow: none;
  color: var(--port-accent);
}

.port-header.is-project-open:not(.scrolled):before {
  -webkit-backdrop-filter: none !important;
  background: none !important;
}

.port-header.is-project-open:not(.scrolled) .port-logo-title {
  color: #fff;
  text-shadow: 0 1px 4px #00000026;
}

.port-header.is-project-open:not(.scrolled) .port-logo-dot {
  text-shadow: 0 0 8px #2a2a2a99;
}

.port-header.is-project-open:not(.scrolled) .port-nav-link {
  color: #ffffffd9;
}

.port-header.is-project-open:not(.scrolled) .port-nav-link:hover {
  color: #fff;
}

.port-header.is-project-open:not(.scrolled) .port-nav-link.active {
  color: #fff;
  box-shadow: none;
  background-color: #0000;
}

.port-header.is-project-open:not(.scrolled) .port-nav-link.active:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.hero-section {
  flex-direction: column;
  gap: 4rem;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
}

.hero-container.flex-layout {
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
  display: flex;
}

.hero-avatar-wrap {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.hero-avatar {
  object-fit: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  box-shadow: 0 8px 30px #0000001f, 0 2px 8px #0000000f;
}

.hero-avatar-text {
  letter-spacing: .2em;
  color: var(--port-text-muted);
  font-size: .75rem;
  font-weight: 600;
}

.hero-content {
  flex: 1;
}

.hero-title {
  font-family: var(--font-heading);
  letter-spacing: -.03em;
  color: var(--port-text-primary);
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-label {
  font-family: var(--font-sans);
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--port-text-muted);
  margin-bottom: .75rem;
  font-size: .85rem;
  font-weight: 600;
  display: inline-block;
}

.hero-cta-btn {
  font-family: var(--font-sans);
  color: #fff;
  background: #000;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  padding: .75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.hero-cta-btn:hover {
  opacity: .8;
}

.hero-subtitle {
  font-family: var(--font-sans);
  color: var(--port-text-secondary);
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.hashtag-cluster {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.hashtag-item {
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  color: var(--port-text-secondary);
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  background: #6366f10f;
  border: 1px solid #6366f11f;
  border-radius: 999px;
  padding: .4rem .9rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .35s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  position: relative;
}

.hashtag-item:hover {
  color: var(--port-text-primary);
  background: #6366f11f;
  border-color: #6366f140;
  transform: translateY(-2px);
}

.hero-content {
  flex-direction: column;
  flex: 1;
  gap: 2.25rem;
  width: 100%;
  display: flex;
}

.hero-block-tag {
  align-items: center;
  display: flex;
}

.hero-block-intro {
  flex-direction: column;
  gap: .85rem;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-block-intro .hero-title {
  margin-bottom: 0 !important;
}

.hero-block-intro .hero-statement-primary {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.hero-block-timeline {
  flex-direction: column;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.hero-role-tag {
  font-family: var(--font-sans);
  letter-spacing: .05em;
  color: var(--port-accent);
  background: var(--port-accent-light);
  border: 1px solid var(--port-border);
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  margin-bottom: 0;
  padding: .45rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
}

.hero-timeline {
  z-index: 10;
  border-top: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
  max-width: 100%;
  padding-top: 2rem;
  display: grid;
  position: relative;
}

.hero-timeline:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000 0%, #ffffff1f 15%, #ffffff73 50%, #ffffff1f 85%, #0000 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 900px) {
  .hero-timeline {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 1.5rem;
  }

  .hero-timeline:before {
    display: none !important;
  }
}

.hero-timeline-item {
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: .85rem;
  padding: 0;
  display: flex;
}

.hero-timeline-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  color: var(--port-accent);
  flex-shrink: 0;
}

.hero-timeline-text {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.hero-timeline-title {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-timeline-desc {
  font-family: var(--font-sans);
  color: var(--port-text-secondary);
  font-size: .95rem;
  line-height: 1.65;
}

.hero-tag-row {
  -webkit-backdrop-filter: blur(8px);
  background: #1e1e1e8c;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1rem;
  width: fit-content;
  margin-top: 2.5rem;
  padding: .65rem 1.25rem;
  display: flex;
}

.hero-tag {
  font-family: var(--font-sans);
  letter-spacing: .02em;
  color: #fff;
  white-space: nowrap;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  align-items: center;
  gap: .45rem;
  font-size: .82rem;
  font-weight: 600;
  display: inline-flex;
}

.hero-tag svg {
  opacity: .8;
}

.hero-tag-dot {
  background: #ffffff4d;
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
}

.hashtag-item-light {
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  color: #ffffffbf;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: .45rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .35s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  position: relative;
}

.hashtag-item-light:hover {
  color: #fff;
  background: #ffffff24;
  border-color: #fff3;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hashtag-cluster {
    gap: .5rem;
  }

  .hashtag-item {
    padding: .3rem .7rem;
    font-size: .8rem;
  }

  .hashtag-item-light {
    padding: .3rem .75rem;
    font-size: .85rem;
  }

  .hero-hashtags {
    padding: 0 1rem;
    bottom: 5rem;
  }
}

.port-header.is-project-open:not(.scrolled) .port-lang-switcher-pill {
  background: #ffffff26;
  border-color: #fff3;
}

.port-header.is-project-open:not(.scrolled) .port-lang-indicator {
  background: #fff;
  box-shadow: 0 2px 5px #00000026;
}

.port-header.is-project-open:not(.scrolled) .port-lang-btn {
  color: #ffffffb3;
}

.port-header.is-project-open:not(.scrolled) .port-lang-btn.active {
  color: var(--port-text-primary);
}

.port-header.is-project-open:not(.scrolled) .port-dev-link {
  color: #ffffffbf;
  border-color: #ffffff4d;
}

@media (max-width: 768px) {
  .case-study-back-btn-floating {
    padding: .5rem 1rem;
    font-size: .8rem;
    top: 80px;
    left: 1.25rem;
  }

  .metrics-card-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .metrics-card {
    padding: 1.25rem !important;
  }

  .process-time-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .process-time-card {
    padding: 1rem !important;
  }

  .process-time-section {
    padding: 1.25rem !important;
  }

  .insight-cards-grid {
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
  }

  .phone-screen-card-wrap {
    max-width: 62vw !important;
  }

  .phone-screen-card-inner {
    border-radius: 32px !important;
  }

  .yilan-screens-scroll-container {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    box-sizing: border-box !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    gap: 1.25rem !important;
    width: calc(100% + 2rem) !important;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    padding: 1rem 1rem 1.5rem !important;
    display: flex !important;
    overflow: auto hidden !important;
  }

  .yilan-screens-scroll-container::-webkit-scrollbar {
    height: 5px;
  }

  .yilan-screens-scroll-container::-webkit-scrollbar-track {
    background: #e2e8f080;
    border-radius: 4px;
  }

  .yilan-screens-scroll-container::-webkit-scrollbar-thumb {
    background: #4f46e566;
    border-radius: 4px;
  }

  .yilan-screens-scroll-container .yilan-device-mockup {
    scroll-snap-align: center !important;
    flex: 0 0 75vw !important;
    min-width: 230px !important;
    max-width: 270px !important;
  }
}

.scroll-over-content {
  z-index: 1;
  background: var(--port-bg);
  position: relative;
}

.hero-inner {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-section {
  z-index: 1;
  background: #f0f7ff;
  width: 100%;
  padding: 0;
  position: relative;
}

.hero-section.port-section-wrapper {
  padding-top: 0;
}

.hero-container {
  max-width: var(--port-max-width);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 3rem;
}

.hero-title {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.25rem;
  }
}

.hero-subtitle {
  color: var(--port-text-secondary);
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

.hero-statement {
  flex-direction: column;
  gap: 1.25rem;
  max-width: 680px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.hero-statement-primary {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  text-wrap: pretty;
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-statement-secondary {
  font-family: var(--font-sans);
  color: var(--port-text-secondary);
  text-wrap: pretty;
  font-size: 1rem;
  line-height: 1.65;
}

.hero-statement-primary strong, .hero-statement-secondary strong {
  color: var(--port-text-primary);
  background: none;
  padding: 0;
  font-weight: 700;
}

.hero-statement-divider {
  background-color: var(--port-border);
  width: 40px;
  height: 2px;
}

.hero-meta-editorial {
  font-family: var(--font-sans);
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  display: flex;
}

.meta-item {
  align-items: center;
  gap: .6rem;
  display: flex;
}

.meta-accent-dot {
  background-color: #6366f1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  box-shadow: 0 0 8px #6366f1cc;
}

.meta-icon {
  color: var(--port-text-muted);
}

.meta-text {
  color: var(--port-text-secondary);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 500;
}

.meta-divider {
  background-color: var(--port-border);
  width: 1px;
  height: 16px;
  transform: rotate(20deg);
}

.section-title {
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  color: #6b7280;
  text-shadow: 0 0 30px #6b72801f;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.section-subtitle {
  color: var(--port-text-secondary);
  font-size: 1.15rem;
  line-height: 1.6;
}

.work-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}

@media (min-width: 768px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.work-grid-card-image-wrap {
  aspect-ratio: 4 / 3;
  background: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-grid-card-title {
  color: var(--port-text-primary);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.work-grid-card-overlay {
  color: #fff;
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
  background: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.work-grid-card-image-wrap:hover .work-grid-card-overlay {
  opacity: 1;
}

.work-grid-card-overlay-desc {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.work-category-tags {
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.work-category-tag {
  color: var(--port-text-secondary);
  border: 1px solid var(--port-border);
  background-color: #0000;
  border-radius: 6px;
  padding: .25rem .75rem;
  font-size: .85rem;
}

.research-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 0 3rem;
  display: grid;
}

@media (min-width: 768px) {
  .research-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .research-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.research-card {
  background: var(--port-surface);
  border: 1px solid var(--port-border);
  z-index: 0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 2rem;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), border-color .35s, box-shadow .35s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 6px #00000005;
}

.research-card:after {
  content: "";
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: #00000008;
  border-radius: 16px;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.research-card:hover {
  border-color: #1c1c1a66;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #0000000f;
}

.research-card:hover:after {
  opacity: 1;
}

.research-card:hover .research-arrow {
  transform: translateX(4px);
}

.research-card-meta {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.research-tag {
  color: var(--port-text-primary);
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #f4f4f4;
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.research-year {
  color: var(--port-text-muted);
  font-size: .85rem;
  font-weight: 500;
}

.research-card-title {
  color: var(--port-text-primary);
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.research-card-subtitle {
  color: var(--port-text-secondary);
  margin-bottom: 1.5rem;
  font-size: .95rem;
  line-height: 1.5;
}

.research-card-methods {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2rem;
  display: flex;
}

.method-tag {
  color: var(--port-text-secondary);
  border: 1px solid var(--port-border);
  border-radius: 4px;
  padding: .2rem .6rem;
  font-size: .75rem;
}

.research-card-footer {
  color: var(--port-text-primary);
  border-top: 1px solid var(--port-border);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.research-arrow {
  transition: transform .3s;
}

.geometric-bg-wrapper {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.geometric-bg-canvas {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.hero-text-glow {
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: .85;
  background: radial-gradient(#6366f159 0%, #8b5cf638 25%, #3b82f61a 50%, #0000 72%);
  border-radius: 50%;
  width: min(90vw, 900px);
  height: min(60vh, 600px);
  animation: 8s ease-in-out infinite alternate pulse-text-glow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse-text-glow {
  0% {
    opacity: .7;
    filter: blur(75px);
    transform: translate(-50%, -50%)scale(.92);
  }

  100% {
    opacity: 1;
    filter: blur(90px);
    transform: translate(-50%, -50%)scale(1.08);
  }
}

.portfolio-root.is-home-page .hero-text-glow {
  opacity: 1;
  background: radial-gradient(#6366f199 0%, #8b5cf659 20%, #3b82f626 45%, #0000 70%);
}

.hero-noise-overlay {
  z-index: 1;
  pointer-events: none;
  -webkit-backdrop-filter: blur(6px);
  opacity: .45;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-noise-overlay:after {
  content: "";
  pointer-events: none;
  opacity: .3;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise2)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px 128px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-sticky {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-inner, .hero-container, .hero-content, .hero-title, .hero-statement, .hero-timeline, .hero-tag-row {
  z-index: 10;
  position: relative;
}

.hero-scroll-btn-wrap {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.hero-scroll-btn {
  pointer-events: auto;
  font-family: var(--font-sans);
  letter-spacing: .06em;
  text-transform: none;
  color: var(--port-text-secondary);
  border: 1.5px solid var(--port-border);
  cursor: pointer;
  z-index: 1;
  background: none;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  font-size: .95rem;
  font-weight: 500;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), border-color .35s, color .35s;
  display: inline-flex;
  position: relative;
}

.hero-scroll-btn:hover {
  color: var(--port-text-primary);
  border-color: var(--port-text-primary);
  transform: translateY(-2px);
}

.hero-scroll-btn svg {
  opacity: .5;
  transition: opacity .3s;
}

.hero-scroll-btn:hover svg {
  opacity: .8;
}

@media (max-width: 768px) {
  .hero-scroll-btn {
    padding: .7rem 1.6rem;
    font-size: .85rem;
  }
}

.research-marquee-wrapper {
  --item-width: 480px;
  --item-gap: 1.5rem;
  width: 100%;
  padding: .5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.research-marquee-wrapper:before, .research-marquee-wrapper:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  width: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.research-marquee-wrapper:before {
  background: linear-gradient(to right, #f5f5f5 0%, #0000 100%);
  left: 0;
}

.research-marquee-wrapper:after {
  background: linear-gradient(to left, #f5f5f5 0%, #0000 100%);
  right: 0;
}

.research-marquee-track {
  gap: var(--item-gap);
  will-change: transform;
  width: max-content;
  display: flex;
}

.marquee-item {
  width: var(--item-width);
  flex-shrink: 0;
  max-width: 80vw;
}

@media (max-width: 768px) {
  .research-marquee-track {
    flex-direction: column !important;
    gap: 1.25rem !important;
    width: 100% !important;
    transform: none !important;
  }

  .marquee-item {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .marquee-item:nth-child(n+4), .research-marquee-wrapper:before, .research-marquee-wrapper:after {
    display: none !important;
  }

  .research-marquee-wrapper {
    box-sizing: border-box !important;
    padding: 0 1.5rem !important;
  }

  .hero-section {
    justify-content: flex-start !important;
    gap: 1.25rem !important;
    min-height: 100vh !important;
    padding-top: 5.5rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-avatar-wrap {
    display: none !important;
  }

  .hero-content {
    text-align: left !important;
    gap: 1.25rem !important;
  }

  .hero-role-tag {
    padding: .3rem .8rem !important;
    font-size: .82rem !important;
  }

  .hero-title {
    margin-bottom: 0 !important;
    font-size: 1.85rem !important;
  }

  .hero-timeline {
    border-top: none !important;
    gap: 0 !important;
    padding-top: 0 !important;
  }

  .hero-timeline-item {
    background: none !important;
    border-bottom: 1px solid #ffffff29 !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: .85rem !important;
    padding: .85rem 0 !important;
    display: flex !important;
  }

  .hero-timeline-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .hero-timeline-icon {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    color: var(--port-accent) !important;
    margin-top: 2px !important;
  }

  .hero-timeline-text {
    flex-direction: column !important;
    gap: .25rem !important;
    display: flex !important;
  }

  .hero-timeline-title {
    color: var(--port-text-primary) !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
  }

  .hero-timeline-desc {
    color: var(--port-text-secondary) !important;
    font-size: .85rem !important;
    line-height: 1.55 !important;
  }

  .hero-statement {
    gap: 1rem !important;
  }

  .hero-statement-primary {
    font-size: .95rem !important;
    line-height: 1.6 !important;
  }

  .hero-label {
    font-size: .75rem !important;
  }

  .hero-cta-btn {
    margin-top: 1.5rem !important;
    padding: .65rem 1.5rem !important;
    font-size: .9rem !important;
  }

  .hero-tag-row {
    border-radius: 100px !important;
    gap: .4rem .8rem !important;
    margin-top: 1.75rem !important;
    padding: .55rem 1rem !important;
  }

  .hero-tag {
    font-size: .78rem !important;
  }

  .hero-scroll-btn-wrap {
    z-index: 10 !important;
    margin-top: 1.75rem !important;
    margin-bottom: 1rem !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .research-marquee-wrapper {
    padding: .5rem 1.5rem 2rem !important;
  }

  .marquee-item {
    width: 280px;
  }

  .research-marquee-track {
    animation-duration: 40s;
  }

  .port-footer-heading {
    font-size: 2rem !important;
  }

  .port-footer-new {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .port-footer-premium-inner {
    flex-direction: column !important;
    gap: .5rem !important;
    padding: 0 1.5rem !important;
  }
}

.research-list-container {
  flex-direction: column;
  gap: 2.5rem;
  display: flex;
}

.research-list-item {
  color: inherit;
  align-items: flex-start;
  gap: 1.5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.research-list-item:hover {
  opacity: .7;
}

.research-list-num {
  font-family: var(--font-heading);
  color: #5350f5;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.research-list-content {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.research-list-title {
  font-family: var(--font-heading);
  color: var(--port-text-primary);
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.research-list-meta {
  color: var(--port-text-secondary);
  justify-content: space-between;
  align-items: center;
  font-size: .85rem;
  display: flex;
}

.research-list-method {
  letter-spacing: .02em;
}

.research-list-year {
  color: var(--port-text-muted);
  font-weight: 500;
}

.recognition-list-container {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.recognition-list-item {
  z-index: 0;
  color: inherit;
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #a5b4fc 0%, #c4b5fd 50%, #f9a8d4 100%) border-box;
  border: 2px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  gap: .75rem;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000008;
}

.recognition-list-item:after {
  content: "";
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: #00000008;
  border-radius: 12px;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.recognition-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px #00000014;
}

.recognition-list-item:hover:after {
  opacity: 1;
}

.recognition-list-header {
  display: flex;
}

.recognition-list-award {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: .3rem .75rem;
  font-size: .7rem;
  font-weight: 700;
  transition: all .3s;
}

.recognition-list-award.highlight {
  color: #fff;
  background: linear-gradient(90deg, #1f2937 0%, #0f172a 100%);
  border: none;
  box-shadow: 0 4px 12px #0f172a26;
}

.recognition-list-content {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.recognition-list-title {
  font-family: var(--font-sans);
  color: var(--port-text-primary);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.recognition-list-authors {
  color: var(--port-text-secondary);
  margin: 0;
  font-size: .8rem;
}

@keyframes floatOrb {
  0% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(50px, -50px)scale(1.1);
  }

  66% {
    transform: translate(-30px, 40px)scale(.9);
  }

  100% {
    transform: translate(20px, 80px)scale(1);
  }
}

.port-footer-new {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #5350f5 0%, #6366f1 30%, #8b5cf6 60%, #a78bfa 100%) !important;
  padding-bottom: 0 !important;
}

.port-footer-new:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.port-footer-new .footer-geometric-bg {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.port-footer-new .footer-geometric-bg canvas {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.port-footer-new .port-footer-heading {
  color: #fff !important;
}

.port-footer-new-inner > div:first-child > div[style*="backgroundColor"] {
  background-color: #f9731659 !important;
}

.port-footer-new p {
  color: #fdba74 !important;
}

.port-footer-new .social-icon-btn {
  color: #ffedd5;
  background: #f973161f;
  border-color: #f9731659;
}

.port-footer-new .social-icon-btn:hover {
  background: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
  border-color: #ffffff80;
  box-shadow: 0 8px 24px #f9731680;
  color: #fff !important;
}

.port-footer-new .port-footer-premium {
  border-top-color: #ffffff1a;
}

.port-footer-new .port-footer-copy, .port-footer-new .port-footer-loc {
  color: #a5b4fc;
  opacity: .85;
}

.port-footer-new .port-footer-loc:before {
  background: #a5b4fc;
}

.port-footer-new.is-project-page {
  background: #0f172a radial-gradient(circle at 50% 20%, #6366f126 0%, #0000 60%);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .port-footer-new {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .port-footer-new .footer-geometric-bg {
    display: none;
  }
}

.port-footer-premium {
  z-index: 1;
  border-top: 1px solid var(--port-border);
  width: 100%;
  margin-top: 2rem;
  padding: 1.25rem 0;
  position: relative;
}

.port-footer-premium-inner {
  max-width: var(--port-max-width);
  font-family: var(--font-sans);
  box-sizing: border-box;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 0 3rem;
  font-size: .85rem;
  display: flex;
}

.port-footer-copy {
  color: var(--port-text-muted);
  letter-spacing: .02em;
  font-weight: 500;
}

.port-footer-loc {
  color: var(--port-text-muted);
  letter-spacing: .02em;
  align-items: center;
  gap: .35rem;
  font-weight: 500;
  display: inline-flex;
}

.port-footer-loc:before {
  content: "";
  background: var(--port-text-muted);
  opacity: .4;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: inline-block;
}

@media (max-width: 768px) {
  .section-watermark {
    display: none !important;
  }
}

.portfolio-root.is-home-page body, .portfolio-root.is-home-page ~ body {
  background-color: #0a0a0a;
}

body:has(.portfolio-root.is-home-page) {
  background-color: #0a0a0a !important;
}

.portfolio-root.is-home-page .port-logo {
  text-shadow: 0 1px 3px #000c;
}

.portfolio-root.is-home-page .port-nav-link:hover, .portfolio-root.is-home-page .port-nav-link.active {
  color: #fff;
}

.portfolio-root.is-home-page .port-nav-button {
  background: #fff;
  border-color: #fff;
  color: var(--port-bg) !important;
}

.portfolio-root.is-home-page .port-nav-button:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: var(--port-bg) !important;
}

.portfolio-root.is-home-page .port-lang-switcher-pill {
  background: #ffffff0f;
  border-color: #ffffff1a;
}

.portfolio-root.is-home-page .port-lang-indicator {
  background: var(--port-surface);
  box-shadow: 0 2px 4px #0000004d;
}

.portfolio-root.is-home-page .port-lang-btn {
  color: var(--port-text-secondary);
}

.portfolio-root.is-home-page .port-lang-btn.active {
  color: var(--port-text-primary);
}

.hero-bottom-spotlight {
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  opacity: .95;
  background: radial-gradient(at bottom, #6366f1bf 0%, #a855f773 40%, #3b82f633 65%, #0000 82%);
  border-radius: 50%;
  width: 900px;
  height: 550px;
  animation: 6s ease-in-out infinite alternate pulse-bottom-spotlight;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes pulse-bottom-spotlight {
  0% {
    opacity: .8;
    filter: blur(85px);
    transform: translateX(-50%)scale(.95);
  }

  100% {
    opacity: 1;
    filter: blur(100px);
    transform: translateX(-50%)scale(1.08);
  }
}

.hero-ambient-glow {
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  opacity: .65;
  border-radius: 50%;
  animation: 14s ease-in-out infinite alternate float-glow;
  position: absolute;
}

.hero-ambient-glow.glow-3 {
  background: radial-gradient(circle, #3b82f64d 0%, #818cf826 60%, #0000 75%);
  width: 450px;
  height: 450px;
  animation-delay: -3.5s;
  top: 15%;
  left: 5%;
}

@keyframes float-glow {
  0% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(35px, -25px)scale(1.1);
  }

  100% {
    transform: translate(-25px, 20px)scale(.92);
  }
}

.hero-avatar-wrap {
  display: inline-block;
  position: relative;
}

.hero-avatar {
  z-index: 1;
  border: 2px solid #fff6;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s;
  position: relative;
  box-shadow: 0 16px 36px #0009;
}

.hero-avatar-wrap:hover .hero-avatar {
  border-color: #fffc;
  transform: scale(1.03);
}

.portfolio-root.is-home-page .hero-section {
  background: #0d0d0d radial-gradient(120% 35% at 50% 100%, #6366f138 0%, #0000 100%) !important;
}

.portfolio-root.is-home-page .hero-tag-row {
  -webkit-backdrop-filter: blur(16px);
  background: #ffffff0d;
  border: 1px solid #6366f159;
  box-shadow: 0 4px 20px #0006, inset 0 1px #ffffff26;
}

.portfolio-root.is-home-page .hero-tag {
  color: #e0e7ff;
  font-weight: 500;
}

.portfolio-root.is-home-page .hero-tag-dot {
  background: #6366f1;
  box-shadow: 0 0 10px #6366f1;
}

.portfolio-root.is-home-page .hero-scroll-btn {
  color: #ffffffb3;
  box-shadow: none;
  background: none;
  border: 1.5px solid #ffffff40;
}

.portfolio-root.is-home-page .hero-scroll-btn:hover {
  color: #fff;
  box-shadow: none;
  background: none;
  border-color: #ffffffb3;
}

.portfolio-root.is-home-page .hero-noise-overlay {
  opacity: .18;
}

.portfolio-root.is-home-page .hero-noise-overlay:after {
  opacity: .12;
}

.portfolio-root.is-home-page .scroll-over-content {
  border-top: 1px solid #ffffff14;
  position: relative;
  box-shadow: 0 -1px #ffffff0a, 0 -2px 30px #6366f11f;
  background-color: #11121c !important;
  background-image: none !important;
}

.portfolio-root.is-home-page .scroll-over-content:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: overlay;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseGrain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseGrain)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 300px 300px;
  position: absolute;
  inset: 0;
}

.portfolio-root.is-home-page .scroll-over-content > * {
  z-index: 1;
  position: relative;
}

.portfolio-root.is-home-page .work-grid-card-image-wrap, .portfolio-root.is-home-page .project-card-image-wrap {
  background: linear-gradient(#ffffff0f 0%, #ffffff05 100%), #242630;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  transition: all .45s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 8px 24px #00000080;
}

.portfolio-root.is-home-page .work-grid-card:hover .work-grid-card-image-wrap, .portfolio-root.is-home-page .project-card:hover .project-card-image-wrap {
  border-color: #ffffff73;
  transform: translateY(-5px);
  box-shadow: 0 20px 45px -10px #000000bf;
}

.portfolio-root.is-home-page .publications-section {
  background: none !important;
  padding: .5rem 0 3rem !important;
}

.portfolio-root.is-home-page .recognition-list-item {
  z-index: 0;
  position: relative;
  -webkit-backdrop-filter: blur(16px) !important;
  background: linear-gradient(135deg, #232736e6 0%, #181b26f5 100%) !important;
  border: 1px solid #ffffff26 !important;
  border-radius: 18px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 220px !important;
  padding: 2rem 2.25rem !important;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), border-color .4s, box-shadow .4s !important;
  display: flex !important;
  box-shadow: 0 10px 30px -5px #00000080, inset 0 1px #ffffff26 !important;
}

.portfolio-root.is-home-page .recognition-list-header {
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: .75rem !important;
  display: flex !important;
}

.external-badge-icon {
  color: #ffffff8c;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.22, 1, .36, 1);
  display: inline-flex;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.recognition-list-item:hover .external-badge-icon {
  color: #fff;
  transform: translate(2px, -2px)scale(1.12);
}

.portfolio-root.is-home-page .recognition-list-item:after {
  content: "";
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #2e3448f2 0%, #202432fa 100%);
  border-radius: 18px;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.portfolio-root.is-home-page .recognition-list-item:hover {
  border-color: #ffffff73 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 50px -10px #000000bf, inset 0 1px #ffffff4d !important;
}

.portfolio-root.is-home-page .recognition-list-item:hover:after {
  opacity: 1;
}

.portfolio-root.is-home-page .recognition-list-award {
  color: #e2e8f0 !important;
  background: #ffffff14 !important;
  border: 1px solid #ffffff29 !important;
  font-weight: 500 !important;
}

.portfolio-root.is-home-page .recognition-list-award.highlight {
  color: #fff !important;
  background: linear-gradient(90deg, #6366f1cc 0%, #7c3aedcc 100%) !important;
  border: 1px solid #fff6 !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 18px #0006 !important;
}

.portfolio-root.is-home-page .recognition-list-title {
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

.portfolio-root.is-home-page .recognition-list-authors {
  color: #cbd5e1 !important;
  font-weight: 500 !important;
}

.portfolio-root.is-home-page .research-marquee-wrapper:before {
  background: linear-gradient(to right, #11121c 0%, #0000 100%) !important;
}

.portfolio-root.is-home-page .research-marquee-wrapper:after {
  background: linear-gradient(to left, #11121c 0%, #0000 100%) !important;
}

.portfolio-root.is-home-page .section-title {
  color: #9ca3af !important;
  text-shadow: 0 0 40px #9ca3af33 !important;
}

.portfolio-root.is-home-page .research-card:hover {
  border-color: #fff3;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #0006;
}

.portfolio-root.is-home-page .research-tag {
  background: var(--port-accent-light);
  color: var(--port-text-primary);
}

@media (max-width: 768px) {
  .portfolio-root.is-home-page .port-nav.menu-open {
    -webkit-backdrop-filter: blur(28px) saturate(140%);
    background: #090a0fe6;
    border-bottom: 1px solid #ffffff14;
  }

  .portfolio-root.is-home-page .port-nav.menu-open:before {
    background: radial-gradient(closest-side, #6366f138, #6366f10f 60%, #0000 100%);
  }

  .portfolio-root.is-home-page .port-nav.menu-open:after {
    background: radial-gradient(closest-side, #06b6d42e, #06b6d40a 60%, #0000 100%);
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-link {
    color: var(--port-text-primary);
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-link:hover, .portfolio-root.is-home-page .port-nav.menu-open .port-nav-link.active {
    color: var(--port-accent) !important;
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-index {
    color: var(--port-text-muted);
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-button {
    background: #fff;
    border-color: #fff;
    color: #0f172a !important;
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-menu-footer {
    border-top-color: #ffffff1f;
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-menu-tagline {
    color: var(--port-text-muted);
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-menu-social a {
    color: var(--port-text-secondary);
    background: #ffffff12;
    border-color: #ffffff1f;
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-nav-menu-social a:hover {
    color: #0f172a;
    background: #fff;
    border-color: #fff;
  }

  .portfolio-root.is-home-page .port-nav.menu-open .port-lang-switcher-pill {
    background: #ffffff12;
    border-color: #ffffff24;
  }

  .portfolio-root.is-home-page .port-header.menu-open .port-lang-btn, .portfolio-root.is-home-page .port-header.menu-open .port-lang-btn.active, .portfolio-root.is-home-page .port-header.menu-open .port-menu-trigger {
    color: var(--port-text-primary);
  }

  .portfolio-root.is-home-page .port-header.menu-open .port-logo-title, .portfolio-root.is-home-page .port-header.menu-open .port-logo-dot {
    color: var(--port-text-primary) !important;
  }
}

.portfolio-root.is-home-page .work-list-card-title {
  color: #fff;
}

.portfolio-root.is-home-page .work-list-card-category {
  color: var(--port-text-secondary);
}

.section-divider-line {
  width: 100%;
  height: 1px;
  box-shadow: none;
  z-index: 2;
  background: linear-gradient(90deg, #0000 0%, #ffffff26 20%, #fff6 50%, #ffffff26 80%, #0000 100%);
  margin: 1.5rem 0 .5rem;
  position: relative;
}

.footer-connect-divider-left, .footer-connect-divider-right {
  background: var(--port-border);
  flex: 1;
  height: 1px;
}

.port-footer-heading {
  font-family: var(--font-sans);
  letter-spacing: -.03em;
  color: var(--port-text-primary);
  white-space: nowrap;
  margin: 0;
  font-size: 3.5rem;
}

.port-footer-subheading {
  font-family: var(--font-sans);
  color: var(--port-text-muted);
  margin: 0 0 2.5rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.portfolio-root.is-home-page .port-footer-heading {
  text-shadow: 0 4px 20px #0003;
  color: #fff !important;
}

.portfolio-root.is-home-page .footer-connect-divider-left {
  background: linear-gradient(90deg, #0000 0%, #fff6 100%) !important;
}

.portfolio-root.is-home-page .footer-connect-divider-right {
  background: linear-gradient(90deg, #fff6 0%, #0000 100%) !important;
}

.portfolio-root.is-home-page .port-footer-subheading {
  color: #ffffffd9 !important;
}

.portfolio-root.is-home-page .social-icon-btn {
  color: #fff !important;
  background: #ffffff26 !important;
  border: 1px solid #ffffff4d !important;
  box-shadow: 0 4px 16px #00000026 !important;
}

.portfolio-root.is-home-page .social-icon-btn:hover {
  color: #5350f5 !important;
  background: #fff !important;
  border-color: #fff !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px #0000004d !important;
}

@media (max-width: 768px) {
  .publications-section {
    box-sizing: border-box !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #about.port-section-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .research-section-header {
    margin-bottom: 0 !important;
  }

  .research-marquee-wrapper {
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=src_app_cherylchen_portfolio_1zeluxw.css.map*/