:root {
  --bg: #ffffff;
  --paper: #fffdfa;
  --ink: #161514;
  --muted: #777069;
  --line: #ddd8cf;
  --soft: #eee8df;
  --blush: #f3e5df;
  --cream: #f9f5ee;
  --accent: #2d56c5;
  --project-detail-bg: rgba(255, 255, 255, 0.7);
  --header-height: 76px;
  --featured-project-edge: clamp(18px, 4vw, 48px);
  font-family: Inter, "Noto Sans SC", system-ui, sans-serif;
  color: var(--ink);
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-padding-top: var(--header-height);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  background: #ffffff;
  color: var(--ink);
  letter-spacing: 0;
}

.restore-project-scroll body {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  max-width: 100%;
  overflow-x: clip;
  background: #ffffff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url("assets/nav-bar-bg.png") center center / cover no-repeat,
    #ffffff;
}

.brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: clamp(18px, 3vw, 42px);
  color: #b8b4ae;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  transform-origin: center;
  transition: color 220ms ease, font-weight 260ms ease, transform 260ms ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
}

.nav-links a.is-active {
  font-weight: 800;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 6vw, 76px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.78), rgba(255, 253, 250, 0.26)),
    url("assets/chyen-soft-tone-bg.jpg") center center / cover;
}

.hero::before {
  position: absolute;
  top: clamp(22px, 4vw, 54px);
  right: clamp(18px, 4vw, 48px);
  width: clamp(90px, 12vw, 180px);
  height: 1px;
  background: var(--ink);
  opacity: 0.24;
  content: "";
}

.hero::after {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 48px);
  color: rgba(22, 21, 20, 0.2);
  font-size: clamp(42px, 8vw, 120px);
  font-weight: 700;
  line-height: 1;
  content: "01";
}

.kv-hero::before,
.kv-hero::after {
  display: none;
}

.kv-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(420px, 0.88fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: center;
  min-height: calc(100svh - 76px);
  background: #ffffff;
}

.project-index {
  position: absolute;
  top: clamp(22px, 4vw, 54px);
  right: clamp(18px, 4vw, 48px);
  z-index: 2;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}

.kv-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 420px;
  padding-left: clamp(0px, 2vw, 28px);
}

.kv-copy span {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.kv-copy h1 {
  max-width: 430px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 800;
  line-height: 0.94;
}

.kv-copy p {
  max-width: 520px;
  margin: 0;
  color: #6d6763;
  font-size: clamp(10px, 0.88vw, 12px);
  font-weight: 400;
  line-height: 1.72;
}

.hero-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  margin-top: 34px;
  padding: 0 26px;
  border: 1px solid rgba(123, 137, 150, 0.46);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.38) 31%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(ellipse at 82% 92%, rgba(160, 181, 196, 0.22) 0%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.6) 0%, rgba(231, 238, 243, 0.28) 34%, rgba(255, 255, 255, 0.72) 52%, rgba(222, 232, 239, 0.26) 74%, rgba(255, 255, 255, 0.56) 100%);
  background-position: 0% 50%, 100% 50%, 0% 50%;
  background-size: 180% 140%, 160% 150%, 240% 100%;
  color: #989793;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.98),
    inset 0 -1px 2px rgba(80, 98, 114, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 9px 0 18px rgba(255, 255, 255, 0.5),
    inset -9px 0 18px rgba(132, 152, 169, 0.13),
    0 0 0 1px rgba(83, 101, 116, 0.08),
    0 11px 24px rgba(61, 69, 76, 0.17),
    0 2px 5px rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-position 720ms cubic-bezier(0.2, 0.7, 0.18, 1),
    border-color 220ms ease,
    color 220ms ease;
}

.hero-link::before,
.hero-link::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-link::before {
  inset: 3px 4px 48% 4px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.16));
  filter: blur(0.4px);
}

.hero-link::after {
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 16% 50%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 34%),
    linear-gradient(100deg, rgba(255, 255, 255, 0) 12%, rgba(203, 219, 230, 0.2) 36%, rgba(255, 255, 255, 0.86) 50%, rgba(198, 215, 227, 0.18) 64%, rgba(255, 255, 255, 0) 88%);
  opacity: 0.54;
  transform: translateX(-92%);
  transition:
    opacity 220ms ease,
    transform 780ms cubic-bezier(0.2, 0.7, 0.18, 1);
}

.hero-link:hover,
.hero-link:focus-visible {
  background-position: 100% 50%, 0% 50%, 100% 50%;
  border-color: rgba(118, 137, 151, 0.56);
  color: #8b8985;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 1),
    inset 0 -1px 3px rgba(65, 87, 106, 0.3),
    inset 14px 0 24px rgba(255, 255, 255, 0.58),
    inset -14px 0 24px rgba(124, 149, 168, 0.16),
    0 18px 34px rgba(54, 63, 72, 0.18),
    0 3px 8px rgba(255, 255, 255, 1);
  outline: 0;
  transform: translateY(-3px) scale(1.035);
}

.hero-link:hover::after,
.hero-link:focus-visible::after {
  opacity: 0.88;
  transform: translateX(92%);
}

.hero-link:active {
  transform: translateY(-1px) scale(1.01);
}

.kv-product {
  margin: 0;
}

.kv-product img {
  width: min(100%, 1120px);
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(83, 65, 54, 0.13));
}

.zero-flip-home-product {
  overflow: visible;
}

.zero-flip-home-product img {
  width: min(124%, 1320px);
  max-width: none;
  margin-left: -26%;
}

.featured-projects {
  min-height: calc(100svh - var(--header-height));
  padding: var(--featured-project-edge) var(--featured-project-edge) clamp(42px, 4.6vw, 68px);
  border-bottom: 1px solid rgba(22, 21, 20, 0.16);
  background: #ffffff;
}

.featured-projects-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(18px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(22, 21, 20, 0.18);
}

.featured-projects-heading span {
  display: block;
  margin: 0;
  color: #77736d;
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.featured-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.45vw, 22px) clamp(16px, 1.8vw, 26px);
  align-items: start;
}

.featured-project-card {
  min-width: 0;
}

.featured-project-card a {
  display: grid;
  gap: 9px;
  height: 100%;
  min-width: 0;
}

.featured-project-cover {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #f2f2f0;
}

.featured-project-cover > img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transition: transform 520ms ease, filter 520ms ease;
  transform: scale(1);
}

.featured-project-card:hover .featured-project-cover > img,
.featured-project-card:focus-within .featured-project-cover > img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.026);
}

.note60-card-cover > img {
  object-position: 100% 60%;
  transform: scale(1.04) translateY(3%);
}

.featured-project-card:hover .note60-card-cover > img,
.featured-project-card:focus-within .note60-card-cover > img {
  transform: scale(1.066) translateY(3%);
}

.findx5-card-cover > img {
  object-position: 100% center;
  transform: translateX(2%) scale(1.1);
}

.featured-project-card:hover .findx5-card-cover > img,
.featured-project-card:focus-within .findx5-card-cover > img {
  transform: translateX(2%) scale(1.13);
}

.furbit-card-cover > img {
  object-position: 100% center;
}

.pogo-card-cover > img {
  object-position: 92% center;
}

.zero-flip-card-cover {
  background: #fff;
}

.zero-flip-card-cover > img {
  object-position: 100% center;
  transform: scale(0.9);
}

.featured-project-card:hover .zero-flip-card-cover > img,
.featured-project-card:focus-within .zero-flip-card-cover > img {
  transform: scale(0.93);
}

.zero40-card-cover > img {
  object-position: 99% center;
}

.zero30-card-cover > img {
  object-position: 100% center;
  transform: scale(1.05);
}

.featured-project-card:hover .zero30-card-cover > img,
.featured-project-card:focus-within .zero30-card-cover > img {
  transform: scale(1.08);
}

.play-band-card-cover > img {
  object-position: center center;
  transform: scale(0.8);
}

.featured-project-card:hover .play-band-card-cover > img,
.featured-project-card:focus-within .play-band-card-cover > img {
  transform: scale(0.82);
}

.featured-project-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  align-content: start;
  min-width: 0;
  padding-right: 42px;
}

.featured-project-index {
  position: absolute;
  top: 1px;
  right: 0;
  color: #9d9993;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: right;
}

.featured-project-copy h2 {
  min-width: 0;
  margin: 0;
  color: #111;
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 760;
  line-height: 0.98;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.featured-project-copy .project-year {
  color: #6b6761;
  font-weight: 400;
}

.featured-project-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 330px;
  margin: 0;
  color: #6b6761;
  font-size: clamp(10.5px, 0.78vw, 11.5px);
  line-height: 1.55;
  text-wrap: pretty;
}

.featured-awards {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin: 0;
  pointer-events: none;
}

