:root {
  --page: #faf8f3;
  --paper: #fff9ee;
  --paper-soft: #ece2d5;
  --ink: #1a1a1a;
  --ink-soft: rgba(29, 27, 23, 0.68);
  --muted: rgba(29, 27, 23, 0.52);
  --cream: #f8f1e7;
  --sand: #d8c8ae;
  --champagne: #c9b37d;
  --coffee: #8b735f;
  --line: rgba(29, 27, 23, 0.12);
  --line-strong: rgba(29, 27, 23, 0.22);
  --white-line: rgba(255, 250, 242, 0.24);
  --dark: #14120f;
  --dark-glass: rgba(20, 18, 15, 0.36);
  --shadow: 0 24px 70px rgba(50, 39, 28, 0.14);
  --max-width: 1240px;
  --serif: "Songti SC", "Noto Serif SC", "STSong", "SimSun", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 246, 224, 0.56), transparent 32vw),
    radial-gradient(circle at 84% 28%, rgba(201, 179, 125, 0.16), transparent 28vw),
    linear-gradient(180deg, #faf8f3 0%, #f0e7dc 54%, #faf8f3 100%);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: 60;
  opacity: 0.085;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.46'/%3E%3C/svg%3E"),
    repeating-linear-gradient(90deg, rgba(29, 27, 23, 0.06) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}

body::after {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 8%, transparent 0 36vw, rgba(40, 31, 22, 0.035) 78vw),
    linear-gradient(115deg, rgba(255, 250, 242, 0.68), transparent 28%, transparent 74%, rgba(218, 200, 178, 0.24)),
    linear-gradient(180deg, transparent 0%, rgba(139, 115, 95, 0.05) 100%);
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 18px;
  right: clamp(14px, 4vw, 52px);
  left: clamp(14px, 4vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2.6vw, 28px);
  border: 1px solid rgba(201, 179, 125, 0.28);
  border-radius: 999px;
  background: rgba(250, 248, 243, 0.62);
  color: var(--ink);
  backdrop-filter: blur(24px) saturate(128%);
  -webkit-backdrop-filter: blur(24px) saturate(128%);
  box-shadow:
    0 18px 60px rgba(50, 39, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  transition:
    min-height 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    top 220ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  min-height: 50px;
  border-color: rgba(201, 179, 125, 0.38);
  background: rgba(255, 250, 242, 0.76);
  box-shadow:
    0 14px 48px rgba(50, 39, 28, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: scale(0.986);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.brand-mark {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(29, 27, 23, 0.66);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.44);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: rgba(29, 27, 23, 0.62);
}

.brand-mark::before {
  top: 50%;
  right: 5px;
  left: 5px;
  height: 1px;
}

.brand-mark::after {
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 1px;
}

.site-nav {
  gap: clamp(16px, 2.4vw, 30px);
  color: rgba(29, 27, 23, 0.66);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.site-nav a,
.nav-share {
  position: relative;
  transition: color 220ms ease, opacity 220ms ease;
}

.site-nav a::after,
.nav-share::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--champagne);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 300ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav a:hover,
.nav-share:hover {
  color: var(--ink);
}

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

.site-nav a:hover::after,
.site-nav a.is-active::after,
.nav-share:hover::after {
  opacity: 0.5;
  transform: scaleX(1);
}

.nav-share {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: center;
  padding: 118px clamp(18px, 5vw, 72px) 58px;
  color: var(--paper);
}

.hero-image {
  --hero-y: 0px;
  position: absolute;
  inset: -4% -2% 0;
  width: 104%;
  height: 108%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: saturate(0.76) contrast(1.04) brightness(0.74) sepia(0.1);
  transform: translate3d(0, var(--hero-y), 0) scale(1);
  transform-origin: center;
  animation: slowZoom 28s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-shade,
.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 36%, rgba(8, 7, 6, 0.42) 78%),
    linear-gradient(90deg, rgba(17, 14, 11, 0.68), rgba(17, 14, 11, 0.26) 48%, rgba(17, 14, 11, 0.12)),
    linear-gradient(0deg, rgba(17, 14, 11, 0.82), transparent 50%),
    linear-gradient(180deg, rgba(17, 14, 11, 0.3), transparent 36%);
}

.hero-atmosphere {
  opacity: 0.62;
  background:
    linear-gradient(115deg, rgba(255, 250, 242, 0.26), transparent 19%, transparent 76%, rgba(218, 200, 178, 0.22)),
    linear-gradient(180deg, transparent 0%, rgba(255, 250, 242, 0.08) 48%, transparent 74%);
  filter: blur(18px);
  mix-blend-mode: screen;
  animation: filmDrift 24s ease-in-out infinite alternate;
}

.hero-atmosphere::before,
.hero-atmosphere::after {
  position: absolute;
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  content: "";
  opacity: 0.18;
  background: radial-gradient(circle, rgba(255, 245, 218, 0.48), transparent 62%);
  filter: blur(18px);
  animation: particleFloat 30s ease-in-out infinite alternate;
}

.hero-atmosphere::before {
  top: 10%;
  right: 8%;
}

.hero-atmosphere::after {
  bottom: 0;
  left: 3%;
  width: 24vw;
  height: 24vw;
  opacity: 0.12;
  animation-duration: 36s;
  animation-direction: alternate-reverse;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  padding-top: min(8vh, 78px);
  pointer-events: auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--coffee);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 250, 242, 0.82);
}

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

