*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #f5f5f1;
  color: #111111;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
    radial-gradient(rgba(0, 0, 0, 0.03) 0.5px, transparent 0.5px);
  background-size: auto, 22px 22px;
  opacity: 0.28;
  pointer-events: none;
}

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

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

.container {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(840px, 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(245, 245, 241, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.logo {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nav-link {
  position: relative;
  padding: 4px 0;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #111111;
  transition: width 0.2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: #111111;
  font-weight: 600;
}

.scroll-page {
  padding-bottom: 28px;
}

.hero-scroll,
.scroll-section,
.page-hero {
  position: relative;
  padding: 72px 0;
}

.hero-shell {
  display: block;
}

.hero-main {
  max-width: 1040px;
}

.section-eyebrow,
.card-label {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666666;
}

.hero-title,
.section-title,
.entry-title,
.note-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-title {
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1.08;
}

.hero-title-cover {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: none;
  font-size: clamp(2.85rem, 5.1vw, 4.75rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

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

.hero-title-cover span:first-child {
  justify-self: start;
}

.hero-title-cover span:last-child {
  width: 100%;
  text-align: right;
}

.hero-lower {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 620px);
  gap: 24px;
  align-items: stretch;
  position: relative;
  padding-top: 18px;
}

.hero-lower::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.04) 72%, transparent);
}

.hero-meta-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  gap: 10px;
  min-height: 220px;
  width: 100%;
  max-width: 560px;
  padding: 2px 8px 10px 0;
  position: relative;
}

.hero-meta-label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #777777;
}

.hero-site-name {
  margin: 0;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #1d1d1d;
}

.hero-subtitle,
.section-note {
  margin: 12px 0 0;
  font-size: 16px;
  color: #333333;
}

.hero-subtitle-cover {
  margin-top: 4px;
  max-width: 26em;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}

.hero-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding-top: 14px;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

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

.hero-detail-button {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 116px;
  padding: 16px 14px 15px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 250, 0.82));
  border: 1px solid rgba(80, 112, 160, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 34px rgba(31, 55, 88, 0.09);
  isolation: isolate;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.hero-detail-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background:
    radial-gradient(circle at top right, rgba(120, 196, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.hero-detail-button::after {
  content: "";
  position: absolute;
  top: -28%;
  left: -48%;
  width: 58%;
  height: 180%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(22deg);
  opacity: 0;
  pointer-events: none;
}

.hero-detail-button:hover,
.hero-detail-button:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(72, 132, 213, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 38px rgba(47, 90, 146, 0.16);
}

.hero-detail-button:hover::after,
.hero-detail-button:focus-visible::after {
  animation: hero-detail-sheen 1.35s ease;
  opacity: 1;
}

.hero-detail-button:focus-visible {
  outline: 2px solid rgba(70, 121, 197, 0.26);
  outline-offset: 2px;
}

.hero-detail-button-kicker,
.hero-detail-button-meta {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-detail-button-kicker {
  color: rgba(47, 80, 126, 0.82);
  font-weight: 700;
}

.hero-detail-button-title {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #16314f;
}

.hero-detail-button-meta {
  color: rgba(58, 82, 112, 0.74);
  margin-top: auto;
}

.hero-detail-button-works {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.86));
}

.hero-detail-button-life {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 245, 0.86));
}

.hero-detail-button-articles {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 243, 255, 0.86));
}

.hero-contact-item {
  margin: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #4f4f4f;
}

.hero-contact-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8a8a8a;
}

.hero-contact-tag::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: rgba(17, 17, 17, 0.18);
}

.hero-contact-value {
  min-width: 0;
  font-size: 14px;
  color: #2f2f2f;
  letter-spacing: 0.01em;
}

@keyframes hero-detail-sheen {
  0% {
    transform: translateX(0) rotate(22deg);
    opacity: 0;
  }

  18% {
    opacity: 0.2;
  }

  56% {
    opacity: 0.82;
  }

  100% {
    transform: translateX(265%) rotate(22deg);
    opacity: 0;
  }
}

.hero-desc,
.body-copy,
.entry-desc,
.note-copy {
  margin: 16px 0 0;
  font-size: 15px;
  color: #4c4c4c;
}

.note-copy {
  max-width: 18em;
  line-height: 1.78;
}

.btn,
.inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #111111;
  font-size: 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.btn.primary {
  background: #111111;
  color: #f5f5f1;
}

.btn.ghost,
.inline-link {
  background: #ffffff;
  color: #111111;
}

.btn:hover,
.inline-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.hero-note-card,
.sheet-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.hero-note-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 28px 32px 30px;
  align-self: stretch;
  width: 100%;
  max-width: 620px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 247, 0.94));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.note-title {
  font-size: 20px;
  line-height: 1.45;
  max-width: none;
  white-space: nowrap;
}

.hero-note-card .card-label {
  margin-bottom: 14px;
}

.note-body {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.hero-note-card .note-copy {
  max-width: none;
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #505050;
}

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

.split-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-detail-link {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  align-items: center;
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 241, 0.82));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(32, 30, 25, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.section-detail-link:hover,
.section-detail-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.14);
  box-shadow: 0 14px 30px rgba(32, 30, 25, 0.09);
}

.section-detail-link:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.14);
  outline-offset: 2px;
}

.section-detail-link-label,
.section-detail-link-arrow {
  color: rgba(17, 17, 17, 0.46);
}

.section-detail-link-label {
  grid-column: 1 / 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-detail-link-title {
  grid-column: 1 / 2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #222222;
}

.section-detail-link-arrow {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  font-size: 18px;
  transition: transform 0.18s ease, color 0.18s ease;
}

.section-detail-link:hover .section-detail-link-arrow,
.section-detail-link:focus-visible .section-detail-link-arrow {
  transform: translate(2px, -2px);
  color: rgba(17, 17, 17, 0.7);
}

.section-title {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.12;
}

.chapter-grid {
  display: grid;
  gap: 24px;
}

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

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

.life-grid,
.honor-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sheet-card {
  overflow: hidden;
}

.article-card {
  padding: 22px 22px 24px;
}

.project-showcase-card {
  padding: 26px 24px 28px;
}

.project-showcase-intro {
  max-width: 660px;
}

.project-brief-list {
  margin-top: 24px;
}

.project-brief {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.project-brief:first-child {
  padding-top: 6px;
  border-top: 0;
}

.project-brief + .project-brief {
  margin-top: 2px;
}

.project-brief-index {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b7b7b;
}

.project-brief-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #171717;
}

.project-brief-copy {
  margin: 11px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: #4b4b4b;
}

.project-brief-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.project-metric {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(248, 247, 243, 0.94);
  font-size: 13px;
  line-height: 1.45;
  color: #2f2f2f;
}

.project-metric strong {
  margin-left: 4px;
  font-weight: 700;
  color: #111111;
}

.workflow-showcase-card {
  padding: 26px 24px 28px;
}

.workflow-showcase-intro {
  max-width: 760px;
}

.workflow-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.workflow-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(248, 247, 243, 0.94);
  font-size: 13px;
  line-height: 1.4;
  color: #2f2f2f;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.workflow-item {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 244, 0.95));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.055);
}

.workflow-item-cover {
  min-height: 280px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}

.workflow-cover-upscale {
  background-image: url("./assets/workflow-upscale.png");
  background-position: center 26%;
}

.workflow-cover-restore {
  background-image: url("./assets/workflow-restore.png");
  background-position: center;
}

.workflow-cover-face-swap {
  background-image: url("./assets/workflow-face-swap.png");
  background-position: center 16%;
}

.workflow-cover-motion-transfer {
  background-image: url("./assets/workflow-motion-transfer.png");
  background-position: center 34%;
}

.workflow-item-body {
  padding: 16px 18px 18px;
}

.workflow-item-index {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b7b7b;
}

.workflow-item-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.26;
  letter-spacing: -0.02em;
  color: #181818;
}

.workflow-item-copy {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.68;
  color: #4e4e4e;
}

.app-showcase-card {
  padding: 26px 24px 28px;
}

.app-showcase-intro {
  max-width: 780px;
}

.app-overview-panel,
.app-result-card {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  gap: 22px;
  align-items: center;
  margin-top: 24px;
}

.app-overview-panel {
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 244, 0.95));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.055);
}

.app-overview-copy,
.app-result-copy {
  min-width: 0;
}

.app-overview-label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b7b7b;
}

.app-overview-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #181818;
}

.app-overview-text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: #4d4d4d;
}

.app-feature-tags,
.app-result-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.app-feature-tag,
.app-result-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(248, 247, 243, 0.94);
  font-size: 13px;
  line-height: 1.42;
  color: #303030;
}

.app-result-chip strong {
  margin-left: 4px;
  font-size: 16px;
  line-height: 1;
  color: #111111;
}

.app-overview-image,
.app-result-image {
  min-height: 340px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f1eb;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 18px 36px rgba(0, 0, 0, 0.06);
}

.app-overview-image {
  background-image: url("./assets/novel-app-overview.png");
  background-position: center 12%;
}

.app-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.app-screen-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 244, 0.95));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.055);
}