.featured-awards img {
  width: auto;
  height: 22px;
  object-fit: contain;
}

.featured-awards img:first-child {
  width: 22px;
  height: 22px;
}

.featured-awards.single-award img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.featured-awards.single-award img:first-child {
  width: 22px;
}

.case-cover {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: #f4f4f1;
}

.case-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.case-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 252, 0.74), rgba(255, 255, 252, 0.18) 46%, rgba(255, 255, 252, 0) 72%);
  content: "";
  pointer-events: none;
}

.note60-cover::after {
  display: none;
}

.case-cover-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  min-width: 0;
  max-width: 480px;
  padding-left: clamp(0px, 2vw, 28px);
}

.case-cover-copy span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.case-cover-copy h2 {
  max-width: 430px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 800;
  line-height: 0.94;
  overflow-wrap: break-word;
}

.case-cover-copy h2 .title-line {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.case-cover-copy p {
  width: 100%;
  max-width: 460px;
  margin: 0;
  color: #6d6763;
  font-size: clamp(10px, 0.88vw, 12px);
  font-weight: 400;
  line-height: 1.72;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.case-read-more {
  width: fit-content;
  justify-self: start;
}

.case-award-stack {
  display: grid;
  gap: 24px;
  justify-items: stretch;
  width: 136px;
  margin-top: 34px;
}

.case-award-stack .case-read-more {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.case-award-logo {
  display: block;
  justify-self: center;
  width: 80%;
  height: auto;
}

.note60-award-stack {
  width: max-content;
}

.note60-award-stack .case-read-more {
  width: 136px;
}

.note60-award-row {
  --note60-award-size: clamp(49.6px, 5.68vw, 68.8px);
  display: flex;
  align-items: center;
  gap: 14px;
}

.note60-award-row .case-award-logo {
  width: var(--note60-award-size);
  max-width: none;
}

.note60-award-row .case-award-logo:not(:first-child) {
  width: auto;
  height: var(--note60-award-size);
  object-fit: contain;
}

.findx5-award-logo {
  width: clamp(49.6px, 5.68vw, 68.8px);
  max-width: none;
}

.note60-cover .case-cover-copy {
  width: min(42vw, 460px);
  max-width: 460px;
}

.note60-cover .case-cover-copy h2 {
  max-width: 460px;
}

.note60-cover .case-cover-copy p {
  max-width: 360px;
}

.furbit-cover {
  background: #f6f6f4;
}

.furbit-cover::after {
  right: auto;
  width: 50%;
  background: linear-gradient(90deg, rgba(246, 246, 244, 0.96), rgba(246, 246, 244, 0.78) 58%, rgba(246, 246, 244, 0) 100%);
}

.furbit-cover .case-cover-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.furbit-cover .case-cover-copy {
  width: min(42vw, 500px);
  max-width: 500px;
}

.furbit-cover .case-cover-copy h2 {
  color: var(--ink);
}

.furbit-cover .case-cover-copy p {
  max-width: 460px;
}

.pogo-cover {
  background: #f5f3fa;
}

.pogo-cover::after {
  display: none;
}

.pogo-cover .case-cover-image {
  object-position: center center;
}

.pogo-cover .case-cover-copy {
  max-width: 460px;
}

.findx5-cover {
  background: #f0f0ef;
}

.findx5-cover::after {
  right: auto;
  width: 52%;
  background: linear-gradient(90deg, rgba(240, 240, 239, 0.96), rgba(240, 240, 239, 0.7) 58%, rgba(240, 240, 239, 0) 100%);
}

.findx5-cover .case-cover-image {
  object-position: center center;
}

.findx5-cover .case-cover-copy {
  width: min(44vw, 520px);
  max-width: 520px;
}

.findx5-cover .case-cover-copy h2 {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
}

.findx5-cover .case-cover-copy p {
  max-width: 500px;
}

.zero40-cover {
  background: #fbfaf8;
}

.zero40-cover::after {
  right: auto;
  width: 52%;
  background: linear-gradient(90deg, rgba(251, 250, 248, 0.96), rgba(251, 250, 248, 0.76) 58%, rgba(251, 250, 248, 0) 100%);
}

.zero40-cover .case-cover-image {
  object-position: center center;
}

.zero40-cover .case-cover-copy {
  width: min(42vw, 500px);
  max-width: 500px;
}

.zero40-cover .case-cover-copy h2 {
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
  line-height: 0.94;
}

.zero40-cover .case-cover-copy p {
  max-width: 430px;
}

.zero30-cover {
  background: #f8f0e5;
}

.zero30-cover::after {
  right: auto;
  width: 50%;
  background: linear-gradient(90deg, rgba(248, 240, 229, 0.9), rgba(248, 240, 229, 0.56) 58%, rgba(248, 240, 229, 0) 100%);
}

.zero30-cover .case-cover-image {
  object-position: 56% center;
}

.zero30-cover .case-cover-copy {
  width: min(42vw, 500px);
  max-width: 500px;
}

.zero30-cover .case-cover-copy h2 {
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
}

.zero30-cover .case-cover-copy p {
  max-width: 430px;
}

.mono-stool-cover {
  background: #f3f3f2;
}

.mono-stool-cover::after {
  background: linear-gradient(90deg, rgba(243, 243, 242, 0.9), rgba(243, 243, 242, 0.64) 42%, rgba(243, 243, 242, 0.04) 72%);
}

.mono-stool-cover .case-cover-image {
  object-position: center center;
}

.mono-stool-cover .case-cover-copy {
  width: min(46vw, 560px);
  max-width: 560px;
}

.mono-stool-cover .case-cover-copy h2 {
  max-width: 680px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 94px);
}

.mono-stool-cover .case-cover-copy p {
  max-width: 560px;
}

.more-projects {
  padding: clamp(36px, 5vw, 70px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.more-projects-heading {
  margin-bottom: clamp(16px, 2.2vw, 30px);
  padding-bottom: 0;
  border-bottom: 0;
}

.more-project-copy span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.more-projects-heading h2 {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.more-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
}

.more-project-card {
  min-width: 0;
}

.more-project-card-link {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.more-project-cover {
  display: block;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 21, 20, 0.1);
  background: #ffffff;
}

.more-project-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 420ms ease;
}

.more-project-card:nth-child(1) .more-project-cover img {
  object-position: 78% center;
}

.more-project-card:nth-child(2) .more-project-cover img {
  object-position: 64% center;
}

.more-project-card:nth-child(3) .more-project-cover img {
  object-position: center 28%;
}

.more-project-card:nth-child(4) .more-project-cover img {
  object-position: center bottom;
}

.more-project-card:nth-child(6) .more-project-cover img {
  object-position: center center;
}

.more-project-card:hover .more-project-cover img {
  transform: scale(1.035);
}

.more-project-copy {
  display: grid;
  grid-template-rows: auto minmax(2em, auto);
  gap: 8px;
  align-content: start;
  padding-top: 0;
}

.more-project-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 760;
  line-height: 0.98;
}

.more-project-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: fit-content;
  margin-top: 4px;
  align-self: end;
  min-height: 53px;
  padding: 0 26px;
  border: 1px solid rgba(123, 137, 150, 0.46);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.38) 31%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(ellipse at 82% 92%, rgba(160, 181, 196, 0.22) 0%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.6) 0%, rgba(231, 238, 243, 0.28) 34%, rgba(255, 255, 255, 0.72) 52%, rgba(222, 232, 239, 0.26) 74%, rgba(255, 255, 255, 0.56) 100%);
  background-position: 0% 50%, 100% 50%, 0% 50%;
  background-size: 180% 140%, 160% 150%, 240% 100%;
  color: #989793;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.98),
    inset 0 -1px 2px rgba(80, 98, 114, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 9px 0 18px rgba(255, 255, 255, 0.5),
    inset -9px 0 18px rgba(132, 152, 169, 0.13),
    0 0 0 1px rgba(83, 101, 116, 0.08),
    0 11px 24px rgba(61, 69, 76, 0.17),
    0 2px 5px rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-position 720ms cubic-bezier(0.2, 0.7, 0.18, 1),
    border-color 220ms ease,
    color 220ms ease;
}

.more-project-link::before,
.more-project-link::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.more-project-link::before {
  inset: 3px 4px 48% 4px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.16));
  filter: blur(0.4px);
}

.more-project-link::after {
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 16% 50%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 34%),
    linear-gradient(100deg, rgba(255, 255, 255, 0) 12%, rgba(203, 219, 230, 0.2) 36%, rgba(255, 255, 255, 0.86) 50%, rgba(198, 215, 227, 0.18) 64%, rgba(255, 255, 255, 0) 88%);
  opacity: 0.54;
  transform: translateX(-92%);
  transition:
    opacity 220ms ease,
    transform 780ms cubic-bezier(0.2, 0.7, 0.18, 1);
}

