:root {
  --bg: #f4f1ea;
  --paper: #fffdfa;
  --ink: #10151f;
  --muted: #667085;
  --soft: #ebe6dc;
  --line: #d7d0c3;
  --teal: #087c7a;
  --blue: #2457b8;
  --gold: #9a6a12;
  --shadow: 0 28px 70px rgba(16, 21, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.55), rgba(244, 241, 234, 0) 420px),
    var(--bg);
  color: var(--ink);
  font-family: "Pretendard", "Pretendard Variable", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 0 42px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(18px);
}

.mobile-back,
.mobile-title,
.drawer-title {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 920;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f3f2;
  object-fit: cover;
  object-position: center center;
}

.brand span {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #344054;
  font-size: 14px;
  font-weight: 760;
}

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

.nav-icon {
  display: none;
}

.lang-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.lang-switch button,
.menu-toggle {
  font: inherit;
}

.lang-switch button {
  min-width: 36px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  font-weight: 860;
}

.lang-switch .is-active {
  background: var(--ink);
  color: #fff;
}

.menu-toggle {
  display: none;
}

.site-footer {
  padding: 28px 42px;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.44);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.home-hero,
.detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: 54px;
  align-items: center;
  padding: 58px 42px;
}

.home-hero {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  min-height: auto;
  padding-top: 84px;
  padding-bottom: 76px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(58px, 6.4vw, 96px);
  line-height: 0.95;
  font-weight: 940;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.03;
  font-weight: 930;
}

h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.lead {
  max-width: 690px;
  margin-bottom: 0;
  color: #344054;
  font-size: 21px;
  line-height: 1.5;
}

.hero-actions,
.center-actions,
.detail-next {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 860;
}

.button.primary {
  border-color: var(--teal);
  background: var(--teal);
  color: white;
}

.hero-devices {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.hero-showcase {
  position: relative;
  width: min(960px, 100%);
  aspect-ratio: 1.48 / 1;
  min-height: 560px;
}

.hero-monitor {
  position: absolute;
  left: 34%;
  top: 11%;
  z-index: 1;
  width: 54%;
  filter: brightness(1.12) saturate(0.82) contrast(0.9);
}

.hero-phone {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 2;
  width: min(176px, 18%);
  filter: brightness(1.08) saturate(0.88) contrast(0.92);
}

.hero-mini-phone {
  position: absolute;
  left: 18%;
  bottom: 11%;
  z-index: 2;
  width: min(112px, 12%);
  filter: brightness(1.18) saturate(0.76) contrast(0.86);
  transform: rotate(-8deg);
}

.hero-mini-phone .phone-frame {
  padding: 7px;
  border-radius: 24px;
}

.hero-mini-phone .phone-speaker {
  width: 42px;
  height: 4px;
  margin-bottom: 6px;
}

.hero-mini-phone .phone-screen {
  border-radius: 16px;
}

.hero-mini-panel {
  position: absolute;
  right: 18%;
  bottom: 2%;
  z-index: 2;
  width: min(220px, 23%);
  overflow: hidden;
  padding: 8px;
  border: 1px solid #252b34;
  border-radius: 14px;
  background: linear-gradient(145deg, #222a35, #080b10);
  box-shadow: 0 22px 48px rgba(16, 21, 31, 0.18);
  filter: brightness(1.12) saturate(0.78) contrast(0.88);
  transform: rotate(4deg);
}

.hero-mini-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.hero-character {
  position: absolute;
  left: 50%;
  bottom: -8%;
  z-index: 5;
  width: min(640px, 58%);
  height: auto;
  filter: drop-shadow(0 30px 42px rgba(16, 21, 31, 0.24));
  transform: translateX(-50%) rotate(-2deg);
}

.hero-builder-character {
  width: min(680px, 62%);
  left: 48%;
  bottom: -10%;
}

.monitor-frame {
  padding: 16px;
  border: 1px solid #252b34;
  border-radius: 14px;
  background: linear-gradient(145deg, #222a35, #080b10);
  box-shadow: var(--shadow);
}

.monitor-screen {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
}

.monitor-screen img,
.phone-screen img,
.tablet-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monitor-stand {
  width: 34%;
  height: 54px;
  margin: 0 auto;
  background: linear-gradient(90deg, #1c2430, #374151, #1b2230);
  clip-path: polygon(37% 0, 63% 0, 78% 100%, 22% 100%);
}

.monitor-base {
  width: 54%;
  height: 14px;
  margin: 0 auto;
  border-radius: 999px;
  background: #171d27;
}

.phone-frame {
  padding: 12px;
  border-radius: 34px;
  background: #111827;
  box-shadow: var(--shadow);
}

.phone-speaker {
  width: 74px;
  height: 6px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #394150;
}

.phone-screen {
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
  border-radius: 24px;
  background: white;
}

.tablet-frame {
  position: relative;
  padding: 12px;
  border-radius: 30px;
  background: #111827;
  box-shadow: var(--shadow);
}

.tablet-camera {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 34px;
  border-radius: 999px;
  background: #394150;
  transform: translateY(-50%);
}

.tablet-screen {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 21px;
  background: white;
}

.tablet-frame.landscape {
  padding: 12px;
  border-radius: 26px;
}

.tablet-frame.landscape .tablet-camera {
  top: 7px;
  left: 50%;
  width: 34px;
  height: 5px;
  transform: translateX(-50%);
}

.tablet-frame.landscape .tablet-screen {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

.hybrid-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.hybrid-monitor {
  width: 100%;
}

.hybrid-phone {
  position: absolute;
  right: -5%;
  bottom: -8%;
  width: min(180px, 28%);
}

.hybrid-tablet {
  position: absolute;
  left: -3%;
  bottom: -10%;
  width: min(210px, 30%);
}

.hybrid-phone .phone-frame {
  padding: 8px;
  border-radius: 26px;
}

.hybrid-tablet .tablet-frame {
  padding: 8px;
  border-radius: 22px;
}

.hybrid-tablet .tablet-camera {
  left: 5px;
  width: 4px;
  height: 24px;
}

.hybrid-tablet .tablet-screen {
  border-radius: 15px;
}

.hybrid-phone .phone-speaker {
  width: 48px;
  height: 4px;
  margin-bottom: 7px;
}

.hybrid-phone .phone-screen {
  border-radius: 18px;
}

.hero-monitor .hybrid-phone {
  right: -7%;
  bottom: -6%;
  width: min(190px, 27%);
}

.hero-monitor .hybrid-tablet {
  left: -5%;
  bottom: -8%;
  width: min(210px, 30%);
}

.mobile-tablet-frame {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-height: 520px;
  margin: 0 auto;
}

.mobile-tablet-main {
  position: absolute;
  right: 0;
  top: 54px;
  width: min(690px, 82%);
}

.mobile-tablet-report {
  position: absolute;
  left: 2%;
  bottom: 18%;
  width: min(210px, 28%);
}

.mobile-tablet-phone {
  position: absolute;
  right: -2%;
  bottom: 12%;
  width: min(210px, 28%);
}

.mobile-tablet-report .tablet-frame,
.mobile-tablet-phone .phone-frame {
  padding: 8px;
}

.mobile-tablet-report .tablet-frame {
  border-radius: 22px;
}

.mobile-tablet-report .tablet-camera {
  left: 5px;
  width: 4px;
  height: 24px;
}

.mobile-tablet-report .tablet-screen {
  border-radius: 15px;
}

.mobile-tablet-phone .phone-frame {
  border-radius: 26px;
}

.mobile-tablet-phone .phone-speaker {
  width: 48px;
  height: 4px;
  margin-bottom: 7px;
}

.mobile-tablet-phone .phone-screen {
  border-radius: 18px;
}

.section {
  padding: 68px 42px;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.5);
}

.intro-band article,
.project-card,
.project-story article,
.timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.intro-band article {
  padding: 20px;
}

.intro-band p,
.project-copy p,
.project-story p,
.timeline time,
.screen-gallery figcaption {
  color: var(--muted);
}

.intro-band p {
  margin: 6px 0 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 46px;
}

.proof-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.proof-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-grid h2 {
  margin-bottom: 14px;
  font-size: clamp(25px, 2.8vw, 38px);
}

.proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.section-head {
  margin-bottom: 24px;
}

.home-work {
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.72), rgba(239, 237, 230, 0.74));
}

.home-work-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.home-work-head .button {
  white-space: nowrap;
}

.latest-work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 22px;
}

.latest-work-card,
.featured-work-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.featured-work-card {
  border-color: rgba(8, 124, 122, 0.28);
  box-shadow: 0 22px 54px rgba(16, 21, 31, 0.08);
}

.latest-work-card a {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(0, 0.92fr);
  min-height: 100%;
}

.latest-work-media {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(22px, 3vw, 44px);
  background:
    radial-gradient(circle at 68% 22%, rgba(0, 133, 127, 0.12), transparent 34%),
    #e7edf3;
}

.latest-work-media .mobile-tablet-frame {
  width: min(620px, 100%);
}

.project-card-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.project-card-device {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-card-stage.has-model .project-card-device {
  transform: translateX(-8%);
}

.card-model {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 0;
  width: auto;
  max-width: 45%;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(16, 21, 31, 0.22));
}

.project-card-stage-snapcast .card-model {
  right: 7%;
  bottom: -2%;
  height: 82%;
  max-width: 43%;
}

.project-card-stage-human-override .card-model {
  right: 2%;
  bottom: -2%;
  height: 82%;
  max-width: 46%;
}

.project-card-stage-challang .card-model {
  right: 8%;
  bottom: 7%;
  height: 50%;
  max-width: 42%;
}

.latest-work-media .project-card-stage.has-model .project-card-device {
  transform: translateX(-8%);
}

.latest-work-media .project-card-stage-snapcast .card-model {
  right: 18%;
  bottom: 7%;
  height: 66%;
  max-width: 34%;
}

.latest-work-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
}

