@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Boska";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/MBMZ7FPNE3BLIO7BA7WSXS622ESHMSPS/A24ASHB6YYDC2RKM53ROP5SQJCGM5LMQ/2YQT6WFIC4YLG23Y6A7HCRXGM5EQU4GP.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("https://framerusercontent.com/assets/Z4sGWU2OKBoXPWulb5P25vULA.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Inter";
  src: url("https://framerusercontent.com/assets/aqiiD4LUKkKzXdjGL5UzHq8bo5w.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: url("https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --paper: #faf9f7;
  --paper-warm: #ece7df;
  --line: rgba(65, 56, 48, 0.14);
  --ink: #151515;
  --muted: #7a726b;
  --red: #d92b10;
  --red-hot: #f24720;
  --dark: #101010;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img,
video {
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 100px;
  border-bottom: 1px solid var(--line);
  background: transparent;
  backdrop-filter: none;
  transition: height 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-inner {
  width: min(1110px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1), height 0.45s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.45s cubic-bezier(0.16, 1, 0.3, 1), padding 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.45s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 42px;
  height: 34px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.brand-copy {
  display: grid;
  line-height: 1.04;
}

.brand-copy strong {
  color: #444444;
  font-size: 16px;
  font-weight: 800;
}

.brand-copy small {
  color: #6c6864;
  font-size: 12px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-group {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link-group a {
  font-weight: 500;
  transition: color 0.24s ease;
}

.nav-link-group a:hover {
  color: #f9190c;
}

.talk-button {
  height: 54px;
  padding: 0 7px 0 22px;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  transition: background-color 0.24s ease;
}

.talk-button:hover {
  background: #e6d0b5;
}

.talk-button b {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d43115;
  color: #fff;
  font-weight: 500;
}

.talk-button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 981px) {
  .site-header.is-compact {
    height: 116px;
    border-bottom-color: transparent;
  }

  .site-header.is-compact .header-inner {
    width: min(700px, calc(100% - 48px));
    height: 84px;
    margin-top: 16px;
    padding: 16px 16px 16px 24px;
    border-radius: 110px;
    background-color: rgba(226, 223, 217, 0.6);
    background-image: none;
    border: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: none;
  }
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero-section {
  min-height: 80vh;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  background: #d6cfc4;
  display: grid;
  align-items: center;
}

.hero-video,
.grid-overlay,
.hero-fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 86vh;
  pointer-events: none;
}

.hero-video {
  object-fit: cover;
  opacity: 0.38;
  mix-blend-mode: multiply;
  transform: scaleX(-1);
}

.grid-overlay {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px);
  background-size: 210px 100%;
  opacity: 0.46;
}

.hero-fade {
  top: auto;
  height: 45vh;
  background: linear-gradient(180deg, rgba(236, 231, 223, 0), var(--paper-warm));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateY(-2vh);
}

.hero-content h1 {
  width: min(1110px, 100%);
  margin: 0;
  color: rgba(41, 39, 37, 0.38);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-title-row {
  display: block;
  white-space: nowrap;
}

.hero-title-first {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-content strong {
  color: #444447;
}

.hero-title-phrase {
  display: inline-block;
}

.hero-title-char {
  display: inline-block;
}

.hero-animate .hero-title-char {
  opacity: 0.001;
  filter: blur(10px);
  transform: translateY(10px);
  animation: hero-text-reveal 0.64s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.18s + var(--char-index) * 0.035s);
  will-change: opacity, filter, transform;
}

.hero-animate .hero-subtitle {
  opacity: 0.001;
  filter: blur(10px);
  transform: translateY(14px);
  animation: hero-text-reveal 1.25s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation-delay: var(--subtitle-delay, 1.7s);
  will-change: opacity, filter, transform;
}

@keyframes hero-text-reveal {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.inline-avatar {
  width: clamp(92px, 9vw, 128px);
  height: clamp(92px, 9vw, 128px);
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.25);
}

.mobile-avatar {
  display: none;
}

.hero-content p {
  width: min(660px, 100%);
  margin: 46px 0 0;
  color: #151515;
  font-size: 22px;
  line-height: 1.5;
}

.hero-content p a {
  text-decoration: underline;
}

.projects-section {
  background: var(--paper-warm);
  padding: 0 40px 220px;
  scroll-margin-top: 132px;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: min(1080px, 100%);
  margin: 0 auto;
  perspective: 1400px;
}

.project-card {
  --project-scale: 1;
  --project-opacity: 1;
  --tilt-rotate-x: 0deg;
  --tilt-rotate-y: 0deg;
  --tilt-scale: 1;
  height: 430px;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 585px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(68, 68, 68, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8f2e9 0%, #e8ddcf 100%);
  color: #444447;
  box-shadow: 0 22px 56px rgba(77, 62, 48, 0.13);
  opacity: var(--project-opacity, 1);
  transform: scale(var(--project-scale, 1)) rotateX(var(--tilt-rotate-x, 0deg)) rotateY(var(--tilt-rotate-y, 0deg)) scale(var(--tilt-scale, 1));
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  min-width: 0;
}

.project-card.is-visible {
  opacity: var(--project-opacity, 1);
  transform: scale(var(--project-scale, 1)) rotateX(var(--tilt-rotate-x, 0deg)) rotateY(var(--tilt-rotate-y, 0deg)) scale(var(--tilt-scale, 1));
}

.project-card:hover {
  box-shadow: 0 28px 68px rgba(77, 62, 48, 0.18);
}

.project-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(212, 49, 21, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0) translate(-50%, -50%) scale(0.64);
  box-shadow: 0 16px 38px rgba(216, 54, 28, 0.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  will-change: transform, opacity;
}

.project-cursor svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
  .project-card {
    cursor: none;
  }
}

.project-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 40px 30px 40px 60px;
  transform: translateZ(18px);
}

.project-title {
  display: block;
  max-width: 495px;
  color: #2f3032;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-meta span {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 22px;
  padding: 12px 24px;
  background: rgba(68, 68, 68, 0.08);
  color: #444447;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.project-meta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-summary {
  max-width: 470px;
  color: rgba(68, 68, 68, 0.66);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.project-highlights {
  display: grid;
  gap: 18px;
  margin-top: 6px;
  color: #444447;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.project-highlights span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.project-highlights span::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: var(--red);
  clip-path: polygon(50% 0%, 61% 34%, 96% 32%, 68% 53%, 79% 88%, 50% 67%, 21% 88%, 32% 53%, 4% 32%, 39% 34%);
}

.project-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 82% 26%, rgba(242, 74, 34, 0.36), transparent 30%), linear-gradient(135deg, #f5d4bb 0%, #d9b89a 48%, #b88f72 100%);
  isolation: isolate;
  transform: translateZ(12px);
}

.project-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 108px 100%;
  opacity: 0.22;
  z-index: 0;
}

.project-card-2 .project-visual {
  background: radial-gradient(circle at 82% 22%, rgba(217, 43, 16, 0.28), transparent 34%), linear-gradient(135deg, #efe7dc 0%, #c9c7bb 52%, #a6aa9d 100%);
}

.project-card-3 .project-visual {
  background: radial-gradient(circle at 78% 24%, rgba(217, 43, 16, 0.32), transparent 31%), linear-gradient(135deg, #f6dfc9 0%, #e8b68f 45%, #b56f55 100%);
}

.project-visual-glow {
  position: absolute;
  inset: auto -20% -10% 5%;
  height: 55%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.36), transparent 68%);
  filter: blur(22px);
  z-index: 0;
}

.project-visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, 0, 0) scale(1.01);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-visual img {
  transform: translate3d(0, 0, 0) scale(1.04);
}

.project-card-1 .project-visual img {
  object-position: 56% 50%;
}

.project-card-2 .project-visual img {
  object-position: 50% 50%;
}

.project-card-3 .project-visual img {
  object-position: 48% 50%;
}

@media (prefers-reduced-motion: reduce) {
  .project-card,
  .project-card:hover,
  .project-visual img,
  .project-card:hover .project-visual img {
    transform: none;
    transition: none;
  }

  .project-card {
    opacity: 1;
  }

  .hero-animate .hero-title-char,
  .hero-animate .hero-subtitle,
  .about-title-char,
  .contact-title-char {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

.about-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  display: flex;
  place-content: flex-start center;
  align-items: flex-start;
  padding: 156px 0 186px;
  background-color: #d92b10;
}

.about-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  opacity: 0.4;
  overflow: hidden;
  pointer-events: none;
}

.about-background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  transform: rotate(180deg);
}