.more-project-link:hover,
.more-project-link:focus-visible,
.more-project-card:hover .more-project-link {
  background-position: 100% 50%, 0% 50%, 100% 50%;
  border-color: rgba(118, 137, 151, 0.56);
  color: #8b8985;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 1),
    inset 0 -1px 3px rgba(65, 87, 106, 0.3),
    inset 14px 0 24px rgba(255, 255, 255, 0.58),
    inset -14px 0 24px rgba(124, 149, 168, 0.16),
    0 18px 34px rgba(54, 63, 72, 0.18),
    0 3px 8px rgba(255, 255, 255, 1);
  outline: 0;
  transform: translateY(-3px) scale(1.035);
}

.more-project-link:hover::after,
.more-project-link:focus-visible::after,
.more-project-card:hover .more-project-link::after {
  opacity: 0.88;
  transform: translateX(92%);
}

.more-project-link:active {
  transform: translateY(-1px) scale(1.01);
}

.hero-link,
.more-project-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 58px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 17.25px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98),
    0 0 8px rgba(255, 255, 255, 0.7);
  filter: drop-shadow(0 12px 18px rgba(45, 57, 69, 0.13));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  transition:
    transform 240ms ease,
    filter 240ms ease,
    color 240ms ease;
}

.hero-link span,
.more-project-link span {
  position: relative;
  z-index: 3;
}

.hero-link::before,
.more-project-link::before {
  position: absolute;
  inset: 8px 12px 45% 12px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  opacity: 0.78;
  pointer-events: none;
  content: "";
}

.hero-link::after,
.more-project-link::after {
  position: absolute;
  inset: 3px;
  z-index: 2;
  padding: 2px;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0) 0deg,
      rgba(255, 255, 255, 0) 36deg,
      rgba(188, 216, 232, 0.42) 48deg,
      rgba(255, 255, 255, 0.98) 58deg,
      rgba(190, 220, 235, 0.48) 70deg,
      rgba(255, 255, 255, 0) 92deg,
      rgba(255, 255, 255, 0) 360deg
    );
  opacity: 0;
  filter: blur(0.25px) drop-shadow(0 0 8px rgba(187, 218, 236, 0.62));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  content: "";
  transition:
    opacity 180ms ease;
}

.hero-link:hover,
.hero-link:focus-visible,
.more-project-link:hover,
.more-project-link:focus-visible,
.more-project-card:hover .more-project-link {
  color: #000000;
  filter: drop-shadow(0 18px 24px rgba(45, 57, 69, 0.18)) saturate(1.06) contrast(1.02);
  outline: 0;
  transform: translateY(-3px) scale(1.035);
}

.hero-link:hover::after,
.hero-link:focus-visible::after,
.more-project-link:hover::after,
.more-project-link:focus-visible::after,
.more-project-card:hover .more-project-link::after {
  opacity: 1;
  animation: readMoreOrbit 1050ms cubic-bezier(0.24, 0.72, 0.22, 1) both;
}

@keyframes readMoreOrbit {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.section-title p,
.project-meta,
.profile-copy {
  color: var(--muted);
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  max-width: 1180px;
  margin-bottom: 0;
  font-size: clamp(44px, 7.1vw, 108px);
  font-weight: 700;
  line-height: 1.02;
}

.hero-image {
  position: relative;
  margin: 0;
  background: var(--paper);
  border: 1px solid rgba(21, 21, 21, 0.05);
  box-shadow: 0 22px 70px rgba(118, 93, 73, 0.08);
}

.hero-image::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(22, 21, 20, 0.08);
  content: "";
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  height: clamp(430px, 56vw, 800px);
  object-fit: cover;
}

.projects,
.profile,
.contact {
  padding: clamp(64px, 9vw, 128px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.projects {
  background:
    linear-gradient(rgba(246, 243, 238, 0.86), rgba(246, 243, 238, 0.9)),
    url("assets/chyen-soft-tone-bg.jpg") left top / 68% auto no-repeat;
}

.section-title {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: clamp(24px, 5vw, 70px);
}

.profile {
  display: grid;
  grid-template-columns: 0.28fr 0.32fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.9), rgba(246, 232, 224, 0.46)),
    url("assets/chyen-soft-tone-bg.jpg") right center / auto 100% no-repeat;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4.2vw, 64px);
  font-weight: 700;
  line-height: 1;
}

.section-title {
  margin-bottom: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 21, 20, 0.16);
}

.section-title p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.46;
}

.project-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.project-row {
  border-bottom: 1px solid var(--line);
  transition: opacity 260ms ease;
}

.project-row a {
  display: grid;
  grid-template-columns: 64px minmax(220px, 0.42fr) 1fr auto;
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  min-height: clamp(240px, 28vw, 360px);
  padding: clamp(18px, 3vw, 34px) 0;
}

.project-row .project-index {
  align-self: start;
  color: rgba(22, 21, 20, 0.42);
  font-size: 13px;
  font-weight: 600;
}

.project-photo {
  min-height: 220px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: var(--soft);
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(228, 226, 216, 0.16)),
    url("assets/korean-industrial-grid.png");
  background-position: center;
  background-size: 210%;
  transition: transform 400ms ease, filter 400ms ease;
}

.project-row:hover .project-photo {
  filter: contrast(1.02) saturate(0.98);
  transform: translateX(8px);
}

.photo-lamp {
  background-position: 0% 0%;
}

.photo-sensor {
  background-position: 100% 0%;
}

.photo-controller {
  background-position: 0% 100%;
}

.photo-speaker {
  background-position: 100% 100%;
}

.project-meta {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 0;
  border-top: 0;
}

.project-meta h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.98;
}

.project-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.project-cta {
  justify-self: end;
  padding: 12px 18px;
  border: 1px solid rgba(22, 21, 20, 0.22);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.profile-copy {
  display: grid;
  gap: 24px;
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.58;
}

.profile-copy p {
  margin-bottom: 0;
}

.profile-portrait {
  margin: 0;
  background: var(--paper);
  box-shadow: 0 18px 56px rgba(118, 93, 73, 0.09);
}

.profile-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.92) contrast(0.98);
}

.contact {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(280px, 0.42fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
  min-height: 0;
  padding-top: clamp(34px, 4.4vw, 58px);
  padding-bottom: clamp(34px, 4.4vw, 58px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    url("assets/nav-bar-bg.png") center center / cover no-repeat,
    #fffdfa;
  color: var(--ink);
}

.contact h2 {
  justify-self: end;
  max-width: 520px;
  transform: translateX(20%);
  font-size: clamp(18px, 2.7vw, 35px);
  font-weight: 600;
  line-height: 1.12;
  text-align: left;
}

.contact-links {
  display: grid;
  gap: 18px;
  justify-items: start;
  align-content: start;
}

.contact-group {
  display: grid;
  gap: 8px;
}

.contact-group h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-links a {
  width: fit-content;
  border-bottom: 1px solid rgba(22, 21, 20, 0.28);
  color: var(--ink);
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 500;
  white-space: nowrap;
}

.project-page {
  background: var(--project-detail-bg);
}

.mono-stool-page,
.mono-stool-page .project-page {
  background: var(--project-detail-bg);
}

.mono-stool-page .project-detail-wide img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.mono-stool-page .project-detail-copy h1 {
  max-width: none;
  font-size: clamp(42px, 4vw, 64px);
  white-space: nowrap;
}

.findx5-theme {
  background: var(--project-detail-bg);
  color: var(--ink);
}

.findx5-theme .site-header {
  border-bottom-color: var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url("assets/nav-bar-bg.png") center center / cover no-repeat,
    #ffffff;
}

.findx5-theme .brand {
  color: var(--ink);
}

.findx5-theme .nav-links {
  color: #b8b4ae;
}

.findx5-theme .nav-links a:hover,
.findx5-theme .nav-links a.is-active {
  color: var(--ink);
}

.findx5-page {
  background: var(--project-detail-bg);
}

.findx5-page .project-hero-detail {
  grid-template-columns: minmax(280px, 0.36fr) minmax(520px, 1fr);
  gap: clamp(28px, 4.2vw, 72px);
}

.findx5-page .project-hero-detail,
.findx5-page .project-overview {
  border-color: var(--line);
  background: var(--project-detail-bg);
}

.findx5-page .project-detail-copy h1,
.findx5-page .back-link,
.findx5-page .project-overview p {
  color: var(--ink);
}

.findx5-page .project-detail-copy span,
.findx5-page .project-overview span {
  color: var(--muted);
}

.findx5-page .project-detail-copy p {
  color: #6d6763;
}

.findx5-page .back-link {
  text-decoration-color: rgba(22, 21, 20, 0.78);
}

.findx5-page .project-detail-visual img {
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.42));
}

