:root {
  color-scheme: light;
  --ink: #111819;
  --ink-soft: #263233;
  --muted: #627071;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --mist: #edf4f1;
  --teal: #0c6b62;
  --teal-dark: #063d3b;
  --coral: #df634f;
  --lime: #c5d96b;
  --line: #dfe7e4;
  --shadow: 0 18px 60px rgba(15, 23, 24, 0.12);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 16px;
  color: #ffffff;
  background: rgba(13, 20, 21, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.88);
  border-color: rgba(16, 24, 25, 0.12);
  box-shadow: 0 10px 30px rgba(17, 24, 25, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(17, 24, 25, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text span {
  color: currentColor;
  font-size: 0.78rem;
  opacity: 0.74;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: currentColor;
  font-size: 0.93rem;
  font-weight: 650;
  opacity: 0.88;
  transition: background 160ms ease, opacity 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
  outline: none;
}

.site-header.is-scrolled .main-nav a:hover,
.site-header.is-scrolled .main-nav a:focus-visible {
  background: rgba(12, 107, 98, 0.09);
}

.hero {
  position: relative;
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
  background: var(--ink);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 17, 18, 0.88) 0%, rgba(9, 17, 18, 0.68) 38%, rgba(9, 17, 18, 0.16) 72%),
    linear-gradient(180deg, rgba(9, 17, 18, 0.08) 0%, rgba(9, 17, 18, 0.32) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding-block: 156px 72px;
  color: #ffffff;
}

.eyebrow,
.section-kicker,
.project-type {
  margin: 0;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: 5rem;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 0;
  font-size: 3.05rem;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
  line-height: 1.6;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 780;
  line-height: 1.1;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: var(--teal);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
}

.button-secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(17, 24, 25, 0.12);
}

.hero .button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-stats {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 36px 0 0;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-stats dt {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 850;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.4;
}

.hero-stats dd strong {
  color: #ffffff;
  font-weight: 850;
}

.signal-bar {
  background: var(--ink);
  color: #ffffff;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-inline: 1px solid rgba(255, 255, 255, 0.12);
}

.signal-grid p {
  margin: 0;
  padding: 24px 22px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.35;
}

.section {
  padding: 112px 0;
}

.intro-section {
  background: var(--paper);
}

.intro-grid,
.education-grid,
.proof-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 72px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.intro-copy p,
.contact-layout p {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 44px;
}

.split-heading {
  max-width: none;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 64px;
}

.split-heading p:last-child {
  margin-bottom: 4px;
}

.services-section,
.proof-section {
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.project-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(17, 24, 25, 0.04);
}

.service-card {
  display: flex;
  min-height: 364px;
  flex-direction: column;
  padding: 26px;
}

.service-number {
  width: fit-content;
  margin-bottom: 44px;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--teal-dark);
  background: var(--mist);
  font-size: 0.8rem;
  font-weight: 850;
}

.service-card p {
  margin-bottom: 24px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #fbfcfa;
  font-size: 0.82rem;
  font-weight: 700;
}

.projects-section {
  background: var(--mist);
}

.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-bottom: 18px;
}

.project-card {
  overflow: hidden;
}

.project-feature {
  grid-row: span 2;
}

.project-visual {
  min-height: 220px;
  background: #121a1b;
}

.project-feature .project-visual {
  min-height: 430px;
}

.project-body {
  padding: 26px;
}

.project-body p:last-child {
  margin-bottom: 0;
}

.project-body .project-type {
  margin-bottom: 12px;
  color: var(--coral);
}

.text-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.chowple-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 28px;
  background: #151817;
}

.chowple-showcase {
  position: relative;
  min-height: 504px;
}

.chowple-web-shot {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 86%;
  height: 270px;
  object-fit: cover;
  object-position: top left;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.chowple-phone-stack {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 410px;
}

.chowple-phone-shot {
  position: absolute;
  width: 28%;
  min-width: 128px;
  max-width: 168px;
  aspect-ratio: 560 / 1218;
  object-fit: cover;
  object-position: top center;
  border: 6px solid #111819;
  border-radius: 30px;
  background: #f4f4f6;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.chowple-phone-shot.is-home {
  right: 38%;
  bottom: -34px;
  z-index: 2;
}

.chowple-phone-shot.is-explore {
  right: 16%;
  bottom: 8px;
  z-index: 3;
}

.chowple-phone-shot.is-note {
  right: -4%;
  bottom: -48px;
  z-index: 1;
}

.project-tags {
  margin: 18px 0 6px;
}

.lab-visual {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 209, 102, 0.44), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(12, 107, 98, 0.22), transparent 30%),
    linear-gradient(135deg, #fff8ea 0%, #edf4f1 100%);
}