h1 {
  max-width: 700px;
  margin: 0 0 18px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 660px;
  margin-bottom: 16px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.28;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(16px, 1.7vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-link,
.contact-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-family: var(--sans);
  isolation: isolate;
  transition:
    opacity 400ms ease,
    background 400ms ease,
    color 400ms ease,
    transform 400ms ease,
    border-color 400ms ease,
    box-shadow 400ms ease;
}

.btn,
.button,
.cta,
.cta-button,
.social-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 190, 145, 0.45);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.72), rgba(244, 232, 210, 0.42)),
    rgba(255, 255, 255, 0.32);
  color: var(--ink);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 10px 30px rgba(120, 92, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    transform 260ms ease-out,
    box-shadow 260ms ease-out,
    border-color 260ms ease-out,
    background 260ms ease-out;
}

.hero-link::before,
.contact-button::before,
.btn::before,
.button::before,
.cta::before,
.cta-button::before,
.social-link::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 246, 220, 0.58),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 760ms ease;
}

.hero-link {
  border: 1px solid rgba(218, 190, 145, 0.5);
  padding: 11px 24px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.18), rgba(244, 232, 210, 0.1)),
    rgba(255, 255, 255, 0.08);
  color: var(--paper);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  letter-spacing: 0.08em;
  box-shadow:
    0 10px 30px rgba(17, 14, 11, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-link.primary {
  border-color: rgba(230, 198, 145, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.9), rgba(240, 220, 188, 0.5)),
    rgba(255, 255, 255, 0.36);
  color: var(--ink);
  box-shadow:
    0 14px 36px rgba(17, 14, 11, 0.16),
    0 0 22px rgba(236, 206, 154, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.hero-link::after {
  margin-left: 9px;
  content: "→";
  opacity: 0.72;
  transform: translateX(0);
  transition: transform 220ms ease, opacity 220ms ease;
}

.hero-link:hover,
.contact-button:hover,
.btn:hover,
.button:hover,
.cta:hover,
.cta-button:hover,
.social-link:hover {
  border-color: rgba(230, 198, 145, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.92), rgba(240, 220, 188, 0.56)),
    rgba(255, 255, 255, 0.42);
  color: var(--ink);
  transform: translateY(-3px);
  box-shadow:
    0 16px 42px rgba(17, 14, 11, 0.2),
    0 0 28px rgba(236, 206, 154, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.hero-link:hover {
  opacity: 0.92;
}

.hero-link:hover::before,
.contact-button:hover::before,
.btn:hover::before,
.button:hover::before,
.cta:hover::before,
.cta-button:hover::before,
.social-link:hover::before {
  left: 130%;
}

.hero-link:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

.hero-link:active,
.contact-button:active,
.btn:active,
.button:active,
.cta:active,
.cta-button:active,
.social-link:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow:
    0 8px 22px rgba(120, 92, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.profile-card {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  width: min(360px, calc(100% - 36px));
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 242, 0.12);
  backdrop-filter: blur(20px) saturate(120%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  animation: profileFloat 7s ease-in-out infinite alternate;
}

.profile-avatar {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 250, 242, 0.44);
  border-radius: 50%;
  padding: 3px;
}

.profile-avatar img {
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82);
}

.profile-name,
.profile-bio {
  margin-bottom: 0;
}

.profile-name {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.06em;
}

.profile-bio {
  color: rgba(255, 250, 242, 0.68);
  font-family: var(--sans);
  font-size: 12px;
}

.profile-status {
  margin: 7px 0 0;
  color: rgba(255, 250, 242, 0.58);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.profile-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 6px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.profile-stats div {
  text-align: center;
}

.profile-stats dt {
  font-family: var(--sans);
  font-size: 15px;
}

.profile-stats dd {
  margin: 1px 0 0;
  color: rgba(255, 250, 242, 0.58);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 132px clamp(18px, 4vw, 48px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.82fr);
  gap: clamp(34px, 8vw, 100px);
  align-items: end;
}

.statement {
  align-items: center;
}

.statement-copy h2 {
  max-width: 820px;
  font-size: clamp(40px, 6vw, 84px);
}

.statement-panel {
  border-left: 1px solid var(--line);
  padding-left: clamp(22px, 4vw, 44px);
}

.statement-panel p {
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.8vw, 22px);
}

.statement-note {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 360px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.statement-note img {
  aspect-ratio: 1;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) contrast(1.04);
  box-shadow: 0 16px 38px rgba(50, 39, 28, 0.12);
}

.intro p:last-child,
.about-content p,
.contact p,
.section-heading p {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.8vw, 22px);
}

.highlights {
  padding-top: 56px;
  padding-bottom: 72px;
}

.compact-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.compact-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 54px);
}