.findx5-page .findx5-detail-cover img {
  width: 100%;
  max-width: 1320px;
  aspect-ratio: 2532 / 1652;
  object-fit: cover;
  object-position: center;
  background: #f4f4f4;
}

.findx5-idpm-board {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
}

.findx5-idpm-board img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 4726 / 2363;
  object-fit: contain;
  background: #ffffff;
}

.findx5-full-board {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
}

.findx5-full-board img {
  width: 100%;
  max-width: none;
  height: auto;
}

.findx5-pro-board {
  margin: 0;
  padding: clamp(42px, 5.4vw, 86px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
}

.findx5-pro-board img {
  width: min(60%, 1180px);
  max-width: none;
  height: auto;
  margin: 0 auto;
}

.findx5-page .project-overview article {
  border-color: var(--line);
  background: var(--project-detail-bg);
}

.findx5-module-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 36px);
  align-items: start;
  padding: clamp(48px, 6.4vw, 92px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
  color: #f7f5f0;
}

.findx5-module-index-copy {
  display: grid;
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.findx5-module-index-copy span,
.findx5-module-copy span {
  color: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.findx5-module-index-copy h2 {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.24);
  font-size: clamp(24px, 2.58vw, 44px);
  font-weight: 800;
  line-height: 1.02;
}

.findx5-module-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: span 3;
  gap: clamp(20px, 2.4vw, 36px);
  align-items: start;
}

.findx5-module-index-grid article {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.findx5-module-index-grid small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.findx5-module-index-grid h3 {
  display: grid;
  gap: 0.28em;
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 1.02;
}

.findx5-module-index-grid h3 span {
  display: block;
}

.findx5-module-index-grid .module-title-eyebrow {
  font-size: 0.67em;
  font-weight: 400;
}

.findx5-module-index-grid p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.48;
  text-wrap: pretty;
}

.findx5-module {
  display: grid;
  grid-template-columns: minmax(260px, 0.31fr) minmax(0, 1fr);
  gap: clamp(34px, 5.5vw, 86px);
  align-items: start;
  padding: clamp(58px, 7vw, 108px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
  color: #f7f5f0;
}

.findx5-module-cmf {
  background: #090909;
}

.findx5-module-idpm {
  border-color: rgba(22, 21, 20, 0.12);
  background: #ffffff;
  color: #050505;
}

.findx5-module-idpm .findx5-module-number {
  color: #8f8f8f;
}

.findx5-module-idpm .findx5-split-title span {
  color: #050505;
}

.findx5-module-idpm .findx5-module-copy p {
  color: #6b6561;
}

.findx5-module-idpm .findx5-module-points li {
  border-top-color: rgba(5, 5, 5, 0.16);
  color: #6b6561;
}

.findx5-module-idpm .findx5-board-frame {
  background: #ffffff;
  box-shadow: none;
}

.findx5-module-idpm .findx5-board-frame img {
  background: #ffffff;
}

.findx5-module-idpm .findx5-module-copy .findx5-split-title span {
  color: #050505;
}

.findx5-module-copy {
  position: sticky;
  top: 104px;
  display: grid;
  gap: clamp(16px, 1.8vw, 24px);
  align-content: start;
  min-width: 0;
}

.findx5-module-copy h2 {
  max-width: 420px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 800;
  line-height: 0.96;
}

.findx5-main-title-lockup {
  display: grid;
  gap: clamp(10px, 1vw, 16px);
  align-content: start;
}

.findx5-module-copy .findx5-module-number {
  color: rgba(255, 255, 255, 0.44);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.findx5-module-idpm .findx5-module-copy .findx5-module-number {
  color: #8f8f8f;
}

.findx5-module-copy .findx5-split-title {
  display: grid;
  gap: clamp(8px, 0.62vw, 12px);
  max-width: 640px;
}

.findx5-module-copy .findx5-split-title span {
  display: block;
  color: #ffffff;
  font: inherit;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: none;
}

.findx5-module-copy .findx5-title-eyebrow {
  font-size: 0.67em;
  font-weight: 400;
}

.findx5-module-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.58;
  text-wrap: pretty;
}

.findx5-module-points {
  display: grid;
  gap: 0;
  max-width: 450px;
  padding: 0;
  margin: clamp(6px, 0.8vw, 10px) 0 0;
  list-style: none;
}

.findx5-module-points li {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 600;
  line-height: 1.38;
}

.findx5-board-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.38);
}

.findx5-board-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.findx5-board-contained {
  align-self: start;
}

.findx5-idpm-annotations {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.findx5-idpm-callout {
  position: absolute;
  top: var(--top);
  left: 0;
  width: 100%;
  color: #4e4e4e;
  font-size: clamp(7px, 0.68vw, 12px);
  line-height: 1.24;
  transform: translateY(-50%);
}

.findx5-idpm-callout::after {
  position: absolute;
  top: 50%;
  left: var(--line-left);
  width: var(--line-width);
  height: 1px;
  background: rgba(236, 122, 113, 0.42);
  content: "";
  transform: translateY(-50%);
}

.findx5-idpm-callout p {
  width: 37%;
  padding-left: 2%;
  max-width: none;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-wrap: auto;
}

.findx5-idpm-callout strong {
  color: #4a4a4a;
  font-size: 1.12em;
  font-weight: 800;
}

.findx5-idpm-callout-low p {
  width: 42%;
}

.findx5-board-full {
  align-self: start;
}

.findx5-pro-board-stack {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  justify-self: stretch;
  width: 100%;
}

.findx5-pro-board-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-width: 0;
  background: #ffffff;
}

.findx5-pro-market-board,
.findx5-pro-board-pair .findx5-board-frame,
.findx5-pro-board-stack .findx5-board-feature {
  width: 100%;
}

.findx5-pro-board-pair .findx5-board-frame {
  box-shadow: none;
}

.findx5-pro-board-pair img {
  width: 100%;
  height: auto;
}

.findx5-board-feature {
  justify-self: center;
  width: min(72%, 1180px);
}

.findx5-pro-side-visual {
  width: min(100%, 430px);
  margin: clamp(8px, 1.4vw, 18px) 0 0;
  overflow: hidden;
  background: #000000;
}

.findx5-pro-side-visual img {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: 50% 48%;
}

.project-hero-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: var(--project-detail-bg);
}

.project-detail-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  min-width: 0;
  max-width: 100%;
}

.project-detail-copy span,
.project-placeholder span,
.project-overview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-detail-label.literal-case {
  text-transform: none;
}

.back-link {
  width: fit-content;
  margin-bottom: clamp(30px, 5vw, 72px);
  border-bottom: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.32vw, 20px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.project-detail-copy h1 {
  min-width: 0;
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.65vw, 74px);
  font-weight: 800;
  line-height: 0.96;
  overflow-wrap: break-word;
}