.latest-work-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.9;
}

.latest-work-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.45;
}

.scope-row.mini {
  margin-top: 24px;
}

.scope-row.mini span {
  min-height: 30px;
  font-size: 12px;
}

.featured-work-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}

.featured-work-card a {
  display: grid;
  grid-template-rows: 430px 1fr;
  min-height: 100%;
}

.featured-work-media {
  display: grid;
  place-items: center;
  height: 430px;
  min-height: 0;
  padding: clamp(18px, 2.4vw, 30px);
  overflow: hidden;
  background: #eee8df;
}

.featured-work-card.web .featured-work-media,
.featured-work-card.creative .featured-work-media {
  background: #e7edf3;
}

.featured-work-media .phone-frame {
  width: min(154px, 54%);
  padding: 7px;
  border-radius: 26px;
}

.featured-work-media .phone-speaker {
  width: 46px;
  height: 4px;
  margin-bottom: 7px;
}

.featured-work-media .phone-screen {
  border-radius: 17px;
}

.featured-work-media .monitor-frame {
  width: min(260px, 82%);
  padding: 8px;
  border-radius: 10px;
}

.featured-work-media .monitor-stand {
  height: 30px;
}

.featured-work-media .monitor-base {
  height: 8px;
}

.featured-work-media .hybrid-frame {
  width: min(280px, 84%);
}

.featured-work-media .hybrid-phone {
  width: 72px;
}

.featured-work-media .project-card-stage.has-model .project-card-device {
  transform: translateX(-7%);
}

.featured-work-media .project-card-stage-snapcast .card-model {
  right: 18%;
  bottom: 8%;
  height: 66%;
  max-width: 34%;
}

.featured-work-media .project-card-stage-human-override .card-model {
  right: 15%;
  bottom: 7%;
  height: 68%;
  max-width: 34%;
}

.featured-work-media .project-card-stage-challang .card-model {
  right: 18%;
  bottom: 14%;
  height: 42%;
  max-width: 32%;
}

.featured-work-card a > div:last-child {
  padding: 22px;
}

.featured-work-card h3 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1;
}

.featured-work-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.compact-head {
  margin-top: 8px;
}

.compact-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.home-rest-grid {
  margin-top: 22px;
}

.mobile-only-action {
  display: none;
}

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

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

.project-card {
  overflow: hidden;
}

.project-card a {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-media {
  height: 270px;
  min-height: 270px;
  flex: 0 0 270px;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  background: #e7edf3;
}

.project-card.app .project-media {
  background: #eee8df;
}

.project-card.hybrid .project-media {
  background: #e7edf3;
}

.project-card .monitor-frame {
  width: 100%;
  max-width: 300px;
  padding: 8px;
  border-radius: 9px;
}

.project-card .monitor-stand {
  height: 28px;
}

.project-card .monitor-base {
  height: 8px;
}

.project-card .phone-frame {
  width: 118px;
  padding: 7px;
  border-radius: 24px;
}

.project-card .phone-speaker {
  width: 46px;
  height: 4px;
  margin-bottom: 6px;
}

.project-card .phone-screen {
  border-radius: 17px;
}

.project-card .tablet-frame {
  width: 140px;
  padding: 7px;
  border-radius: 20px;
}

.project-card .tablet-camera {
  left: 4px;
  width: 3px;
  height: 20px;
}

.project-card .tablet-screen {
  border-radius: 13px;
}

.project-card .hybrid-frame {
  max-width: 300px;
}

.project-card .hybrid-phone {
  right: -2%;
  bottom: 3%;
  width: 74px;
}

.project-card .hybrid-phone .phone-frame {
  width: 74px;
  padding: 4px;
  border-radius: 15px;
}

.project-card .hybrid-phone .phone-speaker {
  width: 26px;
  height: 3px;
  margin-bottom: 4px;
}

.project-card .hybrid-phone .phone-screen {
  border-radius: 10px;
}

.project-card .hybrid-tablet {
  left: -1%;
  bottom: -2%;
  width: 82px;
}

.project-card .hybrid-tablet .tablet-frame {
  width: 82px;
  padding: 4px;
  border-radius: 12px;
}

.project-card .hybrid-tablet .tablet-camera {
  left: 2px;
  width: 2px;
  height: 12px;
}

.project-card .hybrid-tablet .tablet-screen {
  border-radius: 8px;
}

.project-card .mobile-tablet-frame {
  width: 100%;
  max-width: 340px;
  min-height: 210px;
}

.project-card .mobile-tablet-main {
  top: 52px;
  right: auto;
  left: 44%;
  width: 78%;
  transform: translateX(-50%);
  z-index: 1;
}

.project-card .mobile-tablet-main .tablet-frame {
  width: 100%;
  padding: 6px;
  border-radius: 15px;
}

.project-card .mobile-tablet-main .tablet-camera {
  top: 4px;
  width: 22px;
  height: 3px;
}

.project-card .mobile-tablet-main .tablet-screen {
  border-radius: 10px;
}

.project-card .mobile-tablet-report {
  display: none;
}

.project-card .mobile-tablet-phone {
  right: 9%;
  bottom: 22px;
  width: 92px;
  z-index: 2;
}

.project-card .mobile-tablet-phone .phone-frame {
  width: 92px;
  padding: 4px;
}

.project-card .mobile-tablet-phone .phone-frame {
  border-radius: 15px;
}

.project-card .mobile-tablet-phone .phone-speaker {
  width: 26px;
  height: 3px;
  margin-bottom: 4px;
}

.project-card .mobile-tablet-phone .phone-screen {
  border-radius: 10px;
}

.project-media .project-card-stage.has-model .project-card-device {
  transform: translateX(-7%);
}

.project-media .project-card-stage-snapcast .card-model {
  right: 18%;
  bottom: 9%;
  height: 66%;
  max-width: 34%;
}

.project-media .project-card-stage-human-override .card-model {
  right: 15%;
  bottom: 7%;
  height: 68%;
  max-width: 34%;
}

.project-media .project-card-stage-challang .card-model {
  right: 18%;
  bottom: 14%;
  height: 42%;
  max-width: 32%;
}

.project-copy {
  flex: 1;
  padding: 18px;
}

.project-logo {
  width: auto;
  max-width: 132px;
  max-height: 38px;
  object-fit: contain;
}

.project-logo-wrap {
  display: grid;
  width: fit-content;
  margin: 0 0 12px;
}

.project-logo-wrap.dark {
  padding: 7px 10px;
  border-radius: 8px;
  background: #10151f;
}

.project-logo-wrap.dark .project-logo {
  max-width: 116px;
  max-height: 28px;
}

.project-logo-wrap.invert .project-logo {
  filter: invert(1);
}

.detail-hero .project-logo-wrap {
  margin: 0;
}

.detail-hero .project-logo {
  max-width: 190px;
  max-height: 56px;
}

.detail-hero .project-logo-wrap.dark {
  padding: 10px 14px;
}

.detail-hero .project-logo-wrap.dark .project-logo {
  max-width: 170px;
  max-height: 42px;
}

.detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.external-link::after {
  content: "\2197";
  margin-left: 8px;
  font-size: 0.9em;
  line-height: 1;
}

.tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 8px;
  border-radius: 6px;
  background: #e8f3f2;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-identity {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.project-app-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(16, 21, 31, 0.14);
}

.project-identity-meta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.project-identity-meta .tag {
  display: none;
}

.platform-row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  vertical-align: middle;
}

.os-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 10px;
  vertical-align: top;
}

.os-pill {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10151f;
}

.os-pill svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: currentColor;
}

.os-pill.www svg {
  width: 27px;
  height: 27px;
}

.os-pill span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.platform-pill {
  position: relative;
  width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #344054;
  font-size: 12px;
  font-weight: 860;
}

.project-identity .platform-pill span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.project-subtitle {
  margin: -10px 0 18px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 920;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-icon {
  position: relative;
  display: inline-block;
  border: 2px solid currentColor;
  opacity: 1;
}

.platform-icon.app {
  width: 25px;
  height: 38px;
  border-width: 2.5px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(52, 64, 84, 0.1);
}

.platform-icon.app::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.platform-icon.app::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 4px;
  left: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.platform-icon.tablet {
  width: 34px;
  height: 23px;
  border-width: 2.5px;
  border-radius: 6px;
}

.platform-icon.tablet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 2px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
}

.platform-icon.web {
  width: 30px;
  height: 20px;
  border-width: 2.5px;
  border-radius: 4px;
}