.app-screen-cover {
  min-height: 300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.app-screen-outline {
  background-image: url("./assets/novel-app-outline.png");
  background-position: center top;
}

.app-screen-writing {
  background-image: url("./assets/novel-app-writing.png");
  background-position: center top;
}

.app-screen-preview {
  background-image: url("./assets/novel-app-preview.png");
  background-position: center top;
}

.app-screen-body,
.app-screen-summary {
  padding: 16px 18px 18px;
}

.app-screen-index {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b7b7b;
}

.app-screen-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.26;
  letter-spacing: -0.02em;
  color: #181818;
}

.app-screen-copy {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.68;
  color: #4e4e4e;
}

.app-screen-summary-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 0, 0, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 244, 239, 0.96));
}

.app-summary-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.72;
  color: #4d4d4d;
}

.app-summary-list li + li {
  margin-top: 6px;
}

.app-result-card {
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background:
    radial-gradient(circle at 82% 22%, rgba(0, 0, 0, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 243, 0.95));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.055);
}

.app-result-image {
  background-image: url("./assets/novel-app-detect.png");
  background-position: center top;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: stretch;
}

.about-portrait,
.about-copy,
.about-media-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 247, 0.92));
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.055);
}

.about-portrait {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.about-portrait-frame {
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.05);
  background: linear-gradient(180deg, rgba(250, 249, 245, 0.98), rgba(240, 238, 233, 0.9));
}

.about-image-placeholder {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #f3f0ea;
}

.about-image-placeholder.has-image {
  background-color: #ece9e2;
}

.about-image-placeholder::before,
.about-image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
}

.about-image-placeholder::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 42%),
    radial-gradient(circle at 18% 22%, rgba(0, 0, 0, 0.06), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(0, 0, 0, 0.05), transparent 20%);
  opacity: 0.8;
}

.about-image-placeholder::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    radial-gradient(rgba(0, 0, 0, 0.035) 0.5px, transparent 0.5px);
  background-size: auto, 18px 18px;
  opacity: 0.45;
}

.about-image-placeholder.has-image::before,
.about-image-placeholder.has-image::after {
  display: none;
}

.about-image-placeholder-main {
  flex: 1;
  min-height: 0;
}

.about-image-placeholder-thumb {
  aspect-ratio: 4 / 4.7;
  min-height: 250px;
}

.about-placeholder-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(17, 17, 17, 0.62);
}

.about-placeholder-label::after {
  content: "";
  width: 16px;
  height: 1px;
  background: rgba(17, 17, 17, 0.18);
}

.about-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
}

.about-image-main {
  object-position: center 18%;
}

.about-image-art {
  object-position: center 12%;
}

.about-image-isfp {
  object-position: center 8%;
}

.about-image-jj {
  object-position: center 22%;
}

.about-portrait-caption,
.about-media-caption {
  margin: 16px 6px 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
  font-size: 14px;
  line-height: 1.8;
  color: #5a5a5a;
}

.about-copy {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 18px;
}

.about-copy-title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.45rem, 2.05vw, 1.9rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}

.about-copy-body {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  max-width: 100%;
}

.about-copy-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #525252;
}

.about-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

.about-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  color: #3e3e3e;
}

.about-media-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-media-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  min-height: 100%;
}

.about-media-card .about-media-caption {
  margin-top: 14px;
  min-height: 5.6em;
}

.page-switch-card {
  padding: 24px 24px 26px;
}

.page-switch-copy {
  margin: 0;
  max-width: 44em;
  font-size: 15px;
  line-height: 1.9;
  color: #505050;
}

.page-switch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-switch-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  color: #262626;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.page-switch-tag:hover,
.page-switch-tag-active {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.18);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.page-switch-card .inline-link {
  margin-top: 18px;
}

.page-switch-tags-page {
  margin-top: 24px;
}

.page-switch-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-switch-entry {
  display: block;
  overflow: hidden;
}

.page-switch-cover {
  position: relative;
  min-height: 320px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}

.page-switch-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #333333;
}

.page-switch-entry-body {
  padding: 10px 18px 12px;
}

.page-switch-entry .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.22;
}

.page-switch-entry .entry-desc {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cover-music {
  background:
    linear-gradient(0deg, rgba(19, 19, 19, 0.18), rgba(19, 19, 19, 0.18)),
    url("./assets/about-jj.jpg");
  background-size: cover;
  background-position: center 24%;
}

.cover-observation {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.14), rgba(17, 17, 17, 0.14)),
    url("./assets/article-topic-1.png");
  background-size: cover;
  background-position: center;
}

.cover-writing-ai {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.1)),
    url("./assets/article-topic-2.png");
  background-size: cover;
  background-position: center;
}

.cover-city-note {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.1)),
    url("./assets/article-topic-3.png");
  background-size: cover;
  background-position: center;
}

.entry-card,
.life-card {
  display: flex;
  flex-direction: column;
}

.entry-cover,
.life-cover {
  min-height: 168px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}

.entry-body {
  padding: 18px 20px 22px;
}

.entry-title {
  font-size: 18px;
  line-height: 1.4;
}

.entry-desc {
  font-size: 14px;
}

.cover-project {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.08)),
    url("./assets/works-project.png");
  background-size: cover;
  background-position: center 8%;
}

.cover-comfy {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.1)),
    url("./assets/works-flow.png");
  background-size: cover;
  background-position: center 18%;
}

.cover-ai {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.06)),
    url("./assets/works-product.png");
  background-size: cover;
  background-position: left 8%;
}

.award-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.award-card-strong {
  background: #111111;
  color: #f5f5f1;
}

.award-card-strong .award-year,
.award-card-strong .award-level {
  color: rgba(245, 245, 241, 0.8);
}

.award-year {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.award-title {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
}

.award-level {
  margin: 0;
  font-size: 13px;
  color: #555555;
}

.life-card-wide {
  grid-column: span 2;
}

.life-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.life-mosaic-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.life-mosaic-card-primary {
  grid-column: span 7;
}

.life-mosaic-card-secondary {
  grid-column: span 5;
}

.life-mosaic-card-compact {
  grid-column: span 4;
}

.life-mosaic-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}

.life-mosaic-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.life-mosaic-media::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.life-mosaic-media-wide {
  min-height: 484px;
}

.life-mosaic-media-compact {
  min-height: 416px;
}

.life-mosaic-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #333333;
}

.life-mosaic-slot {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.38);
}

.life-mosaic-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  padding: 8px 13px 10px;
}

.life-mosaic-card-primary .life-mosaic-body,
.life-mosaic-card-secondary .life-mosaic-body {
  min-height: 63px;
}

.life-mosaic-card-compact .life-mosaic-body {
  min-height: 69px;
}

.life-mosaic-card .entry-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.22;
}

.life-mosaic-subtitle {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.56;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.life-cover-travel {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.12)),
    url("./assets/life-travel.jpg");
  background-size: cover;
  background-position: center 62%;
}

.life-cover-sport {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.06)),
    url("./assets/life-sport.jpg");
  background-size: cover;
  background-position: center 15%;
}

.life-cover-game {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.16)),
    url("./assets/life-game.jpg");
  background-size: cover;
  background-position: center 24%;
}

.life-cover-music {
  background:
    linear-gradient(0deg, rgba(19, 19, 19, 0.12), rgba(19, 19, 19, 0.12)),
    url("./assets/life-music.jpg");
  background-size: cover;
  background-position: center 22%;
}

.life-cover-werewolf {
  background:
    linear-gradient(0deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.08)),
    url("./assets/life-werewolf.jpg");
  background-size: cover;
  background-position: center 38%;
}

.cover-travel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 226, 222, 0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 12px,
      transparent 12px,
      transparent 24px
    );
}

.cover-sport {
  background:
    radial-gradient(circle at 68% 36%, rgba(0, 0, 0, 0.08), transparent 16%),
    linear-gradient(135deg, rgba(252, 252, 251, 0.96), rgba(230, 230, 226, 0.92));
}

.cover-game {
  background:
    radial-gradient(circle at 28% 26%, rgba(0, 0, 0, 0.08), transparent 16%),
    linear-gradient(135deg, rgba(249, 249, 246, 0.96), rgba(224, 224, 220, 0.92));
}

.game-showcase {
  --game-surface: rgba(255, 255, 251, 0.82);
  --game-border: rgba(17, 17, 17, 0.08);
  --game-shadow: 0 22px 44px rgba(31, 36, 29, 0.08);
  width: min(100%, 980px);
  margin: 26px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.game-showcase-head,
.game-module-head {
  padding-inline: 4px;
}

.game-showcase-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.game-showcase-head .card-label {
  margin-bottom: 0;
}

.game-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-topic-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.76);
}

.game-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.game-module-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.game-module-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.game-module-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

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

.game-photo-card {
  position: relative;
  grid-column: span 4;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--game-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.96), rgba(245, 240, 232, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    var(--game-shadow);
  overflow: hidden;
  cursor: zoom-in;
  appearance: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.game-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.54), transparent 26%),
    linear-gradient(125deg, transparent 36%, rgba(255, 255, 255, 0.14) 50%, transparent 66%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.game-photo-card::after {
  content: "放大查看";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.game-photo-card:hover,
.game-photo-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 26px 52px rgba(31, 36, 29, 0.11);
  outline: none;
}

.game-photo-card:hover::before,
.game-photo-card:focus-visible::before {
  opacity: 1;
}

.game-photo-card:hover::after,
.game-photo-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.game-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  image-orientation: from-image;
  box-shadow: 0 14px 24px rgba(28, 23, 18, 0.08);
}