.lab-visual::before,
.lab-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(17, 24, 25, 0.1);
  border-radius: 999px;
}

.lab-visual::before {
  width: 290px;
  height: 142px;
  transform: rotate(-12deg);
}

.lab-visual::after {
  width: 214px;
  height: 106px;
  transform: rotate(21deg);
}

.lab-composition {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 430px);
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.tech-node {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-width: 0;
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 25, 0.1);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(17, 24, 25, 0.12);
  backdrop-filter: blur(10px);
}

.tech-node img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.tech-unity {
  grid-column: 1 / 4;
  transform: rotate(-1deg);
}

.tech-unity img {
  max-height: 42px;
}

.tech-python {
  grid-column: 4 / 6;
}

.tech-python img {
  max-height: 54px;
}

.tech-sklearn {
  grid-column: 6 / 9;
  transform: rotate(1deg);
}

.tech-sklearn img {
  max-height: 46px;
}

.tech-learning {
  grid-column: 2 / 8;
  grid-row: 2;
  display: grid;
  min-height: 96px;
  gap: 10px;
}

.tech-learning img {
  max-height: 44px;
}

.tech-learning .logo-coursera {
  max-height: 32px;
}

.tech-learning .logo-stanford {
  max-height: 42px;
}

.tech-separator {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(17, 24, 25, 0.1);
}

.project-card:not(.project-feature) > .project-body:first-child {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-store-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.resource-panel {
  margin-top: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.resource-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 22px;
}

.resource-heading h3 {
  margin: 8px 0 0;
  font-size: 1.5rem;
}

.resource-heading p:last-child {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.58;
}

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

.resource-card {
  display: grid;
  min-height: 132px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.resource-card:hover,
.resource-card:focus-visible {
  border-color: rgba(12, 107, 98, 0.42);
  box-shadow: 0 12px 28px rgba(17, 24, 25, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.resource-card span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.resource-card strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.16;
}

.app-store-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.app-store-heading h3 {
  margin: 8px 0 0;
  font-size: 1.5rem;
}

.app-store-copy {
  max-width: 710px;
  margin: 12px 0 0;
  font-size: 0.98rem;
  line-height: 1.58;
}

.app-store-heading .text-link {
  flex: 0 0 auto;
  margin-top: 28px;
}

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

.app-card {
  display: flex;
  min-height: 334px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
}

.app-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.app-card-head img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 24, 25, 0.12);
}

.app-card .project-type {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 0.68rem;
}

.app-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.app-card p {
  margin-bottom: 16px;
  font-size: 0.92rem;
  line-height: 1.54;
}

.app-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: auto 0 18px;
  padding: 0;
  list-style: none;
}

.app-meta li {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1;
}

.app-card .text-link {
  margin-top: 0;
  font-size: 0.9rem;
}

.tymate-section {
  background: var(--paper);
}

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

.tymate-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 24, 25, 0.04);
}

.tymate-card-feature {
  display: flex;
  min-height: 590px;
  grid-column: span 3;
  flex-direction: column;
}

.tymate-card-compact {
  display: flex;
  min-height: 254px;
  grid-column: span 4;
  flex-direction: column;
  padding: 26px;
}

.tymate-shot {
  display: grid;
  height: 336px;
  place-items: center;
  overflow: hidden;
  padding: 18px;
}

