@font-face {
  font-family: "Mao Calligraphy";
  src: url("assets/fonts/maozedong-shufa.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #11110f;
  --paper: #f1d99a;
  --white: #fff3cf;
  --line: rgba(17, 17, 15, 0.18);
  --acid: #f3bd27;
  --coral: #c92b1f;
  --blue: #176b78;
  --brush: "Mao Calligraphy", "STKaiti", serif;
  --mono: "DM Mono", monospace;
  --sans: "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  background: var(--acid);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  color: var(--white);
  transition: color 220ms ease, background 220ms ease, height 220ms ease;
}

.site-header.is-scrolled {
  height: 64px;
  color: var(--ink);
  background: rgba(255, 249, 234, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  font-size: 23px;
  font-weight: 900;
}

.brand-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 10px;
}

.brand-status i {
  display: block;
  width: 7px;
  height: 7px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 255, 63, 0.16);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.auth-nav-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 9px;
}

.auth-nav-button svg {
  width: 14px;
  height: 14px;
}

.auth-nav-button.is-authenticated {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--coral);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.hero {
  position: relative;
  height: min(88svh, 920px);
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background: var(--acid);
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -18%;
  right: -8%;
  width: 68vw;
  height: 126%;
  background: var(--blue);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%, 18% 68%, 3% 47%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-image: radial-gradient(rgba(17, 17, 15, 0.24) 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  content: "";
  mix-blend-mode: multiply;
}

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

.hero-image {
  z-index: 0;
  top: 2%;
  right: -1%;
  left: auto;
  width: min(69vw, 990px);
  height: 104%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(14px 16px 0 rgba(17, 17, 15, 0.92));
  scale: 1;
  animation: settle 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  z-index: 1;
  display: block;
  background-color: rgba(8, 24, 34, 0.28);
  background-image: url("assets/tv-scanlines.png");
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0.72;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4vw 7vh;
}

.eyebrow,
.section-kicker,
.meta-list,
.project-info p,
.project-info span,
.hero-index,
.visual-label {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 17px;
  padding: 7px 11px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 12px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(64px, 15vw, 230px);
  font-weight: 900;
  position: relative;
  z-index: 2;
  max-width: 76%;
  color: var(--white);
  line-height: 0.77;
  letter-spacing: 0;
  -webkit-text-stroke: 4px var(--ink);
  paint-order: stroke fill;
  text-shadow: 9px 9px 0 var(--ink);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 7vh;
  padding-left: 34vw;
}

.hero-bottom p {
  max-width: 470px;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--ink);
  font-size: 18px;
  line-height: 1.7;
}

.circle-link {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  border: 3px solid var(--ink);
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
}

.circle-link svg {
  width: 24px;
  height: 24px;
}

.hero-index {
  position: absolute;
  z-index: 2;
  top: 48%;
  right: -56px;
  margin: 0;
  padding: 5px 12px;
  color: var(--white);
  background: var(--ink);
  font-size: 10px;
  transform: rotate(90deg);
}

.hero-japanese {
  position: absolute;
  z-index: 2;
  top: 16%;
  left: 4vw;
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  writing-mode: vertical-rl;
}

.hero-sticker {
  position: absolute;
  z-index: 3;
  top: 16%;
  right: 6%;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 3px solid var(--ink);
  color: var(--ink);
  background: var(--coral);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  transform: rotate(8deg);
  box-shadow: 7px 7px 0 var(--ink);
}

.section-shell {
  width: min(100% - 8vw, 1500px);
  margin-inline: auto;
}

.intro {
  position: relative;
  padding-top: 132px;
  padding-bottom: 150px;
}

.intro::after {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: 18vw;
  height: 14px;
  border: 2px solid var(--ink);
  background: var(--coral);
  content: "";
  transform: rotate(-4deg);
}

.section-kicker {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 11px;
}

.section-kicker span:last-child {
  padding: 4px 8px;
  border: 1px solid currentColor;
  background: var(--white);
  color: var(--ink);
}

.section-kicker span:first-child {
  color: #77766f;
}

.intro-grid,
.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
  gap: 9vw;
  margin-top: 82px;
}

.intro h2,
.experience h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 500;
  line-height: 1.25;
}

.intro-copy {
  align-self: end;
}

.intro-copy > p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}

.meta-list {
  display: grid;
  gap: 10px;
  margin-top: 46px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.work-section {
  color: var(--white);
  background: var(--ink);
  padding: 120px 0 148px;
}

.work-section .section-heading {
  position: relative;
}

.work-section .section-heading::after {
  position: absolute;
  top: -44px;
  right: 10%;
  padding: 8px 13px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--blue);
  content: "PICK UP!";
  font-family: var(--mono);
  font-size: 10px;
  transform: rotate(5deg);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  gap: 30px;
  padding-bottom: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(58px, 9.5vw, 142px);
  font-weight: 900;
  line-height: 0.83;
  -webkit-text-stroke: 2px var(--white);
  paint-order: stroke fill;
}