.project-detail-copy p {
  min-width: 0;
  width: 100%;
  max-width: 520px;
  margin: 0;
  color: #6d6763;
  font-size: clamp(10px, 0.88vw, 12px);
  font-weight: 400;
  line-height: 1.72;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.project-detail-award-logo {
  width: 80px;
  height: auto;
  margin-top: clamp(10px, 1.6vw, 22px);
}

.project-detail-award-row {
  --note60-award-size: clamp(49.6px, 5.68vw, 68.8px);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(10px, 1.6vw, 22px);
}

.project-detail-award-row .project-detail-award-logo {
  width: var(--note60-award-size);
  margin-top: 0;
}

.project-detail-award-row .project-detail-award-logo:not(:first-child) {
  width: auto;
  height: var(--note60-award-size);
  object-fit: contain;
}

.project-detail-visual {
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.project-detail-visual img {
  width: min(100%, 1120px);
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(83, 65, 54, 0.13));
}

.project-detail-wide img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.furbit-page .project-detail-wide img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.furbit-page .project-overview p.furbit-role-line {
  max-width: none;
}

.furbit-board-sequence {
  display: grid;
  gap: 0;
  padding: 0 0 clamp(52px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
}

.furbit-board {
  margin: 0;
}

.furbit-board img {
  display: block;
  width: 100%;
  aspect-ratio: 9449 / 5315;
  object-fit: contain;
  background: #fff;
}

.furbit-board-full {
  width: 100%;
}

.furbit-board-gapped {
  margin: clamp(52px, 6vw, 96px) 0;
}

.furbit-board-narrow {
  justify-self: center;
  width: min(60%, 1120px);
  margin: clamp(52px, 6vw, 96px) 0;
}

.furbit-board-spaced {
  margin-top: clamp(52px, 6vw, 96px);
}

.mono-stool-board-sequence {
  display: grid;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.mono-stool-board {
  margin: 0;
}

.mono-stool-board img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.mono-stool-board-full {
  width: 100%;
}

.mono-stool-board-narrow {
  justify-self: center;
  width: min(60%, 1120px);
  margin-top: clamp(52px, 6vw, 96px);
}

.mono-stool-board-spaced {
  margin-top: clamp(52px, 6vw, 96px);
}

.zero40-board-sequence {
  display: grid;
  gap: 0;
  padding: clamp(52px, 6vw, 96px) 0 clamp(52px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
}

.zero40-board {
  margin: 0;
}

.zero40-board img {
  display: block;
  width: 100%;
  aspect-ratio: 9449 / 5315;
  object-fit: contain;
  background: #fff;
}

.zero40-board-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 42px);
  align-items: start;
  width: min(calc(100% - clamp(36px, 8vw, 96px)), 1680px);
  margin: 0 auto clamp(52px, 6vw, 96px);
}

.zero40-board-lead {
  width: min(60%, 1120px);
  margin-left: clamp(18px, 4vw, 48px);
  margin-bottom: clamp(52px, 6vw, 96px);
}

.zero40-board-full {
  width: 100%;
}

.zero40-board-process {
  width: min(40%, 760px);
  margin-top: clamp(52px, 6vw, 96px);
  margin-left: clamp(18px, 4vw, 48px);
}

.zero40-board-pair .zero40-board-lead,
.zero40-board-pair .zero40-board-process {
  width: 100%;
  margin: 0;
}

.zero40-board-center {
  justify-self: center;
  width: min(60%, 1120px);
  margin-top: clamp(52px, 6vw, 96px);
}

.zero40-board-spaced {
  margin-top: clamp(52px, 6vw, 96px);
}

.zero40-board-title {
  justify-self: center;
  width: min(60%, 1120px);
  margin: clamp(58px, 6.8vw, 112px) 0 clamp(20px, 2.4vw, 42px);
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.zero40-board-last {
  margin-top: 0;
}

.zero30-board-sequence {
  display: grid;
  gap: clamp(18px, 2vw, 32px);
  padding: clamp(18px, 2vw, 32px);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.zero30-board-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}

.zero30-board {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

.zero30-board img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 9449 / 5316;
  object-fit: contain;
}

.zero30-board-full {
  width: 100%;
}

.no-waste-page .project-detail-copy p {
  max-width: 430px;
  color: #6d6763;
  font-size: clamp(10px, 0.88vw, 12px);
  font-weight: 400;
  line-height: 1.72;
}

.no-waste-page .project-hero-detail {
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.56fr);
  min-height: auto;
  padding-top: clamp(34px, 4.4vw, 56px);
  padding-bottom: clamp(34px, 4.4vw, 56px);
}

.no-waste-page .project-detail-visual {
  display: grid;
  align-items: center;
  justify-items: end;
}

.no-waste-page .project-detail-visual img {
  width: auto;
  max-width: min(100%, 700px);
  max-height: min(62vw, calc(100svh - 190px));
  margin-left: auto;
  object-fit: contain;
}

.zero-flip-page .project-hero-detail {
  grid-template-columns: minmax(280px, 0.42fr) minmax(420px, 0.78fr);
  min-height: auto;
  padding-top: clamp(34px, 4.4vw, 56px);
  padding-bottom: clamp(34px, 4.4vw, 56px);
}

.zero-flip-page,
.zero30-page,
.zero40-page {
  background: var(--project-detail-bg);
}

.zero-flip-page .project-hero-detail,
.zero-flip-page .project-overview,
.zero30-page .project-hero-detail,
.zero30-page .project-overview,
.zero30-page .zero30-board-sequence,
.zero40-page .project-hero-detail,
.zero40-page .project-overview,
.zero40-page .zero40-board-sequence {
  background: var(--project-detail-bg);
}

.zero-flip-page .project-carousel,
.zero-flip-page .carousel-slide {
  background: #ffffff;
}

.zero-flip-page .project-overview article {
  background: var(--project-detail-bg);
}

.zero-flip-page .project-detail-visual {
  display: grid;
  align-items: center;
  justify-items: end;
}

.zero-flip-page .project-detail-visual img {
  width: min(100%, 900px);
  max-height: min(60vw, calc(100svh - 190px));
  margin-left: auto;
  object-fit: contain;
}

.sunbathe-page .project-hero-detail {
  grid-template-columns: minmax(240px, 0.32fr) minmax(460px, 0.78fr);
  gap: clamp(28px, 4.2vw, 72px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(34px, 4.4vw, 56px);
  padding-bottom: clamp(34px, 4.4vw, 56px);
}

.sunbathe-page .project-detail-copy {
  gap: clamp(20px, 2.2vw, 30px);
  align-content: center;
}

.sunbathe-page .project-detail-copy span {
  color: #77706a;
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.08em;
}

.sunbathe-page .project-detail-copy p {
  max-width: 430px;
  color: #6d6763;
  font-size: clamp(10px, 0.88vw, 12px);
  font-weight: 400;
  line-height: 1.72;
}

.sunbathe-page .project-detail-visual {
  align-self: center;
  display: grid;
  align-items: center;
  justify-items: end;
}

.sunbathe-page .project-detail-visual img {
  width: min(100%, 820px);
  max-height: min(62vw, calc(100svh - 210px));
  aspect-ratio: 1646 / 1276;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 28px 54px rgba(50, 47, 43, 0.12));
}

.play-band-page .project-hero-detail {
  min-height: auto;
  padding-top: clamp(34px, 4.4vw, 56px);
  padding-bottom: clamp(34px, 4.4vw, 56px);
}

.play-band-page .project-detail-visual {
  display: grid;
  justify-items: end;
}

.play-band-page .project-detail-visual img {
  width: min(100%, 820px);
  max-height: min(62vw, calc(100svh - 210px));
  object-fit: contain;
  object-position: center;
}

.play-band-process {
  display: grid;
  gap: 0;
  padding: 0;
  background: #ffffff;
}

.play-band-process figure {
  margin: 0;
}

.play-band-process img {
  display: block;
  width: 100%;
  height: auto;
}

.project-image-stack {
  display: grid;
  gap: 0;
  background: #ffffff;
}

.project-full-bleed {
  margin: 0;
}

.project-full-bleed img {
  display: block;
  width: 100%;
  height: auto;
}

.pinpoint-page .project-image-stack {
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(26px, 4vw, 56px) 0;
  background: transparent;
}

.pinpoint-page .project-full-bleed {
  width: 85%;
  margin: 0 auto;
}

.restroom-page .restroom-image-stack {
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(26px, 4vw, 56px) 0 clamp(48px, 7vw, 96px);
  background: transparent;
}

.restroom-page .restroom-image-stack .project-full-bleed {
  width: 85%;
  margin: 0 auto;
}

.sunbathe-page .sunbathe-image-stack {
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(28px, 4vw, 58px) 0 0;
  background: transparent;
}

.sunbathe-page .sunbathe-image-stack .project-full-bleed {
  width: 60%;
  margin: 0;
}

.sunbathe-page .sunbathe-image-stack .sunbathe-context-board {
  justify-self: start;
  margin-left: clamp(18px, 4vw, 48px);
}

.sunbathe-page .sunbathe-image-stack .sunbathe-process-board {
  justify-self: end;
  margin-right: clamp(18px, 4vw, 48px);
}

.project-carousel {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(42px, 6vw, 84px) 0 clamp(50px, 7vw, 96px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.carousel-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-viewport::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: grid;
  grid-auto-columns: minmax(760px, 68vw);
  grid-auto-flow: column;
  gap: clamp(24px, 3vw, 42px);
  padding: 0 clamp(48px, 16vw, 320px);
}

.carousel-slide {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  scroll-snap-align: center;
  background: #f3f3f1;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: clamp(420px, 48vw, 760px);
  object-fit: cover;
}

.zero-flip-carousel .carousel-slide {
  aspect-ratio: 4659 / 2598;
}

.zero-flip-carousel .carousel-slide img {
  height: 100%;
  object-fit: cover;
}

.pogo-carousel .carousel-slide {
  aspect-ratio: 16 / 9;
}

.pogo-carousel .carousel-slide img {
  height: 100%;
  object-fit: cover;
}

.carousel-controls {
  justify-self: center;
  display: grid;
  grid-template-columns: 36px auto 36px;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(246, 246, 246, 0.94);
}

.carousel-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: rgba(22, 21, 20, 0.08);
  outline: 0;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cdcdcd;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--ink);
}

.project-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--project-detail-bg);
}

.project-overview article {
  min-height: 220px;
  padding: clamp(24px, 4vw, 48px);
  border-right: 1px solid var(--line);
  background: var(--project-detail-bg);
}

.project-overview article:last-child {
  border-right: 0;
}

.project-overview p {
  max-width: 420px;
  margin: 22px 0 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
}