.platform-icon.web::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -5px;
  left: 3px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.project-copy p {
  margin-bottom: 0;
  line-height: 1.45;
}

.center-actions,
.detail-next {
  justify-content: center;
}

.page-main,
.project-detail {
  min-height: calc(100vh - 72px);
}

.page-hero {
  padding: 76px 42px 36px;
}

.page-hero.compact h1,
.page-hero.text-page h1 {
  max-width: 980px;
}

.projects-hero h1 {
  max-width: 720px;
}

.projects-hero .lead {
  max-width: 780px;
}

.text-page .lead {
  max-width: 900px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(420px, 0.74fr);
  grid-template-areas:
    "copy visual"
    "profile visual"
    "capabilities visual";
  gap: 22px;
  align-items: center;
  min-height: 720px;
  padding: 76px 42px 54px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.92), rgba(255, 253, 250, 0.42)),
    radial-gradient(circle at 78% 28%, rgba(0, 201, 186, 0.13), transparent 31%),
    radial-gradient(circle at 88% 72%, rgba(255, 137, 38, 0.10), transparent 28%);
}

.about-me-page {
  position: relative;
}

.about-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 0.98;
}

.about-profile-panel,
.about-capability-panel article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
}

.about-profile-panel {
  grid-area: profile;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.about-profile-panel strong {
  display: block;
  font-size: 23px;
}

.about-profile-panel span {
  color: var(--teal);
  font-weight: 900;
}

.about-profile-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.about-profile-panel dl div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.about-profile-panel dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-profile-panel dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 850;
}

.about-hero-copy {
  grid-area: copy;
  align-self: center;
  padding: 24px 0;
}

.about-hero-visual {
  grid-area: visual;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  margin: 0;
  overflow: visible;
}

.about-hero-visual::before {
  content: "";
  position: absolute;
  inset: 5% 4% 5%;
  border: 1px solid rgba(8, 124, 122, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 62% 45%, rgba(0, 201, 186, 0.16), transparent 34%),
    radial-gradient(circle at 38% 68%, rgba(255, 137, 38, 0.12), transparent 32%);
  filter: blur(0.2px);
  opacity: 0.9;
}

.about-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(520px, 86%);
  max-height: 720px;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  filter: drop-shadow(0 28px 42px rgba(15, 23, 42, 0.18));
  transform: translateY(18px) scaleX(-1);
}

.about-floating-character {
  position: fixed;
  top: clamp(126px, 13vh, 170px);
  right: clamp(34px, 5.8vw, 118px);
  z-index: 8;
  width: min(430px, 27vw);
  height: min(640px, calc(100vh - 160px));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  transform: translate3d(0, var(--about-float-y, 0px), 0);
  transition: opacity 180ms ease;
}

.about-floating-character.is-docked {
  position: absolute;
  top: var(--about-floater-stop, 0px);
}

.about-floating-character img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 48px rgba(15, 23, 42, 0.20));
  transform: scaleX(-1);
}

.about-capability-panel {
  grid-area: capabilities;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-self: start;
}

.about-capability-panel article {
  min-height: 132px;
  padding: 18px;
}

.about-capability-panel span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
}

.about-capability-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
}

.about-capability-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.about-work-wall {
  border-top: 0;
  background: rgba(255, 253, 250, 0.34);
}

.platform-range-board {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.82fr) minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 16px;
  align-items: stretch;
}

.platform-mock {
  min-height: 420px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(8, 124, 122, 0.12), transparent 34%),
    rgba(255, 253, 250, 0.82);
}

.platform-mock > div:last-child {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.platform-mock strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.platform-mock p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.mock-device,
.mock-system-map {
  align-self: center;
  justify-self: center;
}

.mock-device.desktop {
  width: min(100%, 520px);
  padding: 12px;
  border: 2px solid #18202b;
  border-radius: 16px;
  background: #111827;
  box-shadow: 0 28px 60px rgba(16, 21, 31, 0.16);
}

.mock-browser-bar {
  height: 32px;
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  gap: 7px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px 8px 0 0;
  background: #f6f7f9;
}

.mock-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8d0c2;
}

.mock-browser-bar i {
  height: 10px;
  border-radius: 999px;
  background: #dfe5ec;
}

.mock-web-layout {
  min-height: 270px;
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 0 0 8px 8px;
  background: #f9fbfc;
}

.mock-sidebar,
.mock-main {
  border-radius: 8px;
  background: #edf2f5;
}

.mock-main {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.mock-main b {
  height: 28px;
  border-radius: 7px;
  background: white;
}

.mock-chart {
  min-height: 112px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: white;
}

.mock-chart span {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: var(--teal);
}

.mock-chart span:nth-child(1) { height: 42%; }
.mock-chart span:nth-child(2) { height: 70%; }
.mock-chart span:nth-child(3) { height: 56%; }
.mock-chart span:nth-child(4) { height: 88%; }

.mock-device.phone {
  width: min(190px, 100%);
  aspect-ratio: 9 / 19.5;
  padding: 18px 12px 14px;
  border: 12px solid #111827;
  border-radius: 36px;
  background: linear-gradient(180deg, #f7fffe, #edf5f2);
  box-shadow: 0 28px 60px rgba(16, 21, 31, 0.18);
}

.mock-notch {
  width: 58px;
  height: 16px;
  margin: -8px auto 18px;
  border-radius: 999px;
  background: #111827;
}

.mock-app-header,
.mock-app-hero,
.mock-app-list span,
.mock-tabbar {
  border-radius: 10px;
  background: rgba(8, 124, 122, 0.16);
}

.mock-app-header {
  width: 64%;
  height: 22px;
  margin-bottom: 18px;
}

.mock-app-hero {
  height: 110px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(8, 124, 122, 0.24), rgba(36, 87, 184, 0.16));
}

.mock-app-list {
  display: grid;
  gap: 10px;
}

.mock-app-list span {
  height: 42px;
  background: white;
}

.mock-tabbar {
  height: 34px;
  margin-top: 18px;
  background: #111827;
}

.mock-device.tablet {
  width: min(100%, 360px);
  aspect-ratio: 4 / 3;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 18px;
  border: 12px solid #111827;
  border-radius: 30px;
  background: #f7faf8;
  box-shadow: 0 28px 60px rgba(16, 21, 31, 0.16);
}

.mock-tablet-rail {
  border-radius: 14px;
  background: #11231f;
}

.mock-tablet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mock-tablet-grid span,
.mock-tablet-panel {
  border-radius: 14px;
  background: rgba(8, 124, 122, 0.16);
}

.mock-tablet-grid span:nth-child(2) {
  background: rgba(154, 106, 18, 0.18);
}

.mock-tablet-grid span:nth-child(3) {
  background: rgba(36, 87, 184, 0.14);
}

.mock-tablet-panel {
  grid-column: 1 / -1;
  min-height: 44px;
  background: #fff;
}

.mock-system-map {
  width: min(100%, 280px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}

.mock-system-map span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 124, 122, 0.22);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 930;
}

.mock-system-map i {
  width: 2px;
  height: 24px;
  justify-self: center;
  border-radius: 999px;
  background: var(--teal);
}

.about-visual-board {
  display: grid;
  grid-template-columns: 1.2fr 0.46fr 0.46fr 0.82fr;
  gap: 16px;
  align-items: end;
}

.about-visual-board figure {
  margin: 0;
}

.about-shot figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
}

.about-shot {
  position: static;
}

.about-shot.main {
  width: 100%;
}

.about-shot.phone {
  width: 100%;
}

.about-shot.web.small {
  width: 100%;
}

.about-shot .monitor-frame {
  box-shadow: 0 24px 60px rgba(16, 21, 31, 0.14);
}

.about-shot.phone .phone-frame {
  width: min(170px, 100%);
  margin: 0 auto;
  padding: 7px;
  border-radius: 25px;
}

.about-shot.phone .phone-speaker {
  width: 48px;
  height: 4px;
  margin-bottom: 6px;
}

.about-shot.phone .phone-screen {
  border-radius: 18px;
}

.about-shot figcaption {
  margin-top: 10px;
  text-align: center;
}

.about-stack {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 12%, rgba(8, 124, 122, 0.10), transparent 32%),
    rgba(255, 253, 250, 0.42);
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stack-grid article {
  min-height: 230px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.78);
}

.stack-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.stack-icon {
  flex: 0 0 auto;
  width: 34px !important;
  height: 34px !important;
  max-width: 34px;
  max-height: 34px;
  color: rgba(15, 23, 42, 0.42);
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stack-grid span {
  display: inline-flex;
  margin-bottom: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
  text-transform: uppercase;
}

.stack-grid h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.12;
}

.stack-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.about-system-model {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.58), rgba(244, 241, 234, 0.72));
}

.about-system-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.system-model-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.system-model-board article {
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
}

.system-model-board article span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
}

.system-model-board article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 27px;
}

.system-model-board article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.system-model-board > i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 124, 122, 0), var(--teal), rgba(8, 124, 122, 0));
}

.split-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  color: #344054;
  font-size: 20px;
  line-height: 1.55;
}

.principle-list {
  display: grid;
  gap: 16px;
}