.game-photo-card-hero,
.game-photo-card-finale {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8;
}

.game-photo-card-wide {
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

.game-photo-card-half {
  grid-column: span 6;
  aspect-ratio: 16 / 9;
}

.game-photo-card-tall {
  grid-column: span 4;
  aspect-ratio: 4 / 5;
}

.game-lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  padding: 0;
  border: none;
  background: transparent;
}

.game-lightbox::backdrop {
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
}

.game-lightbox[open] {
  display: grid;
  place-items: center;
}

.game-lightbox-shell {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(226, 216, 202, 0.26), transparent 32%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.94), rgba(245, 238, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.game-lightbox-image {
  width: 100%;
  max-height: min(78vh, 860px);
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.68);
}

.game-lightbox-caption {
  margin: 0;
  padding-inline: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(27, 21, 17, 0.76);
}

.game-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(19, 18, 17, 0.68);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  cursor: pointer;
}

.music-showcase {
  --music-border: rgba(17, 17, 17, 0.08);
  --music-shadow: 0 22px 44px rgba(31, 36, 29, 0.08);
  width: min(100%, 980px);
  margin: 26px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.music-showcase:not(.music-showcase-curated) {
  display: none;
}

#game .music-showcase-curated {
  display: none;
}

.music-showcase-head,
.music-module-head {
  padding-inline: 4px;
}

.music-showcase-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.music-showcase-head .card-label {
  margin-bottom: 0;
}

.music-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.music-topic-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.76);
}

.music-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.music-module-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.music-module-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.music-module-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

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

.music-photo-card {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--music-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.96), rgba(245, 240, 232, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    var(--music-shadow);
  overflow: hidden;
  cursor: zoom-in;
  appearance: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.music-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 26%),
    linear-gradient(135deg, transparent 34%, rgba(255, 255, 255, 0.12) 52%, transparent 70%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.music-photo-card::after {
  content: "放大查看";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.music-photo-card:hover,
.music-photo-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 26px 52px rgba(31, 36, 29, 0.1);
  outline: none;
}

.music-photo-card:hover::before,
.music-photo-card:focus-visible::before {
  opacity: 1;
}

.music-photo-card:hover::after,
.music-photo-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.music-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  image-orientation: from-image;
  box-shadow: 0 14px 24px rgba(28, 23, 18, 0.08);
}

.music-photo-card-hero {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8;
}

.music-photo-card-live {
  grid-column: span 6;
  aspect-ratio: 4 / 5;
}

.music-photo-card-report {
  grid-column: span 3;
  aspect-ratio: 9 / 16;
}

.music-lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  padding: 0;
  border: none;
  background: transparent;
}

.music-lightbox::backdrop {
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
}

.music-lightbox[open] {
  display: grid;
  place-items: center;
}

.music-lightbox-shell {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(220, 231, 199, 0.26), transparent 32%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.94), rgba(245, 238, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.music-lightbox-image {
  width: 100%;
  max-height: min(78vh, 860px);
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.68);
}

.music-lightbox-caption {
  margin: 0;
  padding-inline: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(27, 21, 17, 0.76);
}

.music-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(19, 18, 17, 0.68);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  cursor: pointer;
}

.sport-showcase {
  --sport-border: rgba(20, 26, 24, 0.08);
  --sport-shadow: 0 22px 46px rgba(28, 38, 33, 0.08);
  width: min(100%, 980px);
  margin: 26px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sport-showcase-head,
.sport-module-head {
  padding-inline: 4px;
}

.sport-showcase-head {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sport-showcase-head .card-label {
  margin-bottom: 0;
}

.sport-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sport-topic-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(18, 34, 29, 0.07);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.76);
}

.sport-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sport-module-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sport-module-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.sport-module-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

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

.sport-photo-card {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--sport-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(213, 233, 226, 0.32), transparent 30%),
    linear-gradient(180deg, rgba(255, 254, 251, 0.96), rgba(243, 238, 229, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    var(--sport-shadow);
  overflow: hidden;
  cursor: zoom-in;
  appearance: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sport-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.54), transparent 24%),
    linear-gradient(135deg, transparent 32%, rgba(255, 255, 255, 0.1) 52%, transparent 72%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.sport-photo-card::after {
  content: "放大查看";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.sport-photo-card:hover,
.sport-photo-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 26px 52px rgba(28, 38, 33, 0.1);
  outline: none;
}

.sport-photo-card:hover::before,
.sport-photo-card:focus-visible::before {
  opacity: 1;
}

.sport-photo-card:hover::after,
.sport-photo-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.sport-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  image-orientation: from-image;
  box-shadow: 0 14px 24px rgba(28, 23, 18, 0.08);
}

.sport-photo-card-hero {
  grid-column: span 7;
  aspect-ratio: 4 / 5;
}

.sport-photo-card-tall {
  grid-column: span 5;
  aspect-ratio: 4 / 5;
}

.sport-photo-card-wide {
  grid-column: span 7;
  aspect-ratio: 4 / 5;
}

.sport-photo-card-note {
  grid-column: span 5;
  aspect-ratio: 5 / 8;
}

.sport-lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  padding: 0;
  border: none;
  background: transparent;
}

.sport-lightbox::backdrop {
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
}

.sport-lightbox[open] {
  display: grid;
  place-items: center;
}

.sport-lightbox-shell {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(212, 232, 226, 0.28), transparent 32%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.94), rgba(245, 238, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.sport-lightbox-image {
  width: 100%;
  max-height: min(78vh, 860px);
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.68);
}

.sport-lightbox-caption {
  margin: 0;
  padding-inline: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(27, 21, 17, 0.76);
}

.sport-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(19, 18, 17, 0.68);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  cursor: pointer;
}

@media (max-width: 900px) {
  .sport-photo-card-hero,
  .sport-photo-card-wide,
  .sport-photo-card-tall,
  .sport-photo-card-note {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .sport-showcase-head,
  .sport-module-head {
    padding-inline: 2px;
  }

  .sport-module-title {
    font-size: 20px;
  }

  .sport-topic-tags {
    gap: 8px;
  }

  .sport-topic-tag {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

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

  .sport-photo-card-hero,
  .sport-photo-card-wide,
  .sport-photo-card-tall,
  .sport-photo-card-note {
    grid-column: 1 / -1;
  }

  .sport-photo-card {
    padding: 12px;
    border-radius: 22px;
  }

  .sport-photo-card-hero,
  .sport-photo-card-wide,
  .sport-photo-card-tall {
    aspect-ratio: 4 / 5;
  }

  .sport-photo-card-note {
    aspect-ratio: 5 / 8;
  }

  .sport-lightbox-shell {
    padding: 14px 14px 12px;
    border-radius: 22px;
  }

  .sport-lightbox-image {
    max-height: min(68vh, 700px);
    border-radius: 16px;
  }

  .sport-lightbox-close {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding-inline: 12px;
  }
}

.article-entry {
  display: block;
  padding: 22px 22px 24px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.article-entry:hover,
.sheet-card:hover,
.award-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 20px;
}

.footer-inner {
  text-align: center;
  font-size: 12px;
  color: #777777;
}

.footer-note {
  margin-top: 4px;
}

.article-page {
  padding-bottom: 40px;
}

.page-title {
  max-width: 760px;
}

.page-desc {
  max-width: 640px;
}

.page-hero-works {
  padding-top: 56px;
}

.page-hero-articles {
  padding-top: 56px;
}

.articles-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 34px;
  align-items: center;
  padding: 40px 42px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 243, 238, 0.93)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.065);
}

.articles-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 40%, rgba(255, 255, 255, 0.34) 100%),
    url("./assets/article-hero-70.png");
  background-size: cover;
  background-position: center center;
  opacity: 0.34;
  pointer-events: none;
}

.articles-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 42%;
  height: 72%;
  background: radial-gradient(circle, rgba(232, 214, 185, 0.42), transparent 64%);
  pointer-events: none;
}

.articles-hero-copy,
.articles-hero-art {
  position: relative;
  z-index: 1;
}

.articles-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 10px;
}

.articles-hero-copy .hero-tagline {
  margin-bottom: 14px;
}

.articles-hero-copy .page-title {
  max-width: 700px;
}

.articles-hero-copy .page-desc {
  max-width: 520px;
  margin-top: 18px;
}

.articles-hero-art {
  min-height: 364px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    url("./assets/article-hero-70.png");
  background-size: cover;
  background-position: center center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 22px 44px rgba(0, 0, 0, 0.085);
}

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

.articles-hero-art::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 231, 0.26), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
}

.articles-hero-art::after {
  inset: auto 0 0 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1));
}

.article-topic-shell {
  display: grid;
  gap: 18px;
}

.article-topic-header {
  padding: 28px 30px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(244, 240, 233, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
}

.article-topic-header:hover {
  transform: none;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
}

.article-topic-headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.article-topic-header .card-label {
  margin: 0;
}

.article-topic-count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #6e675f;
}

.article-topic-header .article-title {
  margin: 8px 0 0;
}

.article-topic-header .body-copy {
  max-width: 30em;
  margin: 10px 0 0;
}

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