.filters {
  display: flex;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.filter {
  min-width: 58px;
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}

.filter.is-active {
  color: var(--ink);
  background: var(--acid);
}

.project {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: opacity 250ms ease, height 350ms ease;
}

.project.is-hidden {
  display: none;
}

.project > a {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(270px, 0.9fr) minmax(280px, 1.1fr) 44px;
  gap: 4vw;
  align-items: center;
  padding: 42px 0;
}

.project-no {
  align-self: start;
  font-family: var(--mono);
  font-size: 11px;
}

.project-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 2px solid var(--white);
  box-shadow: 8px 8px 0 var(--blue);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project a:hover .project-visual {
  transform: scale(0.98);
}

.visual-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 16px;
  font-size: 8px;
}

.visual-aster {
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
}

.data-orbit {
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.data-orbit::before,
.data-orbit::after {
  position: absolute;
  inset: 14%;
  border: 1px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.data-orbit::after {
  inset: -12%;
  border-style: dashed;
}

.data-core {
  z-index: 1;
  font-family: var(--mono);
  font-size: clamp(36px, 5vw, 68px);
}

.visual-fold {
  color: var(--white);
  background: var(--coral);
}

.fold-type {
  position: absolute;
  right: 14%;
  bottom: -5%;
  font-size: clamp(68px, 10vw, 138px);
  font-weight: 900;
  line-height: 0.75;
}

.fold-stamp {
  position: absolute;
  bottom: 22px;
  left: 18px;
  padding: 9px;
  border: 1px solid currentColor;
  font-size: 9px;
  line-height: 1.5;
  transform: rotate(-5deg);
}

.visual-nook {
  color: var(--ink);
  background: var(--blue);
}

.phone-frame {
  position: absolute;
  top: 17%;
  left: 16%;
  display: flex;
  width: 31%;
  height: 72%;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--ink);
}

.phone-frame span,
.phone-frame small {
  font-size: 8px;
}

.phone-frame strong {
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1;
}

.book-line {
  position: absolute;
  right: 8%;
  bottom: 16%;
  font-family: var(--mono);
  font-size: clamp(11px, 1.5vw, 18px);
  line-height: 1.4;
}

.project-info h3 {
  margin: 6px 0 19px;
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 600;
  line-height: 1;
}

.project-info p,
.project-info span {
  margin: 0;
  font-size: 9px;
}

.project-info span {
  color: #a9a8a1;
}

.project-arrow {
  width: 30px;
  height: 30px;
  transition: transform 250ms ease;
}

.project a:hover .project-arrow {
  transform: translate(5px, -5px);
}

.experience {
  padding-top: 134px;
  padding-bottom: 154px;
}

.experience-list {
  border-top: 1px solid var(--line);
}

.experience-list > div {
  position: relative;
  padding: 28px 0 28px 46px;
  border-bottom: 1px solid var(--line);
  transition: padding-left 220ms ease, background 220ms ease;
}

.experience-list > div:hover {
  padding-left: 58px;
  background: var(--acid);
}

.experience-list span {
  position: absolute;
  top: 31px;
  left: 0;
  font-family: var(--mono);
  font-size: 9px;
}

.experience-list h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.experience-list p {
  margin: 0;
  color: #6f6e68;
  font-size: 13px;
  line-height: 1.7;
}

.comments-section {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--ink);
  color: var(--ink);
  background-color: var(--acid);
  background-image: url("assets/print-grain.png");
  background-repeat: repeat;
  background-size: 196px 196px;
  background-blend-mode: multiply;
  isolation: isolate;
}

.comments-section::before {
  position: absolute;
  z-index: -1;
  right: -2vw;
  bottom: -34px;
  color: rgba(201, 43, 31, 0.12);
  content: "留言";
  font-family: var(--brush);
  font-size: clamp(190px, 28vw, 430px);
  line-height: 0.72;
  transform: rotate(-8deg);
  pointer-events: none;
}

.comments-inner {
  padding-top: 112px;
  padding-bottom: 126px;
}

.comments-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.7fr);
  align-items: end;
  gap: 6vw;
  margin-top: 70px;
}

.comments-heading h2 {
  margin: 0;
  color: var(--coral);
  font-family: var(--brush);
  font-size: clamp(78px, 11vw, 166px);
  font-weight: 400;
  line-height: 0.7;
  text-shadow: 4px 4px 0 var(--ink);
}