.highlight-track {
  display: grid;
  grid-auto-columns: 116px;
  grid-auto-flow: column;
  gap: clamp(18px, 2.4vw, 30px);
  overflow-x: auto;
  padding: 8px 0 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.highlight-item {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.highlight-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.highlight-thumb {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 10px;
  border: 1px solid rgba(139, 115, 95, 0.42);
  border-radius: 50%;
  padding: 4px;
  background:
    linear-gradient(#f8f1e7, #f8f1e7) padding-box,
    linear-gradient(135deg, rgba(139, 115, 95, 0.62), rgba(255, 250, 242, 0.72), rgba(218, 200, 178, 0.8)) border-box;
  box-shadow: 0 14px 34px rgba(50, 39, 28, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.highlight-thumb img {
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.84) contrast(1.03);
}

.highlight-item:hover .highlight-thumb {
  border-color: rgba(230, 198, 145, 0.7);
  transform: translateY(-3px);
  box-shadow:
    0 20px 44px rgba(50, 39, 28, 0.16),
    0 0 22px rgba(236, 206, 154, 0.2);
}

.works {
  max-width: none;
  padding-right: clamp(20px, 6vw, 92px);
  padding-left: clamp(20px, 6vw, 92px);
}

.section-heading {
  max-width: var(--max-width);
  margin: 0 auto 70px;
}

.section-heading p {
  max-width: 720px;
  margin-bottom: 0;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(24px, 4vw, 56px);
  max-width: 1360px;
  margin: 0 auto;
  align-items: start;
}

.series-card {
  position: relative;
  scroll-margin-top: 96px;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.28);
  color: var(--paper);
  cursor: zoom-in;
  text-align: left;
  isolation: isolate;
  box-shadow: 0 18px 58px rgba(50, 39, 28, 0.065);
  transform: translateZ(0);
}

.series-card.is-peeking {
  box-shadow:
    0 30px 80px rgba(50, 39, 28, 0.2),
    0 0 0 1px rgba(139, 115, 95, 0.28),
    0 0 76px rgba(218, 200, 178, 0.46);
}

.series-card:nth-child(1) {
  grid-column: span 4;
  min-height: 720px;
}

.series-card:nth-child(2) {
  grid-column: span 2;
  min-height: 540px;
  margin-top: 92px;
}

.series-card:nth-child(3) {
  grid-column: span 2;
  min-height: 460px;
}

.series-card:nth-child(4) {
  grid-column: span 2;
  min-height: 600px;
  margin-top: -36px;
}

.series-card:nth-child(5) {
  grid-column: span 2;
  min-height: 500px;
  margin-top: 68px;
}

.series-card::before,
.series-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
}

.series-card::before {
  background:
    linear-gradient(0deg, rgba(17, 14, 11, 0.78), rgba(17, 14, 11, 0.1) 56%, rgba(17, 14, 11, 0.16)),
    linear-gradient(120deg, rgba(218, 200, 178, 0.2), transparent 44%);
  transition: opacity 900ms ease;
}

.series-card::after {
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 16%, rgba(255, 250, 242, 0.22) 48%, transparent 74%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  transition: opacity 950ms ease;
}

.series-card img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(18px) sepia(0.08) saturate(0.78) contrast(1.04) brightness(0.98);
  transform: scale(1.018);
  transition:
    opacity 1200ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1200ms ease;
  will-change: transform, filter;
}

.series-card.is-visible img {
  opacity: 1;
  filter: blur(0) sepia(0.08) saturate(0.78) contrast(1.04) brightness(0.98);
  transform: scale(1);
}

.series-card:hover,
.series-card:focus-visible {
  box-shadow:
    0 30px 80px rgba(50, 39, 28, 0.18),
    0 0 58px rgba(218, 200, 178, 0.28);
}

.series-card:hover img,
.series-card:focus-visible img {
  transform: scale(1.03);
  filter: blur(0) sepia(0.12) saturate(0.9) contrast(1.06) brightness(1.03);
}

.series-card:hover::before,
.series-card:focus-visible::before {
  opacity: 0.9;
}

.series-card:hover::after,
.series-card:focus-visible::after {
  opacity: 0.6;
}

.series-card:focus-visible {
  outline: 1px solid rgba(29, 27, 23, 0.54);
  outline-offset: 4px;
}

.series-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  color: rgba(255, 250, 242, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.series-meta {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 24px;
  left: 22px;
  opacity: 0.84;
  transform: translateY(16px);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.series-card:hover .series-meta,
.series-card:focus-visible .series-meta {
  opacity: 1;
  transform: translateY(0);
}

.series-tag,
.series-subtitle,
.series-note {
  display: block;
}

.series-tag {
  width: fit-content;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 250, 242, 0.36);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(255, 250, 242, 0.86);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.series-meta strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.series-subtitle {
  margin-bottom: 10px;
  color: rgba(255, 250, 242, 0.68);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.series-note {
  max-width: 24em;
  color: rgba(255, 250, 242, 0.82);
  font-size: 14px;
  opacity: 0;
  transform: translateY(8px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: opacity 320ms ease, transform 320ms ease;
}

.series-card:hover .series-note,
.series-card:focus-visible .series-note {
  opacity: 1;
  transform: translateY(0);
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 124px);
  align-items: center;
}

.about-image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper);
  box-shadow:
    0 28px 90px rgba(50, 39, 28, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.35);
}

.about-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(17, 14, 11, 0.16), transparent 44%),
    linear-gradient(120deg, rgba(255, 250, 242, 0.22), transparent 36%);
  mix-blend-mode: screen;
}

