:root {
  --bg: #f7f7f7;
  --surface: #ffffff;
  --text: #161616;
  --muted: #a8a7a7;
  --line: rgba(0, 0, 0, 0.08);
  --blue: #2f35ff;
  --blue-dark: #171dc6;
  --soft-blue: #eaf1ff;
  --shadow: 0 22px 60px rgba(16, 26, 48, 0.09);
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", Georgia, serif;
  --sans: "Manrope", "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  background: var(--bg);
}

body {
  overflow: hidden;
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

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

.snap-container {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  background: var(--bg);
}

body.hobby-detail-open .snap-container {
  overflow-y: hidden;
}

.snap-container::-webkit-scrollbar,
.horizontal-viewport::-webkit-scrollbar,
.experience-modal::-webkit-scrollbar,
.hobby-detail::-webkit-scrollbar,
.edu-detail-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: var(--bg);
  isolation: isolate;
}

.topbar {
  position: fixed;
  top: 34px;
  right: 4.5vw;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  max-width: calc(100vw - 9vw);
  color: rgba(22, 22, 22, 0.72);
  transition: opacity 260ms ease, transform 260ms ease;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  white-space: nowrap;
}

.topbar.is-intro .site-nav {
  display: none;
}

.nav-link,
.lang-toggle {
  position: relative;
  padding: 5px 0 8px;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transition: color 220ms ease, opacity 220ms ease;
}

.lang-toggle {
  color: var(--blue);
}

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

.nav-link:hover,
.nav-link.is-active,
.lang-toggle:hover {
  color: var(--blue);
}

.nav-link.is-active::after,
.nav-link:hover::after,
.contact-link:hover::after {
  transform: scaleX(1);
}

.module-title {
  position: absolute;
  top: 11vh;
  left: 7vw;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 24px;
}

.title-rule {
  width: 7px;
  height: 52px;
  background: var(--blue);
}

.module-title h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.reveal-item {
  opacity: 0;
  translate: 0 24px;
  transition: opacity 760ms ease, translate 760ms ease;
}

.section.is-visible .reveal-item {
  opacity: 1;
  translate: 0 0;
}

.section.is-visible .delay-1 {
  transition-delay: 120ms;
}

.section.is-visible .delay-2 {
  transition-delay: 220ms;
}