.note60-image-overview {
  gap: 0;
  padding: 0;
  margin-bottom: 0;
}

.note60-image-overview article {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-right: 0;
  background: #fff;
}

.note60-image-overview img {
  width: 100%;
  height: 100%;
  aspect-ratio: 9450 / 5316;
  object-fit: contain;
}

.note60-board-stack {
  display: grid;
  gap: 0;
  padding: clamp(52px, 6vw, 96px) 0 0;
}

.note60-board {
  margin: 0;
}

.note60-board img {
  width: 100%;
  aspect-ratio: 9450 / 5316;
  object-fit: contain;
  background: #fff;
}

.note60-board-narrow {
  justify-self: center;
  width: min(60%, 1120px);
  margin-bottom: clamp(52px, 6vw, 96px);
}

.note60-board-full {
  width: 100%;
}

.note60-board-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  width: 100%;
  margin-top: clamp(52px, 6vw, 96px);
}

.note60-board-pair .note60-board {
  min-width: 0;
}

.note60-board-spaced {
  margin-top: clamp(52px, 6vw, 96px);
}

.note60-dark-tail {
  display: grid;
  gap: 0;
  padding-top: clamp(52px, 6vw, 96px);
  background: #050505;
}

.note60-dark-tail .note60-board img {
  background: #050505;
}

.note60-dark-tail .project-placeholder {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: #050505;
  color: #f7f5f0;
}

.note60-dark-tail .project-placeholder span {
  color: rgba(255, 255, 255, 0.48);
}

.note60-dark-tail .project-placeholder h2 {
  color: #f7f5f0;
}

.note60-dark-tail .project-placeholder p {
  color: rgba(255, 255, 255, 0.68);
}

.project-placeholder.note60-pininfarina-note {
  align-items: start;
  grid-template-columns: minmax(260px, 0.34fr) minmax(320px, 674px);
  gap: clamp(40px, 6vw, 104px);
  padding-top: clamp(34px, 4.2vw, 66px);
  padding-bottom: clamp(38px, 4.8vw, 76px);
}

.project-placeholder.note60-pininfarina-note h2 {
  display: flex;
  align-items: flex-end;
  max-width: 430px;
  margin-top: clamp(16px, 1.8vw, 26px);
  color: #f7f5f0;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.project-placeholder.note60-pininfarina-note .note60-first-letter {
  flex: 0 0 auto;
  margin-right: clamp(8px, 0.72vw, 14px);
  color: #fff;
  font-size: clamp(104px, 9.7vw, 170px);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-placeholder.note60-pininfarina-note .note60-first-rest {
  display: block;
  max-width: 300px;
  color: #f7f5f0;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.note60-pininfarina-copy {
  display: grid;
  gap: clamp(7px, 0.75vw, 12px);
  max-width: 674px;
}

.note60-pininfarina-note .note60-pininfarina-copy p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(12px, 0.82vw, 16px);
  line-height: 1.34;
}

.note60-pininfarina-copy strong {
  color: #f7f5f0;
  font-weight: 800;
}

.note60-pininfarina-note .note60-pininfarina-copy .note60-pininfarina-lede {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 0.98vw, 19px);
}

.note60-pininfarina-note .note60-pininfarina-cn {
  color: rgba(255, 255, 255, 0.42);
}

.project-placeholder {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(64px, 9vw, 128px) clamp(18px, 4vw, 48px);
}

.project-placeholder h2 {
  margin-top: 18px;
}

.project-placeholder p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.32;
}

@media (max-width: 1180px) {
  .featured-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .featured-projects {
    padding-top: var(--featured-project-edge);
  }

  .featured-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .featured-project-cover {
    aspect-ratio: 4 / 3;
  }

  .featured-project-copy {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 5px 9px;
  }
}