.comments-heading p {
  margin: 0 0 10px;
  font-family: var(--brush);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.comments-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  margin-top: 88px;
  border-block: 3px solid var(--ink);
  background: rgba(241, 217, 154, 0.48);
}

.comment-form {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 34px 3vw 30px 0;
  border-right: 3px solid var(--ink);
}

.comment-author-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 9px 18px;
  min-height: 78px;
  margin-bottom: 24px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: rgba(255, 243, 207, 0.7);
  box-shadow: 5px 5px 0 var(--blue);
}

.comment-author-bar > span {
  grid-column: 1;
  font-family: var(--mono);
  font-size: 9px;
}

.comment-author-bar strong {
  grid-column: 1;
  font-family: var(--brush);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.comment-author-bar button {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 38px;
  padding: 0 12px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--coral);
  cursor: pointer;
  font-size: 11px;
}

.comment-form label {
  margin-bottom: 9px;
  font-family: var(--mono);
  font-size: 10px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--white);
  border-radius: 0;
  font: 15px/1.7 var(--sans);
  outline: 0;
  box-shadow: 5px 5px 0 rgba(201, 43, 31, 0.72);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.comment-form input {
  height: 52px;
  padding: 0 14px;
  margin-bottom: 24px;
}

.comment-form textarea {
  min-height: 164px;
  padding: 12px 14px;
  resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
  box-shadow:
    4px 4px 0 var(--coral),
    8px 8px 0 var(--blue);
  transform: translate(-2px, -2px);
}

.comment-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.comment-form-actions > span {
  font-family: var(--mono);
  font-size: 9px;
}

.comment-form-actions > span b {
  font-weight: 500;
}

.comment-form-actions button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.comment-form-actions button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.comment-form-actions button svg {
  width: 17px;
  height: 17px;
}

.comment-form-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.comment-form-status[data-type="success"] {
  color: var(--blue);
}

.comment-form-status[data-type="error"] {
  color: var(--coral);
}

.comments-stream {
  min-width: 0;
  padding-left: 3vw;
}

.comments-stream > header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
}

.comment-list {
  max-height: 570px;
  overflow-y: auto;
  scrollbar-color: var(--coral) transparent;
}

.comment-item {
  padding: 25px 0 24px;
  border-bottom: 1px solid rgba(17, 17, 15, 0.34);
}

.comment-item:last-child {
  border-bottom: 0;
}

.comment-item header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.comment-item strong {
  font-family: var(--brush);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.comment-item time {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 8px;
}

.comment-item p {
  margin: 17px 0 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.comment-placeholder {
  min-height: 180px;
  margin: 0;
  display: grid;
  place-items: center;
  color: rgba(17, 17, 15, 0.6);
  font-family: var(--mono);
  font-size: 10px;
  text-align: center;
}

.auth-dialog {
  width: min(92vw, 560px);
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 3px solid var(--ink);
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("assets/print-grain.png");
  background-repeat: repeat;
  background-size: 196px 196px;
  box-shadow:
    10px 10px 0 var(--coral),
    18px 18px 0 var(--blue);
}

.auth-dialog::backdrop {
  background: rgba(17, 17, 15, 0.8);
}

.auth-dialog-inner {
  position: relative;
  padding: 42px 44px 34px;
}

.auth-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--coral);
  cursor: pointer;
}

.auth-dialog-close svg {
  width: 18px;
  height: 18px;
}

.auth-dialog-kicker {
  margin: 0 0 28px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
}

.auth-dialog h2 {
  margin: 0;
  color: var(--coral);
  font-family: var(--brush);
  font-size: clamp(62px, 10vw, 86px);
  font-weight: 400;
  line-height: 0.78;
  text-shadow: 3px 3px 0 var(--ink);
}

.auth-mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  border: 2px solid var(--ink);
}

.auth-mode-switch button {
  min-height: 42px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.auth-mode-switch button + button {
  border-left: 2px solid var(--ink);
}

.auth-mode-switch button[aria-selected="true"] {
  color: var(--white);
  background: var(--blue);
}

.auth-form {
  display: grid;
  margin-top: 30px;
}

.auth-form label {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: 9px;
}

.auth-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 13px;
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  font: 14px var(--sans);
  outline: 0;
}

.auth-form input:focus {
  box-shadow:
    3px 3px 0 var(--coral),
    6px 6px 0 var(--blue);
}

.auth-confirm[hidden] {
  display: none;
}

.auth-confirm {
  display: grid;
}

.recaptcha-v2-step[hidden] {
  display: none;
}

.recaptcha-v2-step {
  min-height: 78px;
  margin: 2px 0 14px;
  overflow: hidden;
}

.recaptcha-v2-widget {
  width: 304px;
  transform-origin: top left;
}

.auth-submit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.auth-submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.auth-submit svg {
  width: 17px;
  height: 17px;
}