.principle-list article {
  padding: 28px;
  border-top: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.timeline article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.resume-list {
  display: grid;
  gap: 12px;
  max-width: 1040px;
}

.resume-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.resume-list time {
  color: var(--teal);
  font-weight: 900;
}

.resume-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.resume-list p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  min-height: calc(100vh - 72px);
  padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 133, 127, 0.08), transparent 30%),
    linear-gradient(180deg, #f8f6f0 0%, #efede6 100%);
}

.contact-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.contact-copy .lead {
  max-width: 660px;
}

.contact-links {
  display: grid;
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}

.contact-link-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.06);
}

.contact-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 133, 127, 0.38);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #101827;
  color: #f8f6f0;
}

.contact-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link-card small {
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-link-card strong {
  display: block;
  overflow-wrap: anywhere;
  color: #111827;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.15;
}

.contact-character {
  position: relative;
  margin: 0;
  align-self: end;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.contact-character::before {
  content: none;
}

.contact-character img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(560px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 30px 44px rgba(17, 24, 39, 0.13));
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--muted);
  font-weight: 800;
}

.scope-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.scope-row span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 820;
}

.detail-device {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.detail-device .phone-frame {
  width: min(360px, 100%);
  margin: 0 auto;
}

.detail-device .hybrid-frame {
  max-width: 760px;
}

.detail-device .hybrid-phone {
  width: min(210px, 28%);
}

.detail-device .hybrid-tablet {
  width: min(240px, 31%);
}

.project-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 46px;
}

.project-story article {
  min-height: 240px;
  padding: 24px;
}

.project-story span {
  color: var(--teal);
  font-weight: 900;
}

.project-story p {
  line-height: 1.55;
}

.product-flow {
  padding-top: 46px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-grid article {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.flow-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.flow-grid h3 {
  margin-bottom: 16px;
}

.flow-grid ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.surface-list {
  padding-top: 32px;
}

.coverage-summary {
  padding-top: 34px;
  padding-bottom: 34px;
}

.coverage-summary .section-head {
  max-width: 860px;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
}

.coverage-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.74);
}

.coverage-grid article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 920;
  text-transform: uppercase;
}

.coverage-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coverage-grid li {
  position: relative;
  padding-left: 18px;
  color: #344054;
  font-weight: 760;
  line-height: 1.42;
}

.coverage-grid li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.surface-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.surface-row span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: #344054;
  font-weight: 820;
}

.feature-system {
  padding-top: 32px;
}

.feature-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-cloud span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(16, 21, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.68);
  color: #344054;
  font-size: 13px;
  font-weight: 820;
}

.myscapes-thesis {
  padding-top: 46px;
}

.myscapes-thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.myscapes-thesis-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.myscapes-thesis-grid span {
  color: var(--teal);
  font-weight: 900;
}

.myscapes-thesis-grid h3 {
  margin: 18px 0 12px;
  font-size: 28px;
  line-height: 1;
}

.myscapes-thesis-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.myscapes-mixer-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.35fr) minmax(520px, 1fr);
  gap: 34px;
  align-items: stretch;
  padding-top: 38px;
}

.myscapes-mixer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.myscapes-mixer-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
}

.myscapes-mixer-board {
  display: grid;
  gap: 16px;
  min-height: 430px;
  padding: 30px;
  border: 1px solid rgba(16, 21, 31, 0.18);
  border-radius: 8px;
  background: #12161c;
  color: #f9f7ef;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.myscapes-lane {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr 0.72fr 0.48fr 0.62fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.myscapes-lane span {
  color: rgba(249, 247, 239, 0.74);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.myscapes-lane i {
  display: block;
  height: 14px;
  border-radius: 8px;
  background: #e9c46a;
}

.myscapes-lane i:nth-of-type(2) {
  width: 62%;
  background: #2a9d8f;
}

.myscapes-lane i:nth-of-type(3) {
  width: 38%;
  background: #f4a261;
}

.myscapes-lane i:nth-of-type(4) {
  width: 24%;
  background: #e76f51;
}

.myscapes-lane.background i {
  height: 20px;
  background: #74c69d;
}

.myscapes-lane.birds {
  grid-template-columns: 150px 0.36fr 0.2fr 0.46fr 0.24fr;
}

.myscapes-lane.water {
  grid-template-columns: 150px 0.7fr 0.38fr 1fr;
}

.myscapes-lane.room {
  grid-template-columns: 150px 0.24fr 0.52fr 0.18fr 1fr;
}

.myscapes-workspace {
  padding-top: 48px;
  overflow: clip;
}

.myscapes-stage {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1fr 0.82fr;
  gap: 22px;
  align-items: end;
  min-height: 650px;
  padding: 30px 24px 12px;
}

.myscapes-shot {
  margin: 0;
}

.myscapes-shot .phone-frame {
  margin: 0 auto;
}

.myscapes-shot.main .phone-frame {
  width: min(330px, 100%);
}

.myscapes-shot.side .phone-frame {
  width: min(250px, 100%);
}

.myscapes-shot.left {
  transform: translateY(52px) rotate(-3deg);
}

.myscapes-shot.right {
  transform: translateY(22px) rotate(3deg);
}

.myscapes-shot figcaption,
.myscapes-river-item figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  text-align: center;
}

.myscapes-screens {
  padding-top: 50px;
}

.myscapes-screen-river {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.myscapes-river-item {
  margin: 0;
}

.myscapes-river-item .phone-frame {
  width: min(235px, 100%);
  margin: 0 auto;
}

.myscapes-river-item.item-1,
.myscapes-river-item.item-4 {
  grid-column: span 4;
}

.myscapes-river-item.item-2,
.myscapes-river-item.item-3,
.myscapes-river-item.item-5,
.myscapes-river-item.item-6 {
  grid-column: span 4;
  padding-top: 54px;
}

.myscapes-river-item.item-3,
.myscapes-river-item.item-6 {
  padding-top: 18px;
}

.jempo-lab {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(760px, 1fr);
  gap: 44px;
  align-items: start;
  min-height: 780px;
  padding-top: 64px;
  padding-bottom: 78px;
  overflow: clip;
  --stage-progress: 0;
}

.jempo-lab-copy {
  position: sticky;
  top: 112px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jempo-lab-copy h2 {
  max-width: 600px;
}

.jempo-lab-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.jempo-lab-stage {
  position: sticky;
  top: 90px;
  min-height: 560px;
}

.jempo-simple-pair,
.jempo-ops-board {
  position: relative;
  min-height: 560px;
  perspective: 1400px;
}

.jempo-simple-pair {
  width: min(860px, 100%);
  margin: 0 auto;
}

.jempo-simple-pair figure {
  margin: 0;
}

.jempo-simple-pair figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  text-align: center;
}

.jempo-tablet-main {
  position: absolute;
  left: 2%;
  top: 72px;
  width: min(720px, 82%);
  transform:
    translateY(calc(34px - var(--stage-progress) * 28px))
    scale(calc(0.96 + var(--stage-progress) * 0.04));
  transition: transform 160ms ease-out;
}

.jempo-phone-main {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: min(210px, 27%);
  transform:
    translateY(calc(54px - var(--stage-progress) * 48px))
    rotate(calc(4deg - var(--stage-progress) * 2deg));
  transition: transform 160ms ease-out;
}

.jempo-phone-main .phone-frame {
  padding: 8px;
  border-radius: 26px;
}

.jempo-phone-main .phone-speaker {
  width: 48px;
  height: 4px;
  margin-bottom: 7px;
}

.jempo-phone-main .phone-screen {
  border-radius: 18px;
}

.jempo-store-photo {
  position: absolute;
  inset: 120px 10% auto auto;
  width: min(520px, 48%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 31, 0.1);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(16, 21, 31, 0.12);
  opacity: calc(0.16 + var(--stage-progress) * 0.18);
  transform: translateY(calc(38px - var(--stage-progress) * 30px)) scale(0.96);
}

.jempo-store-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.jempo-core-screen {
  position: absolute;
  left: 50%;
  top: 260px;
  width: min(720px, 72%);
  transform:
    translateX(-50%)
    translateY(calc(68px - var(--stage-progress) * 62px))
    scale(calc(0.92 + var(--stage-progress) * 0.08));
  z-index: 2;
  transition: transform 160ms ease-out;
}

.jempo-core-screen strong,
.jempo-node strong {
  display: block;
  color: #344054;
  font-size: 13px;
  font-weight: 930;
  text-align: center;
}

.jempo-core-screen strong {
  margin-top: 12px;
}

.jempo-node {
  position: absolute;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(16, 21, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.88);
  box-shadow: 0 22px 54px rgba(16, 21, 31, 0.13);
  transition: transform 160ms ease-out, opacity 160ms ease-out;
}

.jempo-node span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
}

.jempo-node small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.jempo-node.qr {
  left: 3%;
  top: 48px;
  width: 210px;
  transform: translateY(calc(64px - var(--stage-progress) * 56px)) rotate(-3deg);
}

.jempo-node.order {
  left: 17%;
  top: 170px;
  width: 190px;
  transform: translateY(calc(72px - var(--stage-progress) * 72px)) rotate(-5deg);
  z-index: 4;
}