@media (max-width: 520px) {
  .featured-projects {
    padding: 18px 18px 48px;
  }

  .featured-projects-heading {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .featured-project-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .featured-project-cover {
    aspect-ratio: 4 / 3;
  }

  .featured-project-copy h2 {
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1;
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .section-title,
  .contact,
  .project-hero-detail,
  .project-placeholder {
    grid-template-columns: 1fr;
  }

  .project-placeholder.note60-pininfarina-note {
    grid-template-columns: 1fr;
  }

  .furbit-board-narrow {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .zero40-board-lead,
  .zero40-board-process,
  .zero40-board-center,
  .zero40-board-title {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .zero40-board-pair {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .zero40-board-pair .zero40-board-lead,
  .zero40-board-pair .zero40-board-process {
    width: 100%;
    margin: 0;
  }

  .zero40-board-center,
  .zero40-board-title {
    justify-self: stretch;
  }

  .no-waste-page .project-hero-detail {
    grid-template-columns: 1fr;
  }

  .no-waste-page .project-detail-visual {
    justify-items: stretch;
  }

  .no-waste-page .project-detail-visual img {
    width: 100%;
    max-height: none;
    margin-left: 0;
  }

  .zero-flip-page .project-hero-detail {
    grid-template-columns: 1fr;
  }

  .zero-flip-page .project-detail-visual {
    justify-items: stretch;
  }

  .zero-flip-page .project-detail-visual img {
    width: 100%;
    max-height: none;
    margin-left: 0;
  }

  .sunbathe-page .project-hero-detail {
    grid-template-columns: 1fr;
  }

  .sunbathe-page .project-detail-visual img {
    max-height: none;
  }

  .findx5-page .project-hero-detail {
    grid-template-columns: 1fr;
  }

  .findx5-page .findx5-detail-cover img {
    max-width: 100%;
  }

  .findx5-module-index,
  .findx5-module {
    grid-template-columns: 1fr;
  }

  .findx5-module-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .findx5-module-copy {
    position: static;
  }

  .findx5-pro-board-stack {
    justify-self: stretch;
    width: 100%;
  }

  .findx5-board-feature {
    justify-self: stretch;
    width: 100%;
  }

  .kv-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .note60-cover::after {
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 252, 0.88), rgba(255, 255, 252, 0.58) 42%, rgba(255, 255, 252, 0.08) 70%);
  }

  .note60-cover .case-cover-image {
    object-position: 70% center;
  }

  .case-cover {
    min-height: 720px;
  }

  .profile {
    grid-template-columns: 0.42fr 1fr;
  }

  .profile h2 {
    grid-column: 1 / -1;
  }

  .project-row a {
    grid-template-columns: 48px minmax(180px, 0.46fr) 1fr;
  }

  .project-cta {
    grid-column: 3;
    justify-self: start;
  }

  .contact-links {
    justify-self: start;
    justify-items: start;
  }

  .contact h2 {
    justify-self: start;
    max-width: 760px;
  }

  .project-overview {
    grid-template-columns: 1fr;
  }

  .zero30-board-pair {
    grid-template-columns: 1fr;
  }

  .more-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-overview article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .project-overview article:last-child {
    border-bottom: 0;
  }

  .carousel-track {
    grid-auto-columns: minmax(420px, 78vw);
    padding: 0 clamp(18px, 8vw, 80px);
  }

  .carousel-slide img {
    height: clamp(320px, 56vw, 560px);
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 112px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    font-size: 12px;
  }

  .nav-links a:nth-child(2) {
    justify-self: center;
  }

  .nav-links a:nth-child(3) {
    justify-self: end;
  }

  #projects,
  .case-cover,
  .kv-hero,
  .project-hero-detail {
    scroll-margin-top: calc(var(--header-height) + 18px);
  }

  h1 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .project-detail-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 44px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .findx5-page .project-detail-copy h1 {
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .project-hero-detail {
    min-height: auto;
    gap: clamp(22px, 7vw, 32px);
    padding-right: 24px;
    padding-left: 24px;
    padding-top: clamp(30px, 8vw, 44px);
    padding-bottom: clamp(34px, 9vw, 48px);
  }

  .project-detail-copy {
    gap: 14px;
    max-inline-size: calc(100vw - 48px);
  }

  .back-link {
    margin-bottom: clamp(18px, 6vw, 28px);
    font-size: 16px;
    text-underline-offset: 6px;
  }

  .project-detail-visual {
    width: 100%;
  }

  .project-detail-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: 0;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(83, 65, 54, 0.1));
  }

  .findx5-module-index,
  .findx5-module {
    gap: 30px;
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .findx5-module-index-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .findx5-module-index-copy h2,
  .findx5-module-copy h2 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .findx5-module-copy p {
    max-width: none;
  }

  .project-detail-wide img,
  .findx5-page .findx5-detail-cover img,
  .sunbathe-page .project-detail-visual img,
  .play-band-page .project-detail-visual img,
  .zero-flip-page .project-detail-visual img,
  .no-waste-page .project-detail-visual img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .project-detail-copy p {
    max-width: none;
    max-inline-size: min(100%, 292px);
    font-size: 12px;
    line-height: 1.68;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: auto;
  }

  .kv-copy {
    min-height: 0;
    padding-left: 0;
  }

  .kv-product img {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .zero-flip-home-product img {
    width: min(116%, 520px);
    margin: 8px auto 0;
  }

  .kv-hero {
    gap: 24px;
    padding: 34px 24px 42px;
  }

  .kv-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.96;
  }

  .kv-copy p {
    max-width: none;
    max-inline-size: min(100%, 292px);
    font-size: 12px;
    line-height: 1.68;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: auto;
  }

  .case-cover {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow: hidden;
    padding: 34px 24px 44px;
  }

  .case-cover-image {
    position: relative;
    inset: auto;
    order: 2;
    align-self: stretch;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 2px 0 0;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    object-position: center;
    background: inherit;
  }

  .case-cover::after {
    display: none;
  }

  .note60-cover::after {
    display: none;
  }

  .note60-cover .case-cover-image {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 66% center;
  }

  .furbit-cover::after {
    display: none;
  }

  .case-cover-copy {
    order: 1;
    width: 100%;
    max-width: none;
    max-inline-size: calc(100vw - 48px);
    min-width: 0;
    padding-left: 0;
    gap: 14px;
  }

  .case-cover-copy span {
    font-size: 12px;
    line-height: 1.35;
  }

  .case-cover-copy h2 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 56px);
    line-height: 1.02;
  }

  .case-cover-copy p {
    max-width: none;
    min-width: 0;
    width: 100%;
    max-inline-size: min(100%, 292px);
    font-size: clamp(11px, 3vw, 12px);
    line-height: 1.66;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: auto;
  }

  .note60-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .note60-cover .case-cover-copy p {
    max-width: none;
  }

  .note60-award-stack {
    width: 100%;
    max-width: 330px;
    margin-top: 18px;
  }

  .note60-award-row {
    --note60-award-size: clamp(44.8px, 12.8vw, 51.2px);
    gap: 10px;
    width: 100%;
  }

  .findx5-award-logo {
    width: clamp(44.8px, 12.8vw, 51.2px);
  }

  .furbit-cover .case-cover-image {
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .furbit-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .furbit-cover .case-cover-copy p {
    max-width: none;
  }

  .findx5-cover::after {
    display: none;
  }

  .findx5-cover .case-cover-image {
    object-position: 68% center;
  }

  .findx5-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .findx5-cover .case-cover-copy p {
    max-width: none;
  }

  .zero40-cover::after {
    display: none;
  }

  .zero40-cover .case-cover-image {
    object-position: 62% center;
  }

  .zero40-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .zero40-cover .case-cover-copy p {
    max-width: none;
  }

  .zero30-cover::after {
    display: none;
  }

  .zero30-cover .case-cover-image {
    object-position: 60% center;
  }

  .zero30-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .zero30-cover .case-cover-copy p {
    max-width: none;
  }

  .mono-stool-cover .case-cover-image {
    object-position: 58% center;
  }

  .mono-stool-cover .case-cover-copy {
    width: 100%;
    max-width: none;
  }

  .mono-stool-cover .case-cover-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .mono-stool-cover .case-cover-copy p {
    max-width: none;
  }

  .note60-cover .case-cover-copy p,
  .furbit-cover .case-cover-copy p,
  .findx5-cover .case-cover-copy p,
  .zero40-cover .case-cover-copy p,
  .zero30-cover .case-cover-copy p,
  .mono-stool-cover .case-cover-copy p {
    max-width: min(100%, 292px);
    max-inline-size: min(100%, 292px);
  }

  .more-projects {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .more-project-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .more-project-cover {
    aspect-ratio: 4 / 3;
  }

  .project-overview p {
    max-width: min(100%, 300px);
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: auto;
  }

  .project-row a {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .project-row .project-index {
    align-self: auto;
  }

  .project-photo {
    min-height: 230px;
    order: 2;
  }

  .project-meta {
    order: 1;
  }

  .project-cta {
    grid-column: auto;
    order: 3;
    justify-self: start;
  }

  .profile {
    grid-template-columns: 1fr;
  }

  .profile-portrait {
    max-width: 360px;
  }

  .contact-links a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .project-carousel {
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .carousel-track {
    grid-auto-columns: minmax(260px, 84vw);
    gap: 16px;
    padding: 0 18px;
  }

  .carousel-slide img {
    height: clamp(220px, 58vw, 340px);
  }

  .carousel-controls {
    grid-template-columns: 32px auto 32px;
    min-height: 48px;
    padding: 8px 12px;
  }

  .carousel-button {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
}

.profile-dossier {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 42px);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 48px);
  border-bottom: 0;
  background: #ffffff;
}

.profile-dossier::before {
  display: none;
}

.profile-dossier h2,
.profile-dossier h3,
.profile-dossier h4,
.profile-dossier h5,
.profile-dossier p,
.profile-dossier figure {
  margin: 0;
}

.profile-section {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

.profile-section-heading {
  display: block;
}

.profile-section-heading h3 {
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 0.94;
}

.profile-basic .profile-section-heading h3,
.profile-work .profile-section-heading h3 {
  font-size: clamp(25px, 3.45vw, 51px);
}

.profile-dossier-hero {
  --profile-identity-track: clamp(278px, 18vw, 300px);
  --profile-identity-width: clamp(238px, 15vw, 248px);
  display: grid;
  grid-template-columns:
    minmax(var(--profile-identity-track), var(--profile-identity-track))
    minmax(180px, 1.12fr)
    minmax(180px, 1.05fr)
    minmax(160px, 0.76fr)
    minmax(155px, 0.58fr);
  column-gap: clamp(42px, 4vw, 82px);
  row-gap: clamp(24px, 2.5vw, 38px);
  align-items: start;
}

.profile-kicker {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-identity-card {
  display: grid;
  gap: 16px;
  align-content: start;
  align-self: end;
  justify-self: start;
  width: min(100%, var(--profile-identity-width));
  min-width: 0;
}

.profile-title-block {
  display: grid;
  gap: 0;
}

.profile-title-block p {
  color: var(--ink);
  max-width: none;
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.profile-title-block h2 {
  color: var(--ink);
  max-width: none;
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  overflow-wrap: anywhere;
  white-space: normal;
}

.profile-dossier .profile-lede {
  max-width: 100%;
  color: #6d6763;
  font-size: 12px;
  line-height: 1.45;
}

.profile-languages {
  color: #302d2a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.profile-dossier .profile-portrait {
  justify-self: stretch;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 18px 56px rgba(118, 93, 73, 0.1);
}

.profile-dossier .profile-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.92) contrast(0.98);
}

.profile-quick-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  color: #4f4945;
  font-size: 11.5px;
  line-height: 1.25;
}

.profile-quick-info a,
.profile-quick-info span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.profile-quick-info a {
  border-bottom: 0;
}

.profile-hero-module {
  align-self: stretch;
}

.profile-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.profile-experience-flow,
.profile-support {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  min-width: 0;
}

.profile-module {
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

.module-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: baseline;
  margin-bottom: clamp(20px, 3vw, 34px);
}

.module-heading span {
  color: rgba(22, 21, 20, 0.34);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.module-heading h3 {
  color: rgba(22, 21, 20, 0.26);
  font-size: clamp(28px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 0.95;
}

.experience-role {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(24px, 3.8vw, 38px) 0;
  border-top: 0;
}

.profile-work .experience-role:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.experience-role header {
  display: grid;
  gap: 12px;
  align-content: start;
}

.company-logo {
  width: min(100%, 162px);
  aspect-ratio: 4 / 1;
  overflow: hidden;
  background: transparent;
}

.company-logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}

.experience-role time,
.credential-list time {
  color: #948b85;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.experience-role time {
  font-weight: 400;
}

.experience-role h4 {
  color: #302d2a;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 800;
  line-height: 1.08;
}

.experience-role header h4,
.company-logo + h4 {
  font-size: clamp(17px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.16;
}

.experience-projects {
  display: grid;
  gap: 15px;
}

.experience-copy-slot {
  min-height: clamp(42px, 5vw, 72px);
}

.experience-projects section {
  display: grid;
  grid-template-columns: minmax(128px, 0.24fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  min-width: 0;
  padding-top: 15px;
  border-top: 0;
}

.experience-projects section:first-child {
  padding-top: 0;
  border-top: 0;
}

.experience-projects .experience-detail-only p {
  grid-column: 2;
}

.experience-projects h5 {
  color: #35312e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
}

.experience-projects p,
.experience-role.compact p {
  color: #6b6561;
  font-size: clamp(12px, 0.95vw, 13.5px);
  line-height: 1.45;
  text-wrap: pretty;
}

.experience-projects strong,
.profile-honors strong {
  color: #383430;
  font-weight: 800;
}

.experience-minor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.experience-role.compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
}

.compact-module .module-heading {
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 16px;
}

.compact-module .module-heading h3 {
  color: rgba(22, 21, 20, 0.3);
  font-size: clamp(22px, 2.7vw, 34px);
}

.credential-list {
  display: grid;
  gap: 18px;
}

.credential-list article {
  display: grid;
  gap: 6px;
}

.education-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(22, 21, 20, 0.14);
  border-radius: 50%;
  background: #fff;
}

.education-logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.credential-list h4 {
  color: #302d2a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.16;
}

.credential-list p,
.profile-materials p,
.profile-honors li {
  color: #625c58;
  font-size: 12.5px;
  line-height: 1.34;
}

.skill-meter-list,
.detail-cloud,
.profile-honors ul {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.skill-meter-list {
  grid-template-columns: 1fr;
  gap: 0;
}

.detail-cloud li,
.skill-meter-list li {
  min-width: 0;
  padding: 9px 0;
  border-top: 0;
  color: #403c39;
  font-size: 12.5px;
  font-weight: 700;
}

.skill-meter-list li {
  display: grid;
  grid-template-columns: minmax(72px, 0.46fr) minmax(82px, 1fr);
  gap: 14px;
  align-items: center;
}

.skill-meter-list span {
  color: #403c39;
  font-size: 12.5px;
  font-weight: 700;
}

.skill-meter-list i {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.78);
}

.skill-meter-list i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--skill) * 1%);
  border-radius: inherit;
  background: #aeb0ae;
  content: "";
}

.detail-cloud {
  grid-template-columns: 1fr;
  gap: 0;
}

.detail-cloud li {
  color: var(--ink);
  line-height: 1.18;
}

.profile-materials p {
  overflow-wrap: anywhere;
}

.profile-honors {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 8px clamp(22px, 4vw, 48px);
  align-items: start;
}

.profile-honors .profile-section-heading {
  grid-column: 1;
}

.profile-honors ul {
  grid-column: 2;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: clamp(16px, 1.6vw, 24px);
}

.profile-honors li {
  grid-column: 1;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .profile-dossier-hero {
    --profile-identity-track: clamp(258px, 26vw, 288px);
    --profile-identity-width: clamp(232px, 23vw, 248px);
    grid-template-columns: minmax(var(--profile-identity-track), var(--profile-identity-track)) repeat(2, minmax(0, 1fr));
    column-gap: clamp(40px, 5vw, 54px);
  }

  .profile-identity-card {
    grid-row: span 2;
  }
}

@media (max-width: 980px) {
  .profile-dossier-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-identity-card {
    grid-row: auto;
    align-self: start;
    justify-self: start;
  }

  .profile-kicker {
    grid-column: 1 / -1;
  }

  .profile-quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-content-grid {
    grid-template-columns: 1fr;
  }

  .profile-support {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .profile-dossier-hero {
    grid-template-columns: 1fr;
  }

  .profile-content-grid,
  .experience-role,
  .experience-projects section,
  .experience-minor-grid,
  .profile-support {
    grid-template-columns: 1fr;
  }

  .profile-quick-info {
    grid-template-columns: 1fr;
  }

  .profile-dossier .profile-lede {
    max-width: 100%;
  }

  .experience-projects .experience-detail-only p {
    grid-column: 1;
  }

  .profile-honors,
  .profile-honors .profile-section-heading {
    grid-column: 1;
  }

  .profile-honors {
    grid-template-columns: 1fr;
  }

  .profile-honors ul {
    grid-column: 1;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .profile-honors li {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .profile-dossier {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .profile-dossier .profile-portrait {
    width: 220px;
  }

  .profile-identity-card {
    width: min(100%, 220px);
    max-width: 220px;
  }

  .profile-dossier .profile-lede {
    width: auto;
    max-width: 100%;
  }

  .profile-title-block h2 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .profile-title-block p {
    font-size: clamp(15.5px, 4vw, 16.5px);
    font-weight: 600;
    line-height: 1.2;
  }

  .profile-section-heading,
  .module-heading,
  .compact-module .module-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .profile-section-heading h3 {
    font-size: clamp(34px, 12vw, 48px);
    overflow-wrap: break-word;
  }

  .experience-role {
    gap: 18px;
  }
}

/* Final homepage Read More treatment: unified clean liquid glass buttons. */
.hero-link,
.more-project-link,
.case-award-stack .case-read-more,
.note60-award-stack .case-read-more {
  position: relative !important;
  isolation: isolate !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 150.4px !important;
  min-width: 150.4px !important;
  max-width: 150.4px !important;
  height: 51.2px !important;
  min-height: 51.2px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid rgba(28, 31, 32, 0.24) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.48) 36%, rgba(255, 255, 255, 0) 66%),
    radial-gradient(ellipse at 50% 122%, rgba(196, 203, 207, 0.3) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(247, 249, 249, 0.42) 46%, rgba(226, 232, 234, 0.4) 100%) !important;
  background-blend-mode: screen, normal, normal !important;
  color: #000 !important;
  font-size: 17.25px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 1),
    inset 0 -1px 2px rgba(95, 101, 103, 0.22),
    inset 10px 0 14px rgba(255, 255, 255, 0.52),
    inset -10px 0 16px rgba(178, 186, 190, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68),
    0 14px 26px rgba(50, 57, 60, 0.16),
    0 2px 4px rgba(44, 50, 53, 0.12),
    0 -1px 0 rgba(255, 255, 255, 0.9) !important;
  filter: none !important;
  backdrop-filter: blur(22px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(120%) !important;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease !important;
}

.hero-link span,
.more-project-link span {
  position: relative !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transform: translateY(0.5px) !important;
}

.hero-link::before,
.more-project-link::before {
  position: absolute !important;
  inset: 4px !important;
  z-index: 1 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.18) 42%, rgba(214, 222, 225, 0.16) 100%),
    radial-gradient(ellipse at 15% 48%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 42%),
    radial-gradient(ellipse at 88% 52%, rgba(186, 194, 198, 0.18), rgba(255, 255, 255, 0) 44%) !important;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.92),
    inset 0 -9px 16px rgba(178, 185, 188, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.28) !important;
  opacity: 1 !important;
  pointer-events: none !important;
  content: "" !important;
  filter: none !important;
  transform: none !important;
}

.hero-link::after,
.more-project-link::after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0 20%, rgba(255, 255, 255, 0.92) 28%, rgba(219, 235, 242, 0.74) 46%, rgba(255, 255, 255, 0) 72%) !important;
  box-shadow:
    0 0 8px rgba(255, 255, 255, 1),
    0 0 16px rgba(194, 213, 222, 0.64) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  content: "" !important;
  filter: none !important;
  transform: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  offset-anchor: 50% 50%;
  offset-path: path("M 24.8 4 H 125.6 C 137.6 4 146.4 13.6 146.4 25.6 C 146.4 37.6 137.6 47.2 125.6 47.2 H 24.8 C 12.8 47.2 4 37.6 4 25.6 C 4 13.6 12.8 4 24.8 4");
  offset-distance: 0%;
  offset-rotate: 0deg;
}