.site-shell {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

.site-shell.has-entered {
  overflow: visible;
}

.site-shell.is-intro .snap-container {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.site-shell.has-entered .snap-container {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.snap-container {
  transition: opacity 900ms ease-out, transform 900ms ease-out;
}

/* Hero */
.hero-section {
  position: fixed;
  inset: 0;
  z-index: 100;
  height: 100vh;
  overflow: hidden;
  cursor: default;
  background:
    radial-gradient(circle at 50% 84%, rgba(47, 53, 255, 0.09), transparent 30%),
    radial-gradient(circle at 28% 36%, rgba(138, 162, 255, 0.12), transparent 34%),
    var(--bg);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 900ms ease-out, transform 900ms ease-out, visibility 0s linear 900ms;
}

.hero-section.is-clickable {
  cursor: pointer;
}

.site-shell.has-entered .hero-section {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.995);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 18%, rgba(47, 53, 255, 0.07) 34%, transparent 48%),
    linear-gradient(65deg, transparent 30%, rgba(126, 166, 255, 0.08) 50%, transparent 66%);
  animation: heroFlow 16s ease-in-out infinite alternate;
}

.hero-aura {
  position: absolute;
  inset: auto 20% 0;
  height: 42vh;
  background: radial-gradient(ellipse at center, rgba(47, 53, 255, 0.11), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}

@keyframes heroFlow {
  from {
    transform: translate3d(-3%, -2%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(4%, 3%, 0) rotate(4deg);
  }
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(88vw, 980px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  letter-spacing: 0;
}

.hero-copy h1 {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.18;
  transform: translateY(0);
  transition: transform 620ms ease-out;
}

.hero-copy p {
  max-height: 0;
  min-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease-out, transform 520ms ease-out, max-height 520ms ease-out, margin-top 520ms ease-out;
}

.hero-copy.has-second-line .hero-line-primary {
  transform: translateY(-32px);
}

.hero-copy.has-second-line .hero-line-secondary {
  max-height: 56px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

.typing-cursor {
  display: none;
  color: var(--blue);
  animation: cursorBlink 900ms steps(2, start) infinite;
}

.typing-cursor.is-on {
  display: inline;
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

.hero-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  opacity: 0.42;
  filter: blur(0.2px);
  animation: floatDot 5.8s ease-in-out infinite;
}

.hero-dot-1 {
  top: 28%;
  left: 18%;
  background: #8aa2ff;
}

.hero-dot-2 {
  top: 34%;
  right: 22%;
  width: 7px;
  height: 7px;
  background: #f5b7d2;
  animation-delay: 1.2s;
}

.hero-dot-3 {
  right: 31%;
  bottom: 24%;
  width: 9px;
  height: 9px;
  background: #f6d98b;
  animation-delay: 2s;
}

.hero-dot-4 {
  top: 61%;
  left: 24%;
  width: 6px;
  height: 6px;
  background: #b8a7ff;
  animation-delay: 2.8s;
}

.hero-dot-5 {
  top: 21%;
  left: 63%;
  width: 5px;
  height: 5px;
  background: #2f35ff;
  opacity: 0.32;
  animation-delay: 3.5s;
}

.hero-star {
  position: absolute;
  width: 128px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(to right, rgba(47, 53, 255, 0), rgba(47, 53, 255, 0.42), rgba(138, 162, 255, 0));
  opacity: 0;
  transform: rotate(-28deg);
  animation: shootingStar 6.2s ease-in-out infinite;
}

.hero-star-1 {
  top: 24%;
  right: -12%;
  animation-delay: 0.8s;
}

.hero-star-2 {
  top: 58%;
  right: -16%;
  width: 108px;
  background: linear-gradient(to right, rgba(245, 183, 210, 0), rgba(184, 167, 255, 0.34), rgba(47, 53, 255, 0));
  animation-delay: 3.4s;
}

.hero-star-3 {
  top: 40%;
  right: -18%;
  width: 86px;
  background: linear-gradient(to right, rgba(246, 217, 139, 0), rgba(246, 217, 139, 0.32), rgba(47, 53, 255, 0));
  animation-delay: 5.1s;
}

@keyframes floatDot {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.62;
    transform: translate3d(0, -10px, 0) scale(1.08);
  }
}

@keyframes shootingStar {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-28deg);
  }
  12% {
    opacity: 0.48;
  }
  38% {
    opacity: 0;
    transform: translate3d(-55vw, 26vh, 0) rotate(-28deg);
  }
  100% {
    opacity: 0;
  }
}

/* About */
.about-layout {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 45vw 1fr;
  align-items: center;
  gap: 5vw;
  padding: 5vh 7vw 0;
}

.portrait {
  position: relative;
  align-self: end;
  width: min(38vw, 520px);
  height: 92vh;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  justify-self: center;
}

.portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  background: transparent;
  mix-blend-mode: normal;
  filter: none;
}

.about-text {
  max-width: 42vw;
  margin-top: 7vh;
}

.about-text h3 {
  width: fit-content;
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.about-text h3 span {
  display: inline;
  margin-left: 0;
  color: var(--blue);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
}

.keyword-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 360px);
  gap: clamp(24px, 2vw, 32px);
  margin-bottom: 30px;
}

.keyword-row span {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid rgba(47, 53, 255, 0.2);
  border-radius: 18px;
  background: transparent;
  color: rgba(18, 18, 18, 0.88);
  font-size: 19px;
  font-weight: 560;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  box-shadow: none;
  overflow: hidden;
}

.about-text p {
  margin: 0;
  color: rgba(22, 22, 22, 0.82);
  font-size: 18px;
  line-height: 2;
}

.inline-link {
  appearance: none;
  -webkit-appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  vertical-align: baseline;
  transition: color 220ms ease;
}

.inline-link:hover {
  color: var(--blue-dark);
}