.about-image-wrap img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(16px) sepia(0.08) saturate(0.82) contrast(1.04);
  transform: scale(1.018);
  transition:
    opacity 1200ms ease,
    filter 1200ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about.is-visible .about-image-wrap img {
  opacity: 1;
  filter: blur(0) sepia(0.08) saturate(0.82) contrast(1.04);
  transform: scale(1);
}

.about-quote {
  margin-top: 22px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.32;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tag-cloud span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 250, 242, 0.5);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(50, 39, 28, 0.06);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.tag-cloud span:hover {
  border-color: rgba(230, 198, 145, 0.52);
  background: rgba(255, 250, 242, 0.72);
  box-shadow:
    0 14px 34px rgba(50, 39, 28, 0.1),
    0 0 18px rgba(236, 206, 154, 0.14);
  transform: translateY(-2px);
}

.contact {
  position: relative;
  max-width: min(1120px, calc(100% - clamp(36px, 10vw, 144px)));
  margin: 80px auto 66px;
  overflow: hidden;
  border: 1px solid rgba(201, 179, 125, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.76), rgba(244, 232, 210, 0.48)),
    rgba(255, 250, 242, 0.42);
  backdrop-filter: blur(20px) saturate(116%);
  -webkit-backdrop-filter: blur(20px) saturate(116%);
  box-shadow:
    0 34px 110px rgba(50, 39, 28, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.contact::before {
  position: absolute;
  inset: -34% -14% auto;
  height: 62%;
  content: "";
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 238, 192, 0.56), transparent 44%),
    radial-gradient(circle at 10% 20%, rgba(255, 250, 242, 0.6), transparent 32%);
  filter: blur(18px);
}