.article-detail-card {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 234, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
}

.article-detail-card:hover {
  transform: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.article-detail-card[open] {
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.075);
}

.article-detail-summary {
  display: grid;
  gap: 14px;
  padding: 24px 28px 22px;
  cursor: pointer;
  list-style: none;
}

.article-detail-summary::-webkit-details-marker {
  display: none;
}

.article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a736c;
}

.article-detail-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.76rem);
  line-height: 1.24;
  color: #121212;
}

.article-detail-desc {
  margin: 0;
  max-width: 48em;
  line-height: 1.82;
  color: #4d4a47;
}

.article-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-detail-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(249, 246, 241, 0.96);
  font-size: 13px;
  color: #57514b;
}

.article-detail-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(244, 236, 226, 0.88);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #4a443d;
}

.article-detail-toggle::after {
  content: "+";
  font-size: 16px;
  line-height: 1;
}

.article-detail-card[open] .article-detail-toggle::after {
  content: "−";
}

.article-detail-card[open] .article-detail-toggle {
  background: rgba(237, 231, 222, 0.96);
}

.article-detail-body {
  display: grid;
  gap: 16px;
  padding: 0 28px 28px;
}

.article-detail-body::before {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
}

.article-detail-actions {
  display: flex;
  justify-content: flex-end;
}

.article-detail-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.82);
  color: #34312d;
  text-decoration: none;
  font-size: 13px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.article-detail-link:hover,
.article-detail-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.05);
}

.article-pdf-viewer {
  width: 100%;
  height: clamp(580px, 74vh, 980px);
  border: 0;
  border-radius: 22px;
  background: #f6f3ed;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.works-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 34px;
  align-items: center;
  padding: 40px 42px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 243, 238, 0.93)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.065);
}

.works-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 40%, rgba(255, 255, 255, 0.26) 100%),
    url("./assets/works-hero-bg.png");
  background-size: cover;
  background-position: center 42%;
  opacity: 0.36;
  pointer-events: none;
}

.works-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 42%;
  height: 72%;
  background: radial-gradient(circle, rgba(232, 214, 185, 0.42), transparent 64%);
  pointer-events: none;
}

.works-hero-copy,
.works-hero-art {
  position: relative;
  z-index: 1;
}

.works-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 10px;
}

.works-hero-copy .hero-tagline {
  margin-bottom: 14px;
}

.works-hero-copy .page-title {
  max-width: 700px;
}

.works-hero-copy .page-desc {
  max-width: 520px;
  margin-top: 18px;
}

.works-hero-art {
  min-height: 364px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01)),
    url("./assets/works-hero-bg.png");
  background-size: cover;
  background-position: center 46%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 22px 44px rgba(0, 0, 0, 0.085);
}

.page-hero-life {
  padding-top: 56px;
}

.life-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 34px;
  align-items: center;
  padding: 40px 42px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(243, 241, 236, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.06);
}

.life-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0.24) 100%),
    url("./assets/life-hero-bg.png");
  background-size: cover;
  background-position: center 48%;
  opacity: 0.34;
  pointer-events: none;
}

.life-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% 38%;
  height: 74%;
  background: radial-gradient(circle, rgba(215, 209, 196, 0.42), transparent 66%);
  pointer-events: none;
}

.life-hero-copy,
.life-hero-art {
  position: relative;
  z-index: 1;
}

.life-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 10px;
}

.life-hero-copy .hero-tagline {
  margin-bottom: 14px;
}

.life-hero-copy .page-title {
  max-width: 720px;
}

.life-hero-copy .page-desc {
  max-width: 540px;
  margin-top: 18px;
}

.life-hero-art {
  min-height: 364px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    url("./assets/life-hero-bg.png");
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    0 22px 44px rgba(0, 0, 0, 0.08);
}

.article-section {
  padding-top: 28px;
  padding-bottom: 28px;
}

.article-title {
  font-size: 28px;
}

.travel-intro-card,
.life-topic-card {
  position: relative;
  padding: 26px 24px 28px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 243, 238, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.055);
}

.travel-intro-card::before,
.life-topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0) 78%);
  pointer-events: none;
}

.travel-intro-card > *,
.life-topic-card > * {
  position: relative;
  z-index: 1;
}

.travel-intro-card .card-label,
.life-topic-card .card-label {
  margin-bottom: 10px;
}

.travel-intro-card .body-copy,
.life-topic-card .body-copy {
  max-width: 660px;
  margin-top: 14px;
}

.werewolf-showcase {
  --werewolf-surface: rgba(255, 255, 251, 0.82);
  --werewolf-border: rgba(23, 18, 14, 0.08);
  --werewolf-shadow: 0 22px 44px rgba(31, 25, 20, 0.08);
  --werewolf-paper: #f8f4ee;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 26px;
}

.werewolf-showcase-head,
.werewolf-module-head {
  padding-inline: 4px;
}

.werewolf-showcase-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.werewolf-showcase-head .card-label {
  margin-bottom: 0;
}

.werewolf-guest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.werewolf-guest-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.76);
}

.werewolf-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.werewolf-module-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.werewolf-module-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.werewolf-module-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.werewolf-guest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: 16px;
  align-items: start;
  align-content: start;
}

.werewolf-guest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
  padding: 14px;
  border: 1px solid var(--werewolf-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(230, 219, 223, 0.52), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 253, 0.96), rgba(246, 241, 234, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    var(--werewolf-shadow);
  overflow: hidden;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  min-height: 0;
}

.werewolf-guest-card::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 76px;
  width: 34%;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(236, 227, 214, 0.18));
  border: 1px solid rgba(32, 23, 17, 0.07);
  box-shadow: 0 16px 28px rgba(31, 25, 20, 0.08);
  opacity: 0.34;
  transform: rotate(7deg) translate(6px, 4px);
  pointer-events: none;
}

.werewolf-guest-card::after,
.werewolf-group-frame::after,
.werewolf-gallery-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  pointer-events: none;
}

.werewolf-guest-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 4 / 5;
  background: rgba(255, 252, 247, 0.78);
}

.werewolf-guest-media img,
.werewolf-group-frame img,
.werewolf-album-photo img,
.werewolf-gallery-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--werewolf-object-position, 50% 50%);
  image-orientation: from-image;
}

.werewolf-guest-media img,
.werewolf-group-frame img,
.werewolf-gallery-photo img {
  transition: transform 0.65s ease, filter 0.42s ease;
}

.werewolf-guest-card:hover .werewolf-guest-media img,
.werewolf-guest-card:focus-visible .werewolf-guest-media img,
.werewolf-group-frame:hover img,
.werewolf-group-frame:focus-visible img,
.werewolf-gallery-photo:hover img,
.werewolf-gallery-photo:focus-visible img {
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.02);
}

.werewolf-guest-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.werewolf-guest-name {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.werewolf-guest-count {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 20, 15, 0.08);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35, 28, 22, 0.62);
  white-space: nowrap;
}

.werewolf-group-strip {
  width: min(100%, 980px);
  margin: 0 auto;
}

.werewolf-group-strip .travel-film {
  margin: 0;
}

.werewolf-group-frame {
  position: relative;
  min-height: 0;
  padding: 14px;
  border: 1px solid var(--werewolf-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.96), rgba(245, 240, 232, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    var(--werewolf-shadow);
  overflow: hidden;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  scroll-snap-align: start;
}

.werewolf-group-frame img {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

.werewolf-album-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px;
  align-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 252, 0.97), rgba(247, 244, 238, 0.93)),
    radial-gradient(circle at top right, rgba(224, 212, 218, 0.54), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 22px 44px rgba(31, 36, 29, 0.08);
  overflow: hidden;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.werewolf-album-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.74), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(229, 216, 202, 0.38), transparent 30%);
  pointer-events: none;
}

.werewolf-album-entry::after {
  content: "";
  position: absolute;
  inset: -16% 44% -16% -22%;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.34) 50%, transparent 82%);
  transform: translateX(-34%) skewX(-18deg);
  animation: werewolf-album-sheen 10s ease-in-out infinite;
  opacity: 0.72;
  pointer-events: none;
}

.werewolf-album-stack,
.werewolf-album-copy {
  position: relative;
  z-index: 1;
}

.werewolf-album-stack {
  min-height: 320px;
}

.werewolf-album-glow {
  position: absolute;
  inset: 26px 20px 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top, rgba(244, 230, 226, 0.72), transparent 42%),
    radial-gradient(circle at bottom right, rgba(221, 225, 232, 0.44), transparent 34%);
  filter: blur(8px);
}

.werewolf-album-photo {
  position: absolute;
  overflow: hidden;
  width: 188px;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow:
    0 18px 36px rgba(27, 20, 15, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.68);
}

.werewolf-album-photo-back {
  left: 0;
  top: 34px;
  transform: rotate(-10deg);
}

.werewolf-album-photo-mid {
  left: 58px;
  top: 6px;
  transform: rotate(-3deg);
}

.werewolf-album-photo-top {
  left: 126px;
  top: 34px;
  transform: rotate(7deg);
}

.werewolf-album-photo-accent {
  left: 176px;
  top: 186px;
  width: 142px;
  aspect-ratio: 16 / 10;
  transform: rotate(-5deg);
}