.about-background-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background: linear-gradient(180deg, rgba(217, 43, 16, 0.08) 0%, rgba(217, 43, 16, 0.5) 54%, rgba(217, 43, 16, 0.72) 100%);
}

.about-inner {
  position: relative;
  z-index: 1;
  width: min(1110px, calc(100% - 80px));
  margin: 0 auto;
  color: #0b0b0b;
}

.eyebrow {
  margin: 0 0 28px;
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
  font-weight: 800;
  text-transform: lowercase;
}

.about-inner > .eyebrow {
  margin-bottom: 29px;
  color: #fff;
  font-family: "Boska", "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.about-heading {
  max-width: 760px;
  display: block;
}

.about-heading h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.14;
}

.about-title-char {
  display: inline-block;
  opacity: 0.001;
  filter: blur(10px);
  transform: translateY(10px);
  will-change: opacity, filter, transform;
}

.about-section.is-title-visible .about-title-char {
  animation: hero-text-reveal 0.64s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.06s + var(--char-index) * 0.035s);
}

.about-heading p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: rgba(11, 11, 11, 0.52);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.about-heading i {
  width: 2px;
  height: 28px;
  display: block;
  background: rgba(11, 11, 11, 0.42);
}

.about-heading::after {
  content: "";
  width: 456px;
  max-width: 100%;
  height: 2px;
  display: block;
  margin-top: 58px;
  background: linear-gradient(90deg, #080808 0 86%, rgba(8, 8, 8, 0.16) 86% 100%);
}

.contact-inner h2 {
  width: min(639px, 100%);
  margin: 0;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}

.contact-subtitle {
  width: min(640px, 100%);
  margin: 9px 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
}

.contact-title-char {
  display: inline-block;
  opacity: 0.001;
  filter: blur(10px);
  transform: translateY(10px);
  will-change: opacity, filter, transform;
}

.contact-section.is-title-visible .contact-title-char {
  animation: hero-text-reveal 0.64s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.08s + var(--char-index) * 0.035s);
}