/* Education */
.education-stage {
  position: absolute;
  top: 60vh;
  left: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  width: min(84vw, 1544px);
  gap: clamp(48px, 4vw, 64px);
  transform: translate(-50%, -50%);
}

.edu-card {
  flex: 1 1 0;
  width: auto;
  max-width: 780px;
  height: clamp(500px, 57vh, 560px);
  padding: 0;
  background: transparent;
  perspective: 1400px;
  transition: opacity 300ms ease, filter 300ms ease, transform 300ms ease;
}

.edu-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.edu-card.is-flipped .edu-card-inner {
  transform: rotateY(180deg);
}

.edu-face {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 34% 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(20, 28, 48, 0.07);
  backface-visibility: hidden;
}

.edu-back {
  transform: rotateY(180deg);
}

.edu-logo-pane {
  position: relative;
  min-width: 0;
  background: transparent;
}

.edu-logo-pane img {
  position: absolute;
  top: 50%;
  left: -80px;
  width: auto;
  height: 92%;
  max-height: 92%;
  max-width: none;
  object-fit: contain;
  opacity: 0.07;
  filter: saturate(0.82);
  transform: translateY(-50%);
  pointer-events: none;
}

.edu-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 52px 58px 50px 34px;
  text-align: left;
}

.edu-degree {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(47, 53, 255, 0.25);
  border-radius: 999px;
  color: var(--blue);
  font-size: 14px;
  line-height: 1;
}

.edu-info h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
}

.edu-info p,
.edu-reflection p {
  margin: 0;
  color: rgba(22, 22, 22, 0.7);
  font-size: 16px;
  line-height: 1.72;
}

.edu-time {
  margin-top: 6px !important;
  color: #6f6f6f !important;
  font-style: italic;
}

.edu-highlight span {
  color: var(--blue);
  font-weight: 700;
}

html[lang="en"] .edu-info {
  padding-top: 34px;
  padding-bottom: 34px;
}

html[lang="en"] .edu-degree {
  margin-bottom: 10px;
  font-size: 13px;
}

html[lang="en"] .edu-info h3 {
  margin-bottom: 12px;
  font-size: clamp(27px, 2.3vw, 36px);
  line-height: 1.08;
}

html[lang="en"] .edu-info p {
  font-size: 14px;
  line-height: 1.48;
}

html[lang="en"] .edu-time {
  margin-top: 4px !important;
}

.edu-reflection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 38px;
  padding: 92px 58px 54px 34px;
}

.edu-reflection p {
  font-size: 17px;
  line-height: 1.9;
}

.learn-link {
  align-self: flex-end;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--blue);
  font-size: 15px;
  transition: color 180ms ease;
}

.learn-link:hover {
  color: var(--blue-dark);
}

.education-section.has-detail .edu-card:not(.is-origin) {
  opacity: 0.18;
  filter: blur(1px);
  transform: scale(0.97);
}

.education-detail-layer {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: none;
}

.education-detail-layer.is-open {
  display: block;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(247, 247, 247, 0.42);
  backdrop-filter: blur(2px);
}

.education-detail-card {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 720px;
  height: 460px;
  max-width: 90vw;
  max-height: 78vh;
  overflow: hidden;
  padding: 42px 48px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translate(-50%, calc(-50% + 12px)) scale(0.98);
  animation: eduDetailIn 360ms ease-out both;
}

@keyframes eduDetailIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 12px)) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.close-button {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  color: rgba(22, 22, 22, 0.58);
  font-size: 28px;
  line-height: 28px;
  transition: color 180ms ease, background 180ms ease;
}

.close-button:hover {
  background: rgba(47, 53, 255, 0.06);
  color: var(--blue);
}

.edu-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  padding-right: 46px;
}

.edu-tabs button {
  position: relative;
  padding: 0 22px 10px;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  transition: color 180ms ease;
}

.edu-tabs button:first-child {
  padding-left: 0;
}

.edu-tabs button:last-child {
  border-right: 0;
}

.edu-tabs button::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: rgba(22, 22, 22, 0.32);
  transform: scaleX(0);
  transition: transform 200ms ease;
}