.werewolf-album-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.werewolf-album-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.werewolf-album-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.werewolf-album-desc {
  max-width: 28ch;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.68);
}

.werewolf-album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.werewolf-album-count,
.werewolf-album-cta {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.62);
}

.werewolf-lightbox {
  width: min(1100px, calc(100% - 32px));
  max-width: 1100px;
  padding: 0;
  border: none;
  background: transparent;
}

.werewolf-lightbox::backdrop {
  background: rgba(14, 14, 14, 0.84);
  backdrop-filter: blur(8px);
}

.werewolf-lightbox[open] {
  display: grid;
  place-items: center;
}

.werewolf-lightbox-shell {
  position: relative;
  display: grid;
  gap: 10px;
  width: min(100%, 1080px);
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(226, 216, 202, 0.34), transparent 32%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.94), rgba(245, 238, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.werewolf-lightbox-image {
  width: 100%;
  max-height: min(78vh, 860px);
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.68);
}

.werewolf-lightbox-caption {
  margin: 0;
  padding-inline: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(27, 21, 17, 0.76);
}

.werewolf-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(19, 18, 17, 0.68);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  cursor: pointer;
}

.werewolf-gallery-dialog {
  width: min(1280px, calc(100% - 24px));
  max-width: 1280px;
  padding: 0;
  border: none;
  background: transparent;
}

.werewolf-gallery-dialog::backdrop {
  background: rgba(24, 21, 17, 0.42);
  backdrop-filter: blur(10px);
}

.werewolf-gallery-dialog[open] {
  display: grid;
  place-items: center;
}

.werewolf-gallery-shell {
  position: relative;
  display: grid;
  gap: 20px;
  width: min(1280px, calc(100vw - 24px));
  max-height: min(92vh, 980px);
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(232, 221, 213, 0.76), transparent 34%),
    linear-gradient(180deg, rgba(252, 250, 245, 0.98), rgba(244, 239, 231, 0.97));
  border: 1px solid rgba(38, 31, 23, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 28px 64px rgba(47, 37, 26, 0.14);
  overflow: hidden;
}

.werewolf-gallery-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.74), transparent 22%),
    linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.26) 48%, transparent 78%);
  transform: translateX(-24%);
  animation: werewolf-gallery-sheen 16s ease-in-out infinite;
  pointer-events: none;
}

.werewolf-gallery-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(37, 29, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.84);
  color: rgba(30, 24, 18, 0.82);
  font: inherit;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(54, 43, 30, 0.08);
}

.werewolf-gallery-header,
.werewolf-gallery-tabs,
.werewolf-gallery-story {
  position: relative;
  z-index: 1;
}

.werewolf-gallery-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding-right: 84px;
}

.werewolf-gallery-header-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.werewolf-gallery-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(49, 40, 29, 0.48);
}

.werewolf-gallery-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #241b13;
}

.werewolf-gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 84px;
}

.werewolf-gallery-tab {
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(36, 28, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(34, 27, 21, 0.68);
  font: inherit;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.werewolf-gallery-tab:hover,
.werewolf-gallery-tab:focus-visible,
.werewolf-gallery-tab.is-active {
  background: rgba(244, 236, 228, 0.92);
  color: rgba(27, 21, 17, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(43, 34, 25, 0.08);
}

.werewolf-gallery-tab:focus-visible,
.werewolf-guest-card:focus-visible,
.werewolf-group-frame:focus-visible,
.werewolf-album-entry:focus-visible,
.werewolf-gallery-photo:focus-visible {
  outline: none;
}

.werewolf-gallery-story {
  display: grid;
  gap: 24px;
  max-height: min(72vh, 780px);
  min-height: 0;
  padding-right: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(68, 55, 41, 0.22) transparent;
  scroll-behavior: smooth;
}

.werewolf-gallery-group {
  display: grid;
  gap: 14px;
  scroll-margin-top: 18px;
}

.werewolf-gallery-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-inline: 4px;
}

.werewolf-gallery-group-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.werewolf-gallery-group-meta {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(35, 28, 22, 0.48);
}

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

.werewolf-gallery-photo {
  position: relative;
  grid-column: span 4;
  margin: 0;
  padding: 12px;
  border: none;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.94), rgba(247, 242, 234, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 30px rgba(48, 38, 27, 0.08);
  overflow: hidden;
  cursor: zoom-in;
  appearance: none;
}

.werewolf-gallery-photo img {
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(38, 30, 22, 0.08);
}

.werewolf-gallery-photo-portrait {
  aspect-ratio: 4 / 5;
}

.werewolf-gallery-photo-landscape {
  grid-column: span 6;
  aspect-ratio: 16 / 10;
}

.werewolf-gallery-photo-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.werewolf-gallery-photo-square {
  aspect-ratio: 1 / 1;
}

body.music-lightbox-open,
body.game-lightbox-open,
body.sport-lightbox-open,
body.werewolf-lightbox-open,
body.werewolf-gallery-open {
  overflow: hidden;
}

@keyframes werewolf-album-sheen {
  0%,
  18%,
  100% {
    transform: translateX(-36%) skewX(-18deg);
    opacity: 0;
  }

  30%,
  54% {
    transform: translateX(132%) skewX(-18deg);
    opacity: 0.74;
  }
}

@keyframes werewolf-gallery-sheen {
  0%,
  16%,
  100% {
    transform: translateX(-24%);
    opacity: 0;
  }

  26%,
  62% {
    transform: translateX(24%);
    opacity: 0.68;
  }
}

.travel-showcase {
  --travel-surface: rgba(255, 255, 251, 0.8);
  --travel-border: rgba(17, 17, 17, 0.08);
  --travel-shadow: 0 22px 44px rgba(31, 36, 29, 0.08);
  --travel-page: #f5f5f1;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 26px;
}

.travel-showcase-head,
.travel-module-head {
  padding-inline: 4px;
}

.travel-showcase-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.travel-showcase-head .card-label {
  margin-bottom: 0;
}

.travel-place-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.travel-place-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.76);
}

.travel-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.travel-module-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.travel-module-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.travel-module-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.travel-curated-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: min(100%, 948px);
  margin: 0 auto;
  gap: 16px;
}

.travel-curated-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--travel-surface);
  border: 1px solid var(--travel-border);
  box-shadow: var(--travel-shadow);
}

.travel-curated-item::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.travel-curated-item-full {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.travel-curated-item-half {
  grid-column: span 6;
  aspect-ratio: 4 / 3;
}

.travel-curated-item-third {
  grid-column: span 4;
  aspect-ratio: 4 / 3;
}

.travel-curated-item img,
.travel-film-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-orientation: from-image;
}

.travel-curated-item img {
  filter: saturate(0.96) contrast(1.03);
  transition: transform 0.75s ease, filter 0.45s ease;
}

.travel-curated-item:hover img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1.04);
}

.travel-album-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px;
  align-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 252, 0.96), rgba(247, 244, 238, 0.92)),
    radial-gradient(circle at top right, rgba(225, 217, 201, 0.52), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 22px 44px rgba(31, 36, 29, 0.08);
  overflow: hidden;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.travel-album-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.74), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(227, 219, 205, 0.44), transparent 30%);
  pointer-events: none;
}

.travel-album-entry::after {
  content: "";
  position: absolute;
  inset: -16% 44% -16% -22%;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.34) 50%, transparent 82%);
  transform: translateX(-34%) skewX(-18deg);
  animation: travel-album-sheen 9s ease-in-out infinite;
  opacity: 0.7;
  pointer-events: none;
}

.travel-album-stack,
.travel-album-copy {
  position: relative;
  z-index: 1;
}

.travel-album-stack {
  position: relative;
  min-height: 312px;
}

.travel-album-glow {
  position: absolute;
  inset: 24px 18px 12px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 74% 68%, rgba(228, 214, 188, 0.44), transparent 36%);
  filter: blur(18px);
  animation: travel-album-glow 8s ease-in-out infinite;
  pointer-events: none;
}

.travel-album-photo {
  position: absolute;
  margin: 0;
  width: clamp(178px, 20vw, 252px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 34px rgba(29, 32, 24, 0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.travel-album-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-orientation: from-image;
}

.travel-album-photo-back {
  left: 8px;
  top: 36px;
  transform: rotate(-10deg);
}

.travel-album-photo-mid {
  left: 72px;
  top: 10px;
  transform: rotate(-3deg);
}

.travel-album-photo-top {
  left: 122px;
  top: 44px;
  transform: rotate(5deg);
}

.travel-album-photo-accent {
  left: 198px;
  top: 118px;
  width: clamp(136px, 16vw, 196px);
  aspect-ratio: 1 / 1;
  transform: rotate(10deg);
}

.travel-album-entry:hover .travel-album-photo-back {
  transform: translate(-4px, -5px) rotate(-12deg);
}

.travel-album-entry:hover .travel-album-photo-mid {
  transform: translate(-2px, -7px) rotate(-4deg);
}

.travel-album-entry:hover .travel-album-photo-top {
  transform: translate(2px, -9px) rotate(6deg);
}

.travel-album-entry:hover .travel-album-photo-accent {
  transform: translate(5px, -4px) rotate(12deg);
}

.travel-album-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.travel-album-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.travel-album-title {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.travel-album-desc {
  max-width: 460px;
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(17, 17, 17, 0.72);
}

.travel-album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.travel-album-count,
.travel-album-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.travel-album-count {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 17, 17, 0.72);
}

.travel-album-cta {
  background: #111111;
  color: #f6f5f1;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.16);
}

.travel-film {
  position: relative;
  overflow: hidden;
  padding: 28px 18px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(55, 50, 45, 0.96), rgba(27, 25, 23, 0.98));
  border: 1px solid rgba(17, 17, 17, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 48px rgba(10, 10, 10, 0.12);
}

.travel-film::before,
.travel-film::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 14px;
  background:
    radial-gradient(circle, var(--travel-page) 0 4.5px, transparent 4.8px)
    center / 28px 14px repeat-x;
  opacity: 0.88;
  pointer-events: none;
}

.travel-film::before {
  top: 9px;
}

.travel-film::after {
  bottom: 9px;
}

.travel-film-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  outline: none;
}