.contact h2,
.contact p,
.contact .section-kicker,
.contact-links {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.contact .contact-note {
  max-width: 680px;
  margin-top: 22px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.contact-button {
  min-height: 48px;
  border: 1px solid rgba(139, 115, 95, 0.24);
  padding: 12px 24px;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.72), rgba(244, 232, 210, 0.42)),
    rgba(255, 255, 255, 0.32);
  color: var(--ink);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 14px;
  letter-spacing: 0.06em;
  box-shadow:
    0 10px 30px rgba(120, 92, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-button.primary {
  border-color: rgba(230, 198, 145, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.92), rgba(240, 220, 188, 0.58)),
    rgba(255, 255, 255, 0.42);
  color: var(--ink);
  box-shadow:
    0 16px 42px rgba(150, 112, 66, 0.16),
    0 0 26px rgba(236, 206, 154, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 34px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(218, 190, 145, 0.45);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.72), rgba(244, 232, 210, 0.42)),
    rgba(255, 255, 255, 0.32);
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backdrop-filter: blur(14px);
  box-shadow:
    0 10px 30px rgba(120, 92, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: rgba(230, 198, 145, 0.75);
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.88), rgba(240, 220, 188, 0.52)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    0 16px 42px rgba(150, 112, 66, 0.18),
    0 0 28px rgba(236, 206, 154, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-3px);
}

.back-to-top:active {
  transform: translateY(-1px) scale(0.98);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(16px);
  transition:
    opacity 1250ms ease,
    transform 1250ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1280ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 74px clamp(18px, 4vw, 60px);
  background:
    linear-gradient(115deg, rgba(218, 200, 178, 0.12), transparent 28%, transparent 72%, rgba(255, 250, 242, 0.08)),
    rgba(8, 7, 6, 0.93);
  backdrop-filter: blur(24px);
  opacity: 0;
  transition: opacity 560ms ease;
}

.lightbox.is-open {
  display: flex;
  opacity: 1;
  animation: lightboxFade 560ms ease both;
}

.lightbox figure {
  max-width: min(1120px, 100%);
  margin: 0;
  transform: translateY(18px) scale(0.96);
  opacity: 0;
  transition:
    opacity 820ms ease,
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox.is-open figure {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: lightboxImageRise 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lightbox-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.04);
}

.lightbox-image-wrap::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.lightbox img {
  max-height: 76vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.62),
    0 0 90px rgba(218, 200, 178, 0.14);
  transition:
    opacity 620ms ease,
    filter 680ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox.is-changing img {
  opacity: 0.28;
  filter: blur(14px);
  transform: scale(0.985);
}

.lightbox figcaption {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 250, 242, 0.82);
  text-align: center;
}

.lightbox-title,
.lightbox-subtitle,
.lightbox-aside {
  display: block;
}

.lightbox-title {
  color: var(--paper);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.18;
}

.lightbox-subtitle {
  margin-top: 7px;
  color: rgba(218, 200, 178, 0.88);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox-aside {
  margin-top: 8px;
  color: rgba(255, 250, 242, 0.68);
  font-size: clamp(14px, 1.5vw, 17px);
}

.lightbox button {
  position: absolute;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.1);
  color: var(--paper);
  cursor: pointer;
  transition: background 240ms ease, transform 240ms ease, border-color 240ms ease;
  touch-action: manipulation;
}