.hero-link:hover,
.hero-link:focus-visible,
.more-project-link:hover,
.more-project-link:focus-visible,
.more-project-card:hover .more-project-link {
  border-color: rgba(18, 20, 21, 0.34) !important;
  color: #000 !important;
  outline: 0 !important;
  transform: translateY(-2px) scale(1.018) !important;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 1),
    inset 0 -1px 2px rgba(82, 88, 91, 0.26),
    inset 12px 0 16px rgba(255, 255, 255, 0.58),
    inset -12px 0 18px rgba(164, 174, 178, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.76),
    0 18px 30px rgba(44, 51, 54, 0.18),
    0 2px 5px rgba(44, 50, 53, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.74) !important;
}

.hero-link:hover::after,
.hero-link:focus-visible::after,
.more-project-link:hover::after,
.more-project-link:focus-visible::after,
.more-project-card:hover .more-project-link::after {
  animation: readMoreGlassOrbit 1150ms cubic-bezier(0.22, 0.72, 0.24, 1) both !important;
}

.hero-link:active,
.more-project-link:active {
  transform: translateY(-1px) scale(1.006) !important;
}

@keyframes readMoreGlassOrbit {
  0% {
    opacity: 0;
    offset-distance: 0%;
  }
  8% {
    opacity: 0.95;
  }
  88% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    offset-distance: 100%;
  }
}

.case-award-stack {
  width: 150.4px;
}

.case-award-stack .case-read-more {
  justify-self: start;
}

.case-award-stack > .case-award-logo:not(.findx5-award-logo) {
  width: 108px;
}