.edu-tabs button:first-child::after {
  left: 0;
}

.edu-tabs button.is-active,
.edu-tabs button:hover {
  color: var(--text);
}

.edu-tabs button.is-active::after {
  transform: scaleX(1);
}

.edu-detail-content {
  width: min(100%, 610px);
  height: 286px;
  margin: 34px auto 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: none;
}

.edu-detail-content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: eduContentFade 180ms ease-out both;
}

@keyframes eduContentFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.edu-detail-content li {
  position: relative;
  padding-left: 18px;
  color: rgba(22, 22, 22, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.edu-detail-content li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--blue);
}

/* Experience */
.company-icons {
  position: absolute;
  top: 25vh;
  left: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(98vw, 1300px);
  gap: 28px;
  transform: translateX(-50%);
}

.company-icon {
  display: flex;
  flex: 0 0 150px;
  width: 150px;
  height: 54px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.company-icon:hover {
  opacity: 0.82;
  transform: translateY(-3px);
}

.experience-logo-img {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.logo-pwc {
  flex-basis: 76px;
  width: 76px;
}

.logo-pwc .experience-logo-img {
  max-width: 100%;
  max-height: 32px;
  mix-blend-mode: normal;
}

.carousel-frame {
  position: relative;
  overflow: hidden;
}

.carousel-frame::before,
.carousel-frame::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  width: 72px;
  height: 100%;
  pointer-events: none;
}

.carousel-frame::before {
  left: 0;
  background: linear-gradient(to right, var(--bg) 0%, rgba(247, 247, 247, 0) 100%);
}

.carousel-frame::after {
  right: 0;
  background: linear-gradient(to left, var(--bg) 0%, rgba(247, 247, 247, 0) 100%);
}

.horizontal-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.horizontal-viewport.is-dragging {
  cursor: grabbing;
}

.experience-frame {
  position: absolute;
  top: 35vh;
  left: 3vw;
  right: 3vw;
  height: 57vh;
}

.experience-viewport {
  padding: 4px 0 18px;
}

.experience-track,
.rednote-track {
  display: inline-flex;
  width: max-content;
  gap: 28px;
  padding: 0 7vw;
}

.experience-card {
  display: flex;
  width: 18vw;
  min-width: 218px;
  max-width: 270px;
  flex-direction: column;
  padding: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: transform 250ms ease;
}

.preview-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  background: #eef1f6;
  box-shadow: 0 16px 38px rgba(18, 24, 40, 0.1);
}

.preview-image img,
.note-image img,
.hobby-media img,
.square-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 450ms ease, filter 450ms ease;
}

.square-media img.image-focus-lower {
  object-position: center 76%;
}

.experience-card:hover {
  transform: translateY(-8px);
}

.experience-card:hover .preview-image img {
  transform: scale(1.045);
}

.preview-company {
  margin-top: 16px;
  color: var(--text);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}

.preview-time {
  margin-top: 5px;
  color: #6f6f6f;
  font-size: 14px;
  font-style: italic;
}

.experience-modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  background: rgba(22, 22, 22, 0.18);
  backdrop-filter: blur(5px);
}

.experience-modal {
  position: relative;
  width: min(660px, 62vw);
  height: 76vh;
  overflow-y: auto;
  padding: 46px 52px 54px;
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(12, 18, 32, 0.2);
  animation: modalIn 320ms ease both;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.experience-modal header {
  width: min(100%, 560px);
  margin: 0 auto 34px;
}

.experience-modal h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.2;
}

.experience-modal header p {
  margin: 10px 0 0;
  color: #6f6f6f;
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
}

.experience-article {
  width: min(100%, 560px);
  margin: 0 auto;
}

.experience-article p {
  margin: 0 0 24px;
  color: rgba(22, 22, 22, 0.82);
  font-size: 16px;
  line-height: 1.92;
}

.experience-article figure {
  margin: 30px 0 32px;
}

.experience-article img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
}

/* Hobbies */
.hobby-grid {
  position: absolute;
  top: 24vh;
  left: 7vw;
  right: 7vw;
  bottom: 7vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  transition: opacity 260ms ease, filter 260ms ease;
}