.jempo-node.owner {
  left: 48%;
  top: 28px;
  width: 210px;
  transform: translateX(-50%) translateY(calc(52px - var(--stage-progress) * 44px)) scale(calc(0.96 + var(--stage-progress) * 0.04));
  z-index: 5;
}

.jempo-node.report {
  right: 8%;
  top: 178px;
  width: 210px;
  transform: translateY(calc(86px - var(--stage-progress) * 82px)) rotate(4deg);
  z-index: 4;
}

.jempo-node.safety {
  right: 5%;
  top: 410px;
  width: 154px;
  transform: translateY(calc(78px - var(--stage-progress) * 70px)) rotate(2deg);
  z-index: 5;
}

.jempo-node .phone-frame {
  max-width: 150px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 24px;
}

.jempo-node .phone-speaker {
  width: 46px;
  height: 4px;
  margin-bottom: 6px;
}

.jempo-node .phone-screen {
  border-radius: 16px;
}

.jempo-node .tablet-frame {
  max-width: 150px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 20px;
}

.jempo-node .tablet-camera {
  left: 4px;
  width: 3px;
  height: 20px;
}

.jempo-node .tablet-screen {
  border-radius: 13px;
}

.jempo-deck {
  padding-top: 40px;
  overflow: clip;
  --stage-progress: 0;
}

.jempo-mobile-moments {
  padding-top: 46px;
  padding-bottom: 52px;
  overflow: clip;
  --stage-progress: 0;
}

.jempo-mobile-rail {
  position: relative;
  min-height: 520px;
}

.jempo-mobile-rail article {
  position: absolute;
  top: 52px;
  left: 50%;
  width: min(230px, 18vw);
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(16, 21, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.86);
  box-shadow: 0 26px 62px rgba(16, 21, 31, 0.14);
  transform: translateX(-50%);
  transition: transform 160ms ease-out;
}

.jempo-mobile-rail article:nth-child(2) {
  z-index: 2;
}

.jempo-mobile-rail article:nth-child(3) {
  z-index: 3;
}

.jempo-mobile-rail .phone-frame {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 24px;
}

.jempo-mobile-rail .phone-speaker {
  width: 44px;
  height: 4px;
  margin-bottom: 6px;
}

.jempo-mobile-rail .phone-screen {
  border-radius: 16px;
}

.jempo-mobile-rail article > div {
  margin-top: 12px;
}

.jempo-mobile-rail span {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
}

.jempo-mobile-rail p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
}

.section-head.wide p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.jempo-deck-layout {
  display: grid;
  grid-template-columns: minmax(640px, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.jempo-deck-main {
  position: sticky;
  top: 92px;
  min-height: 760px;
}

.deck-hero-screen {
  position: absolute;
  left: 3%;
  top: 124px;
  width: 76%;
  margin: 0;
  transform: translateY(calc(36px - var(--stage-progress) * 28px));
}

.deck-hero-screen figcaption,
.deck-phone-stack figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  text-align: center;
}

.deck-phone-stack {
  position: absolute;
  inset: 0;
}

.deck-phone-stack figure {
  position: absolute;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(16, 21, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 22px 54px rgba(16, 21, 31, 0.12);
  transition: transform 160ms ease-out;
}

.deck-phone-stack figure:nth-child(1) {
  right: 3%;
  top: 36px;
  width: 178px;
  transform: translateY(calc(28px - var(--stage-progress) * 26px)) rotate(3deg);
}

.deck-phone-stack figure:nth-child(2) {
  left: 0;
  top: 36px;
  width: 172px;
  transform: translateY(calc(64px - var(--stage-progress) * 58px)) rotate(-4deg);
}

.deck-phone-stack figure:nth-child(3) {
  right: 15%;
  top: 430px;
  width: 154px;
  transform: translateY(calc(78px - var(--stage-progress) * 72px)) rotate(5deg);
}

.deck-phone-stack figure:nth-child(4) {
  left: 44%;
  top: 500px;
  width: 176px;
  transform: translateY(calc(92px - var(--stage-progress) * 82px)) rotate(-2deg);
}

.deck-phone-stack .phone-frame {
  max-width: 138px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 24px;
}

.deck-phone-stack .phone-speaker {
  width: 44px;
  height: 4px;
  margin-bottom: 6px;
}

.deck-phone-stack .phone-screen {
  border-radius: 16px;
}

.deck-phone-stack .tablet-frame {
  max-width: 142px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 20px;
}

.deck-context-photo {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 44%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 31, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(16, 21, 31, 0.12);
  opacity: 0.88;
}

.deck-context-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.jempo-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jempo-system-grid article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.72);
}

.jempo-system-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 930;
}

.jempo-system-grid h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.jempo-system-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.bandmate-stage {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(660px, 1fr);
  gap: 44px;
  align-items: start;
  min-height: 820px;
  padding-top: 54px;
  padding-bottom: 72px;
  overflow: clip;
  --stage-progress: 0;
}

.bandmate-copy {
  position: sticky;
  top: 112px;
}

.bandmate-copy h2 {
  max-width: 620px;
}

.bandmate-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.bandmate-console {
  position: sticky;
  top: 92px;
  min-height: 650px;
}

.bandmate-console figure {
  position: absolute;
  margin: 0;
}

.bandmate-console figcaption,
.bandmate-screen-grid h3 {
  color: #344054;
  font-weight: 930;
}

.bandmate-console figcaption {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.bandmate-primary {
  left: 50%;
  top: 22px;
  width: min(330px, 36%);
  transform:
    translateX(-50%)
    translateY(calc(32px - var(--stage-progress) * 30px))
    scale(calc(0.96 + var(--stage-progress) * 0.04));
  z-index: 3;
}

.bandmate-side {
  width: min(260px, 28%);
  opacity: calc(0.84 + var(--stage-progress) * 0.16);
  transition: transform 160ms ease-out, opacity 160ms ease-out;
}

.bandmate-side.tuner {
  left: 8%;
  top: 116px;
  transform:
    translateX(calc(56px - var(--stage-progress) * 56px))
    translateY(calc(34px - var(--stage-progress) * 24px))
    rotate(calc(-2deg - var(--stage-progress) * 5deg));
}

.bandmate-side.player {
  right: 6%;
  top: 146px;
  transform:
    translateX(calc(-56px + var(--stage-progress) * 56px))
    translateY(calc(46px - var(--stage-progress) * 30px))
    rotate(calc(2deg + var(--stage-progress) * 5deg));
}

.bandmate-console .phone-frame,
.bandmate-screen-grid .phone-frame {
  background: #121722;
}

.bandmate-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bandmate-screen-grid article {
  min-height: 520px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.78);
}

.bandmate-screen-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 930;
}

.bandmate-screen-grid article > div {
  min-height: 310px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.bandmate-screen-grid .phone-frame {
  width: min(210px, 76%);
  padding: 8px;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(16, 21, 31, 0.14);
}

.bandmate-screen-grid .phone-speaker {
  width: 52px;
  height: 4px;
  margin-bottom: 7px;
}

.bandmate-screen-grid .phone-screen {
  border-radius: 18px;
}

.bandmate-screen-grid h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.bandmate-screen-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.snapcast-lab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(620px, 1fr);
  gap: 42px;
  align-items: start;
  min-height: 1540px;
  padding-top: 54px;
  padding-bottom: 90px;
  overflow: clip;
  --stage-progress: 0;
  --eq-a-y: 18px;
  --eq-b-y: -18px;
  --eq-opacity: 0.72;
  --result-scale: 0.96;
  --home-x: -76px;
  --home-y: 46px;
  --home-r: -4deg;
  --home-s: 0.9;
  --detail-x: -18px;
  --detail-y: 0px;
  --detail-r: 0deg;
  --detail-s: 1;
  --saved-x: 62px;
  --saved-y: 54px;
  --saved-r: 5deg;
  --saved-s: 0.9;
  --mobile-home-shift: -64%;
  --mobile-home-y: 78px;
  --mobile-home-rotate: -2deg;
  --mobile-home-scale: 0.68;
  --mobile-detail-y: 38px;
  --mobile-detail-scale: 0.88;
  --mobile-saved-shift: -36%;
  --mobile-saved-y: 82px;
  --mobile-saved-rotate: 2deg;
  --mobile-saved-scale: 0.68;
}

.snapcast-lab-copy {
  position: sticky;
  top: 110px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snapcast-lab-copy h2 {
  max-width: 560px;
}

.snapcast-lab-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.lab-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.lab-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: #344054;
  font-size: 13px;
  font-weight: 860;
}

.snapcast-lab-stage {
  position: sticky;
  top: 92px;
  min-height: 680px;
}

.tryon-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.08fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.tryon-equation figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 31, 0.1);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 20px 48px rgba(16, 21, 31, 0.1);
  transform: translateY(var(--eq-a-y));
  opacity: var(--eq-opacity);
  transition: transform 180ms ease-out, opacity 180ms ease-out;
}

.tryon-equation figure:nth-of-type(2) {
  transform: translateY(var(--eq-b-y));
}

.tryon-equation figure.result {
  border-color: rgba(8, 124, 122, 0.34);
  transform: scale(var(--result-scale));
}

