:root {
  --ink: #17120f;
  --paper: #fff8ec;
  --paper-deep: #f4ead9;
  --coral: #ff8d7a;
  --coral-soft: #ffd3c9;
  --sage: #9dbb9d;
  --sage-soft: #dce9d6;
  --honey: #f6c453;
  --cream: #fffdf7;
  --shadow: 6px 6px 0 var(--ink);
  --shadow-lg: 10px 10px 0 var(--ink);
  --paper-plane-cursor: url("./assets/cursor-paper-plane.svg") 3 4;
}

* {
  box-sizing: border-box;
}

html {
  cursor: var(--paper-plane-cursor), auto;
  scroll-behavior: smooth;
}

a,
button,
summary,
[role="button"],
input,
textarea,
select {
  cursor: var(--paper-plane-cursor), pointer;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Arial", "Microsoft YaHei", "PingFang SC", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12px 12px, rgba(23, 18, 15, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #fff9ef 0%, #f7ead7 48%, #f1dfc9 100%);
  background-size: 24px 24px, 100% 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(1120px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 16px;
  background: rgba(255, 253, 247, 0.9);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 72px;
  min-height: 40px;
  padding: 6px 14px;
  font-size: 1.1rem;
  font-weight: 900;
  background: var(--honey);
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nav-links a,
.nav-menu > a {
  padding: 8px 12px;
  font-weight: 800;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-menu:hover > a,
.nav-menu:focus-within > a {
  background: var(--coral-soft);
}

.nav-menu {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  display: grid;
  min-width: 180px;
  padding: 10px;
  visibility: hidden;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
  opacity: 0;
  transform: translateX(-50%) translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.nav-dropdown a {
  padding: 8px 10px;
  white-space: nowrap;
  border-radius: 6px;
}

.nav-menu:hover .nav-dropdown,
.nav-menu:focus-within .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.section-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 48px;
  align-items: start;
  min-height: calc(100vh - 96px);
  padding: 64px 0 56px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--honey);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 30px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-title {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 780px;
  font-family: "Arial", "Microsoft YaHei", "PingFang SC", sans-serif;
  line-height: 0.9;
}

.hero-copy {
  padding-top: 28px;
}

.hero-title-line {
  position: relative;
  display: block;
  width: fit-content;
}

.hero-title-intro {
  display: inline-flex;
  align-items: baseline;
  color: #315f73;
  font-size: 3.35rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-title-intro::before {
  position: absolute;
  top: 1.46em;
  left: -58px;
  width: 30px;
  height: 26px;
  content: "";
  background:
    linear-gradient(#ff9f96, #ff9f96) 2px 12px / 3px 13px no-repeat,
    linear-gradient(#ff9f96, #ff9f96) 14px 3px / 3px 14px no-repeat,
    linear-gradient(#ff9f96, #ff9f96) 25px 13px / 3px 12px no-repeat;
  transform: rotate(130deg);
}

.hero-title-intro::after {
  position: absolute;
  top: 0.14em;
  right: -76px;
  width: 42px;
  height: 34px;
  content: "";
  background:
    linear-gradient(#ffb0a9, #ffb0a9) 4px 12px / 3px 12px no-repeat,
    linear-gradient(#ffb0a9, #ffb0a9) 16px 3px / 3px 14px no-repeat,
    linear-gradient(#ffb0a9, #ffb0a9) 29px 10px / 3px 13px no-repeat,
    linear-gradient(#ffb0a9, #ffb0a9) 36px 24px / 3px 10px no-repeat;
  transform: rotate(38deg);
}

.hero-title-script {
  display: inline-block;
  margin-left: 0.08em;
  color: #f6b842;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1.16em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateY(-0.02em) rotate(-1deg);
}

.hero-title-punctuation {
  margin-left: 0;
  color: inherit;
}

.hero-title-name {
  color: #2a241f;
  font-size: 4.55rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-title-name::after {
  display: block;
  width: 100%;
  height: 7px;
  margin-top: 8px;
  margin-bottom: 0;
  content: "";
  background: var(--honey);
  border-radius: 999px;
}

.hero-title-tagline {
  max-width: 100%;
  padding: 8px 18px;
  color: #2d4f45;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  background: var(--sage-soft);
  border: 2px solid var(--ink);
  border-radius: 10px;
  box-shadow: 4px 4px 0 var(--ink);
}

.typing-text {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  border-right: 2px solid #2d4f45;
  clip-path: inset(0 100% 0 0);
  animation:
    type-in 3.2s steps(56, end) 500ms forwards,
    typing-caret 760ms step-end infinite;
}

@keyframes type-in {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes typing-caret {
  50% {
    border-color: transparent;
  }
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-text {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
}

.hero-text-muted {
  display: inline-block;
  margin-top: 2px;
  color: #817a72;
  font-size: 0.9em;
  font-weight: 400;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tag-list span {
  padding: 8px 12px;
  font-weight: 900;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
}

.tag-list .tag-cta {
  gap: 8px;
  min-height: 42px;
  padding: 8px 13px;
  color: var(--cream);
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 6px 6px 0 var(--ink);
}

.tag-list .tag-cta::after {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  margin-left: 2px;
  color: var(--cream);
  font-size: 0.95rem;
  line-height: 1;
  content: "→";
  border: 1.5px solid rgba(255, 253, 247, 0.9);
  border-radius: 999px;
}

.cassette-card {
  width: min(500px, 100%);
  margin-top: 0;
  padding: 12px 16px 14px;
  background: linear-gradient(180deg, #ffe5df 0%, #ffece8 100%);
  border: 1.5px solid rgba(23, 18, 15, 0.78);
  border-radius: 14px;
  box-shadow: 3px 4px 0 rgba(23, 18, 15, 0.18);
}

.cassette-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.cassette-card-top strong,
.cassette-card-top span {
  display: block;
}

.cassette-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cassette-card-top strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cassette-card-actions > span {
  color: #6f665c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cassette-play-button {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 11px 5px 10px;
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 rgba(23, 18, 15, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cassette-play-button::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--honey);
}

.cassette-play-button:hover,
.cassette-play-button:focus-visible {
  color: var(--ink);
  background: var(--honey);
  outline: none;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 rgba(23, 18, 15, 0.5);
}

.cassette-play-button:hover::before,
.cassette-play-button:focus-visible::before {
  border-left-color: var(--ink);
}

.cassette-body {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  background: var(--cream);
  border: 1.5px solid rgba(23, 18, 15, 0.76);
  border-radius: 12px;
}

.cassette-reel {
  display: block;
  width: 30px;
  height: 30px;
  background:
    radial-gradient(circle, var(--coral) 0 5px, transparent 6px),
    repeating-conic-gradient(var(--sage) 0 18deg, transparent 18deg 36deg);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.cassette-window {
  display: block;
  height: 17px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 6px;
}

.button,
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 900;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover,
.card-link:hover,
.content-card:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--ink);
}

.primary {
  color: var(--cream);
  background: var(--coral);
}

.secondary,
.card-link {
  background: var(--cream);
}

.hero-visual {
  position: relative;
  padding-bottom: 72px;
}

.photo-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sage-soft);
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.6deg);
  transform-style: preserve-3d;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.photo-card:hover,
.photo-card:focus-visible,
.photo-card.is-flipped {
  outline: none;
  transform: rotate(1.6deg) translate(3px, 3px);
  box-shadow: 6px 6px 0 var(--ink);
}

.photo-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  padding: 7px 12px;
  color: #2f4d55;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  content: "下一张 →";
  background: rgba(255, 253, 247, 0.9);
  border: 1.5px solid rgba(23, 18, 15, 0.78);
  border-radius: 999px;
  box-shadow: 3px 3px 0 rgba(23, 18, 15, 0.18);
  transform: rotate(-2deg);
  transition: opacity 180ms ease, transform 220ms ease;
}

.photo-card:hover::before,
.photo-card:focus-visible::before,
.photo-card.is-flipped::before {
  opacity: 0;
  transform: translate(6px, -6px) rotate(-2deg);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 260ms ease, transform 520ms cubic-bezier(0.2, 0.72, 0.2, 1);
  backface-visibility: hidden;
}

.hero-photo-primary {
  object-position: center;
  opacity: 1;
  transform: rotateY(0deg) scale(1);
  transform-origin: left center;
}

.hero-photo-detail {
  object-position: center;
  opacity: 0;
  transform: rotateY(-88deg) scale(1.02);
  transform-origin: right center;
}

.photo-card:hover .hero-photo-primary,
.photo-card:focus-visible .hero-photo-primary,
.photo-card.is-flipped .hero-photo-primary {
  opacity: 0;
  transform: rotateY(82deg) scale(1.02);
}

.photo-card:hover .hero-photo-detail,
.photo-card:focus-visible .hero-photo-detail,
.photo-card.is-flipped .hero-photo-detail {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}

.note-card {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: max-content;
  max-width: calc(100vw - 48px);
  padding: 12px 16px;
  background: var(--honey);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  transform: translateX(-50%) rotate(-1deg);
}

.note-card span {
  display: block;
}

.note-card span {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
  padding: 56px 0;
  border-top: 2px solid var(--ink);
}

.story-grid > p {
  margin: 0;
  padding: 28px;
  font-size: 1.16rem;
  font-weight: 750;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(70px, 100px) minmax(420px, 1.18fr);
  gap: 14px;
  align-items: start;
  padding: 72px 0;
  border-top: 2px solid var(--ink);
}

.about-section h2 {
  max-width: 520px;
  margin-bottom: 0;
}

#about-title {
  font-size: clamp(2.4rem, 4.2vw, 3.2rem);
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", sans-serif;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0.02em;
}

#about-title span {
  display: block;
  white-space: nowrap;
}

#about-title span + span {
  margin-top: 0.08em;
}

.about-section > p {
  grid-column: 3;
  position: relative;
  z-index: 1;
  margin: 62px 0 0;
  padding: 28px 32px;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.82;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 46%),
    var(--cream);
  border: 1.5px solid rgba(23, 18, 15, 0.86);
  border-radius: 14px;
  box-shadow: 5px 6px 0 rgba(23, 18, 15, 0.2);
}

.about-figure {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  position: relative;
  z-index: 2;
  width: clamp(74px, 8vw, 104px);
  max-width: 100%;
  margin-top: 88px;
  margin-right: -18px;
  pointer-events: none;
  filter: drop-shadow(4px 5px 0 rgba(23, 18, 15, 0.16));
  transform: translate(10px, 18px) rotate(-3deg);
}

.about-copy {
  max-width: none;
  color: #2f2924;
  font-family: "KaiTi", "STKaiti", "Songti SC", "STSong", "Microsoft YaHei", serif;
  letter-spacing: 0.01em;
}

.about-copy span {
  display: block;
}

.about-copy span:first-child {
  margin-bottom: 2px;
  color: #315f73;
  font-size: 1.16rem;
  font-weight: 800;
}

.resume-timeline {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 78px 54px 56px;
  background:
    radial-gradient(circle at 12px 12px, rgba(255, 253, 247, 0.22) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #b9c891 0%, #aeba84 48%, #98aa72 100%);
  background-size: 28px 28px, 100% 100%;
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}

.resume-timeline::before,
.resume-timeline::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.resume-timeline::before {
  inset: 34px 28px 28px;
  z-index: 0;
  background:
    radial-gradient(circle at 10px 10px, rgba(23, 18, 15, 0.07) 1px, transparent 1.4px),
    linear-gradient(#fffdf3, #fffaf0);
  background-size: 34px 34px, 100% 100%;
  border: 2px dashed #8d9570;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px rgba(255, 253, 247, 0.75);
}

.resume-timeline::after {
  top: 6px;
  right: 74px;
  left: 74px;
  z-index: 0;
  height: 62px;
  background:
    repeating-radial-gradient(circle at 18px 35px, var(--ink) 0 9px, transparent 10px 130px),
    repeating-radial-gradient(ellipse at 18px 22px, transparent 0 16px, rgba(255, 253, 247, 0.94) 17px 19px, transparent 20px 130px);
  background-size: 130px 62px;
}

.resume-heading,
.timeline-list {
  position: relative;
  z-index: 1;
}

.resume-heading {
  max-width: 760px;
  margin: 0 0 34px;
  text-align: left;
}

.resume-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.resume-title-highlight {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: 2px 2px 0 rgba(49, 95, 115, 0.16);
  clip-path: inset(0 100% 0 0);
  animation: resume-title-type 5.4s steps(15, end) 600ms infinite;
}

.resume-title-highlight::before {
  position: absolute;
  top: 0.1em;
  right: 0;
  bottom: 0.08em;
  width: 3px;
  content: "";
  background: #315f73;
  border-radius: 999px;
  animation: resume-title-caret 720ms step-end infinite;
}

.resume-title-highlight::after {
  position: absolute;
  right: -0.08em;
  bottom: 0.03em;
  left: -0.08em;
  z-index: -1;
  height: 0.34em;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 2%, rgba(246, 196, 83, 0.92) 2% 92%, transparent 92%),
    radial-gradient(ellipse at 18% 50%, rgba(255, 253, 247, 0.45) 0 16%, transparent 17%),
    radial-gradient(ellipse at 72% 48%, rgba(255, 253, 247, 0.34) 0 12%, transparent 13%);
  border: 2px solid rgba(23, 18, 15, 0.12);
  border-radius: 999px 42% 999px 38%;
  opacity: 0.95;
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  animation: highlight-swipe 900ms cubic-bezier(0.2, 0.72, 0.2, 1) 260ms both;
}

@keyframes resume-title-type {
  0%,
  12% {
    clip-path: inset(0 100% 0 0);
  }

  42%,
  74% {
    clip-path: inset(0 0 0 0);
  }

  92%,
  100% {
    clip-path: inset(0 100% 0 0);
  }
}

@keyframes resume-title-caret {
  50% {
    opacity: 0;
  }
}

@supports (animation-timeline: view()) {
  .resume-title-highlight::after {
    animation-timeline: view();
    animation-range: entry 12% cover 32%;
  }
}

@keyframes highlight-swipe {
  0% {
    transform: scaleX(0) rotate(-1deg);
  }

  72% {
    transform: scaleX(1.03) rotate(-1deg);
  }

  100% {
    transform: scaleX(1) rotate(-1deg);
  }
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 5px;
  /* stroke-like dotted timeline */
  background: radial-gradient(circle, #8d9570 0 2.5px, transparent 3px);
  background-size: 5px 15px;
  content: "";
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  align-items: center;
  min-height: 138px;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 2;
  width: 54px;
  height: 54px;
  place-items: center;
  align-self: center;
  justify-self: center;
  font-size: 0;
  background: transparent;
  border-radius: 999px;
  transform: rotate(-6deg);
}

.timeline-dot::before,
.timeline-dot::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}

.timeline-dot::before {
  inset: 2px;
  background: #dce9d6;
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(23, 18, 15, 0.16);
}

.timeline-dot::after {
  inset: 16px;
  background: var(--cream);
  border: 3px solid var(--ink);
}

.timeline-item:nth-child(2) .timeline-dot {
  transform: rotate(5deg);
}

.timeline-item:nth-child(2) .timeline-dot::before {
  background: #ffe6c9;
}

.timeline-item:nth-child(3) .timeline-dot {
  transform: rotate(-4deg);
}

.timeline-item:nth-child(3) .timeline-dot::before {
  background: #e9e4ff;
}

.timeline-item:nth-child(4) .timeline-dot {
  transform: rotate(4deg);
}

.timeline-item:nth-child(4) .timeline-dot::before {
  background: #ffedbf;
}

.timeline-item:nth-child(5) .timeline-dot {
  transform: rotate(-5deg);
}

.timeline-item:nth-child(5) .timeline-dot::before {
  background: #dff0df;
}

.timeline-card {
  align-self: center;
  padding: 22px;
  background: #fffdf7;
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.timeline-card:focus-visible {
  outline: 3px solid rgba(49, 95, 115, 0.26);
  outline-offset: 4px;
}

.timeline-card:hover,
.timeline-card:focus,
.timeline-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 9px 9px 0 var(--ink);
}

.timeline-item:nth-child(odd) .timeline-card {
  grid-column: 1;
}

.timeline-item:nth-child(even) .timeline-card {
  grid-column: 3;
}

.timeline-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.timeline-meta span {
  padding: 5px 12px;
  color: #4e5d39;
  font-size: 0.84rem;
  font-weight: 900;
  background: #e2eccd;
  border: 2px solid #6f7d55;
  border-radius: 9px;
}

.timeline-item:nth-child(2) .timeline-meta span {
  color: #7a553d;
  background: #ffe6c9;
  border-color: #8f6c55;
}

.timeline-item:nth-child(3) .timeline-meta span {
  color: #50477a;
  background: #e9e4ff;
  border-color: #6d668f;
}

.timeline-item:nth-child(4) .timeline-meta span {
  color: #76521e;
  background: #ffedbf;
  border-color: #a27a43;
}

.timeline-item:nth-child(5) .timeline-meta span {
  color: #386148;
  background: #dff0df;
  border-color: #4f7a62;
}

.timeline-meta time {
  color: #6d6257;
  font-size: 0.94rem;
  font-weight: 900;
  white-space: nowrap;
}

.timeline-card h4 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.timeline-card p {
  margin: 0;
  font-weight: 750;
}

.featured-timeline-card {
  padding: 24px 26px 26px;
  border-radius: 16px;
  box-shadow: 7px 7px 0 var(--ink);
}

.birth-card {
  border-color: #6f7d55;
}

.education-card {
  border-color: #8f6c55;
}

.graduate-card {
  border-color: #6d668f;
}

.work-card {
  border-color: #a27a43;
}

.current-card {
  border-color: #4f7a62;
}

.featured-timeline-card .timeline-meta {
  margin-bottom: 14px;
}

.featured-timeline-card .timeline-meta span {
  padding: 5px 13px;
  font-size: 0.88rem;
  border-radius: 9px;
}

.featured-timeline-card .timeline-meta time {
  font-size: 0.98rem;
}

.featured-timeline-card h4 {
  margin-bottom: 10px;
  font-size: 1.42rem;
}

.featured-timeline-card .timeline-summary {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  font-weight: 850;
  line-height: 1.55;
  transition: max-height 260ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.featured-timeline-card:hover .timeline-summary,
.featured-timeline-card:focus .timeline-summary,
.featured-timeline-card:focus-within .timeline-summary {
  max-height: 220px;
  margin-top: 8px;
  opacity: 1;
}

.education-card .timeline-meta span {
  color: #7a553d;
  background: #ffe6c9;
  border-color: #8f6c55;
}

.graduate-card .timeline-meta span {
  color: #50477a;
  background: #e9e4ff;
  border-color: #6d668f;
}

.work-card .timeline-meta span {
  color: #76521e;
  background: #ffedbf;
  border-color: #a27a43;
}

.current-card .timeline-meta span {
  color: #386148;
  background: #dff0df;
  border-color: #4f7a62;
}

.timeline-quote {
  margin: 18px 0 0;
  padding: 12px 16px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.45;
  background: #fffdf7;
  border: 2px solid #8d9570;
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--ink);
}

.life-section {
  padding: 72px 0;
}

.life-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.life-heading p:last-child {
  margin-bottom: 0;
  font-size: 1.12rem;
  font-weight: 750;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.life-card {
  min-height: 300px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.life-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.life-card-header > div {
  flex: 1;
  min-width: 0;
}

.life-card-header h3 {
  margin-bottom: 2px;
  font-size: 1.45rem;
}

.life-card-header p {
  margin: 0;
  color: #6f665c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.life-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  font-size: 1.35rem;
  font-weight: 900;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 14px;
}

.mini-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  min-height: 86px;
  padding: 16px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 12px;
}

.mini-card strong,
.mini-card span,
.album-copy span,
.song-list span,
.song-list em {
  display: block;
}

.mini-card strong,
.song-list span {
  font-weight: 900;
}

.mini-card span,
.album-copy span,
.song-list em {
  color: #5f554c;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 750;
}

.life-note {
  margin: 24px 0 0;
  font-weight: 800;
}

.reading-note {
  margin: 22px 0 0;
  color: #5f554c;
  font-size: 0.95rem;
  font-weight: 800;
}

.learning-card {
  background: var(--coral-soft);
}

.reading-card {
  background: var(--sage-soft);
}

.travel-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 46%),
    #fff4df;
}

.travel-card .life-card-header {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.album-copy {
  align-self: start;
  grid-column: 1 / -1;
  min-width: 0;
  padding-left: 0;
}

.album-copy span {
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.travel-book {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
  outline: none;
}

.book-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 372px;
  overflow: hidden;
  perspective: 1500px;
  background:
    linear-gradient(90deg, rgba(23, 18, 15, 0.08) 0 1px, transparent 1px calc(50% - 18px), rgba(23, 18, 15, 0.12) calc(50% - 18px) calc(50% + 18px), transparent calc(50% + 18px)),
    linear-gradient(90deg, rgba(255, 253, 247, 0.86) 0 49.4%, rgba(239, 230, 215, 0.96) 49.4% 50.6%, rgba(255, 250, 240, 0.84) 50.6% 100%),
    repeating-linear-gradient(0deg, rgba(23, 18, 15, 0.045) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #fff7e8 0%, #efe6d7 54%, #d7e1d5 100%);
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 6px rgba(255, 253, 247, 0.5),
    inset 0 -56px 0 rgba(255, 253, 247, 0.24);
}

.book-stage::before {
  position: absolute;
  top: 26px;
  bottom: 34px;
  left: 50%;
  z-index: 46;
  width: 26px;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 18, 15, 0.24), rgba(255, 253, 247, 0.82) 38%, rgba(255, 253, 247, 0.94) 50%, rgba(23, 18, 15, 0.2)),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(23, 18, 15, 0.08) 18px 19px);
  border: 1px solid rgba(23, 18, 15, 0.18);
  border-radius: 999px;
  box-shadow:
    -10px 0 14px rgba(23, 18, 15, 0.12),
    10px 0 14px rgba(23, 18, 15, 0.1),
    inset -4px 0 5px rgba(23, 18, 15, 0.13),
    inset 4px 0 5px rgba(255, 253, 247, 0.78);
  transform: translateX(-50%);
}

.book-stage::after {
  position: absolute;
  right: 34px;
  bottom: 42px;
  left: 34px;
  z-index: 1;
  height: 18px;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(23, 18, 15, 0.12) 0 1px, rgba(255, 253, 247, 0.48) 1px 4px),
    linear-gradient(90deg, rgba(23, 18, 15, 0.1), rgba(255, 253, 247, 0.7) 50%, rgba(23, 18, 15, 0.1));
  border-radius: 0 0 18px 18px;
  opacity: 0.9;
}

.book-page {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(46%, 260px);
  height: 308px;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  text-align: left;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow:
    8px 10px 0 rgba(23, 18, 15, 0.16),
    0 18px 18px rgba(23, 18, 15, 0.14);
  opacity: 0;
  transform: translate(-50%, -50%) rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 260ms ease, filter 260ms ease;
  backface-visibility: hidden;
  clip-path: polygon(5% 0, 100% 4%, 100% 96%, 5% 100%, 0 94%, 0 6%);
}

.book-page::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.52), transparent 28%, transparent 72%, rgba(23, 18, 15, 0.2)),
    linear-gradient(180deg, transparent 68%, rgba(23, 18, 15, 0.38));
  mix-blend-mode: normal;
}

.book-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-page span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  padding: 7px 9px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(23, 18, 15, 0.45);
  border-radius: 999px;
}

.book-page.is-active {
  z-index: 50;
  opacity: 1;
  border-radius: 16px 5px 5px 16px;
  clip-path: polygon(5% 0, 100% 3%, 100% 97%, 5% 100%, 0 94%, 0 6%);
  transform: translate(-99%, -50%) rotateY(7deg);
  transform-origin: right center;
}

.book-page.is-near-after {
  z-index: 45;
  opacity: 1;
  border-radius: 5px 16px 16px 5px;
  clip-path: polygon(0 3%, 95% 0, 100% 6%, 100% 94%, 95% 100%, 0 97%);
  transform: translate(0, -50%) rotateY(-7deg);
  transform-origin: left center;
}

.book-page.is-before {
  z-index: 24;
  opacity: 0.48;
  filter: saturate(0.86) brightness(0.94);
  border-radius: 16px 5px 5px 16px;
  transform: translate(-105%, -50%) rotateY(46deg);
  transform-origin: right center;
}

.book-page.is-after {
  z-index: 18;
  opacity: 0.44;
  filter: saturate(0.86) brightness(0.96);
  border-radius: 5px 16px 16px 5px;
  transform: translate(5%, -50%) rotateY(-46deg);
  transform-origin: left center;
}

.book-page.is-far {
  pointer-events: none;
  opacity: 0;
}

.book-controls,
.book-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-controls {
  gap: 14px;
}

.book-control {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
}

.book-control:disabled {
  cursor: default;
  opacity: 0.42;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.book-counter {
  min-width: 68px;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.book-dots {
  flex-wrap: wrap;
  gap: 7px;
}

.book-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(23, 18, 15, 0.32);
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.book-dots button.is-active {
  width: 22px;
  background: var(--ink);
}

.playlist-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px 28px;
  background: #cfe4f5;
}

.playlist-card .life-card-header {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.record-player {
  align-self: center;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 253, 247, 0.5);
}

.record-player span {
  width: 40px;
  height: 40px;
  background: var(--honey);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.now-playing {
  align-self: center;
  padding: 14px 16px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 12px;
}

.now-playing strong,
.now-playing span {
  display: block;
}

.now-playing strong {
  margin-bottom: 4px;
  font-weight: 900;
}

.now-playing span {
  color: #5f554c;
  font-size: 0.95rem;
  font-weight: 800;
}

.song-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.song-list li {
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 10px;
}

.song-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
}

.song-link::before {
  content: "▶";
  color: var(--coral);
  font-weight: 900;
}

.song-link span {
  grid-column: 2;
}

.song-link em {
  grid-column: 3;
  text-align: right;
}

.song-link:hover,
.song-link:focus-visible {
  background: var(--honey);
  outline: none;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

#works-title {
  width: max-content;
  max-width: 100%;
  font-size: clamp(2rem, 3.45vw, 3.85rem);
  white-space: nowrap;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.content-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.content-card p {
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
}

.work-cover {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 6px 0 22px;
  object-fit: cover;
  object-position: center;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 10px;
}

.work-cover-video {
  object-position: center 68%;
}

.card-type {
  width: fit-content;
  margin-bottom: 32px;
  padding: 7px 11px;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.card-link {
  width: fit-content;
  margin-top: auto;
}

.coral {
  background: var(--coral-soft);
}

.sage {
  background: var(--sage-soft);
}

.honey {
  background: #ffe4a3;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 64px;
  padding: 34px;
  background: var(--sage);
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}

.contact-item span {
  font-weight: 900;
}

.contact-item strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-link:hover {
  background: var(--honey);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 18px 0;
  font-weight: 900;
  border-top: 2px solid var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .photo-card img {
    transition: none;
  }

  .book-page {
    transition: none;
  }

  .typing-text {
    border-right: 0;
    clip-path: inset(0 0 0 0);
    animation: none;
  }

  .resume-title-highlight {
    clip-path: inset(0 0 0 0);
    animation: none;
  }

  .resume-title-highlight::before,
  .resume-title-highlight::after {
    transform: scaleX(1) rotate(-1deg);
    animation: none;
  }

  .resume-title-highlight::before {
    opacity: 0;
  }
}

@media (max-width: 860px) {
  .site-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 14px;
  }

  .nav-dropdown {
    right: auto;
    left: 0;
    transform: translateY(-4px);
  }

  .nav-menu:hover .nav-dropdown,
  .nav-menu:focus-within .nav-dropdown {
    transform: translateY(0);
  }

  .hero,
  .story-grid,
  .about-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .resume-timeline {
    padding: 72px 26px 34px;
  }

  .resume-timeline::before {
    inset: 32px 16px 18px;
  }

  .resume-timeline::after {
    right: 42px;
    left: 42px;
  }

  .timeline-list {
    gap: 24px;
  }

  .timeline-list::before {
    left: 27px;
  }

  .timeline-item {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: auto;
  }

  .timeline-dot {
    grid-column: 1;
    width: 46px;
    height: 46px;
  }

  .timeline-item:nth-child(odd) .timeline-card,
  .timeline-item:nth-child(even) .timeline-card {
    grid-column: 2;
  }

  .hero {
    gap: 34px;
    min-height: auto;
    padding-top: 42px;
  }

  #about-title {
    font-size: clamp(2.35rem, 7vw, 3rem);
  }

  .about-figure,
  .about-section > p {
    grid-column: 1;
  }

  .about-section > p {
    margin-top: 0;
  }

  .about-figure {
    width: 118px;
    margin: -6px auto -10px;
    justify-self: center;
    transform: rotate(-3deg);
  }

  .hero-title-intro {
    font-size: 2.75rem;
  }

  .hero-title-name {
    font-size: 3.55rem;
  }

  .hero-title-tagline {
    padding: 8px 14px;
    font-size: 0.72rem;
  }

  .hero-visual {
    max-width: 520px;
    margin: 0 auto;
    padding-bottom: 68px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .life-grid {
    grid-template-columns: 1fr;
  }

  .content-card {
    min-height: auto;
  }

  #works-title {
    font-size: clamp(1.8rem, 7.8vw, 3rem);
  }
}

@media (max-width: 520px) {
  .section-wrap,
  .site-header,
  .site-footer {
    width: min(100% - 20px, 1120px);
  }

  .site-header {
    margin-top: 10px;
    padding: 10px;
  }

  .nav-links a,
  .nav-menu > a {
    padding: 6px 8px;
    font-size: 0.92rem;
  }

  .nav-links {
    gap: 10px;
  }

  .hero {
    padding-top: 40px;
  }

  .cassette-card {
    margin-top: 22px;
    padding: 14px;
  }

  .cassette-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .cassette-body {
    grid-template-columns: 34px 1fr 34px;
    gap: 10px;
    padding: 10px 12px;
  }

  .cassette-reel {
    width: 28px;
    height: 28px;
  }

  .hero-title {
    gap: 8px;
  }

  .hero-title-intro {
    font-size: 2.05rem;
  }

  .hero-title-name {
    font-size: 2.55rem;
  }

  #about-title {
    font-size: clamp(2.05rem, 8.5vw, 2.65rem);
  }

  .about-figure {
    width: 94px;
    margin: -4px auto -6px;
    transform: rotate(-3deg);
  }

  .hero-title-name::after {
    height: 6px;
    margin-top: 6px;
  }

  .hero-title-tagline {
    padding: 7px 10px;
    font-size: 0.56rem;
    border-radius: 8px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .button {
    width: 100%;
  }

  .button {
    justify-content: center;
  }

  .note-card {
    position: static;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
    transform: rotate(-1deg);
  }

  .hero-visual {
    padding-bottom: 0;
  }

  .note-card span {
    font-size: 0.78rem;
  }

  .story-grid > p,
  .about-section > p,
  .life-card,
  .content-card,
  .contact-panel {
    padding: 20px;
  }

  .resume-timeline {
    padding: 70px 18px 30px;
  }

  .resume-timeline::before {
    inset: 32px 10px 14px;
  }

  .resume-timeline::after {
    right: 24px;
    left: 24px;
  }

  .timeline-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-card {
    padding: 18px;
  }

  .timeline-card h4 {
    font-size: 1.22rem;
  }

  .life-section {
    padding: 48px 0;
  }

  .life-heading {
    margin-bottom: 28px;
  }

  .life-card-header {
    align-items: flex-start;
  }

  .life-card-header h3 {
    font-size: 1.18rem;
  }

  .life-card-header p {
    font-size: 0.7rem;
  }

  .mini-card-list,
  .travel-card,
  .playlist-card {
    grid-template-columns: 1fr;
  }

  .album-copy span {
    font-size: 0.9rem;
  }

  .book-stage {
    min-height: 340px;
  }

  .book-stage::before {
    display: none;
  }

  .book-page {
    width: min(82%, 270px);
    height: 292px;
    border-radius: 10px;
  }

  .book-page.is-active {
    transform: translate(-50%, -50%) rotateY(0deg);
    transform-origin: center;
  }

  .book-page.is-near-after {
    opacity: 0.35;
    transform: translate(-38%, -50%) rotateY(58deg) scale(0.95);
  }

  .book-page.is-before,
  .book-page.is-after {
    pointer-events: none;
    opacity: 0;
  }

  .record-player {
    justify-self: center;
  }

  .contact-item {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