.hobbies-section.has-hobby-detail .hobby-grid {
  opacity: 0.24;
  filter: grayscale(1) blur(2px);
}

.hobby-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 14px;
  background: #e9edf5;
  color: var(--text);
  text-align: left;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.hobby-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(20, 28, 48, 0.1);
}

.hobby-media {
  position: absolute;
  inset: 0;
}

.hobby-media img {
  filter: grayscale(1) saturate(0.22);
}

.hobby-card.is-highlighted .hobby-media img,
.hobby-card:hover .hobby-media img {
  filter: grayscale(0) saturate(1);
  transform: scale(1.035);
}

.hobby-label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-width: 116px;
  padding: 14px 16px 16px;
  background: rgba(247, 247, 247, 0.76);
  backdrop-filter: blur(10px);
}

.hobby-label::after {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--blue);
}

.hobby-label span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.hobby-label strong {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
}

.placeholder-art {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(135deg, rgba(47, 53, 255, 0.1), rgba(216, 226, 255, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px 18px);
}

.placeholder-art.music {
  background:
    linear-gradient(145deg, rgba(47, 53, 255, 0.08), rgba(255, 255, 255, 0.4)),
    repeating-linear-gradient(110deg, rgba(47, 53, 255, 0.16) 0 2px, transparent 2px 20px);
}

.placeholder-art.blindbox {
  background:
    linear-gradient(145deg, rgba(47, 53, 255, 0.08), rgba(234, 241, 255, 0.92)),
    radial-gradient(circle at 34% 36%, rgba(255, 255, 255, 0.72), transparent 25%);
}

.hobby-detail-layer {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: none;
}

.hobby-detail-layer.is-open {
  display: block;
}

.hobby-detail-backdrop {
  position: absolute;
  inset: 0;
}

.hobby-detail {
  position: absolute;
  top: 18vh;
  bottom: 4vh;
  left: 50%;
  width: 90vw;
  height: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 38px 48px 48px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  background: rgba(247, 247, 247, 0.97);
  box-shadow: var(--shadow);
  animation: hobbyIn 360ms ease both;
}

@keyframes hobbyIn {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.hobby-detail-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 34px;
}

.hobby-detail-head span {
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}

.hobby-detail-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

.stagger-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 32px;
  padding: 2px 0 62px;
}

.stagger-item {
  transform: none;
}

.stagger-item:nth-child(3n + 2) {
  transform: translateY(34px);
}

.square-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
  background: #e8edf5;
}

.stagger-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.stagger-meta strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}

.stagger-meta p {
  max-width: 92%;
  margin: 5px 0 0;
  color: rgba(22, 22, 22, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.stagger-meta em {
  flex: 0 0 auto;
  color: #6f6f6f;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

.detail-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 30px 0 28px;
  color: rgba(22, 22, 22, 0.66);
  font-size: 15px;
}

.detail-divider::before,
.detail-divider::after {
  content: "";
  height: 1px;
  background: var(--line);
}

.coffee-detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 44px;
  align-items: start;
  padding: 2px 0 42px;
}

.coffee-feature {
  width: 100%;
  max-width: 380px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  background: #e8edf5;
}

.coffee-feature img,
.coffee-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coffee-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 28px 24px;
  align-items: start;
}