.tryon-equation img {
  width: 100%;
  aspect-ratio: 4 / 5.6;
  object-fit: cover;
}

.tryon-equation figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(255, 253, 250, 0.86);
  color: #344054;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.equation-mark {
  color: var(--teal);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 940;
}

.snapcast-flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-bottom: 34px;
}

.snapcast-flow-strip figure {
  margin: 0;
  transform: translateY(calc((1 - var(--stage-progress, 0)) * (26px + var(--i) * 4px)));
  opacity: calc(.62 + var(--stage-progress, 0) * .38);
  transition: transform 180ms ease-out, opacity 180ms ease-out;
}

.snapcast-flow-strip .phone-frame {
  width: min(180px, 100%);
  margin: 0 auto;
  padding: 8px;
  border-radius: 27px;
}

.snapcast-flow-strip .phone-speaker {
  width: 48px;
  height: 4px;
  margin-bottom: 6px;
}

.snapcast-flow-strip .phone-screen {
  border-radius: 18px;
}

.snapcast-flow-strip figcaption {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, .84);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.snapcast-flow-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
}

.phone-cascade {
  position: relative;
  min-height: 560px;
  perspective: 1200px;
}

.cascade-phone {
  position: absolute;
  top: 20px;
  left: 50%;
  width: min(275px, 34%);
  margin: 0;
  transform:
    translateX(calc(-50% + var(--phone-x)))
    translateY(var(--phone-y))
    rotate(var(--phone-r))
    scale(var(--phone-s));
  transform-origin: center bottom;
  transition: transform 160ms ease-out;
}

.cascade-phone.home {
  --phone-x: var(--home-x);
  --phone-y: var(--home-y);
  --phone-r: var(--home-r);
  --phone-s: var(--home-s);
  z-index: 1;
}

.cascade-phone.detail {
  --phone-x: var(--detail-x);
  --phone-y: var(--detail-y);
  --phone-r: var(--detail-r);
  --phone-s: var(--detail-s);
  z-index: 3;
}

.cascade-phone.saved {
  --phone-x: var(--saved-x);
  --phone-y: var(--saved-y);
  --phone-r: var(--saved-r);
  --phone-s: var(--saved-s);
  z-index: 2;
}

.cascade-phone figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  text-align: center;
  opacity: var(--caption-opacity, 0.35);
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.screen-gallery figure {
  margin: 0;
}

.screen-gallery .phone-frame {
  max-width: 240px;
  margin: 0 auto;
}

.screen-gallery .tablet-frame {
  max-width: 300px;
  margin: 0 auto;
}