.about-copy {
  max-width: 590px;
  margin-top: 70px;
  color: #fff;
  display: grid;
  gap: 20px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.58;
}

.about-copy p {
  margin: 0;
}

.about-copy a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.contact-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 264px 0;
  background: var(--paper);
  color: #000;
}

.contact-inner {
  position: relative;
  width: min(1110px, calc(100% - 80px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow: hidden;
}

.contact-inner .eyebrow {
  margin: 0;
  color: #666;
  font-family: "Boska", "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: lowercase;
}

.contact-actions,
.contact-links,
.social-links {
  display: flex;
  align-items: center;
}

.contact-actions {
  width: 100%;
  margin-top: 36px;
  gap: 72px;
  overflow: hidden;
}

.contact-links {
  flex: none;
  gap: 72px;
  margin: 0;
}

.contact-links a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  white-space: nowrap;
}

.social-links {
  flex: none;
  gap: 8px;
  margin: 0;
}

.social-links a,
.social-links button {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #000;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

.contact-icon-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.contact-icon-link .icon-hover {
  opacity: 0;
}

.contact-icon-link:hover .icon-normal {
  opacity: 0;
}

.contact-icon-link:hover .icon-hover {
  opacity: 1;
}

.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.wechat-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wechat-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(250, 249, 247, 0.58);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.wechat-modal-panel {
  position: relative;
  z-index: 1;
  width: min(420px, 92vw);
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.wechat-modal.is-open .wechat-modal-panel {
  transform: translateY(0) scale(1);
}

.wechat-modal-panel img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 6px;
}

.floating-actions a,
.floating-actions button {
  height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: #050505;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.floating-actions a:first-child,
.floating-actions button:first-child {
  background: #fff;
  color: #050505;
}

.floating-actions img {
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
}

.mail-icon {
  width: 16px;
  height: 12px;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
}

.mail-icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -4px);
}

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

.case-hero {
  padding: 230px 0 88px;
}

.case-copy {
  width: min(1088px, calc(100% - 80px));
  margin: 0 auto;
}

.case-category,
.case-meta dt,
.case-label {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-category {
  width: 918px;
  max-width: 100%;
  margin: 0 0 14px;
  color: #858585;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.case-copy h1 {
  width: 918px;
  max-width: 100%;
  margin: 0;
  color: #444444;
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  overflow-wrap: normal;
}

.case-subtitle {
  width: 918px;
  max-width: 100%;
  margin: 14px 0 55px;
  color: #111;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  text-align: left;
}

.case-meta {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.case-meta div {
  width: 200px;
  min-width: 200px;
}

.case-meta dt {
  margin-bottom: 8px;
  color: rgba(122, 122, 122, 0.4);
  font-weight: 500;
}

.case-meta dd {
  margin: 0;
  color: #000;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}

.case-media,
.case-gallery {
  width: min(1088px, calc(100% - 80px));
  margin: 0 auto;
}

.case-media img,
.case-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 20px 20px 60px 6px rgba(0, 0, 0, 0.08);
}

.hero-media {
  padding: 0 0 80px;
}

.case-body {
  width: min(1088px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 636px;
  justify-content: flex-start;
  gap: 120px;
  padding: 0 0 80px;
}

.case-label {
  margin: 0;
  color: #444444;
  font-weight: 700;
}

.case-text {
  color: #000;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.case-text p {
  margin: 0 0 28px;
}

.case-text h2 {
  margin: 42px 0 12px;
  font-size: 20px;
  line-height: 1.1;
}

.case-gallery {
  display: grid;
  gap: 40px;
  padding-bottom: 96px;
}

.next-project {
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 140px;
}

.next-project a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--dark);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    height: 64px;
  }

  .header-inner {
    width: calc(100% - 48px);
  }

  .brand-logo {
    transform: scale(0.94);
    transform-origin: left center;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    background: transparent;
    display: block;
    position: relative;
  }

  .menu-button::before,
  .menu-button::after {
    content: "";
    position: absolute;
    left: 3px;
    width: 22px;
    height: 2px;
    background: #202020;
  }

  .menu-button::before {
    top: 10px;
  }

  .menu-button::after {
    top: 17px;
  }

  .menu-button span {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    inset: 64px 0 auto;
    display: none;
    padding: 22px 24px 28px;
    background: rgba(236, 231, 223, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 20px;
  }

  .hero-section {
    min-height: 900px;
    align-items: start;
    padding: 148px 0 0;
  }

  .hero-content {
    width: calc(100% - 46px);
    transform: none;
  }

  .hero-content h1 {
    max-width: 342px;
    font-size: 28px;
    line-height: 1.04;
  }

  .hero-title-row {
    white-space: normal;
  }

  .hero-title-first {
    display: block;
  }

  .hero-content p {
    max-width: 342px;
  }

  .inline-avatar {
    display: none;
  }

  .mobile-avatar {
    display: block;
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    width: 112px;
    height: 112px;
    margin: 0 0 90px 23px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.25);
  }

  .hero-content p {
    margin-top: 24px;
    font-size: 18px;
  }

  .projects-section {
    padding: 42px 23px 112px;
    scroll-margin-top: 96px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-card {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .project-card-copy {
    gap: 22px;
    padding: 34px 26px 30px;
  }

  .project-title {
    max-width: none;
    padding-left: 0;
    font-size: 27px;
    line-height: 1.18;
  }

  .project-meta {
    gap: 10px;
  }

  .project-meta span {
    min-height: 0;
    gap: 6px;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
  }

  .project-meta svg {
    width: 18px;
    height: 18px;
  }

  .project-summary {
    font-size: 16px;
    line-height: 24px;
  }

  .project-highlights {
    gap: 15px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.22;
  }

  .project-highlights span {
    gap: 10px;
  }

  .project-highlights span::before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .project-visual {
    min-height: 318px;
  }

  .project-visual img,
  .project-card-1 .project-visual img,
  .project-card-2 .project-visual img,
  .project-card-3 .project-visual img {
    width: 100%;
    height: 100%;
    object-position: center;
  }

  .about-section {
    min-height: 0;
    padding: 88px 21px;
    overflow: hidden;
  }

  .about-background {
    height: auto;
  }

  .about-inner {
    width: 100%;
  }

  .contact-section {
    height: 100svh;
    min-height: 720px;
    padding: 120px 21px 88px;
  }

  .contact-inner {
    width: 100%;
    gap: 22px;
  }

  .about-inner > .eyebrow {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .about-heading {
    gap: 14px 18px;
  }

  .about-heading h2 {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }

  .about-heading p {
    gap: 12px;
    font-size: 20px;
  }

  .about-heading i {
    height: 20px;
  }

  .about-heading::after {
    width: 220px;
    margin-top: 34px;
  }

  .contact-inner h2 {
    width: 100%;
    font-size: 45px;
  }

  .contact-subtitle {
    width: 100%;
    font-size: 17px;
    margin-top: 9px;
    line-height: 0.8;
  }

  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: 26px;
    overflow: visible;
  }

  .contact-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .wechat-modal {
    padding-top: 64px;
  }

  .about-copy {
    max-width: 100%;
    margin-top: 34px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.62;
  }

  .floating-actions {
    right: 10px;
    bottom: 14px;
  }

  .floating-actions a,
  .floating-actions button {
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  .floating-actions img {
    width: 14px;
    height: 14px;
  }

  .case-hero {
    padding: 138px 24px 52px;
  }

  .case-copy {
    width: 100%;
  }

  .case-category {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .case-copy h1 {
    width: 100%;
    font-size: 48px;
    overflow-wrap: break-word;
  }

  .case-subtitle {
    width: 100%;
    margin: 12px 0 38px;
    font-size: 18px;
  }

  .case-meta {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .case-meta div {
    width: auto;
    min-width: 0;
  }

  .case-media {
    width: calc(100% - 40px);
  }

  .hero-media {
    padding-bottom: 64px;
  }

  .case-body {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 64px;
  }

  .case-text {
    font-size: 19px;
  }

  .case-gallery {
    width: calc(100% - 40px);
    gap: 28px;
  }
}