.coffee-gallery-item {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.coffee-gallery-item img {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
  background: #e8edf5;
}

.coffee-gallery-item strong {
  color: rgba(22, 22, 22, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.blindbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 32px;
  padding: 2px 0 62px;
}

.blindbox-card {
  display: grid;
  min-width: 0;
}

.blindbox-card:nth-child(3n + 2) {
  transform: translateY(34px);
}

.blindbox-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: #e8edf5;
}

.blindbox-name {
  margin-top: 12px;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42;
}

.blindbox-subname {
  margin-top: 4px;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.45;
}

.music-detail .detail-divider {
  gap: 14px;
  margin: 18px 0 16px;
  color: rgba(22, 22, 22, 0.58);
  font-size: 14px;
}

.music-detail .detail-divider::before,
.music-detail .detail-divider::after {
  background: rgba(22, 22, 22, 0.12);
}

.music-about-section {
  display: grid;
  grid-template-columns: 140px 220px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
}

.music-about-avatar {
  margin: 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(47, 53, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 12px 28px rgba(18, 24, 40, 0.08);
}

.music-about-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-about-copy {
  display: grid;
  gap: 10px;
}

.music-about-copy strong {
  color: var(--text);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.music-about-copy span {
  color: rgba(22, 22, 22, 0.56);
  font-size: 15px;
  line-height: 1.5;
}

.music-records {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: clamp(48px, 4vw, 72px);
  align-items: center;
}

.music-record-card {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.8vw, 28px);
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.vinyl-disc {
  position: relative;
  display: grid;
  flex: 0 0 clamp(140px, 10vw, 180px);
  width: clamp(140px, 10vw, 180px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  border: 2px solid rgba(22, 22, 22, 0.78);
  background:
    radial-gradient(circle at center, var(--record-label, rgba(245, 183, 210, 0.72)) 0 8%, rgba(247, 247, 247, 0.9) 8% 10%, #111 10% 13%, transparent 13%),
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.2), transparent 27%),
    repeating-radial-gradient(circle at 49% 51%, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 12px),
    #111218;
  box-shadow: 0 12px 24px rgba(18, 24, 40, 0.12);
  will-change: transform;
}

.vinyl-disc::before,
.vinyl-disc::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.vinyl-disc::before {
  inset: 7%;
  border: 2px solid rgba(247, 247, 247, 0.14);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.025),
    0 0 0 22px rgba(255, 255, 255, 0.018),
    0 0 0 38px rgba(255, 255, 255, 0.012);
}

.vinyl-disc::after {
  inset: -5px;
  border: 2px solid var(--record-accent, rgba(47, 53, 255, 0.35));
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.78;
  transform: rotate(-18deg);
}

.music-record-card:nth-child(1) .vinyl-disc {
  --record-accent: rgba(47, 53, 255, 0.36);
  --record-label: rgba(245, 183, 210, 0.72);
  animation: recordSpinOne 12s linear infinite;
}

.music-record-card:nth-child(2) .vinyl-disc {
  --record-accent: rgba(184, 167, 255, 0.5);
  --record-label: rgba(246, 217, 139, 0.75);
  animation: recordSpinTwo 14s linear infinite reverse;
}

@keyframes recordSpinOne {
  from {
    transform: rotate(-3deg);
  }
  to {
    transform: rotate(357deg);
  }
}

@keyframes recordSpinTwo {
  from {
    transform: rotate(3deg);
  }
  to {
    transform: rotate(363deg);
  }
}

.record-cover {
  position: relative;
  z-index: 2;
  display: block;
  width: 38%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid rgba(247, 247, 247, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #101116 0 7%, rgba(247, 247, 247, 0.9) 8% 11%, transparent 12%),
    radial-gradient(circle at center, var(--record-label, rgba(245, 183, 210, 0.72)) 0 42%, rgba(247, 247, 247, 0.76) 43% 46%, transparent 47%),
    repeating-radial-gradient(circle at center, rgba(22, 22, 22, 0.16) 0 1px, transparent 1px 9px);
}

.music-record-card:nth-child(1) .record-cover {
  --record-label: rgba(138, 162, 255, 0.72);
  background:
    radial-gradient(circle at center, #101116 0 7%, rgba(247, 247, 247, 0.9) 8% 11%, transparent 12%),
    conic-gradient(from 25deg, rgba(138, 162, 255, 0.76), rgba(245, 183, 210, 0.72), rgba(138, 162, 255, 0.76));
}

.music-record-card:nth-child(2) .record-cover {
  --record-label: rgba(246, 217, 139, 0.78);
  background:
    radial-gradient(circle at center, #101116 0 7%, rgba(247, 247, 247, 0.9) 8% 11%, transparent 12%),
    conic-gradient(from 115deg, rgba(246, 217, 139, 0.82), rgba(184, 167, 255, 0.78), rgba(246, 217, 139, 0.82));
}

.record-cover img {
  display: none;
}

.singer-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-record-card strong {
  color: var(--text);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.22;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.singer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 28px;
}

.singer-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  color: var(--text);
}

.singer-photo {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  background: #eceff5;
}

.singer-card strong {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.pingpong-detail {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: 40px;
  align-items: start;
}

.pingpong-feature {
  width: 100%;
  max-width: 430px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  background: var(--bg);
}

.pingpong-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.pingpong-content {
  max-width: 720px;
}

.pingpong-content p {
  margin: 0 0 24px;
  color: rgba(22, 22, 22, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

.pingpong-content figure {
  margin: 20px 0 32px;
  overflow: hidden;
  border-radius: 12px;
  background: #e8edf5;
}

.pingpong-content img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

/* Rednote */
.rednote-stats {
  position: absolute;
  top: 13vh;
  right: 7vw;
  z-index: 5;
  display: flex;
  gap: 56px;
  text-align: right;
}

.stat-block {
  display: grid;
  gap: 8px;
  padding: 0;
  background: transparent;
  color: var(--text);
}

.stat-block strong {
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.stat-block span {
  color: var(--muted);
  font-size: 14px;
}

.rednote-frame {
  position: absolute;
  top: 31vh;
  left: 3vw;
  right: 3vw;
  height: 58vh;
}

.rednote-viewport {
  padding: 4px 0 20px;
}

.rednote-card {
  display: grid;
  width: 18vw;
  min-width: 218px;
  max-width: 270px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(18, 24, 40, 0.1);
  cursor: pointer;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.rednote-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(18, 24, 40, 0.14);
}

.note-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #eef1f6;
}

.rednote-card:hover .note-image img {
  transform: scale(1.035);
}

.note-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
  min-height: 74px;
  padding: 14px 15px 16px;
}

.note-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.note-likes {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(22, 22, 22, 0.74);
  font-size: 13px;
  line-height: 1;
}

.heart-icon {
  width: 15px;
  height: 15px;
  color: #ef3f55;
}

/* Contact */
.contact-section {
  display: grid;
  place-items: center;
  background: var(--bg);
}

.liquid-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.contact-content {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translateY(-6vh);
}

.contact-content h2 {
  margin: 0 0 56px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

.contact-links {
  display: flex;
  gap: 52px;
  align-items: center;
  justify-content: center;
}

.contact-link {
  position: relative;
  padding: 0 0 7px;
  background: transparent;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 200ms ease;
}

.contact-link:hover {
  color: var(--blue-dark);
}

.copy-toast {
  min-height: 20px;
  margin-top: 34px;
  color: rgba(47, 53, 255, 0.66);
  font-size: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease;
}

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

.closing-script {
  position: absolute;
  left: 50%;
  bottom: 6vh;
  z-index: 2;
  margin: 0;
  color: rgba(47, 53, 255, 0.26);
  font-family: "Apple Chancery", "Snell Roundhand", Georgia, serif;
  font-size: 34px;
  line-height: 1;
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1180px) {
  .topbar,
  .site-nav {
    gap: 28px;
  }

  .education-stage {
    width: min(88vw, 980px);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .topbar {
    top: 18px;
    right: 4vw;
    left: 4vw;
    max-width: none;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .site-nav {
    gap: 22px;
  }

  .nav-link,
  .lang-toggle {
    font-size: 13px;
  }

  .module-title {
    top: 9vh;
    left: 6vw;
    gap: 16px;
  }

  .title-rule {
    width: 6px;
    height: 42px;
  }

  .module-title h2 {
    font-size: 38px;
  }

  .hero-copy h1 {
    min-height: 58px;
    font-size: 42px;
  }

  .hero-copy p {
    font-size: 20px;
  }

  .hero-copy.has-second-line .hero-line-primary {
    transform: translateY(-24px);
  }

  .hero-copy.has-second-line .hero-line-secondary {
    max-height: 34px;
    margin-top: 10px;
  }

  .hero-dot {
    opacity: 0.34;
  }

  .hero-star {
    width: 86px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 2vh;
    padding: 14vh 6vw 5vh;
  }

  .portrait {
    width: min(56vw, 260px);
    height: 42vh;
    align-self: center;
    justify-self: center;
  }

  .about-text {
    max-width: none;
    margin: 0;
  }

  .about-text h3 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .keyword-row {
    width: min(100%, 420px);
    gap: 10px;
    margin-bottom: 18px;
  }

  .keyword-row span {
    min-height: 56px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 15px;
  }

  .about-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .education-stage {
    top: 56vh;
    width: min(88vw, 460px);
    flex-direction: column;
    gap: 18px;
  }

  .edu-card {
    flex: 0 0 auto;
    width: min(88vw, 460px);
    max-width: none;
    height: clamp(210px, 28vh, 250px);
  }

  .edu-info,
  .edu-reflection {
    padding: 24px 24px 22px 18px;
  }

  .edu-degree {
    margin-bottom: 8px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .edu-info h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .edu-info p,
  .edu-reflection p {
    font-size: 12px;
    line-height: 1.48;
  }

  html[lang="en"] .edu-info h3 {
    font-size: 18px;
  }

  html[lang="en"] .edu-info p {
    font-size: 11px;
  }

  .education-detail-card {
    width: 88vw;
    height: 58vh;
    padding: 34px 26px;
  }

  .edu-tabs {
    overflow-x: auto;
    padding-right: 38px;
  }

  .edu-tabs button {
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .edu-detail-content {
    height: calc(100% - 70px);
    margin-top: 24px;
  }

  .company-icons {
    top: 22vh;
    width: 92vw;
    gap: 18px;
    flex-wrap: wrap;
  }

  .company-icon {
    flex-basis: 118px;
    width: 118px;
    height: 42px;
  }

  .experience-frame {
    top: 31vh;
    height: 60vh;
  }

  .experience-card,
  .rednote-card {
    width: 62vw;
    min-width: 210px;
    max-width: none;
  }

  .experience-modal {
    width: 90vw;
    height: 78vh;
    padding: 40px 24px;
  }

  .hobby-grid {
    top: 21vh;
    left: 6vw;
    right: 6vw;
    bottom: 6vh;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .hobby-label {
    top: 12px;
    left: 12px;
    min-width: 90px;
    padding: 10px 12px 12px;
  }

  .hobby-label strong {
    font-size: 19px;
  }

  .hobby-detail {
    top: 20vh;
    bottom: 4vh;
    width: 92vw;
    height: auto;
    padding: 34px 22px;
  }

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

  .coffee-detail-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coffee-feature {
    width: min(100%, 280px);
  }

  .coffee-gallery-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .music-about-section,
  .pingpong-detail {
    grid-template-columns: 1fr;
  }

  .music-about-section {
    gap: 20px;
  }

  .music-records {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .music-record-card strong {
    font-size: 24px;
  }

  .pingpong-feature {
    width: min(100%, 330px);
  }

  .rednote-stats {
    top: 17vh;
    right: 6vw;
    gap: 28px;
  }

  .stat-block strong {
    font-size: 34px;
  }

  .rednote-frame {
    top: 32vh;
  }

  .contact-content h2 {
    margin-bottom: 38px;
    font-size: 46px;
  }

  .contact-links {
    flex-direction: column;
    gap: 24px;
  }

  .contact-link {
    font-size: 22px;
  }

  .closing-script {
    width: 92vw;
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .section {
    min-height: 100vh;
  }

  .topbar {
    justify-content: flex-start;
  }

  .topbar.is-intro {
    justify-content: flex-end;
  }

  .hero-copy {
    top: 50%;
  }

  .about-text h3 {
    font-size: 34px;
  }

  .keyword-row span {
    min-height: 48px;
    border-radius: 12px;
    font-size: 13px;
  }

  .edu-face {
    grid-template-columns: 33% 1fr;
  }

  .edu-info {
    padding-right: 18px;
  }

  .edu-logo-pane img {
    left: -58px;
    width: auto;
    height: 88%;
    max-height: 88%;
  }

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

  .stagger-item {
    transform: none;
  }
}