.screen-gallery figcaption {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.detail-next {
  padding: 0 42px 72px;
}

@media (max-width: 1100px) {
  .home-hero,
  .detail-hero,
  .about-hero,
  .about-system-model {
    grid-template-columns: 1fr;
  }

  .about-hero {
    grid-template-areas:
      "copy"
      "visual"
      "profile"
      "capabilities";
    min-height: 0;
  }

  .about-hero-visual {
    min-height: 540px;
  }

  .about-hero-visual::before {
    inset: 9% 14% 5%;
  }

  .about-hero-visual img {
    width: min(480px, 74%);
    max-height: 610px;
    opacity: 1;
  }

  .about-floating-character {
    display: none;
  }

  .about-visual-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .platform-range-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-model-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-devices {
    min-height: 500px;
  }

  .hero-showcase {
    width: min(820px, 100%);
    min-height: 470px;
  }

  .hero-monitor {
    left: 18%;
    width: 72%;
  }

  .hero-phone {
    right: 0;
    width: min(178px, 24%);
  }

  .hero-character {
    width: min(380px, 43%);
  }

  .hero-mini-panel {
    right: 16%;
    width: min(230px, 30%);
  }

  .hero-mini-phone {
    left: 14%;
    width: min(120px, 16%);
  }

  .latest-work-grid,
  .latest-work-card a {
    grid-template-columns: 1fr;
  }

  .latest-work-media {
    min-height: 430px;
  }

  .featured-work-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-work-card a {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 1fr;
  }

  .featured-work-media {
    height: 340px;
    min-height: 0;
  }

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

  .myscapes-mixer-story {
    grid-template-columns: 1fr;
  }

  .myscapes-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 560px;
  }

  .myscapes-shot.main .phone-frame {
    width: min(290px, 100%);
  }

  .myscapes-shot.side .phone-frame {
    width: min(210px, 100%);
  }

  .snapcast-lab {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
  }

  .snapcast-lab-copy,
  .snapcast-lab-stage {
    position: static;
    min-height: 0;
  }

  .phone-cascade {
    min-height: 520px;
  }

  .jempo-lab {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
  }

  .jempo-lab-copy,
  .jempo-lab-stage,
  .jempo-deck-main {
    position: static;
    min-height: 0;
  }

  .jempo-ops-board {
    min-height: 780px;
  }

  .jempo-simple-pair {
    min-height: 500px;
  }

  .jempo-tablet-main {
    left: 0;
    top: 58px;
    width: 78%;
  }

  .jempo-phone-main {
    right: 0;
    bottom: 54px;
    width: min(190px, 30%);
  }

  .jempo-deck-layout {
    grid-template-columns: 1fr;
  }

  .jempo-deck-main {
    min-height: 760px;
  }

  .jempo-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bandmate-stage {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bandmate-copy,
  .bandmate-console {
    position: static;
  }

  .bandmate-console {
    min-height: 620px;
  }

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

@media (max-width: 720px) {
  .about-hero {
    min-height: 0;
    padding: 34px 20px 42px;
    gap: 16px;
  }

  .about-hero-copy h1 {
    max-width: 360px;
    font-size: clamp(40px, 11vw, 52px);
    line-height: 0.98;
  }

  .about-hero-copy .lead {
    font-size: 18px;
  }

  .about-hero-visual {
    min-height: 430px;
    overflow: hidden;
  }

  .about-hero-visual::before {
    inset: 7% 3% 4%;
  }

  .about-hero-visual img {
    width: min(340px, 92%);
    max-height: 470px;
    opacity: 1;
  }

  .about-profile-panel {
    padding: 16px;
  }

  .about-capability-panel {
    grid-template-columns: 1fr;
  }

  .about-capability-panel article {
    min-height: 0;
  }

  .about-visual-board {
    grid-template-columns: 1fr;
  }

  .about-shot.phone .phone-frame {
    max-width: 180px;
  }

  .stack-grid,
  .platform-range-board,
  .system-model-board {
    grid-template-columns: 1fr;
  }

  .platform-mock {
    min-height: 0;
  }

  .mock-device.desktop {
    width: 100%;
  }

  .mock-web-layout {
    min-height: 210px;
  }

  .mock-device.phone {
    width: 170px;
  }

  .mock-device.tablet {
    width: 100%;
  }

  .stack-grid article {
    min-height: 0;
  }

  .stack-icon {
    width: 32px;
    height: 32px;
  }

  .about-system-model {
    gap: 22px;
  }

  .system-model-board > i {
    width: 2px;
    height: 24px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(8, 124, 122, 0), var(--teal), rgba(8, 124, 122, 0));
  }

  .system-model-board article {
    min-height: 0;
  }

  .site-header {
    height: 58px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
    padding: 0 12px;
    background: rgba(255, 253, 250, 0.96);
  }

  .menu-toggle {
    position: relative;
    z-index: 70;
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    font-size: 0;
    font-weight: 860;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, top 180ms ease, box-shadow 180ms ease;
  }

  .menu-toggle::before {
    top: 14px;
    box-shadow: 0 7px 0 currentColor;
  }

  .menu-toggle::after {
    top: 28px;
  }

  body.nav-open .menu-toggle::before {
    top: 20px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 transparent;
  }

  body.nav-open .menu-toggle::after {
    top: 20px;
    transform: rotate(-45deg);
  }

  .mobile-back {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .mobile-back span {
    width: 13px;
    height: 13px;
    display: block;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(3px) rotate(45deg);
  }

  .mobile-back.placeholder {
    pointer-events: none;
  }

  .mobile-title {
    display: none;
    overflow: hidden;
    color: var(--ink);
    font-size: 16px;
    font-weight: 920;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(16, 21, 31, 0);
    pointer-events: none;
    transition: background 180ms ease;
  }

  body.nav-open .site-header::after {
    background: rgba(16, 21, 31, 0.34);
    pointer-events: auto;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 60;
    width: min(310px, 82vw);
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    padding: 78px 18px 24px;
    border-left: 1px solid var(--line);
    overflow: hidden;
    isolation: isolate;
    background: #fffdfa;
    box-shadow: -24px 0 60px rgba(16, 21, 31, 0.2);
    transform: translateX(104%);
    transition: transform 220ms ease;
  }

  .site-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fffdfa;
  }

  .site-nav a {
    position: relative;
    z-index: 1;
  }

  body.nav-open .site-nav {
    display: grid;
    transform: translateX(0);
  }

  body:not(.nav-open) .site-nav {
    display: none;
  }

  .site-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 13px;
    padding: 0 4px;
    border-bottom: 1px solid var(--soft);
    color: var(--ink);
    font-size: 18px;
    font-weight: 880;
  }

  .nav-icon {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: #344054;
    background: rgba(255, 253, 250, 0.72);
  }

  .nav-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a.is-active {
    color: var(--teal);
  }

  .site-nav a.is-active .nav-icon {
    border-color: rgba(0, 137, 132, 0.28);
    color: var(--teal);
    background: rgba(0, 137, 132, 0.08);
  }

  .brand {
    display: inline-flex;
    justify-self: center;
    align-self: center;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .lang-switch {
    display: none;
  }

  .brand span {
    font-size: 15px;
  }

  .home-hero,
  .detail-hero,
  .page-hero,
  .section,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-hero {
    gap: 34px;
    padding-top: 40px;
  }

  .projects-hero {
    padding-top: 56px;
    padding-bottom: 22px;
  }

  .projects-hero h1 {
    max-width: 320px;
    margin-bottom: 16px;
    font-size: clamp(56px, 15vw, 68px);
  }

  .projects-hero .lead {
    max-width: 340px;
    font-size: 19px;
    line-height: 1.46;
  }

  .home-hero {
    min-height: auto;
    gap: 30px;
    padding-top: 28px;
  }

  .hero-copy {
    order: 2;
  }

  h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .lead {
    font-size: 20px;
  }

  .project-subtitle {
    margin-top: -8px;
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }

  .back-link {
    margin-bottom: 18px;
  }

  .detail-hero .back-link {
    display: none;
  }

  .project-identity {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .project-app-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 11px;
  }

  .project-identity .project-logo-wrap {
    justify-self: auto;
  }

  .project-identity .project-logo-wrap.dark {
    padding: 8px 10px;
  }

  .project-identity .project-logo {
    max-width: min(174px, 48vw);
    max-height: 34px;
  }

  .project-identity-meta {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }

  .project-identity-meta .tag {
    display: none;
  }

  .platform-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
  }

  .platform-pill {
    width: 34px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
  }

  .platform-icon {
    color: var(--ink);
  }

  .os-row {
    display: inline-flex;
    gap: 8px;
    margin-left: 2px;
    vertical-align: middle;
  }

  .os-pill {
    width: 27px;
    height: 30px;
  }

  .os-pill svg {
    width: 21px;
    height: 21px;
  }

  .platform-pill span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .feature-cloud {
    gap: 7px;
  }

  .feature-cloud span {
    min-height: 32px;
    font-size: 12px;
  }

  .detail-hero .scope-row {
    display: none;
  }

  .hero-devices {
    order: 1;
    min-height: 520px;
    display: grid;
  }

  .hero-showcase {
    width: 100%;
    min-height: 520px;
    aspect-ratio: auto;
  }

  .hero-monitor {
    position: absolute;
    left: 5%;
    top: 20px;
    width: 78%;
    max-width: none;
    filter: brightness(1.14) saturate(0.78) contrast(0.88);
  }

  .hero-phone {
    position: absolute;
    right: 0;
    bottom: 84px;
    width: 27%;
    max-width: 110px;
    filter: brightness(1.1) saturate(0.84) contrast(0.9);
  }

  .hero-mini-phone,
  .hero-mini-panel {
    display: none;
  }

  .hero-character {
    left: 50%;
    bottom: 0;
    width: 94%;
    max-width: 380px;
    transform: translateX(-50%) rotate(-2deg);
  }

  .home-work-head {
    display: block;
  }

  .home-work-head .button {
    display: none;
  }

  .latest-work-grid,
  .latest-work-card a,
  .featured-work-list,
  .featured-work-card a {
    grid-template-columns: 1fr;
  }

  .latest-work-grid {
    margin-bottom: 42px;
  }

  .latest-work-media {
    min-height: 300px;
    padding: 18px;
  }

  .latest-work-media .mobile-tablet-frame {
    width: min(320px, 100%);
    min-height: 250px;
    display: block;
    overflow: hidden;
  }

  .latest-work-media .mobile-tablet-main {
    position: absolute;
    left: 50%;
    right: auto;
    top: 28px;
    width: 76%;
    max-width: none;
    transform: translateX(-50%);
    z-index: 1;
  }

  .latest-work-media .mobile-tablet-report {
    display: none;
  }

  .latest-work-media .mobile-tablet-phone {
    position: absolute;
    right: 13%;
    bottom: 24px;
    width: 34%;
    max-width: 112px;
    z-index: 2;
  }

  .latest-work-media .mobile-tablet-main .tablet-frame.landscape {
    padding: 7px;
    border-radius: 18px;
  }

  .latest-work-media .mobile-tablet-main .tablet-frame.landscape .tablet-screen {
    border-radius: 12px;
  }

  .latest-work-media .mobile-tablet-phone .phone-frame {
    max-width: none;
    margin: 0;
    padding: 6px;
    border-radius: 22px;
  }

  .latest-work-media .mobile-tablet-phone .phone-screen {
    border-radius: 15px;
  }

  .latest-work-copy {
    padding: 22px;
  }

  .latest-work-copy h3 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .latest-work-copy p {
    font-size: 18px;
  }

  .featured-work-list {
    gap: 16px;
    margin-bottom: 42px;
  }

  .featured-work-card a {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 1fr;
  }

  .featured-work-media {
    height: 300px;
    min-height: 0;
    padding: 18px;
  }

  .featured-work-media .project-card-stage.has-model .project-card-device,
  .project-media .project-card-stage.has-model .project-card-device {
    transform: translateX(-6%);
  }

  .featured-work-media .project-card-stage-snapcast .card-model,
  .project-media .project-card-stage-snapcast .card-model {
    right: 17%;
    bottom: 9%;
    height: 64%;
    max-width: 34%;
  }

  .featured-work-media .project-card-stage-human-override .card-model,
  .project-media .project-card-stage-human-override .card-model {
    right: 14%;
    bottom: 8%;
    height: 66%;
    max-width: 34%;
  }

  .featured-work-media .project-card-stage-challang .card-model,
  .project-media .project-card-stage-challang .card-model {
    right: 17%;
    bottom: 15%;
    height: 40%;
    max-width: 32%;
  }

  .featured-work-card a > div:last-child {
    padding: 18px;
  }

  .featured-work-card h3 {
    font-size: 28px;
  }

  .featured-work-card p {
    font-size: 16px;
    line-height: 1.48;
  }

  .compact-head {
    margin-top: 0;
  }

  .mobile-only-action {
    display: flex;
  }

  .detail-hero .mobile-tablet-frame,
  .home-hero .mobile-tablet-frame {
    min-height: 248px;
    display: block;
    overflow: hidden;
  }

  .detail-hero .mobile-tablet-main,
  .home-hero .mobile-tablet-main {
    position: absolute;
    left: 0;
    right: auto;
    top: 24px;
    width: 78%;
    max-width: none;
  }

  .detail-hero .mobile-tablet-report,
  .home-hero .mobile-tablet-report {
    display: none;
  }

  .detail-hero .mobile-tablet-phone,
  .home-hero .mobile-tablet-phone {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 34%;
    max-width: 138px;
  }

  .detail-hero .mobile-tablet-main .tablet-frame.landscape,
  .home-hero .mobile-tablet-main .tablet-frame.landscape {
    padding: 7px;
    border-radius: 18px;
  }

  .detail-hero .mobile-tablet-main .tablet-frame.landscape .tablet-screen,
  .home-hero .mobile-tablet-main .tablet-frame.landscape .tablet-screen {
    border-radius: 12px;
  }

  .detail-hero .mobile-tablet-phone .phone-frame,
  .home-hero .mobile-tablet-phone .phone-frame {
    max-width: none;
    margin: 0;
    padding: 6px;
    border-radius: 22px;
  }

  .detail-hero .mobile-tablet-phone .phone-screen,
  .home-hero .mobile-tablet-phone .phone-screen {
    border-radius: 15px;
  }

  .hero-phone .phone-frame {
    max-width: none;
    padding: 7px;
    border-radius: 24px;
  }

  .hero-phone .phone-speaker {
    width: 42px;
    height: 4px;
    margin-bottom: 6px;
  }

  .hero-phone .phone-screen {
    border-radius: 16px;
  }

  .hybrid-tablet,
  .hero-monitor .hybrid-tablet {
    left: 0;
    bottom: -5%;
    width: min(150px, 40%);
  }

  .hybrid-phone,
  .hero-monitor .hybrid-phone {
    right: 0;
  }

  .snapcast-lab {
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .snapcast-lab-copy {
    display: block;
  }

  .snapcast-lab-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .snapcast-lab-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .lab-points {
    gap: 7px;
  }

  .lab-points span {
    min-height: 32px;
    font-size: 12px;
  }

  .tryon-equation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: visible;
    margin-right: 0;
    padding: 0;
  }

  .equation-mark {
    display: none;
  }

  .tryon-equation figure,
  .tryon-equation figure:nth-of-type(2),
  .tryon-equation figure.result {
    max-width: none;
    transform: none;
    opacity: 1;
    scroll-snap-align: none;
  }

  .tryon-equation img {
    aspect-ratio: 4 / 4.6;
  }

  .tryon-equation figure.result {
    grid-column: 1 / -1;
  }

  .tryon-equation figure.result img {
    aspect-ratio: 16 / 11;
  }

  .tryon-equation figure.result::before {
    content: "AI result";
    position: absolute;
    top: -9px;
    left: 50%;
    z-index: 2;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--teal);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    transform: translateX(-50%);
  }

  .tryon-equation figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    min-height: 27px;
    font-size: 11px;
  }

  .snapcast-flow-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 26px;
  }

  .snapcast-flow-strip figure {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 12px;
    align-items: center;
    transform: translateX(calc((1 - var(--stage-progress, 0)) * 14px));
    opacity: 1;
  }

  .snapcast-flow-strip figure:nth-child(even) {
    grid-template-columns: 1fr 118px;
    transform: translateX(calc((1 - var(--stage-progress, 0)) * -14px));
  }

  .snapcast-flow-strip figure:nth-child(even) .phone-frame {
    grid-column: 2;
    grid-row: 1;
  }

  .snapcast-flow-strip figure:nth-child(even) figcaption {
    grid-column: 1;
    grid-row: 1;
  }

  .snapcast-flow-strip .phone-frame {
    width: 118px;
    padding: 6px;
    border-radius: 22px;
  }

  .snapcast-flow-strip .phone-speaker {
    width: 36px;
    height: 4px;
    margin-bottom: 5px;
  }

  .snapcast-flow-strip .phone-screen {
    border-radius: 15px;
  }

  .snapcast-flow-strip figcaption {
    margin-top: 0;
    padding: 12px;
  }

  .snapcast-flow-strip strong {
    font-size: 17px;
  }

  .phone-cascade {
    display: block;
    min-height: 430px;
    overflow: visible;
    margin-right: 0;
    padding: 8px 0 22px;
  }

  .cascade-phone,
  .cascade-phone.home,
  .cascade-phone.detail,
  .cascade-phone.saved {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 44vw;
    max-width: 168px;
    margin: 0;
    scroll-snap-align: none;
  }

  .cascade-phone.home {
    transform: translateX(var(--mobile-home-shift)) translateY(var(--mobile-home-y)) rotate(var(--mobile-home-rotate)) scale(var(--mobile-home-scale));
    z-index: 1;
  }

  .cascade-phone.detail {
    width: 50vw;
    max-width: 188px;
    transform: translateX(-50%) translateY(var(--mobile-detail-y)) rotate(0deg) scale(var(--mobile-detail-scale));
    z-index: 3;
  }

  .cascade-phone.saved {
    transform: translateX(var(--mobile-saved-shift)) translateY(var(--mobile-saved-y)) rotate(var(--mobile-saved-rotate)) scale(var(--mobile-saved-scale));
    z-index: 2;
  }

  .cascade-phone figcaption {
    width: 140%;
    margin-left: -20%;
    opacity: 1;
    font-size: 12px;
  }

  .cascade-phone.home figcaption,
  .cascade-phone.saved figcaption {
    opacity: 0.72;
  }

  .jempo-lab {
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .jempo-lab-copy {
    display: block;
  }

  .jempo-lab-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .jempo-lab-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .jempo-ops-board {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .jempo-simple-pair {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .jempo-tablet-main,
  .jempo-phone-main {
    position: static;
    width: 100%;
    transform: none;
  }

  .jempo-phone-main .phone-frame {
    width: min(190px, 58vw);
    margin: 0 auto;
  }

  .jempo-store-photo {
    position: static;
    width: 100%;
    opacity: 1;
    transform: none;
    order: 2;
  }

  .jempo-core-screen {
    position: static;
    width: 100%;
    transform: none;
    order: 1;
    z-index: auto;
  }

  .jempo-node {
    position: static;
    width: 100%;
    max-width: none;
    padding: 10px;
    transform: none;
    z-index: auto;
  }

  .jempo-node.qr {
    width: 100%;
    transform: none;
    order: 0;
  }

  .jempo-node.order {
    width: 100%;
    max-width: none;
    transform: none;
    order: 3;
  }

  .jempo-node.owner {
    width: 100%;
    max-width: none;
    transform: none;
    order: 4;
  }

  .jempo-node.report {
    width: 100%;
    max-width: none;
    transform: none;
    order: 5;
  }

  .jempo-node.safety {
    width: 100%;
    max-width: none;
    transform: none;
    order: 6;
  }

  .jempo-node .phone-frame {
    max-width: 130px;
  }

  .jempo-node .tablet-frame {
    max-width: 148px;
  }

  .bandmate-stage {
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .bandmate-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .bandmate-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .bandmate-console {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
  }

  .bandmate-console figure,
  .bandmate-primary,
  .bandmate-side,
  .bandmate-side.tuner,
  .bandmate-side.player {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
  }

  .bandmate-primary {
    grid-column: 1 / -1;
  }

  .bandmate-console .phone-frame {
    width: min(190px, 54vw);
    margin: 0 auto;
    padding: 8px;
    border-radius: 26px;
  }

  .bandmate-side .phone-frame {
    width: min(150px, 38vw);
  }

  .bandmate-console .phone-speaker {
    width: 46px;
    height: 4px;
    margin-bottom: 7px;
  }

  .bandmate-console .phone-screen {
    border-radius: 17px;
  }

  .bandmate-screen-grid {
    grid-template-columns: 1fr;
  }

  .bandmate-screen-grid article {
    min-height: 0;
  }

  .bandmate-screen-grid article > div {
    min-height: 260px;
  }

  .bandmate-screen-grid .phone-frame {
    width: min(190px, 58vw);
  }

  .jempo-deck {
    padding-top: 34px;
  }

  .jempo-mobile-moments {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .section-head.wide p:not(.eyebrow) {
    font-size: 17px;
  }

  .jempo-mobile-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 0;
  }

  .jempo-mobile-rail article {
    position: static;
    width: 100%;
    padding: 8px;
    transform: none;
  }

  .jempo-mobile-rail .phone-frame {
    max-width: 118px;
  }

  .jempo-mobile-rail p {
    display: none;
  }

  .jempo-deck-layout {
    gap: 24px;
  }

  .jempo-deck-main {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .deck-hero-screen {
    position: static;
    width: 100%;
    transform: none;
    order: 0;
  }

  .deck-phone-stack figure:nth-child(1) {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .deck-phone-stack figure:nth-child(2) {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .deck-phone-stack figure:nth-child(3) {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .deck-phone-stack figure:nth-child(4) {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .deck-context-photo {
    position: static;
    width: 100%;
    order: 2;
  }

  .deck-phone-stack {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    order: 1;
  }

  .deck-phone-stack figure {
    position: static;
    padding: 8px;
  }

  .deck-phone-stack .phone-frame,
  .deck-phone-stack .tablet-frame {
    max-width: 118px;
  }

  .jempo-system-grid {
    grid-template-columns: 1fr;
  }

  .intro-band,
  .coverage-grid,
  .proof-grid,
  .project-grid,
  .project-grid.all,
  .project-story,
  .flow-grid,
  .contact-hero,
  .myscapes-thesis-grid,
  .myscapes-mixer-story,
  .screen-gallery,
  .split-text {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: auto;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 132px;
  }

  .contact-links {
    margin-top: 28px;
  }

  .contact-link-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 76px;
    padding: 14px;
  }

  .contact-icon {
    width: 48px;
  }

  .contact-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-character {
    position: absolute;
    right: -8px;
    bottom: -34px;
    z-index: 0;
    width: min(132px, 34vw);
    max-width: none;
    justify-self: auto;
    opacity: 0.9;
    pointer-events: none;
    background: transparent;
  }

  .contact-character img {
    width: 100%;
    margin: 0;
    filter: drop-shadow(0 16px 22px rgba(17, 24, 39, 0.12));
  }

  .myscapes-mixer-board {
    min-height: 360px;
    padding: 18px;
  }

  .myscapes-lane,
  .myscapes-lane.birds,
  .myscapes-lane.water,
  .myscapes-lane.room {
    grid-template-columns: 1fr 0.8fr 0.55fr;
    min-height: 92px;
  }

  .myscapes-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding: 6px 0 0;
  }

  .myscapes-shot.left,
  .myscapes-shot.right {
    transform: none;
  }

  .myscapes-shot.main {
    order: -1;
  }

  .myscapes-shot.main .phone-frame,
  .myscapes-shot.side .phone-frame {
    width: min(260px, 100%);
  }

  .myscapes-screen-river {
    grid-template-columns: 1fr;
  }

  .myscapes-river-item.item-1,
  .myscapes-river-item.item-2,
  .myscapes-river-item.item-3,
  .myscapes-river-item.item-4,
  .myscapes-river-item.item-5,
  .myscapes-river-item.item-6 {
    grid-column: auto;
    padding-top: 0;
  }

  .project-media {
    height: 248px;
    min-height: 248px;
    flex-basis: 248px;
  }

  .timeline article {
    display: block;
  }

  .resume-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .detail-next {
    padding-left: 20px;
    padding-right: 20px;
  }

  .screen-gallery .phone-frame {
    max-width: 210px;
  }

  .screen-gallery .tablet-frame {
    max-width: 240px;
  }
}