.lightbox button:hover {
  border-color: rgba(255, 250, 242, 0.42);
  background: rgba(255, 250, 242, 0.18);
  transform: translateY(-1px);
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  transform: translateY(calc(-50% - 1px));
}

@keyframes slowZoom {
  from {
    transform: translate3d(0, var(--hero-y), 0) scale(1);
  }

  to {
    transform: translate3d(0, var(--hero-y), 0) scale(1.05);
  }
}

@keyframes filmDrift {
  from {
    transform: translate3d(-1.2%, -1%, 0) scale(1.02);
  }

  to {
    transform: translate3d(1.2%, 1%, 0) scale(1.05);
  }
}

@keyframes profileFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes particleFloat {
  from {
    transform: translate3d(-2%, 1%, 0) scale(0.96);
  }

  to {
    transform: translate3d(3%, -2%, 0) scale(1.04);
  }
}

@keyframes lightboxFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lightboxImageRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(10px);
  }

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

@media (max-width: 1080px) {
  .profile-card {
    animation: none;
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin-top: 24px;
  }

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

  .series-card,
  .series-card:nth-child(1),
  .series-card:nth-child(2),
  .series-card:nth-child(3),
  .series-card:nth-child(4),
  .series-card:nth-child(5) {
    grid-column: auto;
    min-height: 520px;
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(201, 179, 125, 0.22);
    border-radius: 18px;
    background: rgba(250, 248, 243, 0.94);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 24px 70px rgba(50, 39, 28, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .nav-share {
    padding: 16px 22px;
    border-bottom: 1px solid rgba(29, 27, 23, 0.08);
    text-align: left;
  }

  .intro,
  .about {
    grid-template-columns: 1fr;
  }

  .compact-heading {
    display: block;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    right: 12px;
    left: 12px;
    min-height: 56px;
  }

  .site-nav {
    top: calc(100% + 10px);
  }

  .hero {
    min-height: 94svh;
    padding: 92px 18px 40px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(17, 14, 11, 0.9), rgba(17, 14, 11, 0.46) 58%, rgba(17, 14, 11, 0.18)),
      linear-gradient(90deg, rgba(17, 14, 11, 0.56), transparent);
  }

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

  h2 {
    font-size: clamp(32px, 12vw, 46px);
  }

  .hero-statement {
    font-size: clamp(22px, 6.8vw, 31px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-link {
    width: 100%;
  }

  .profile-card {
    padding: 14px;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding: 78px 18px;
  }

  .highlights {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .highlight-track {
    grid-auto-columns: 96px;
    margin-right: -18px;
    padding-right: 18px;
  }

  .highlight-thumb {
    width: 78px;
    height: 78px;
  }

  .works {
    padding-right: 18px;
    padding-left: 18px;
  }

  .series-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .series-card,
  .series-card:nth-child(1),
  .series-card:nth-child(2),
  .series-card:nth-child(3),
  .series-card:nth-child(4),
  .series-card:nth-child(5) {
    min-height: 430px;
    margin-top: 0;
  }

  .series-meta {
    right: 18px;
    bottom: 20px;
    left: 18px;
  }

  .series-number {
    top: 18px;
    left: 18px;
  }

  .series-note {
    opacity: 1;
    transform: none;
  }

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

  .contact {
    max-width: calc(100% - 28px);
    margin-top: 34px;
    border-radius: 14px;
  }

  .contact-button {
    width: 100%;
  }

  .contact-button.primary,
  .contact-button:nth-child(2) {
    grid-column: 1 / -1;
  }

  .contact .contact-note {
    font-size: 11px;
    line-height: 1.7;
  }

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

  .back-to-top {
    right: 16px;
    bottom: 16px;
  }

  .lightbox {
    padding: 72px 14px 76px;
  }

  .lightbox img {
    max-height: 62vh;
  }

  .lightbox figcaption {
    padding: 0 42px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
    width: 52px;
    height: 48px;
    transform: none;
  }

  .lightbox-prev:hover,
  .lightbox-next:hover {
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }

  .reveal-on-scroll,
  .highlight-item {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