.travel-film-viewport::before,
.travel-film-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 2;
  pointer-events: none;
}

.travel-film-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(27, 25, 23, 0.94), rgba(27, 25, 23, 0));
}

.travel-film-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(27, 25, 23, 0.94), rgba(27, 25, 23, 0));
}

.travel-film-viewport:focus-visible {
  box-shadow: 0 0 0 2px rgba(245, 245, 241, 0.66);
}

.travel-film-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  will-change: transform;
}

.travel-film-track-shell {
  --travel-film-offset: 0px;
  display: flex;
  width: max-content;
  min-width: 100%;
  transform: translate3d(var(--travel-film-offset), 0, 0);
  will-change: transform;
}

.travel-film.is-manually-paused .travel-film-track-shell {
  transition: transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.travel-film-sequence {
  display: flex;
  flex: none;
  gap: 14px;
  padding-inline: 7px;
}

.travel-film-frame {
  position: relative;
  flex: none;
  width: clamp(218px, 24vw, 288px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.travel-film-frame img {
  filter: saturate(0.96) contrast(1.04);
}

.travel-film-frame {
  cursor: zoom-in;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.travel-film-frame:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.28);
}

.travel-film-frame::after {
  content: "放大查看";
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.travel-film-frame:hover::after,
.travel-film-frame:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.travel-film-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.travel-film-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(245, 245, 241, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  opacity: 0.9;
  transition: opacity 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.travel-film-arrow:hover,
.travel-film-arrow:focus-visible {
  opacity: 1;
  transform: scale(1.05);
  background: rgba(245, 245, 241, 0.2);
}

.travel-film-arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.travel-lightbox {
  width: min(1100px, calc(100% - 32px));
  max-width: 1100px;
  padding: 0;
  border: none;
  background: transparent;
}

.travel-lightbox::backdrop {
  background: rgba(14, 14, 14, 0.82);
  backdrop-filter: blur(8px);
}

.travel-lightbox[open] {
  display: grid;
  place-items: center;
}

.travel-lightbox-shell {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background: rgba(18, 18, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.travel-lightbox-image {
  width: min(100%, 980px);
  max-height: min(76vh, 900px);
  border-radius: 20px;
  object-fit: contain;
  background: #0d0d0d;
}

.travel-lightbox-caption {
  margin: 0;
  padding: 0 4px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}

.travel-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.74);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  cursor: pointer;
}

body.travel-lightbox-open {
  overflow: hidden;
}

.travel-gallery-dialog {
  width: min(1240px, calc(100% - 24px));
  max-width: 1240px;
  padding: 0;
  border: none;
  background: transparent;
}

.travel-gallery-dialog::backdrop {
  background: rgba(24, 21, 17, 0.42);
  backdrop-filter: blur(10px);
}

.travel-gallery-dialog[open] {
  display: grid;
  place-items: center;
}

.travel-gallery-shell {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(1240px, calc(100vw - 24px));
  max-height: min(92vh, 980px);
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(232, 224, 208, 0.72), transparent 34%),
    linear-gradient(180deg, rgba(252, 250, 245, 0.98), rgba(244, 239, 231, 0.97));
  border: 1px solid rgba(38, 31, 23, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 28px 64px rgba(47, 37, 26, 0.14);
  overflow: hidden;
}

.travel-gallery-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.74), transparent 22%),
    linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.26) 48%, transparent 78%);
  transform: translateX(-22%);
  animation: travel-gallery-sheen 14s ease-in-out infinite;
  pointer-events: none;
}

.travel-gallery-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(37, 29, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.84);
  color: rgba(30, 24, 18, 0.82);
  font: inherit;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(54, 43, 30, 0.08);
}

.travel-gallery-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding-right: 84px;
  position: relative;
  z-index: 1;
}

.travel-gallery-header-copy,
.travel-gallery-header-copy {
  display: flex;
  flex-direction: column;
}

.travel-gallery-header-copy {
  gap: 0;
}

.travel-gallery-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  min-height: 0;
}

.travel-gallery-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #241b13;
}

.travel-gallery-story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
  align-items: start;
  max-height: min(78vh, 840px);
  min-height: 0;
  padding-right: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(68, 55, 41, 0.22) transparent;
  scroll-behavior: smooth;
}

.travel-gallery-story-card {
  position: relative;
  grid-column: span 6;
  margin: 0;
  display: block;
  padding: 12px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.94), rgba(247, 242, 234, 0.92));
  border: 1px solid rgba(41, 31, 20, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 30px rgba(48, 38, 27, 0.08);
  scroll-margin-top: 18px;
}

.travel-gallery-story-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.travel-gallery-story-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.78);
}

.travel-gallery-story-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  image-orientation: from-image;
  box-shadow: 0 12px 24px rgba(38, 30, 22, 0.08);
}

.travel-gallery-card-spread {
  grid-column: span 12;
}

.travel-gallery-card-spread .travel-gallery-story-media {
  aspect-ratio: 16 / 9;
}

.travel-gallery-card-duo {
  grid-column: span 6;
}

.travel-gallery-card-duo .travel-gallery-story-media {
  aspect-ratio: 4 / 3;
}

.travel-gallery-card-portrait {
  grid-column: span 5;
}

.travel-gallery-card-portrait .travel-gallery-story-media {
  aspect-ratio: 4 / 5;
}

.travel-gallery-card-landscape {
  grid-column: span 7;
}

.travel-gallery-card-landscape .travel-gallery-story-media {
  aspect-ratio: 16 / 10;
}

.travel-gallery-story-card-poster {
  grid-column: 1 / -1;
  align-self: start;
  background:
    radial-gradient(circle at top right, rgba(233, 222, 205, 0.5), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 241, 234, 0.94));
}

.travel-gallery-story-card-poster .travel-gallery-story-media {
  aspect-ratio: 16 / 8.35;
}

.travel-gallery-story-card-poster img {
  object-fit: cover;
  object-position: 50% 44%;
  transform: scale(1.04);
  transform-origin: center center;
}

.travel-gallery-card-triptych {
  grid-column: span 4;
}

.travel-gallery-card-triptych .travel-gallery-story-media {
  aspect-ratio: 1 / 1;
}

.travel-gallery-nav {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
}

.travel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: min(72vh, 780px);
  min-height: 0;
  padding-right: 4px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(68, 55, 41, 0.22) transparent;
}

.travel-gallery-thumb {
  position: relative;
  min-height: 82px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  appearance: none;
  cursor: pointer;
  transition: transform 0.24s ease;
}

.travel-gallery-thumb:hover,
.travel-gallery-thumb:focus-visible,
.travel-gallery-thumb.is-active {
  transform: none;
}

.travel-gallery-thumb:focus-visible {
  outline: none;
}

.travel-gallery-thumb-stack {
  position: relative;
  display: block;
  width: 100%;
  min-height: 82px;
}

.travel-gallery-thumb-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(55, 43, 30, 0.08);
  background: rgba(255, 252, 246, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 18px rgba(54, 41, 28, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}

.travel-gallery-thumb-photo-back {
  width: 64%;
  transform: translate(-63%, -43%) rotate(-10deg);
  opacity: 0.54;
}

.travel-gallery-thumb-photo-mid {
  width: 70%;
  transform: translate(-49%, -51%) rotate(-2deg);
  opacity: 0.72;
}

.travel-gallery-thumb-photo-top {
  width: 78%;
  transform: translate(-36%, -50%) rotate(8deg);
}

.travel-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-orientation: from-image;
}

.travel-gallery-thumb:hover .travel-gallery-thumb-photo-back,
.travel-gallery-thumb:focus-visible .travel-gallery-thumb-photo-back,
.travel-gallery-thumb.is-active .travel-gallery-thumb-photo-back {
  transform: translate(-66%, -45%) rotate(-12deg);
  opacity: 0.62;
}

.travel-gallery-thumb:hover .travel-gallery-thumb-photo-mid,
.travel-gallery-thumb:focus-visible .travel-gallery-thumb-photo-mid,
.travel-gallery-thumb.is-active .travel-gallery-thumb-photo-mid {
  transform: translate(-50%, -55%) rotate(-3deg);
  opacity: 0.8;
}