.tymate-shot img {
  width: min(100%, 186px);
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
  border: 1px solid rgba(17, 24, 25, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(17, 24, 25, 0.18);
}

.tymate-shot-yellow {
  background: #fff3c3;
}

.tymate-shot-teal {
  background: #ccefeb;
}

.tymate-shot-coral {
  background: #ffd6d7;
}

.tymate-shot-magenta {
  background: #f2d3e3;
}

.tymate-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.tymate-card-body .project-type,
.tymate-card-compact .project-type {
  margin-bottom: 12px;
}

.tymate-card p:last-child {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-item span {
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 820;
}

.timeline-item h3 {
  margin-bottom: 8px;
}

.timeline-item p {
  margin-bottom: 0;
}

.education-section {
  background: var(--paper);
  padding-top: 92px;
}

.education-list {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.education-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.education-list strong {
  color: var(--ink);
}

.contact-section {
  padding: 108px 0;
  color: #ffffff;
  background: var(--ink);
}

.contact-section .section-kicker {
  color: var(--lime);
}

.contact-section h2,
.contact-section p {
  color: #ffffff;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-actions {
  justify-content: flex-start;
  padding-top: 10px;
}

.contact-section .button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.contact-section .text-link {
  color: var(--lime);
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #0b1011;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer p {
  margin: 0;
  color: inherit;
  font-size: 0.92rem;
}

.site-footer a {
  font-weight: 760;
}

.article-page {
  min-height: 100svh;
  background: #ffffff;
}

.article-main {
  display: grid;
  min-height: calc(100svh - 94px);
  padding: 158px 0 98px;
  align-items: center;
}

.article-shell {
  max-width: 820px;
}

.article-shell h1 {
  max-width: 14ch;
  margin-bottom: 26px;
  font-size: 4.2rem;
  line-height: 1;
}

.article-placeholder {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 1.24rem;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .hero {
    min-height: 84svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 17, 18, 0.88) 0%, rgba(9, 17, 18, 0.64) 52%, rgba(9, 17, 18, 0.26) 100%),
      linear-gradient(180deg, rgba(9, 17, 18, 0.12) 0%, rgba(9, 17, 18, 0.32) 100%);
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.42rem;
  }

  .service-grid,
  .project-grid,
  .resource-heading,
  .split-heading,
  .intro-grid,
  .education-grid,
  .proof-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .intro-grid,
  .education-grid,
  .proof-grid,
  .contact-layout {
    gap: 30px;
  }

  .project-feature {
    grid-row: auto;
  }

  .project-feature .project-visual {
    min-height: 360px;
  }

  .chowple-visual {
    min-height: 520px;
  }

  .chowple-showcase {
    min-height: 464px;
  }

  .chowple-web-shot {
    width: 82%;
    height: 250px;
  }

  .chowple-phone-stack {
    height: 374px;
  }

  .chowple-phone-shot {
    width: 25%;
  }

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

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

  .app-card {
    min-height: 242px;
  }

  .tymate-card-feature {
    min-height: 532px;
    grid-column: span 6;
  }

  .tymate-card-compact {
    min-height: 228px;
    grid-column: span 6;
  }

  .tymate-shot {
    height: 302px;
  }
}

@media (max-width: 760px) {
  [id] {
    scroll-margin-top: 136px;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .brand {
    width: 100%;
  }

  .main-nav {
    width: 100%;
    gap: 2px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 8px 7px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 17, 18, 0.92) 0%, rgba(9, 17, 18, 0.75) 72%, rgba(9, 17, 18, 0.5) 100%),
      linear-gradient(180deg, rgba(9, 17, 18, 0.08) 0%, rgba(9, 17, 18, 0.34) 100%);
  }

  .hero-content {
    padding-block: 166px 34px;
  }

  h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: 3.15rem;
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .hero-lede {
    margin-bottom: 22px;
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding-block: 12px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 20px;
  }

  .hero-stats div {
    padding: 11px 9px;
  }

  .hero-stats dt {
    margin-bottom: 4px;
    font-size: 1.02rem;
  }

  .hero-stats dd {
    font-size: 0.74rem;
    line-height: 1.28;
  }

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

  .signal-grid p {
    padding: 18px 14px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .service-card {
    min-height: 0;
    padding: 22px;
  }

  .service-number {
    margin-bottom: 26px;
  }

  .project-visual,
  .project-feature .project-visual {
    min-height: 280px;
  }

  .chowple-visual,
  .project-feature .chowple-visual {
    min-height: 420px;
    padding: 18px;
  }

  .chowple-showcase {
    min-height: 374px;
  }

  .chowple-web-shot {
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
  }

  .chowple-phone-stack {
    height: 306px;
  }

  .chowple-phone-shot {
    width: 34%;
    min-width: 102px;
    max-width: 126px;
    border-width: 5px;
    border-radius: 24px;
  }

  .chowple-phone-shot.is-home {
    right: 50%;
    bottom: -22px;
  }

  .chowple-phone-shot.is-explore {
    right: 25%;
    bottom: 10px;
  }

  .chowple-phone-shot.is-note {
    right: 0;
    bottom: -28px;
  }

  .app-store-panel {
    padding: 20px;
  }

  .resource-panel {
    padding: 20px;
  }

  .app-store-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .resource-heading {
    gap: 14px;
  }

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

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

  .resource-card {
    min-height: 116px;
  }

  .app-card {
    min-height: 0;
  }

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

  .tymate-card-feature,
  .tymate-card-compact {
    min-height: 0;
    grid-column: auto;
  }

  .tymate-shot {
    height: 334px;
  }

  .tymate-card-body,
  .tymate-card-compact {
    padding: 22px;
  }

  .phone-shell {
    width: min(230px, 82%);
    min-height: 320px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-section {
    padding: 76px 0;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-main {
    min-height: calc(100svh - 128px);
    padding: 168px 0 74px;
  }

  .article-shell h1 {
    max-width: 12ch;
    font-size: 3rem;
  }

  .article-placeholder {
    font-size: 1.08rem;
  }
}

@media (max-width: 420px) {
  .signal-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .tymate-shot {
    height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