.auth-status {
  min-height: 21px;
  margin: 16px 0 0;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.auth-status[data-type="success"] {
  color: var(--blue);
}

.recaptcha-notice {
  margin: 18px 0 0;
  color: #5d5a51;
  font-size: 9px;
  line-height: 1.7;
}

.recaptcha-notice a {
  text-decoration: underline;
}

@media (max-width: 380px) {
  .recaptcha-v2-step {
    min-height: 64px;
  }

  .recaptcha-v2-widget {
    transform: scale(0.82);
  }
}

.contact {
  overflow: hidden;
  color: var(--white);
  position: relative;
  background: var(--coral);
}

.contact::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background: var(--blue);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.contact-inner {
  position: relative;
  z-index: 1;
  padding-top: 112px;
}

.contact-lead {
  margin: 90px 0 10px;
  font-size: 15px;
}

.contact h2 {
  margin: 0;
  font-size: clamp(68px, 14vw, 210px);
  font-weight: 900;
  line-height: 0.8;
  -webkit-text-stroke: 4px var(--ink);
  paint-order: stroke fill;
  text-shadow: 9px 9px 0 var(--ink);
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 82px;
}

.mail-link {
  display: flex;
  width: min(100%, 620px);
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  font-family: var(--mono);
  font-size: clamp(14px, 2vw, 21px);
}

.copy-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.copy-button svg {
  width: 15px;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 110px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-family: var(--mono);
  font-size: 10px;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 26px;
  justify-content: center;
}

footer > a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

footer svg {
  width: 13px;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--acid);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@keyframes settle {
  from { transform: translateY(30px) rotate(2deg); opacity: 0; }
  to { transform: translateY(0) rotate(0); opacity: 1; }
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .brand-status {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    color: currentColor;
    cursor: pointer;
  }

  .site-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 24px;
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-nav a {
    font-size: 44px;
    font-weight: 700;
  }

  .site-nav .auth-nav-button {
    width: fit-content;
    min-height: 44px;
    margin-top: 20px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.menu-active {
    color: var(--white);
  }

  .hero {
    height: 88svh;
    min-height: 580px;
  }

  .hero::before {
    top: 0;
    right: -40%;
    width: 118%;
    height: 68%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 10% 68%);
  }

  .hero::after {
    width: 72%;
    height: 68%;
  }

  .hero-image {
    top: 2%;
    right: -15%;
    width: 108%;
    height: 72%;
    object-position: right top;
    filter: drop-shadow(8px 10px 0 rgba(17, 17, 15, 0.9));
  }

  .hero-content {
    padding: 0 20px 38px;
  }

  .hero h1 {
    font-size: clamp(60px, 18vw, 130px);
    line-height: 0.88;
    max-width: 100%;
    -webkit-text-stroke-width: 2px;
    text-shadow: 5px 5px 0 var(--ink);
  }

  .hero-bottom {
    align-items: flex-end;
    margin-top: 36px;
    padding-left: 0;
  }

  .hero-bottom p {
    max-width: 270px;
    padding: 8px 10px;
    font-size: 14px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .circle-link {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .hero-index {
    display: none;
  }

  .hero-japanese {
    top: 11%;
    left: 20px;
    font-size: 30px;
  }

  .hero-sticker {
    top: 13%;
    right: 18px;
    width: 66px;
    height: 66px;
    font-size: 8px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .section-shell {
    width: calc(100% - 40px);
  }

  .intro,
  .experience {
    padding-top: 88px;
    padding-bottom: 100px;
  }

  .intro-grid,
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 48px;
  }

  .intro h2,
  .experience h2 {
    font-size: clamp(34px, 9vw, 56px);
  }

  .work-section {
    padding: 86px 0 100px;
  }

  .section-heading {
    grid-template-columns: 1fr auto;
    gap: 42px 12px;
    padding-bottom: 46px;
  }

  .section-heading .section-kicker {
    grid-column: 1 / -1;
  }

  .section-heading h2 {
    font-size: clamp(54px, 17vw, 96px);
  }

  .project > a {
    grid-template-columns: 30px 1fr 32px;
    gap: 14px;
    padding: 30px 0;
  }

  .project-visual {
    grid-column: 2 / -1;
    grid-row: 1;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 5px 5px 0 var(--blue);
  }

  .project-no {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .project-info {
    grid-column: 2;
  }

  .project-info h3 {
    font-size: clamp(34px, 10vw, 56px);
  }

  .project-arrow {
    grid-column: 3;
    align-self: end;
  }

  .experience-grid {
    gap: 48px;
  }

  .comments-inner {
    padding-top: 84px;
    padding-bottom: 90px;
  }

  .comments-heading {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 54px;
  }

  .comments-heading h2 {
    font-size: clamp(82px, 25vw, 112px);
  }

  .comments-grid {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .comment-form {
    padding: 28px 0 30px;
    border-right: 0;
    border-bottom: 3px solid var(--ink);
  }

  .comment-author-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .comments-stream {
    padding-left: 0;
  }

  .comment-list {
    max-height: 520px;
  }

  .comments-section::before {
    right: -18%;
    bottom: 20%;
    font-size: 230px;
  }

  .auth-dialog-inner {
    padding: 34px 24px 28px;
  }

  .auth-dialog h2 {
    font-size: 66px;
  }

  .contact-inner {
    padding-top: 82px;
  }

  .contact-lead {
    margin-top: 65px;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 58px;
  }

  .mail-link {
    min-height: 64px;
  }

  .copy-button {
    align-self: flex-start;
  }

  footer {
    grid-template-columns: 1fr auto;
    gap: 24px;
    margin-top: 80px;
  }

  footer div {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
  }

  footer > a {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

/* Screen-print composition layer. */
.print-process-band {
  position: relative;
  z-index: 3;
  width: 102%;
  margin: -2px -1% 0;
  overflow: hidden;
  border-block: 3px solid var(--ink);
  color: var(--acid);
  background: var(--ink);
  box-shadow: 0 7px 0 var(--coral);
  transform: rotate(-0.8deg);
}

.print-process-band div {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: clamp(22px, 4vw, 72px);
  padding: 13px 3vw 11px;
  font-family: var(--brush);
  font-size: clamp(25px, 3vw, 44px);
  line-height: 0.9;
  white-space: nowrap;
}

.print-process-band b {
  color: var(--coral);
  font-family: var(--sans);
  font-size: 16px;
}

.intro,
.experience {
  isolation: isolate;
}

.intro::before {
  position: absolute;
  z-index: 0;
  top: 28px;
  right: 0;
  color: rgba(201, 43, 31, 0.09);
  content: "实践";
  font-family: var(--brush);
  font-size: clamp(150px, 22vw, 350px);
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-7deg);
  pointer-events: none;
}

.intro > *,
.experience > * {
  position: relative;
  z-index: 1;
}

.intro-grid {
  position: relative;
}

.intro-grid::after {
  position: absolute;
  right: 2%;
  bottom: -94px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 3px double var(--coral);
  color: var(--coral);
  content: "自选\A二〇二六";
  font-family: var(--brush);
  font-size: 18px;
  line-height: 0.9;
  text-align: center;
  white-space: pre;
  transform: rotate(8deg);
}

.work-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.work-section::before {
  position: absolute;
  z-index: 0;
  top: 120px;
  right: -2vw;
  color: rgba(243, 189, 39, 0.07);
  content: "精选";
  font-family: var(--brush);
  font-size: min(30vw, 460px);
  line-height: 0.72;
  writing-mode: vertical-rl;
  transform: rotate(4deg);
  pointer-events: none;
}

.work-section .section-shell {
  position: relative;
  z-index: 1;
}

.project-no::after {
  display: block;
  margin-top: 4px;
  color: var(--coral);
  content: "号";
  font-family: var(--brush);
  font-size: 18px;
}

.project-visual::after {
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  box-shadow: 3px 3px 0 var(--coral);
  content: "+";
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1;
}

.project:nth-child(2) .project-visual {
  transform: rotate(-0.7deg);
}

.project:nth-child(3) .project-visual {
  transform: rotate(0.7deg);
}

.project:nth-child(2) a:hover .project-visual,
.project:nth-child(3) a:hover .project-visual {
  transform: rotate(0) scale(0.98);
}

.experience::before {
  position: absolute;
  z-index: 0;
  bottom: 18px;
  left: -2vw;
  color: rgba(23, 107, 120, 0.1);
  content: "行";
  font-family: var(--brush);
  font-size: clamp(220px, 30vw, 480px);
  line-height: 0.7;
  transform: rotate(7deg);
  pointer-events: none;
}

.experience-list > div::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background: var(--coral);
  content: "";
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.experience-list > div:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 900px) {
  .print-process-band {
    width: 104%;
    margin-left: -2%;
  }

  .print-process-band div {
    gap: 22px;
    justify-content: flex-start;
    padding: 11px 16px 9px;
    font-size: 28px;
  }

  .print-process-band span:nth-of-type(n + 4),
  .print-process-band b:nth-of-type(n + 4) {
    display: none;
  }

  .intro::before {
    top: 54px;
    right: -12%;
    font-size: 190px;
  }

  .intro-grid::after {
    right: 0;
    bottom: -74px;
    width: 58px;
    height: 58px;
    font-size: 14px;
  }

  .work-section::before {
    top: 210px;
    right: -10%;
    font-size: 220px;
  }

  .project-visual::after {
    right: 9px;
    bottom: 9px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .experience::before {
    left: -14%;
    font-size: 270px;
  }
}

.quote-archive {
  border-block: 4px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
}

.quote-archive-head {
  position: relative;
  display: grid;
  min-height: 190px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 26px 4vw;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  color: var(--white);
  background: var(--ink);
}

.quote-archive-meta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--mono);
}

.quote-archive-meta span {
  color: var(--acid);
  font-size: 10px;
}

.quote-archive-meta p {
  margin: 0;
  font-size: 11px;
}

.quote-archive-head h2 {
  margin: 0;
  color: var(--acid);
  font-family: var(--brush);
  font-size: clamp(72px, 9vw, 138px);
  font-weight: 400;
  line-height: 0.76;
  text-align: center;
  text-shadow: 4px 4px 0 var(--coral);
}

.quote-archive-seal {
  justify-self: end;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 3px double var(--coral);
  color: var(--coral);
  font-family: var(--brush);
  font-size: 25px;
  line-height: 0.75;
  text-align: center;
  transform: rotate(8deg);
}

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

.quote-chapter {
  min-width: 0;
}

.quote-chapter + .quote-chapter {
  border-left: 3px solid var(--ink);
}

.quote-chapter > header {
  min-height: 132px;
  padding: 24px 3vw 18px;
  border-bottom: 2px solid var(--ink);
}

.quote-chapter > header span {
  font-family: var(--mono);
  font-size: 9px;
}

.quote-chapter > header h3 {
  margin: 24px 0 0;
  font-family: var(--brush);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.8;
}

.quote-chapter-mao {
  color: var(--white);
  background: var(--coral);
}

.quote-chapter-deng {
  color: var(--white);
  background: var(--blue);
}

.quote-list blockquote {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 178px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 24px 3vw 22px;
  border-bottom: 1px solid rgba(255, 243, 207, 0.4);
}

.quote-list blockquote:last-child {
  border-bottom: 0;
}

.quote-list p {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--brush);
  font-size: clamp(31px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1.05;
}

.quote-list cite {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  line-height: 1.5;
}

.quote-list cite b {
  color: var(--acid);
  font-weight: 500;
}

@media (max-width: 900px) {
  .quote-archive-head {
    min-height: 158px;
    grid-template-columns: 1fr auto;
    padding: 22px 20px;
  }

  .quote-archive-head h2 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: clamp(62px, 20vw, 92px);
  }

  .quote-archive-meta {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    gap: 18px;
  }

  .quote-archive-seal {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .quote-chapters {
    grid-template-columns: 1fr;
  }

  .quote-chapter + .quote-chapter {
    border-top: 3px solid var(--ink);
    border-left: 0;
  }

  .quote-chapter > header {
    min-height: 114px;
    padding: 20px;
  }

  .quote-chapter > header h3 {
    margin-top: 18px;
    font-size: 50px;
  }

  .quote-list blockquote {
    min-height: 154px;
    padding: 22px 20px 20px;
  }

  .quote-list p {
    font-size: clamp(34px, 10vw, 44px);
  }
}

.footer-signature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-signature small {
  color: var(--acid);
  font-family: var(--brush);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

body::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-image: url("assets/print-grain.png");
  background-repeat: repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.34;
  pointer-events: none;
}

body::after {
  position: fixed;
  z-index: 9998;
  inset: 0;
  border: 7px solid rgba(17, 17, 15, 0.16);
  box-shadow:
    inset 0 0 58px rgba(17, 17, 15, 0.2),
    inset 0 0 150px rgba(91, 34, 24, 0.12);
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
}

.quote-archive-head,
.quote-chapter,
.print-process-band,
.work-section,
.contact {
  background-image: url("assets/print-grain.png");
  background-repeat: repeat;
  background-size: 196px 196px;
  background-blend-mode: multiply;
}

.quote-archive {
  box-shadow:
    inset 0 8px 0 rgba(255, 243, 207, 0.3),
    inset 0 -8px 0 rgba(17, 17, 15, 0.14);
}

.quote-chapter {
  counter-reset: archive-quote;
}

.quote-list blockquote {
  counter-increment: archive-quote;
}

.quote-list blockquote::before {
  position: absolute;
  top: 19px;
  right: 2.2vw;
  color: rgba(255, 243, 207, 0.34);
  content: "0" counter(archive-quote);
  font-family: var(--mono);
  font-size: 9px;
}

.quote-chapter-mao .quote-list blockquote:nth-child(2),
.quote-chapter-deng .quote-list blockquote:nth-child(odd) {
  background-color: rgba(17, 17, 15, 0.055);
}

.quote-chapter > header h3 {
  text-shadow: 2px 2px 0 rgba(17, 17, 15, 0.36);
}

.quote-chapter-deng > header h3 {
  text-shadow: 2px 2px 0 rgba(201, 43, 31, 0.58);
}

.hero {
  box-shadow:
    inset 0 0 0 5px rgba(17, 17, 15, 0.22),
    inset 0 0 110px rgba(17, 17, 15, 0.3);
}

.hero-shade {
  opacity: 0.8;
}

.hero-image {
  filter: grayscale(0.62) sepia(0.22) contrast(1.52) brightness(0.58) saturate(0.58);
}

.eyebrow,
.mail-link,
.section-kicker span:last-child,
.filter.is-active {
  box-shadow:
    3px 2px 0 rgba(201, 43, 31, 0.76),
    6px 5px 0 rgba(17, 17, 15, 0.88);
}

.hero-ribbon {
  position: absolute;
  z-index: 3;
  top: 54%;
  right: -8px;
  min-width: min(42vw, 590px);
  padding: 11px 28px 11px 22px;
  border: 2px solid var(--ink);
  color: var(--acid);
  background: var(--coral);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  transform: rotate(-2deg);
}

.hero-ribbon span {
  display: inline-block;
  margin-right: 12px;
  color: var(--white);
  font-size: 18px;
  line-height: 0;
  transform: translateY(2px);
}

.section-kicker::before {
  color: var(--coral);
  content: "★";
  font-size: 12px;
}

.work-section .section-kicker::before {
  color: var(--acid);
}

.hero h1 {
  text-shadow:
    3px 3px 0 var(--coral),
    8px 8px 0 var(--ink);
}

.quote-list p {
  text-shadow: 2px 2px 0 rgba(17, 17, 15, 0.3);
}

.contact::after {
  position: absolute;
  z-index: 0;
  top: 9%;
  right: 7%;
  color: rgba(243, 189, 39, 0.2);
  content: "★";
  font-size: 190px;
  line-height: 1;
  transform: rotate(-8deg);
}

@media (max-width: 900px) {
  body::before {
    opacity: 0.26;
  }

  body::after {
    border-width: 3px;
    box-shadow:
      inset 0 0 34px rgba(17, 17, 15, 0.18),
      inset 0 0 82px rgba(91, 34, 24, 0.09);
  }

  .hero-ribbon {
    top: 41%;
    right: -6px;
    min-width: 78%;
    padding: 8px 14px;
    box-shadow: 4px 4px 0 var(--ink);
    font-size: 9px;
  }

  .hero-ribbon span {
    margin-right: 7px;
    font-size: 14px;
  }

  .hero h1 {
    text-shadow:
      2px 2px 0 var(--coral),
      5px 5px 0 var(--ink);
  }

  .contact::after {
    top: 12%;
    right: -8%;
    font-size: 126px;
  }

  .quote-list blockquote::before {
    top: 17px;
    right: 20px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(52px, 18vw, 90px);
  }

  .eyebrow {
    font-size: 10px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .filters {
    justify-self: start;
  }

  .project > a {
    grid-template-columns: 24px 1fr 28px;
  }

  .visual-label {
    top: 9px;
    left: 10px;
  }

  .contact h2 {
    font-size: clamp(60px, 20vw, 92px);
    -webkit-text-stroke-width: 2px;
    text-shadow: 5px 5px 0 var(--ink);
  }

  .mail-link {
    padding: 0 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Poster direction: restrained Cultural Revolution-era print language. */
.site-header {
  color: var(--white);
  text-shadow: 1px 1px 0 var(--ink);
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(241, 217, 154, 0.94);
  border-bottom: 2px solid var(--ink);
  text-shadow: none;
}

.brand-status i {
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(201, 43, 31, 0.16);
}

.hero {
  color: var(--ink);
  background: var(--acid);
}

.hero::before {
  z-index: -1;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  background: var(--coral);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 15% 72%, 4% 48%);
}

.hero::after {
  z-index: -1;
  top: -8%;
  right: auto;
  left: 37%;
  width: 9%;
  height: 120%;
  background: var(--blue);
  background-image: none;
  clip-path: polygon(18% 0, 100% 0, 72% 100%, 0 100%);
  content: "";
  mix-blend-mode: normal;
  transform: rotate(5deg);
}

.hero-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: grayscale(0.62) sepia(0.22) contrast(1.52) brightness(0.58) saturate(0.58);
  mix-blend-mode: normal;
  opacity: 1;
}

.hero-content {
  padding-bottom: 5vh;
}

.eyebrow {
  border-width: 2px;
  color: var(--white);
  background: var(--blue);
  box-shadow:
    3px 2px 0 var(--coral),
    6px 5px 0 var(--ink);
}

.hero h1 {
  max-width: 58%;
  color: var(--white);
  font-family: var(--brush);
  font-size: clamp(108px, 12vw, 184px);
  font-weight: 400;
  line-height: 0.68;
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 8px 8px 0 var(--ink);
}

.hero-bottom {
  margin-top: 5vh;
  padding-left: 0;
}

.hero-bottom p {
  max-width: 390px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  text-shadow: 2px 2px 0 var(--ink);
}

.circle-link {
  border-color: var(--ink);
  color: var(--white);
  background: var(--blue);
}

.hero-japanese {
  top: 14%;
  right: 4vw;
  left: auto;
  color: var(--white);
  font-family: var(--brush);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.82;
  writing-mode: horizontal-tb;
  text-align: right;
  text-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-5deg);
}

.hero-sticker {
  top: 17%;
  right: auto;
  left: 4vw;
  width: 88px;
  height: 88px;
  border-color: var(--coral);
  color: var(--coral);
  background: transparent;
  font-family: var(--brush);
  font-size: 25px;
  line-height: 0.9;
  box-shadow: none;
  transform: rotate(-8deg);
}

.hero-index {
  color: var(--white);
  background: var(--ink);
}

.intro h2,
.experience h2 {
  color: var(--coral);
  font-family: var(--brush);
  font-weight: 400;
  line-height: 1.08;
}

.intro::after {
  height: 18px;
  border-color: var(--ink);
  background: var(--blue);
  box-shadow: 10px 10px 0 var(--coral);
}

.section-kicker span:last-child {
  border: 2px solid currentColor;
  background: transparent;
}

.work-section {
  color: var(--white);
  background: #2a1712;
}

.work-section .section-heading::after {
  border-color: var(--white);
  color: var(--white);
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--acid);
  content: "重点作品";
  font-family: var(--brush);
  font-size: 22px;
}

.section-heading h2 {
  color: var(--acid);
  font-family: var(--brush);
  font-weight: 400;
  line-height: 0.76;
  -webkit-text-stroke: 1px var(--white);
}

.filter.is-active {
  color: var(--ink);
  background: var(--acid);
}

.project-visual {
  box-shadow: 8px 8px 0 var(--acid);
}

.visual-aster {
  background: var(--acid);
}

.visual-fold {
  background: var(--coral);
}

.visual-nook {
  background: var(--blue);
}

.project-info h3 {
  color: var(--white);
}

.experience-list > div:hover {
  color: var(--white);
  background: var(--coral);
}

.experience-list > div:hover p {
  color: var(--white);
}

.contact {
  color: var(--white);
  background: var(--coral);
}

.contact::before {
  width: 34%;
  background: var(--blue);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.contact h2 {
  color: var(--white);
  font-family: var(--brush);
  font-weight: 400;
  line-height: 0.72;
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 8px 8px 0 var(--ink);
}

.mail-link {
  background: var(--acid);
}

.work-section,
.contact {
  background-image: url("assets/print-grain.png");
  background-repeat: repeat;
  background-size: 196px 196px;
  background-blend-mode: multiply;
}

@media (max-width: 900px) {
  .site-header:not(.is-scrolled):not(.menu-active) {
    color: var(--white);
  }

  .hero::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 69%;
    background: var(--coral);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%, 0 82%);
  }

  .hero::after {
    top: 0;
    left: 12%;
    width: 13%;
    height: 72%;
    transform: rotate(7deg);
  }

  .hero-image {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    filter: grayscale(0.66) sepia(0.24) contrast(1.56) brightness(0.53) saturate(0.54);
    opacity: 1;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .hero h1 {
    max-width: 100%;
    color: var(--white);
    font-size: clamp(82px, 25vw, 116px);
    line-height: 0.67;
    -webkit-text-stroke-width: 1px;
    text-shadow: 5px 5px 0 var(--ink);
  }

  .hero-bottom {
    margin-top: 30px;
  }

  .hero-bottom p {
    max-width: 250px;
    padding: 0;
    color: var(--white);
    background: transparent;
    box-shadow: none;
    text-shadow: 2px 2px 0 var(--ink);
  }

  .hero-japanese {
    top: 12%;
    right: 18px;
    left: auto;
    display: block;
    color: var(--white);
    font-size: 37px;
  }

  .hero-sticker {
    top: 12%;
    left: 18px;
    width: 64px;
    height: 64px;
    border-color: var(--acid);
    color: var(--acid);
    font-size: 19px;
  }

  .section-heading h2 {
    font-size: clamp(66px, 20vw, 108px);
  }

  .project-visual {
    box-shadow: 5px 5px 0 var(--acid);
  }

  .contact h2 {
    font-size: clamp(78px, 23vw, 118px);
    -webkit-text-stroke-width: 1px;
  }
}