.travel-gallery-thumb:hover .travel-gallery-thumb-photo-top,
.travel-gallery-thumb:focus-visible .travel-gallery-thumb-photo-top,
.travel-gallery-thumb.is-active .travel-gallery-thumb-photo-top {
  transform: translate(-34%, -62%) rotate(6deg);
  border-color: rgba(81, 64, 45, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 16px 26px rgba(54, 41, 28, 0.14);
}

.travel-gallery-thumb.is-active .travel-gallery-thumb-photo-top {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 28px rgba(54, 41, 28, 0.16);
}

body.travel-gallery-open {
  overflow: hidden;
}

@keyframes travel-album-sheen {
  0%,
  16%,
  100% {
    transform: translateX(-36%) skewX(-18deg);
    opacity: 0;
  }

  32%,
  60% {
    transform: translateX(138%) skewX(-18deg);
    opacity: 0.82;
  }
}

@keyframes travel-album-glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.84;
  }

  50% {
    transform: translate3d(10px, -8px, 0) scale(1.04);
    opacity: 1;
  }
}

@keyframes travel-gallery-sheen {
  0%,
  18%,
  100% {
    transform: translateX(-30%) skewX(-14deg);
    opacity: 0;
  }

  36%,
  62% {
    transform: translateX(138%) skewX(-14deg);
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-detail-button,
  .hero-detail-button::after {
    transition: none;
    animation: none;
  }

  .travel-curated-item img {
    transition: none;
  }

  .travel-album-entry::after,
  .travel-album-glow,
  .travel-gallery-shell::before {
    animation: none;
    opacity: 0.56;
  }

  .travel-curated-item:hover img {
    transform: none;
  }

  .travel-film-track-shell {
    transform: none;
    transition: none;
  }

  .travel-film-track {
    transform: none;
    animation: none;
  }

  .travel-film-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
    scroll-behavior: smooth;
  }

  .travel-film-viewport::before,
  .travel-film-viewport::after {
    display: none;
  }

  .travel-film-sequence-duplicate {
    display: none;
  }

  .travel-film-frame {
    transition: none;
  }

  .travel-film-frame:hover {
    transform: none;
  }

  .travel-film-frame::after {
    opacity: 1;
    transform: none;
  }

  .travel-gallery-story {
    scroll-behavior: auto;
  }
}

@media (max-width: 900px) {
  .about-showcase,
  .life-mosaic,
  .page-switch-gallery,
  .intro-grid,
  .works-grid,
  .life-grid,
  .honor-wall,
  .article-grid {
    grid-template-columns: 1fr;
  }

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

  .project-showcase-card {
    padding: 24px 22px 26px;
  }

  .workflow-showcase-card {
    padding: 24px 22px 26px;
  }

  .app-showcase-card {
    padding: 24px 22px 26px;
  }

  .articles-hero-panel,
  .works-hero-panel,
  .life-hero-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 28px 32px;
  }

  .articles-hero-panel::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.8)),
      url("./assets/article-hero-70.png");
    background-size: cover;
    background-position: center;
    opacity: 0.28;
  }

  .works-hero-panel::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
      url("./assets/works-hero-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.28;
  }

  .life-hero-panel::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.8)),
      url("./assets/life-hero-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.26;
  }

  .articles-hero-panel::after,
  .works-hero-panel::after,
  .life-hero-panel::after {
    inset: auto -16% -28% 28%;
    height: 66%;
  }

  .articles-hero-art,
  .works-hero-art,
  .life-hero-art {
    min-height: 296px;
  }

  .article-topic-header {
    padding: 24px 24px 22px;
  }

  .article-detail-summary {
    padding: 22px 22px 20px;
  }

  .article-detail-body {
    padding: 0 22px 22px;
  }

  .article-pdf-viewer {
    height: clamp(500px, 66vh, 760px);
  }

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

  .workflow-item-cover {
    min-height: 320px;
  }

  .app-overview-panel,
  .app-result-card {
    grid-template-columns: 1fr;
  }

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

  .app-overview-image,
  .app-result-image {
    min-height: 300px;
  }

  .app-screen-cover {
    min-height: 320px;
  }

  .hero-lower {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
    padding-top: 16px;
  }

  .hero-meta-block,
  .hero-note-card {
    max-width: none;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-meta-block {
    padding: 0;
  }

  .hero-contact-list {
    max-width: none;
  }

  .hero-detail-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .note-title {
    white-space: normal;
  }

  .hero-title-cover span {
    white-space: normal;
  }

  .hero-title-cover span:last-child {
    text-align: left;
  }

  .life-card-wide {
    grid-column: auto;
  }

  .life-mosaic-card-primary,
  .life-mosaic-card-secondary,
  .life-mosaic-card-compact {
    grid-column: auto;
  }

  .life-mosaic-media-wide {
    min-height: 419px;
  }

  .life-mosaic-media-compact {
    min-height: 369px;
  }

  .life-mosaic-card-primary .life-mosaic-body,
  .life-mosaic-card-secondary .life-mosaic-body,
  .life-mosaic-card-compact .life-mosaic-body {
    min-height: auto;
  }

  .split-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-detail-link {
    min-width: 0;
    width: 100%;
    max-width: 280px;
  }

  .about-image-placeholder-main {
    min-height: 320px;
  }

  .about-image-placeholder-thumb {
    min-height: 220px;
  }

  .about-copy,
  .about-media-card,
  .about-portrait {
    padding-inline: 18px;
  }

  .travel-showcase {
    gap: 28px;
  }

  .game-showcase {
    gap: 24px;
  }

  .music-showcase {
    gap: 24px;
  }

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

  .music-photo-card-hero,
  .music-photo-card-live,
  .music-photo-card-report {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .music-photo-card-hero {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

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

  .game-photo-card-hero,
  .game-photo-card-finale,
  .game-photo-card-wide,
  .game-photo-card-half,
  .game-photo-card-tall {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .game-photo-card-hero,
  .game-photo-card-finale {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .werewolf-showcase {
    gap: 28px;
  }

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

  .werewolf-group-strip {
    width: 100%;
  }

  .werewolf-album-entry {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 28px;
  }

  .werewolf-album-stack {
    min-height: 292px;
  }

  .werewolf-gallery-shell {
    padding: 20px;
    border-radius: 28px;
  }

  .werewolf-gallery-tabs {
    padding-right: 60px;
  }

  .werewolf-gallery-story {
    max-height: none;
    padding-right: 0;
  }

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

  .werewolf-gallery-photo-portrait,
  .werewolf-gallery-photo-landscape,
  .werewolf-gallery-photo-square {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .werewolf-gallery-photo-wide {
    grid-column: 1 / -1;
  }

  .travel-album-entry {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 28px;
  }

  .travel-album-stack {
    min-height: 292px;
  }

  .travel-gallery-layout {
    grid-template-columns: 1fr;
  }

  .travel-gallery-story {
    max-height: none;
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-gallery-card-spread,
  .travel-gallery-card-portrait,
  .travel-gallery-card-landscape,
  .travel-gallery-card-duo,
  .travel-gallery-card-triptych {
    grid-column: span 1;
  }

  .travel-gallery-card-spread .travel-gallery-story-media,
  .travel-gallery-card-portrait .travel-gallery-story-media,
  .travel-gallery-card-landscape .travel-gallery-story-media,
  .travel-gallery-card-duo .travel-gallery-story-media,
  .travel-gallery-card-triptych .travel-gallery-story-media {
    aspect-ratio: 4 / 3;
  }

  .travel-gallery-card-spread,
  .travel-gallery-story-card-poster {
    grid-column: 1 / -1;
  }

  .travel-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
  }

  .travel-curated-grid {
    width: min(100%, 860px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-curated-item-half,
  .travel-curated-item-third {
    grid-column: span 1;
  }

  .travel-curated-item-full {
    grid-column: 1 / -1;
  }

  .travel-film {
    padding-inline: 14px;
  }

  .travel-film-controls {
    left: 12px;
    right: 12px;
  }

  .travel-film-viewport::before,
  .travel-film-viewport::after {
    width: 56px;
  }

  .travel-film-frame {
    width: clamp(210px, 38vw, 260px);
  }

  .travel-lightbox {
    width: min(100%, calc(100% - 24px));
  }
}

@media (max-width: 768px) {
  .nav-inner {
    width: calc(100% - 24px);
    padding: 12px 0;
  }

  .container {
    width: calc(100% - 24px);
  }

  .hero-scroll,
  .scroll-section,
  .page-hero {
    padding: 52px 0;
  }

  .hero-title {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .hero-title-cover {
    gap: 6px;
    max-width: none;
    font-size: clamp(2.3rem, 9.8vw, 3.5rem);
  }

  .page-hero-articles,
  .page-hero-works,
  .page-hero-life {
    padding-top: 42px;
  }

  .hero-site-name {
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }

  .hero-contact-item {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 8px;
  }

  .hero-detail-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-detail-button {
    min-height: 102px;
    padding: 14px;
  }

  .note-title {
    font-size: 18px;
  }

  .section-title,
  .article-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .section-detail-link {
    max-width: 100%;
    padding: 12px 15px;
    border-radius: 16px;
  }

  .section-detail-link-title {
    font-size: 14px;
  }

  .about-showcase {
    gap: 20px;
  }

  .about-media-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-image-placeholder-main {
    min-height: 260px;
  }

  .about-image-placeholder-thumb {
    min-height: 240px;
  }

  .about-copy-title {
    max-width: 100%;
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }

  .page-switch-card {
    padding-inline: 18px;
  }

  .page-switch-tags {
    gap: 10px;
  }

  .page-switch-tag {
    min-height: 36px;
    padding-inline: 14px;
  }

  .page-switch-cover {
    min-height: 260px;
  }

  .articles-hero-panel,
  .works-hero-panel,
  .life-hero-panel {
    padding: 24px 18px 26px;
    border-radius: 24px;
  }

  .articles-hero-art,
  .works-hero-art,
  .life-hero-art {
    min-height: 236px;
    border-radius: 18px;
  }

  .article-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .article-topic-header {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .article-topic-headline {
    align-items: flex-start;
    gap: 10px;
  }

  .article-topic-count {
    min-height: 32px;
    padding-inline: 12px;
  }

  .article-detail-card {
    border-radius: 20px;
  }

  .article-detail-summary {
    gap: 12px;
    padding: 20px 18px 18px;
  }

  .article-detail-meta {
    gap: 8px 14px;
  }

  .article-detail-title {
    font-size: 1.18rem;
  }

  .article-detail-tag {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .article-detail-toggle {
    min-height: 38px;
    padding-inline: 14px;
  }

  .article-detail-body {
    padding: 0 18px 20px;
  }

  .article-detail-actions {
    justify-content: flex-start;
  }

  .article-pdf-viewer {
    height: min(70vh, 620px);
    min-height: 360px;
    border-radius: 16px;
  }

  .project-brief-title {
    font-size: 20px;
  }

  .project-brief-metrics {
    gap: 8px;
  }

  .project-metric {
    padding: 6px 11px;
    font-size: 12.5px;
  }

  .workflow-item-title {
    font-size: 18px;
  }

  .workflow-tag {
    padding: 6px 11px;
    font-size: 12.5px;
  }

  .app-overview-title,
  .app-screen-title {
    font-size: 18px;
  }

  .app-feature-tag,
  .app-result-chip {
    padding: 6px 11px;
    font-size: 12.5px;
  }

  .life-mosaic-media-wide {
    min-height: 377px;
  }

  .life-mosaic-media-compact {
    min-height: 328px;
  }

  .life-mosaic-body {
    padding: 8px 11px 9px;
  }

  .life-mosaic-card .entry-title {
    font-size: 18px;
  }

  .life-mosaic-badge {
    left: 16px;
    top: 16px;
  }

  .life-mosaic-slot {
    right: 18px;
    bottom: 17px;
  }

  .hero-note-card,
  .article-card,
  .article-entry,
  .award-card {
    padding-inline: 18px;
  }

  .travel-showcase {
    gap: 24px;
  }

  .game-showcase {
    gap: 22px;
  }

  .music-showcase {
    gap: 22px;
  }

  .music-showcase-head,
  .music-module-head {
    padding-inline: 2px;
  }

  .music-topic-tags {
    gap: 8px;
  }

  .music-topic-tag {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .music-module-title {
    font-size: 20px;
  }

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

  .music-photo-card {
    padding: 12px;
    border-radius: 22px;
  }

  .music-photo-card-hero,
  .music-photo-card-live,
  .music-photo-card-report {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  .music-lightbox {
    width: min(100%, calc(100% - 24px));
  }

  .game-showcase-head,
  .game-module-head {
    padding-inline: 2px;
  }

  .game-topic-tags {
    gap: 8px;
  }

  .game-topic-tag {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .game-module-title {
    font-size: 20px;
  }

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

  .game-photo-card {
    padding: 12px;
    border-radius: 22px;
  }

  .game-photo-card-hero,
  .game-photo-card-finale,
  .game-photo-card-wide,
  .game-photo-card-half,
  .game-photo-card-tall {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  .game-lightbox {
    width: min(100%, calc(100% - 24px));
  }

  .werewolf-showcase {
    gap: 24px;
  }

  .werewolf-showcase-head,
  .werewolf-module-head {
    padding-inline: 2px;
  }

  .werewolf-guest-tags {
    gap: 8px;
  }

  .werewolf-guest-tag {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .werewolf-module-title {
    font-size: 20px;
  }

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

  .werewolf-guest-card {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .werewolf-guest-card::before {
    display: none;
  }

  .werewolf-guest-card::after {
    inset: 10px;
    border-radius: 14px;
  }

  .werewolf-guest-media {
    border-radius: 14px;
    aspect-ratio: 3 / 4;
  }

  .werewolf-guest-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .werewolf-guest-name {
    font-size: 14px;
  }

  .werewolf-guest-count {
    min-height: 28px;
    padding: 2px 10px;
    font-size: 10px;
  }

  .werewolf-group-strip {
    width: 100%;
  }

  .werewolf-group-frame {
    padding: 12px;
    border-radius: 22px;
  }

  .werewolf-group-frame::after,
  .werewolf-gallery-photo::after {
    inset: 12px;
    border-radius: 16px;
  }

  .werewolf-album-entry {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .werewolf-album-stack {
    min-height: 248px;
  }

  .werewolf-album-photo {
    width: 162px;
    border-radius: 20px;
  }

  .werewolf-album-photo-back {
    left: 0;
    top: 32px;
  }

  .werewolf-album-photo-mid {
    left: 52px;
    top: 6px;
  }

  .werewolf-album-photo-top {
    left: 98px;
    top: 34px;
  }

  .werewolf-album-photo-accent {
    left: 154px;
    top: 108px;
    width: 124px;
  }

  .werewolf-album-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .werewolf-album-desc {
    font-size: 14px;
  }

  .werewolf-lightbox {
    width: min(100%, calc(100% - 24px));
  }

  .werewolf-gallery-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .werewolf-gallery-header {
    padding-right: 60px;
  }

  .werewolf-gallery-tabs {
    gap: 8px;
    padding-right: 0;
  }

  .werewolf-gallery-tab {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .werewolf-gallery-group-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .werewolf-gallery-group-title {
    font-size: 20px;
  }

  .werewolf-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .werewolf-gallery-photo {
    grid-column: 1 / -1;
    padding: 12px;
    border-radius: 22px;
  }

  .werewolf-gallery-photo-portrait {
    aspect-ratio: 4 / 5;
  }

  .werewolf-gallery-photo-landscape,
  .werewolf-gallery-photo-wide,
  .werewolf-gallery-photo-square {
    aspect-ratio: 4 / 3;
  }

  .travel-album-entry {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .travel-album-stack {
    min-height: 248px;
  }

  .travel-album-photo {
    width: 162px;
    border-radius: 20px;
  }

  .travel-album-photo-back {
    left: 0;
    top: 32px;
  }

  .travel-album-photo-mid {
    left: 52px;
    top: 6px;
  }

  .travel-album-photo-top {
    left: 98px;
    top: 34px;
  }

  .travel-album-photo-accent {
    left: 154px;
    top: 108px;
    width: 124px;
  }

  .travel-album-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .travel-album-desc {
    font-size: 14px;
  }

  .travel-gallery-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .travel-gallery-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-right: 60px;
  }

  .travel-gallery-story {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .travel-gallery-story-card {
    grid-column: 1 / -1;
    padding: 12px;
    border-radius: 22px;
  }

  .travel-gallery-story-card::after {
    inset: 12px;
    border-radius: 16px;
  }

  .travel-gallery-card-spread .travel-gallery-story-media,
  .travel-gallery-card-portrait .travel-gallery-story-media,
  .travel-gallery-card-landscape .travel-gallery-story-media,
  .travel-gallery-card-duo .travel-gallery-story-media,
  .travel-gallery-card-triptych .travel-gallery-story-media,
  .travel-gallery-story-card-poster .travel-gallery-story-media {
    aspect-ratio: 4 / 3;
  }

  .travel-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .travel-gallery-close {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding-inline: 12px;
  }

  .travel-showcase-head,
  .travel-module-head {
    padding-inline: 2px;
  }

  .travel-place-tags {
    gap: 8px;
  }

  .travel-place-tag {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .travel-module-title {
    font-size: 20px;
  }

  .travel-curated-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .travel-curated-item {
    border-radius: 22px;
  }

  .travel-curated-item-full {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }

  .travel-curated-item-half,
  .travel-curated-item-third {
    grid-column: span 1;
    aspect-ratio: 1 / 1;
  }

  .travel-film {
    padding: 24px 12px;
    border-radius: 24px;
  }

  .travel-film-controls {
    left: 8px;
    right: 8px;
  }

  .travel-film::before,
  .travel-film::after {
    left: 14px;
    right: 14px;
  }

  .travel-film-frame {
    width: clamp(160px, 44vw, 196px);
    border-radius: 14px;
  }

  .travel-film-arrow {
    width: 36px;
    height: 36px;
    font-size: 25px;
  }

  .travel-film-sequence {
    gap: 10px;
    padding-inline: 5px;
  }

  .travel-film-viewport::before,
  .travel-film-viewport::after {
    width: 34px;
  }

  .travel-lightbox-shell {
    padding: 14px 14px 12px;
    border-radius: 22px;
  }

  .travel-lightbox-image {
    max-height: min(68vh, 700px);
    border-radius: 16px;
  }

  .travel-lightbox-close {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding-inline: 12px;
  }
}
