* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
  animation: fadeInUp 0.6s ease-out backwards;
}

.page-meta {
  font-family: garet;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #4d4d4d;
  margin-bottom: 12px;
  animation: fadeInUp 0.6s ease-out backwards;
  animation-delay: 0.1s;
}

.artifact-caption {
  font-family: garetB;
  font-size: 14px;
  line-height: 1.5;
  color: #383838;
  margin-top: 10px;
  animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

#artifact1 .intro p,
#artifact1 .container p,
#artifact2 .intro p,
#artifact2 .projectText p,
#artifact2 .design p,
#artifact2 .reflec p,
#artifact3 .intro p,
#artifact3 .container p,
#journeyMap .reflectionJM p,
#journeyMap .text p,
#about .aboutme p {
  max-width: 74ch;
  text-align: left;
  animation: fadeInUp 0.7s ease-out backwards;
}

@media (max-width: 900px) {
  #artifact1 .intro p,
  #artifact1 .container p,
  #artifact2 .intro p,
  #artifact2 .projectText p,
  #artifact2 .design p,
  #artifact2 .reflec p,
  #artifact3 .intro p,
  #artifact3 .container p,
  #journeyMap .reflectionJM p,
  #journeyMap .text p,
  #about .aboutme p {
    max-width: 100%;
  }
}
img,
.projectImage {
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 300ms ease, box-shadow 300ms ease;
  will-change: transform;
}
img:hover,
.projectImage:hover {
  transform: translateY(-6px);
  filter: brightness(1.05);
  box-shadow: 0 12px 32px rgba(238, 179, 240, 0.2) !important;
}

a {
  transition: all 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: color, transform;
}

button,
.btn {
  transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, background;
}
button:hover, button:focus,
.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .page-meta {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .artifact-caption {
    font-size: 13px;
  }
  img:hover,
  .projectImage:hover {
    transform: none;
    box-shadow: none !important;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #0b0b0b;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0.5px, transparent 0.5px) 0 0/3px 3px, linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0.5px, transparent 0.5px) 0 0/5px 5px, #f3f3f1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: garetB;
  src: url(../fonts/Garet-Book.ttf);
}
@font-face {
  font-family: garet;
  src: url(../fonts/Garet-Heavy.ttf);
}
@font-face {
  font-family: garetR;
  src: url(../fonts/garetR.ttf);
}
.mobile-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  padding: 9px 8px;
  cursor: pointer;
}
.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0b0b0b;
  border-radius: 999px;
  transition: transform 220ms ease, opacity 220ms ease;
}
.mobile-nav-toggle span + span {
  margin-top: 7px;
}

body.mobile-nav-lock {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 100% - 40px);
  border-radius: 20px;
  margin-top: 20px;
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 244, 241, 0.95));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(238, 179, 240, 0.2);
  box-shadow: 0 4px 16px rgba(238, 179, 240, 0.08);
}
header nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1vw, 14px);
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  margin-left: 0;
  text-decoration: none;
  color: #0b0b0b;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: clamp(13px, 0.95vw, 14px);
  padding: 8px 10px;
  white-space: nowrap;
  transition: all 200ms ease;
  position: relative;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #eeb3f0, #d99ed9);
  transition: width 300ms ease;
}
header nav ul li a:hover {
  color: #eeb3f0;
  transform: translateY(-2px);
}
header nav ul li a:hover::after {
  width: 100%;
}
header nav ul li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 253, 0.98));
  list-style: none;
  padding: 12px 0;
  margin: 0;
  margin-top: 12px;
  min-width: 280px;
  box-shadow: 0 12px 32px rgba(238, 179, 240, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(238, 179, 240, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0;
  /* HIDDEN by default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
}
header nav ul li.dropdown .dropdown-menu li {
  width: 100%;
}
header nav ul li.dropdown .dropdown-menu li a {
  margin-left: 0;
  padding: 12px 22px;
  font-size: 14px;
  color: #0b0b0b;
  display: block;
  font-weight: 600;
  transition: all 200ms ease;
  position: relative;
  padding-left: 22px;
}
header nav ul li.dropdown .dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #eeb3f0;
  transition: width 300ms ease;
}
header nav ul li.dropdown .dropdown-menu li a:hover {
  background: linear-gradient(90deg, rgba(238, 179, 240, 0.1), transparent);
  color: #eeb3f0;
  padding-left: 28px;
}
header nav ul li.dropdown .dropdown-menu li a:hover::before {
  width: 6px;
}
header nav ul li.dropdown {
  /* VISIBLE on hover of the li.dropdown */
}
header nav ul li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  background-image: url(../images/background.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.hero .scribble {
  position: absolute;
  color: #eeb3f0;
  opacity: 0.85;
  pointer-events: none;
  user-select: none;
  transform-origin: center;
  mix-blend-mode: normal;
  filter: saturate(1.05);
  will-change: transform, opacity, filter;
}
.hero .scribble--left {
  left: 4%;
  top: -15%;
  background-image: url(../images/megan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 900px;
  height: 900px;
  transform: rotate(-4deg);
  z-index: 1;
}
.hero .scribble--right {
  right: -3%;
  bottom: -60%;
  background-image: url(../images/2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1200px;
  height: 1200px;
  transform: rotate(-4deg);
  opacity: 0.75;
  z-index: 1;
}
.hero .title-wrap {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  padding: 40px 4%;
  position: relative;
  z-index: 6;
  display: block;
}
.hero .eyebrow {
  font-family: garet;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 28px;
  margin-bottom: 1px;
  margin-left: 70px;
  opacity: 0.98;
}
.hero .portfolio {
  font-weight: 900;
  line-height: 0.88;
  display: inline-block;
  position: relative;
  letter-spacing: -2px;
  margin: 0 auto;
  font-size: 200px;
  display: flex;
  font-family: garet;
  color: #0b0b0b;
  margin-left: 60px;
}
.hero .year-bubble {
  position: absolute;
  right: -0.12em;
  top: 0.02em;
  transform: rotate(20deg);
  font-weight: 700;
  font-size: 0.17em;
  font-family: "Montserrat", sans-serif;
  font-family: garet;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.62em;
  height: 0.4em;
  border-radius: 50%;
  color: #0b0b0b;
}
.hero .year-bubble span {
  display: inline-block;
  transform-origin: bottom center;
}
.hero .year-bubble span:nth-child(1) {
  transform: rotate(-10deg) translateY(-6px);
}
.hero .year-bubble span:nth-child(2) {
  transform: rotate(2deg) translateY(-10px);
}
.hero .year-bubble span:nth-child(3) {
  transform: rotate(12deg) translateY(-10px);
  color: #eeb3f0;
}
.hero .year-bubble span:nth-child(4) {
  transform: rotate(24deg) translateY(-6px);
  color: #eeb3f0;
}
.hero .sparkle {
  position: absolute;
  z-index: 7;
  opacity: 0.95;
  width: 150px;
  height: 150px;
}
.hero .sparkle--1 {
  right: 85%;
  top: 55%;
  transform: translateY(-40px) scale(1.1);
}
.hero .sparkle--2 {
  right: 17%;
  top: 25%;
  transform: scale(0.9);
}
.hero .sparkle-path {
  stroke: #0b0b0b;
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1100ms cubic-bezier(0.22, 0.85, 0.32, 1);
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.86) translateY(8px);
  }
  60% {
    opacity: 1;
    transform: scale(1.04) translateY(-6px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes floatSlow {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}
@keyframes floatTiny {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sparkleTwinkle {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-6deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) rotate(0deg);
  }
  100% {
    opacity: 0.85;
    transform: scale(1) rotate(4deg);
  }
}
header nav {
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 360ms cubic-bezier(0.22, 0.85, 0.32, 1), opacity 360ms cubic-bezier(0.22, 0.85, 0.32, 1);
}

.hero .scribble {
  opacity: 0;
  transform: scale(0.96) translateY(18px) rotate(-3deg);
  transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 700ms cubic-bezier(0.22, 0.85, 0.32, 1), filter 700ms;
  filter: blur(0.2px) saturate(1.05);
}
.hero .scribble--left {
  transition-delay: 120ms;
}
.hero .scribble--right {
  transition-delay: 200ms;
}
.hero .title-wrap {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: all 700ms cubic-bezier(0.22, 0.85, 0.32, 1);
}
.hero .portfolio {
  opacity: 0;
  transform: scale(0.94) translateY(10px);
  transition: transform 1100ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1100ms cubic-bezier(0.22, 0.85, 0.32, 1);
}
.hero .year-bubble {
  opacity: 0;
  transform: scale(0.2) rotate(-20deg);
}
.hero .sparkle {
  opacity: 0;
  transform: scale(0.6);
  transition: all 420ms cubic-bezier(0.22, 0.85, 0.32, 1);
}

body.is-loaded header nav {
  opacity: 1;
  transform: translateY(0);
}
body.is-loaded .hero .scribble {
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
  filter: none;
}
body.is-loaded .hero .scribble.scribble--left {
  animation: floatSlow 8s ease-in-out infinite;
  animation-delay: 800ms;
}
body.is-loaded .hero .scribble.scribble--right {
  animation: floatSlow 9.5s ease-in-out infinite;
  animation-delay: 1s;
}
body.is-loaded .hero .title-wrap {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 420ms;
}
body.is-loaded .hero .portfolio {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 600ms;
  animation: popIn 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
}
body.is-loaded .hero .year-bubble {
  opacity: 1;
  transform: scale(1) rotate(20deg);
  transition-delay: 780ms;
}
body.is-loaded .hero .sparkle--1 {
  opacity: 1;
  transition-delay: 920ms;
}
body.is-loaded .hero .sparkle--1 .sparkle-path {
  stroke-dashoffset: 0;
  transition-delay: 120ms;
}
body.is-loaded .hero .sparkle--1.loop {
  animation: sparkleTwinkle 3.8s ease-in-out infinite 1900ms;
}
body.is-loaded .hero .sparkle--2 {
  opacity: 1;
  transition-delay: 980ms;
}
body.is-loaded .hero .sparkle--2 .sparkle-path {
  stroke-dashoffset: 0;
  transition-delay: 200ms;
}
body.is-loaded .hero .sparkle--2.loop {
  animation: sparkleTwinkle 4.4s ease-in-out infinite 2200ms;
}

.is-loading {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  body.is-loaded header nav,
  body.is-loaded .hero .scribble,
  body.is-loaded .hero .title-wrap,
  body.is-loaded .hero .portfolio,
  body.is-loaded .hero .year-bubble,
  body.is-loaded .hero .sparkle {
    opacity: 1 !important;
    transform: none !important;
  }
  body.is-loaded .sparkle-path {
    stroke-dashoffset: 0 !important;
    transition: none !important;
  }
}
@media (max-width: 1200px) {
  header {
    width: min(100%, 100% - 24px);
    left: 50%;
    padding: 14px 16px;
  }
  header nav ul {
    gap: 6px;
  }
  header nav ul li a {
    font-size: 12.5px;
    padding: 7px 8px;
  }
  .hero .portfolio {
    font-size: clamp(120px, 16vw, 170px);
  }
  .hero .eyebrow {
    font-size: 22px;
  }
  .hero .year-bubble {
    right: -0.12em;
    top: 0.02em;
  }
}
@media (max-width: 980px) {
  header {
    width: calc(100% - 24px);
    left: 50%;
    margin-top: 12px;
    border-radius: 14px;
    padding: 14px 18px;
    transform: translateX(-50%);
  }
  header nav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 6px;
  }
  header nav ul li a {
    margin-left: 12px;
    font-size: 13px;
    padding: 6px 8px;
  }
  header nav ul li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 230px;
  }
  .hero .portfolio {
    margin-left: 24px;
    font-size: clamp(86px, 14vw, 130px);
  }
  .hero .eyebrow {
    margin-left: 24px;
    font-size: 18px;
  }
  .hero .scribble--left {
    width: 640px;
    height: 640px;
    left: -20%;
    top: -12%;
  }
  .hero .scribble--right {
    width: 860px;
    height: 860px;
    right: -10%;
    bottom: -36%;
  }
}
@media (max-width: 760px) {
  header {
    width: 100%;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 12px 14px;
  }
  header nav ul {
    justify-content: space-between;
  }
  header nav ul li a {
    margin-left: 8px;
    font-size: 12px;
    padding: 6px 4px;
  }
  header nav ul li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 200px;
    margin-top: 8px;
  }
  .scribble--left {
    width: 520px;
    height: 520px;
    left: -30%;
    top: -12%;
    transform: rotate(-4deg);
  }
  .scribble--right {
    width: 720px;
    height: 720px;
    right: -12%;
    bottom: -28%;
    opacity: 0.7;
  }
  .portfolio {
    font-size: clamp(64px, 18vw, 140px);
    margin-left: 24px;
  }
  .eyebrow {
    margin-left: 24px;
    font-size: 20px;
  }
  .year-bubble {
    display: flex;
    right: -0.14em;
    top: 0.04em;
  }
  .home-summary {
    padding: 52px 4% 60px;
  }
  .home-summary__inner {
    border-radius: 14px;
    padding: 20px;
  }
  .toc-card {
    padding: 14px;
  }
  .toc-card h4 a {
    font-size: 20px;
  }
  .toc-card p {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .hero .portfolio {
    margin-left: 10px;
    font-size: clamp(58px, 16vw, 92px);
    letter-spacing: -1px;
  }
  .hero .eyebrow {
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .hero .sparkle {
    width: 110px;
    height: 110px;
  }
  .home-summary h2 {
    font-size: clamp(26px, 8vw, 40px);
  }
  .home-summary h3 {
    font-size: clamp(22px, 7vw, 30px);
  }
}
.home-summary {
  padding: 70px 5% 84px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 245, 243, 0.94));
  animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.home-summary__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: clamp(22px, 3.5vw, 44px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  animation: scaleUp 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s backwards;
}

.home-summary h2 {
  font-family: garet;
  font-size: clamp(30px, 5.3vw, 56px);
  line-height: 1.03;
  margin-bottom: 14px;
  animation: fadeInUp 0.7s ease-out 0.6s backwards;
}

.home-summary h3 {
  font-family: garet;
  font-size: clamp(26px, 4vw, 38px);
  margin: 24px 0 12px;
  animation: fadeInUp 0.7s ease-out 0.7s backwards;
}

.home-lede {
  font-family: garetB;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  max-width: 76ch;
  animation: fadeInUp 0.7s ease-out 0.8s backwards;
}

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

.toc-card {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, box-shadow, background;
  animation: fadeInUp 0.7s ease-out backwards;
}
.toc-card:nth-child(1) {
  animation-delay: 0.9s;
}
.toc-card:nth-child(2) {
  animation-delay: 1s;
}
.toc-card:nth-child(3) {
  animation-delay: 1.1s;
}
.toc-card:nth-child(4) {
  animation-delay: 1.2s;
}
.toc-card:nth-child(5) {
  animation-delay: 1.3s;
}
.toc-card:nth-child(6) {
  animation-delay: 1.4s;
}
.toc-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(238, 179, 240, 0.18);
  border-color: rgba(238, 179, 240, 0.4);
  background: linear-gradient(135deg, rgba(238, 179, 240, 0.08), rgba(255, 255, 255, 0.95));
}

.toc-card h4 {
  margin-bottom: 8px;
  animation: inherit;
}

.toc-card h4 a {
  font-family: garet;
  font-size: 22px;
  line-height: 1.2;
  color: #0b0b0b;
  text-decoration: none;
  position: relative;
  transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}
.toc-card h4 a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #eeb3f0, #d99ed9);
  transition: width 300ms ease;
}
.toc-card h4 a:hover {
  color: #eeb3f0;
}
.toc-card h4 a:hover::after {
  width: 100%;
}

.toc-card p {
  font-family: garetB;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin: 0;
  animation: inherit;
}

@media (max-width: 860px) {
  .toc-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  header {
    width: 100%;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 10px 12px;
    display: block;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 252, 0.9));
  }
  .mobile-nav-toggle {
    display: block;
    margin-left: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 255, 0.88));
    border: 1px solid rgba(238, 179, 240, 0.45);
    box-shadow: 0 8px 18px rgba(238, 179, 240, 0.18);
  }
  header.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  header.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  header.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  header nav {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 320ms ease, opacity 240ms ease, transform 260ms ease;
    transform: translateY(-10px);
  }
  header.mobile-nav-open nav {
    max-height: 82vh;
    opacity: 1;
    pointer-events: auto;
    margin-top: 10px;
    transform: translateY(0);
  }
  header nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 255, 0.9));
    border: 1px solid rgba(238, 179, 240, 0.45);
    box-shadow: 0 18px 40px rgba(12, 12, 12, 0.12);
    backdrop-filter: blur(10px);
  }
  header nav ul li a {
    margin-left: 0;
    font-size: 15px;
    padding: 13px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    border: 0;
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.35;
  }
  header nav ul > li {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(238, 179, 240, 0.24);
  }
  header nav ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  header nav ul li a:active {
    transform: scale(0.98);
    background: rgba(238, 179, 240, 0.2);
  }
  header nav ul li.dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(238, 179, 240, 0.18), rgba(255, 255, 255, 0.6));
    min-width: 0;
    margin-top: 8px;
    padding: 8px;
  }
  header nav ul li.dropdown .dropdown-menu li a {
    font-size: 13px;
    padding: 10px 12px;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.35;
  }
  header nav ul li.dropdown .dropdown-menu li:last-child a {
    margin-bottom: 0;
  }
  .hero {
    min-height: 88svh;
    height: 88svh;
    padding: 74px 14px 14px;
  }
  .hero .title-wrap {
    padding: 18px 2%;
    text-align: center;
  }
  .hero .portfolio {
    margin: 0 auto;
    font-size: clamp(54px, 16vw, 90px);
    line-height: 0.9;
    justify-content: center;
  }
  .hero .eyebrow {
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
  }
  .hero .scribble--left {
    width: min(88vw, 380px);
    height: min(88vw, 380px);
    left: 2%;
    top: 8%;
    opacity: 0.7;
  }
  .hero .scribble--right {
    width: 520px;
    height: 520px;
    right: -4%;
    bottom: -18%;
    opacity: 0.72;
  }
  .hero .year-bubble {
    display: flex;
    margin-left: 40px;
    right: -0.12em;
    top: 0.05em;
  }
  .hero .sparkle {
    width: 86px;
    height: 86px;
  }
  .hero .sparkle--1 {
    right: 78%;
    top: 61%;
  }
  .hero .sparkle--2 {
    right: 7%;
    top: 16%;
  }
  .home-summary {
    padding: 42px 12px 54px;
  }
  .home-summary__inner {
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
  .home-summary h2 {
    font-size: clamp(24px, 8vw, 34px);
    margin-bottom: 10px;
  }
  .home-summary h3 {
    font-size: clamp(20px, 7vw, 28px);
    margin: 18px 0 10px;
  }
  .home-lede {
    font-size: 16px;
    line-height: 1.6;
  }
  .toc-grid {
    gap: 12px;
  }
  .toc-card {
    padding: 14px;
    border-radius: 12px;
  }
  .toc-card h4 a {
    font-size: 18px;
    line-height: 1.2;
  }
  .toc-card p {
    font-size: 14px;
    line-height: 1.55;
  }
}
@media (max-width: 420px) {
  .hero .scribble--left {
    left: 4%;
    top: 10%;
    width: min(82vw, 300px);
    height: min(82vw, 300px);
  }
  .hero .scribble--right {
    right: 0;
    bottom: -16%;
    width: 430px;
    height: 430px;
  }
  .hero .year-bubble {
    right: -0.2em;
    top: 0.08em;
  }
  .hero .portfolio {
    font-size: clamp(48px, 15vw, 74px);
    margin: 0 auto;
  }
  .hero .eyebrow {
    font-size: 13px;
    margin: 0 0 6px 8px;
  }
  .home-summary__inner {
    padding: 14px;
  }
}
#about {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../images/background.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
#about .aboutME {
  font-family: garet;
  font-size: 250px;
  width: 700px;
  position: fixed;
  z-index: 30;
}
#about .aboutMegan img {
  width: 550px;
  position: fixed;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 500;
  animation: none;
}
@keyframes flyInFromLeft {
  from {
    transform: translateX(-100vw);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#about .aboutme {
  flex-direction: column;
  font-family: garetR;
  font-weight: 200;
  padding: 30px;
  width: 45%;
  display: flex;
  position: absolute;
  top: 45%;
  right: 0%;
  margin-left: auto;
  margin-right: 50px;
  animation: flyInFromLeft 1.5s ease-out;
  z-index: 5;
}
#about .aboutme h2 {
  font-family: garet;
}
#about .aboutme .socials {
  display: flex;
  gap: 30px;
}
#about .aboutme .socials a {
  text-decoration: none;
  color: #eeb3f0;
}
#about .aboutme .socials a i {
  font-size: 30px;
  text-decoration: none;
}
#about .band {
  width: 50%;
  right: 0%;
  height: 50px;
  position: absolute;
  bottom: -150px;
  z-index: 600;
}
#about .band h1 {
  font-size: 80px;
  position: absolute;
  text-align: right;
  color: #808080;
  margin-top: 100px;
  opacity: 0.2;
}

@media (max-width: 1200px) {
  #about .aboutME {
    font-size: clamp(120px, 16vw, 200px);
    width: auto;
    left: 20px;
  }
  #about .aboutMegan img {
    width: min(44vw, 500px);
    left: 32%;
  }
  #about .aboutme {
    width: min(52vw, 620px);
    margin-right: 20px;
  }
  #about .band h1 {
    font-size: clamp(48px, 6vw, 72px);
  }
}
@media (max-width: 980px) {
  #about {
    max-height: none;
    padding: 120px 0 40px;
  }
  #about .aboutME {
    position: relative;
    width: 100%;
    left: auto;
    text-align: center;
    font-size: clamp(88px, 18vw, 150px);
    line-height: 0.9;
    margin-bottom: 10px;
  }
  #about .aboutMegan img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(78vw, 420px);
    margin: 0 auto 12px;
    display: block;
  }
  #about .aboutme {
    position: relative;
    top: auto;
    right: auto;
    width: min(92vw, 760px);
    margin: 0 auto;
    padding: 22px;
    animation: none;
  }
  #about .band {
    width: 100%;
    right: auto;
    height: auto;
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  #about .band h1 {
    position: relative;
    text-align: center;
    margin-top: 0;
    font-size: clamp(34px, 8vw, 56px);
  }
}
@media (max-width: 560px) {
  #about .aboutme {
    padding: 18px;
    width: 94vw;
  }
  #about .aboutme h2 {
    font-size: 30px;
  }
  #about .aboutme .socials {
    gap: 20px;
  }
}
#internship {
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: clamp(320px, 36vw, 430px) 6vw 56px;
  background-image: radial-gradient(circle at 14% 12%, rgba(238, 179, 240, 0.22), transparent 45%), radial-gradient(circle at 84% 24%, rgba(153, 0, 0, 0.12), transparent 38%), linear-gradient(180deg, #f6f5f3 0%, #f2efe9 100%);
}

#internship .hero-ghost {
  position: absolute;
  left: 50%;
  top: 72px;
  z-index: 0;
  width: 100vw;
  height: clamp(310px, 40vw, 540px);
  border-radius: 0 0 24px 24px;
  border: 1px solid rgba(153, 0, 0, 0.32);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
  background-image: linear-gradient(155deg, rgba(0, 0, 0, 0.1), rgba(153, 0, 0, 0.2)), url("../images/indy.webp");
  background-size: cover;
  background-position: center 36%;
  transform: translateX(-50%);
  opacity: 0.95;
  pointer-events: none;
}

#internship .card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
}
#internship .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid rgba(153, 0, 0, 0.45);
  pointer-events: none;
}

#internship .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

#internship .internship-intro {
  max-width: 1080px;
  padding: 28px 30px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 249, 0.88));
}
#internship .internship-intro .internship-intro-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}
#internship .internship-intro .intro-copy {
  padding-right: 4px;
}
#internship .internship-intro .iu-logo-slot {
  border: 1px solid rgba(153, 0, 0, 0.34);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(153, 0, 0, 0.16), rgba(255, 255, 255, 0.72));
  min-height: 210px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54), 0 12px 26px rgba(129, 8, 8, 0.16);
  position: relative;
}
#internship .internship-intro .iu-logo-slot::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px solid rgba(153, 0, 0, 0.2);
  pointer-events: none;
}
#internship .internship-intro .iu-logo-slot .iu-logo {
  width: min(230px, 92%);
  max-height: 125px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 14px rgba(108, 5, 5, 0.22));
  transition: transform 220ms ease;
}
#internship .internship-intro .iu-logo-slot:hover .iu-logo {
  transform: scale(1.03);
}
#internship .internship-intro h2 {
  font-family: garet, sans-serif;
  font-size: clamp(28px, 3.2vw, 46px);
  margin-bottom: 12px;
  color: #0f0f0f;
}
#internship .internship-intro p {
  font-family: garetB, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: #2c2c2c;
}
#internship .internship-intro .page-meta {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #555;
}

#internship .internship-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
#internship .internship-grid .card {
  padding: 24px;
  min-height: 250px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
#internship .internship-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.1);
}
#internship .internship-grid h3 {
  font-family: garet, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  color: #111;
}
#internship .internship-grid .system-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
#internship .internship-grid .system-head h3 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.2;
}
#internship .internship-grid .system-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff0f0;
  color: #8b0000;
  border: 1px solid rgba(139, 0, 0, 0.18);
  flex: 0 0 auto;
}
#internship .internship-grid .system-icon i {
  font-size: 16px;
}
#internship .internship-grid .system-media {
  margin: 14px 0 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}
#internship .internship-grid .system-media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
#internship .internship-grid p,
#internship .internship-grid li {
  font-family: garetB, sans-serif;
  color: #292929;
  font-size: 17px;
  line-height: 1.58;
}
#internship .internship-grid ul {
  margin: 0;
  padding-left: 20px;
}

#internship .internship-grid.systems {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#internship .internship-grid.systems .card {
  min-height: 320px;
}

#internship .internship-feature {
  margin-top: 20px;
  max-width: 1050px;
  padding: 28px 30px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 246, 0.88));
}
#internship .internship-feature h2 {
  font-family: garet, sans-serif;
  font-size: clamp(24px, 2.8vw, 38px);
  margin-bottom: 10px;
  color: #111;
}
#internship .internship-feature p {
  font-family: garetB, sans-serif;
  font-size: 18px;
  line-height: 1.64;
  color: #2a2a2a;
  margin-top: 10px;
}

#internship .internship-reflection {
  margin-top: 20px;
  max-width: 1050px;
  padding: 28px 30px;
  border-left: 7px solid #990000;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 247, 0.9));
}
#internship .internship-reflection h2 {
  font-family: garet, sans-serif;
  font-size: clamp(24px, 2.9vw, 40px);
  margin-bottom: 10px;
}
#internship .internship-reflection p {
  font-family: garetB, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #2a2a2a;
}

@media (max-width: 980px) {
  #internship {
    padding-top: clamp(280px, 42vw, 360px);
  }
  #internship .hero-ghost {
    top: 70px;
    height: clamp(200px, 38vw, 280px);
    border-radius: 0 0 18px 18px;
    opacity: 0.88;
  }
  #internship .internship-grid {
    grid-template-columns: 1fr;
  }
  #internship .internship-grid.systems {
    grid-template-columns: 1fr;
  }
  #internship .internship-intro .internship-intro-layout {
    grid-template-columns: 1fr;
  }
  #internship .internship-intro .iu-logo-slot {
    min-height: 180px;
  }
}
@media (max-width: 680px) {
  #internship {
    padding: 250px 18px 36px;
  }
  #internship .hero-ghost {
    position: absolute;
    top: 62px;
    left: 50%;
    width: 100vw;
    height: 178px;
    border-radius: 0 0 14px 14px;
    opacity: 0.82;
  }
  #internship .internship-intro,
  #internship .internship-reflection,
  #internship .internship-grid .card {
    padding: 20px;
  }
  #internship .internship-intro .iu-logo-slot {
    min-height: 155px;
    padding: 14px;
  }
  #internship .internship-intro .iu-logo-slot .iu-logo {
    max-height: 108px;
  }
  #internship .internship-intro p,
  #internship .internship-reflection p,
  #internship .internship-grid p,
  #internship .internship-grid li {
    font-size: 16px;
  }
  #internship .internship-grid h3 {
    font-size: 24px;
  }
  #internship .internship-grid .system-head h3 {
    font-size: 22px;
  }
  #internship .internship-grid .system-media img {
    height: 132px;
  }
}
:root {
  --bg-paper: #f6f5f3;
  --accent: #eeb3f0;
  --text: #0b0b0b;
  --muted: #333;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* container */
#artifact1 {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../images/background.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

#artifact1 .hero-ghost {
  font-family: garet, sans-serif;
  font-weight: 800;
  font-size: 18vw;
  line-height: 0.9;
  margin: 0;
  color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 20%;
  right: -1.5%;
  transform: translateZ(0);
  pointer-events: none;
  z-index: 0;
  animation: slideInFromRight 0.8s ease-out;
}

#artifact1 .hero-ghost span {
  display: block;
  font-weight: 900;
  text-align: end;
}

/* ribbon */
#artifact1 .ribbon {
  position: absolute;
  top: 16%;
  left: 0;
  width: 120%;
  height: 160px;
  z-index: 4;
  pointer-events: none;
  animation: slideInLeft 0.8s ease-out 0.2s backwards;
}

/* doodle */
#artifact1 .doodle {
  position: absolute;
  left: 35px;
  top: 45%;
  width: 84px;
  height: 160px;
  z-index: 7;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

#artifact1 .doodle svg {
  overflow: visible;
}

#artifact1 .intro {
  z-index: 1000;
  max-width: 1000px;
  margin-top: 58vh;
  padding: 28px 2rem;
  margin-left: 100px;
  color: var(--text);
  background-color: var(--bg-paper);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.6s ease-out 0.4s backwards;
}
#artifact1 .intro p {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
}

#artifact1 .container {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  margin-top: 100px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
#artifact1 .container .original {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
  font-weight: 200;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  opacity: 1;
  animation: fadeInUp 0.7s ease-out;
}
#artifact1 .container .original h2 {
  font-family: garet;
  grid-column: 1/-1;
}
#artifact1 .container .original p {
  grid-column: 1;
}
#artifact1 .container .original ._2023 {
  grid-column: 2;
  width: 300px;
}
#artifact1 .container .original ._2023 img {
  width: 300px;
  display: block;
}
#artifact1 .container .original ._2023 .photo-caption {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 8px;
  color: #4a4a4a;
  font-family: garetB;
  text-align: left;
}
#artifact1 .container .newState {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 2rem;
  font-family: garetB;
  font-weight: 200;
  background-color: var(--accent);
  border-radius: 40px;
  padding: 30px;
  color: var(--text);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  opacity: 1;
  animation: fadeInUp 0.8s ease-out;
}
#artifact1 .container .newState h2 {
  font-family: garet;
  grid-column: 1/-1;
}
#artifact1 .container .newState p {
  grid-column: 1;
}
#artifact1 .container .newState ._2026 {
  grid-column: 2;
}
#artifact1 .container .newState ._2026 img {
  width: 300px;
  display: block;
}
#artifact1 .container .newState ._2026 .photo-caption {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 8px;
  color: #3f3f3f;
  font-family: garetB;
  text-align: left;
  max-width: 300px;
}
#artifact1 .container .reflection {
  margin-top: 2rem;
  padding: 30px;
  height: 100vh;
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
  color: var(--muted, #333);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/paper.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#artifact1 .container .reflection h2 {
  font-family: garet;
  margin-top: 70px;
  margin-left: 130px;
}
#artifact1 .container .reflection p {
  width: 80%;
  margin-left: 130px;
}
#artifact1 .container .retroPageButton {
  margin-top: 30px;
  padding: 16px 22px;
  background-color: #ffffff;
  border: 2px solid var(--accent);
  border-radius: 8px;
  font-size: 16px;
  font-family: garet;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
#artifact1 .container .retroPageButton a {
  color: var(--text);
  text-decoration: none;
}
#artifact1 .container .retroPageButton:hover {
  background-color: #f7e4f7;
  transform: translateY(-2px);
}
#artifact1 .container .JMButton {
  margin-top: 60px;
  padding: 30px 24px;
  background-color: #eeb3f0;
  color: var(--text);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: garet;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  display: flex;
  margin: 0 auto;
}
#artifact1 .container .JMButton a {
  color: var(--text);
  text-decoration: none;
}
#artifact1 .container .JMButton:hover {
  background-color: #d99ed9;
}

/* responsive */
@media (max-width: 980px) {
  #artifact1 .hero-ghost {
    font-size: 36vw;
    top: -20%;
    right: -16%;
  }
  #artifact1 .intro {
    margin-top: 30vh;
    margin-left: 20px;
    margin-right: 20px;
    padding: 22px;
  }
  #artifact1 .doodle {
    left: 18px;
    top: 30%;
    transform: scale(0.9);
  }
  #artifact1 .container {
    padding: 20px;
    margin-top: 40px;
  }
  #artifact1 .container .original,
  #artifact1 .container .newState {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }
  #artifact1 .container .original p,
  #artifact1 .container .newState p {
    grid-column: 1;
  }
  #artifact1 .container .original ._2023,
  #artifact1 .container .original ._2026,
  #artifact1 .container .newState ._2023,
  #artifact1 .container .newState ._2026 {
    grid-column: 1;
    width: 100%;
    max-width: 420px;
  }
  #artifact1 .container .original ._2023 img,
  #artifact1 .container .original ._2026 img,
  #artifact1 .container .newState ._2023 img,
  #artifact1 .container .newState ._2026 img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  #artifact1 .container .original ._2023 .photo-caption,
  #artifact1 .container .original ._2026 .photo-caption,
  #artifact1 .container .newState ._2023 .photo-caption,
  #artifact1 .container .newState ._2026 .photo-caption {
    max-width: 320px;
  }
  #artifact1 .container .reflection {
    height: auto;
    min-height: 0;
    padding: 24px;
  }
  #artifact1 .container .reflection h2 {
    margin-left: 0;
    margin-top: 24px;
  }
  #artifact1 .container .reflection p {
    width: 100%;
    margin-left: 0;
  }
  #artifact1 .container .retroPageButton,
  #artifact1 .container .JMButton {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  #artifact1 .container .retroPageButton a,
  #artifact1 .container .JMButton a {
    display: inline-block;
    width: 100%;
  }
  #artifact1 .container .JMButton {
    padding: 18px 16px;
  }
}
@media (max-width: 560px) {
  #artifact1 {
    max-height: none;
  }
  #artifact1 .hero-ghost {
    display: none;
  }
  #artifact1 .ribbon {
    top: 10%;
    width: 150%;
    height: 110px;
    left: -18%;
  }
  #artifact1 .doodle {
    display: none;
  }
  #artifact1 .intro {
    margin-top: 12vh;
    margin-left: 12px;
    margin-right: 12px;
    padding: 16px;
  }
  #artifact1 .intro h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #artifact1 .intro p {
    font-size: 16px;
    line-height: 1.65;
  }
  #artifact1 .container {
    margin-top: 18px;
    padding: 12px;
    border-radius: 10px;
  }
  #artifact1 .container .original,
  #artifact1 .container .newState,
  #artifact1 .container .reflection {
    padding: 14px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.65;
  }
  #artifact1 .container .original h2,
  #artifact1 .container .newState h2,
  #artifact1 .container .reflection h2 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  #artifact1 .container .original ._2023,
  #artifact1 .container .newState ._2026 {
    max-width: 100%;
  }
  #artifact1 .container .original ._2023 img,
  #artifact1 .container .newState ._2026 img {
    max-width: 100%;
  }
  #artifact1 .container .original ._2023 .photo-caption,
  #artifact1 .container .newState ._2026 .photo-caption {
    max-width: 100%;
    font-size: 12px;
  }
  #artifact1 .container .reflection {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: visible;
    height: 1000px;
    padding-bottom: 24px;
  }
  #artifact1 .container .reflection p {
    margin-top: 100px;
  }
  #artifact1 .container .retroPageButton {
    margin-top: 14px;
    padding: 14px 14px;
    font-size: 15px;
  }
  #artifact1 .container .JMButton {
    margin-top: 14px;
    padding: 14px 14px;
    font-size: 15px;
  }
}
#journeyMap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../images/background.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
#journeyMap .reflectionJM {
  margin: 80px auto;
  margin-top: 120px;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  animation: fadeInUp 0.8s ease-out backwards;
}
#journeyMap .reflectionJM h1 {
  font-family: garet;
  font-size: 42px;
  margin: 0;
  animation: fadeInUp 0.8s ease-out 0.1s backwards;
}
#journeyMap .reflectionJM p {
  max-width: 74ch;
  line-height: 1.75;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}
#journeyMap .reflectionJM p.page-meta {
  margin: 0;
  animation-delay: 0s;
}
#journeyMap .reflectionJM img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(238, 179, 240, 0.12);
  margin-top: 20px;
  animation: fadeInUp 0.8s ease-out 0.3s backwards;
}
#journeyMap .reflectionJM .artifact-caption {
  font-size: 14px;
  color: #666;
  font-style: italic;
  max-width: 600px;
  margin-top: -20px;
  animation: fadeInUp 0.8s ease-out 0.4s backwards;
}
#journeyMap .pinky {
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(135deg, #eeb3f0, #d99ed9);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  animation: fadeInDown 0.8s ease-out backwards;
}
#journeyMap .pinky h1 {
  font-size: 96px;
  color: white;
  margin: 0;
  font-weight: 900;
  letter-spacing: -2px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: slideInLeft 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}
#journeyMap .divide {
  width: 100%;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}
#journeyMap .divide .left,
#journeyMap .divide .right {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(238, 179, 240, 0.12);
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 300ms ease, background 300ms ease;
  will-change: transform, box-shadow;
  animation: fadeInUp 0.8s ease-out backwards;
}
#journeyMap .divide .left:nth-child(1),
#journeyMap .divide .right:nth-child(1) {
  animation-delay: 0.2s;
}
#journeyMap .divide .left:nth-child(2),
#journeyMap .divide .right:nth-child(2) {
  animation-delay: 0.4s;
}
#journeyMap .divide .left:hover,
#journeyMap .divide .right:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 48px rgba(238, 179, 240, 0.2);
  background: linear-gradient(135deg, rgba(238, 179, 240, 0.04), white);
}
#journeyMap .divide .left h1,
#journeyMap .divide .right h1 {
  padding: 28px;
  font-size: 32px;
  margin: 0;
  background: linear-gradient(135deg, #eeb3f0, #d99ed9);
  color: white;
  font-family: garet;
  animation: fadeInDown 0.7s ease-out backwards;
}
#journeyMap .divide .left img,
#journeyMap .divide .right img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
#journeyMap .divide .left img:hover,
#journeyMap .divide .right img:hover {
  transform: scale(1.05);
}
#journeyMap .divide .left iframe,
#journeyMap .divide .right iframe {
  width: 100% !important;
  border: none;
}
@media (max-width: 900px) {
  #journeyMap .divide {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
#journeyMap .text {
  max-width: 900px;
  margin: 120px auto 80px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text);
  animation: fadeInUp 0.8s ease-out backwards;
}
#journeyMap .text h1 {
  font-family: garet;
  font-size: 42px;
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease-out 0.1s backwards;
}
#journeyMap .text p {
  max-width: 74ch;
  color: #333;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}
#journeyMap .text p br {
  margin-bottom: 1em;
}

@media (max-width: 1020px) {
  #journeyMap .reflectionJM {
    margin-top: 100px;
    padding: 0 24px;
  }
  #journeyMap .reflectionJM h1 {
    font-size: clamp(32px, 6vw, 40px);
  }
  #journeyMap .pinky {
    margin-top: 72px;
  }
  #journeyMap .pinky h1 {
    font-size: clamp(56px, 10vw, 82px);
  }
  #journeyMap .divide {
    padding: 60px 24px;
    gap: 28px;
  }
  #journeyMap .divide .left h1,
  #journeyMap .divide .right h1 {
    font-size: clamp(24px, 3.4vw, 30px);
    padding: 20px;
  }
  #journeyMap .text {
    margin-top: 88px;
    padding: 0 24px;
  }
  #journeyMap .text h1 {
    font-size: clamp(30px, 5.8vw, 40px);
  }
}
@media (max-width: 700px) {
  #journeyMap .reflectionJM {
    margin-top: 86px;
    padding: 0 16px;
    gap: 24px;
  }
  #journeyMap .pinky {
    padding: 20px 0;
  }
  #journeyMap .pinky h1 {
    letter-spacing: -1px;
  }
  #journeyMap .divide {
    padding: 40px 16px;
  }
  #journeyMap .divide .left,
  #journeyMap .divide .right {
    border-radius: 10px;
  }
  #journeyMap .text {
    margin: 64px auto 56px;
    padding: 0 16px;
    font-size: 17px;
  }
  #journeyMap .text h1 {
    margin-bottom: 24px;
  }
}
:root {
  --bg-paper: #f6f5f3;
  --accent: #eeb3f0;
  --text: #0b0b0b;
  --muted: #333;
  --card-bg: #fbfaf9;
  --card-bg-soft: linear-gradient(180deg, #ffffff 0%, #f7f4f1 100%);
  --card-radius: 18px;
  --card-border: 1px solid rgba(0, 0, 0, 0.06);
  --card-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  --card-shadow-hover: 0 18px 36px rgba(0, 0, 0, 0.12);
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* container */
#artifact2 {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../images/background.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

#artifact2 .hero-ghost {
  font-family: garet, sans-serif;
  font-weight: 800;
  font-size: 18vw;
  line-height: 0.9;
  margin: 0;
  color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 20%;
  right: -1.5%;
  transform: translateZ(0);
  pointer-events: none;
  z-index: 0;
}

#artifact2 .hero-ghost span {
  display: block;
  font-weight: 900;
  text-align: end;
}

/* ribbon */
#artifact2 .ribbon {
  position: absolute;
  top: 16%;
  left: 0;
  width: 120%;
  height: 160px;
  z-index: 4;
  pointer-events: none;
  animation: slideInLeft 0.8s ease-out 0.2s backwards;
}

/* doodle */
#artifact2 .doodle {
  position: absolute;
  left: 35px;
  top: 45%;
  width: 84px;
  height: 160px;
  z-index: 7;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

#artifact2 .doodle svg {
  overflow: visible;
}

#artifact2 .intro {
  position: relative;
  z-index: 1000;
  max-width: 1000px;
  margin-top: 58vh;
  padding: 28px 2rem;
  margin-left: 100px;
  color: var(--text);
  background-color: var(--bg-paper);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.6s ease-out 0.4s backwards;
}
#artifact2 .intro p {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
}

#artifact2 .projectOver {
  position: relative;
  z-index: 1000;
  width: min(1100px, 92%);
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text);
  background: var(--card-bg-soft);
  border-radius: var(--card-radius);
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  animation: fadeInUp 1.6s ease-out 0.6s backwards;
  border-left: 5px solid var(--accent);
  transition: all 0.3s ease;
}
#artifact2 .projectOver:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}
#artifact2 .projectOver h2 {
  font-family: garet;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 28px;
  position: relative;
  padding-bottom: 12px;
  grid-column: 1/-1;
}
#artifact2 .projectOver h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d99ed9;
  border-radius: 2px;
}
#artifact2 .projectOver .projectContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: flex-start;
}
#artifact2 .projectOver .projectText p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
  font-family: garetB;
  font-weight: 300;
  margin: 0;
}
#artifact2 .projectOver .projectImage {
  width: 100%;
}
#artifact2 .projectOver .projectImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  display: block;
}

#artifact2 .design {
  position: relative;
  z-index: 1000;
  width: min(1100px, 92%);
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  color: var(--text);
  background: var(--card-bg-soft);
  border-radius: var(--card-radius);
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  animation: fadeInUp 1.6s ease-out 0.8s backwards;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  align-items: start;
}
#artifact2 .design:hover {
  box-shadow: var(--card-shadow-hover);
}
#artifact2 .design .projectImage {
  width: 350px;
  min-width: 350px;
  padding-left: 0;
  display: flex;
  grid-column: 2;
  grid-row: 1/5;
}
#artifact2 .design .projectImage img {
  width: 100%;
  height: auto;
  max-height: 520px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
#artifact2 .design .projectImage .artifact-caption {
  display: none;
}
#artifact2 .design .projectImage:hover img {
  transform: scale(1.02);
}
#artifact2 .design h2 {
  font-family: garet;
  font-size: 28px;
  margin: 0 0 0 0;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--accent);
  color: var(--text);
  grid-column: 1;
  margin-bottom: -8px;
}
#artifact2 .design p {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.8;
  font-family: garetB;
  font-weight: 300;
  margin: 0 0 30px 0;
  grid-column: 1;
}
#artifact2 .design button {
  background: linear-gradient(135deg, var(--accent) 0%, #f5a8e9 100%);
  color: var(--text);
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-family: garet;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(238, 179, 240, 0.3);
  grid-column: 1;
  width: fit-content;
}
#artifact2 .design button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(238, 179, 240, 0.4);
}
#artifact2 .design button:active {
  transform: translateY(0);
}
#artifact2 .design button a {
  color: var(--text);
  text-decoration: none;
  display: inline;
}

#artifact2 .container {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  margin-top: 100px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
#artifact2 .container .original {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
  font-weight: 200;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  opacity: 0;
}
#artifact2 .container .original h2 {
  font-family: garet;
  grid-column: 1/-1;
}
#artifact2 .container .original p {
  grid-column: 1;
}
#artifact2 .container .original ._2023 {
  grid-column: 2;
  width: 300px;
}
#artifact2 .container .original ._2023 img {
  width: 300px;
  display: block;
}
#artifact2 .container .newState {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 2rem;
  font-family: garetB;
  font-weight: 200;
  background-color: var(--accent);
  border-radius: 40px;
  padding: 30px;
  color: var(--text);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  opacity: 0;
}
#artifact2 .container .newState h2 {
  font-family: garet;
  grid-column: 1/-1;
}
#artifact2 .container .newState p {
  grid-column: 1;
}
#artifact2 .container .newState ._2026 {
  grid-column: 2;
}
#artifact2 .container .newState ._2026 img {
  width: 300px;
  display: block;
}
#artifact2 .container .reflection {
  margin-top: 2rem;
  padding: 30px;
  height: 100vh;
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
  color: var(--muted, #333);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/paper.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#artifact2 .container .reflection h2 {
  font-family: garet;
  margin-top: 70px;
  margin-left: 130px;
}
#artifact2 .container .reflection p {
  width: 80%;
  margin-left: 130px;
}
#artifact2 .container .JMButton {
  margin-top: 60px;
  padding: 30px 24px;
  background-color: #eeb3f0;
  color: var(--text);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: garet;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  display: flex;
  margin: 0 auto;
}
#artifact2 .container .JMButton a {
  color: var(--text);
  text-decoration: none;
}
#artifact2 .container .JMButton:hover {
  background-color: #d99ed9;
}

#artifact2 .reflec {
  margin-top: 2rem;
  padding: 60px 70px;
  min-height: auto;
  font-size: 19px;
  line-height: 1.85;
  font-family: garetB;
  color: var(--muted, #333);
  width: min(1100px, 92%);
  margin-left: auto;
  margin-right: auto;
  background: var(--card-bg-soft);
  box-shadow: var(--card-shadow);
  border-radius: var(--card-radius);
  border: var(--card-border);
}
#artifact2 .reflec h2 {
  font-family: garet;
  margin-top: 0;
  margin-left: 0;
  font-size: 30px;
  letter-spacing: 0.3px;
}
#artifact2 .reflec p {
  width: 100%;
  margin-left: 0;
  max-width: 900px;
}

/* responsive */
@media (max-width: 980px) {
  #artifact2 .hero-ghost {
    font-size: 36vw;
    top: -20%;
    right: -16%;
  }
  #artifact2 .intro {
    margin-top: 36vh;
    padding: 0 3rem;
  }
  #artifact2 .projectOver,
  #artifact2 .design {
    padding: 32px;
  }
  #artifact2 .design {
    grid-template-columns: 1fr;
  }
  #artifact2 .design .projectImage {
    width: 100%;
    min-width: 0;
    grid-column: 1;
    grid-row: auto;
  }
  #artifact2 .reflec {
    padding: 40px 44px;
  }
  #artifact2 .doodle {
    left: 18px;
    top: 30%;
    transform: scale(0.9);
  }
}
@media (max-width: 560px) {
  .hero {
    padding: 80px 24px;
  }
  #artifact2 .hero-ghost {
    display: none;
  }
  #artifact2 .intro {
    margin-top: 18vh;
  }
  #artifact2 .projectOver,
  #artifact2 .design {
    padding: 24px;
  }
  #artifact2 .reflec {
    padding: 28px 24px;
    font-size: 18px;
  }
}
:root {
  --bg-paper: #f6f5f3;
  --accent: #eeb3f0;
  --text: #0b0b0b;
  --muted: #333;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* container */
#artifact3 {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../images/background.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

#artifact3 .hero-ghost {
  font-family: garet, sans-serif;
  font-weight: 800;
  font-size: 18vw;
  line-height: 0.9;
  margin: 0;
  color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 20%;
  right: -1.5%;
  transform: translateZ(0);
  pointer-events: none;
  z-index: 0;
  animation: slideInFromRight 0.8s ease-out;
}

#artifact3 .hero-ghost span {
  display: block;
  font-weight: 900;
  text-align: end;
}

/* ribbon */
#artifact3 .ribbon {
  position: absolute;
  top: 16%;
  left: 0;
  width: 120%;
  height: 160px;
  z-index: 4;
  pointer-events: none;
  animation: slideInLeft 0.8s ease-out 0.2s backwards;
}

/* doodle */
#artifact3 .doodle {
  position: absolute;
  left: 35px;
  top: 45%;
  width: 84px;
  height: 160px;
  z-index: 7;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

#artifact3 .doodle svg {
  overflow: visible;
}

#artifact3 .intro {
  position: relative;
  z-index: 1000;
  max-width: 1000px;
  margin-top: 58vh;
  padding: 28px 2rem;
  margin-left: 100px;
  color: var(--text);
  background-color: var(--bg-paper);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.6s ease-out 0.4s backwards;
}
#artifact3 .intro h2 {
  font-family: garet;
  font-size: 32px;
  margin-bottom: 16px;
}
#artifact3 .intro p {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.6;
  font-family: garetB;
}

#artifact3 .container {
  background-color: rgb(255, 255, 255);
  padding: 2rem 4rem;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
#artifact3 .container .project-section {
  padding: 40px 0;
  border-bottom: 2px solid #f0f0f0;
  animation: fadeInUp 1s ease-out backwards;
}
#artifact3 .container .project-section:last-of-type {
  border-bottom: none;
}
#artifact3 .container .project-section h2 {
  font-family: garet;
  font-size: 28px;
  color: var(--text);
  margin-bottom: 20px;
  font-weight: 700;
}
#artifact3 .container .project-section p {
  color: var(--muted, #333);
  font-size: 18px;
  line-height: 1.8;
  font-family: garetB;
  font-weight: 200;
  margin-bottom: 16px;
}
#artifact3 .container .project-section p a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
#artifact3 .container .project-section p a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#artifact3 .container .project-section .figma-embed {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#artifact3 .container .project-section .figma-embed iframe {
  display: block;
  width: 100%;
  border: none !important;
}
#artifact3 .container .project-section .projectImage {
  margin-top: 28px;
  width: 100%;
}
#artifact3 .container .project-section .projectImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  display: block;
}
#artifact3 .container .project-section:nth-child(2) {
  animation-delay: 0.1s;
}
#artifact3 .container .project-section:nth-child(3) {
  animation-delay: 0.2s;
}
#artifact3 .container .reflection {
  margin-top: 60px;
  padding: 40px;
  background-color: var(--accent);
  border-radius: 16px;
  animation: fadeInUp 1s ease-out 0.3s backwards;
}
#artifact3 .container .reflection h2 {
  font-family: garet;
  font-size: 28px;
  color: var(--text);
  margin-bottom: 20px;
  font-weight: 700;
}
#artifact3 .container .reflection p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
  font-family: garetB;
  font-weight: 200;
}

/* responsive */
@media (max-width: 980px) {
  #artifact3 .hero-ghost {
    font-size: 36vw;
    top: -20%;
    right: -16%;
  }
  #artifact3 .intro {
    margin-top: 36vh;
    padding: 0 3rem;
    margin-left: 50px;
  }
  #artifact3 .doodle {
    left: 18px;
    top: 30%;
    transform: scale(0.9);
  }
  #artifact3 .container {
    padding: 2rem;
  }
}
@media (max-width: 560px) {
  #artifact3 .hero-ghost {
    display: none;
  }
  #artifact3 .intro {
    margin-top: 18vh;
    margin-left: 0;
    padding: 20px 1.5rem;
  }
  #artifact3 .doodle {
    display: none;
  }
  #artifact3 .ribbon {
    width: 150%;
  }
  #artifact3 .container {
    padding: 1.5rem;
    margin-top: 50px;
  }
  #artifact3 .container .project-section {
    padding: 30px 0;
  }
  #artifact3 .container .project-section .projectImage {
    margin-top: 20px;
  }
  #artifact3 .container .project-section h2 {
    font-size: 22px;
  }
  #artifact3 .container .project-section p {
    font-size: 16px;
  }
  #artifact3 .container .reflection {
    padding: 25px;
  }
  #artifact3 .container .reflection h2 {
    font-size: 22px;
  }
  #artifact3 .container .reflection p {
    font-size: 16px;
  }
}
.retrospective-section {
  --retro-ink: #0b0b0b;
  --retro-paper: #fffdfd;
  --retro-soft: #f7f1f7;
  --retro-accent: #eeb3f0;
  --retro-accent-strong: #d99ed9;
  --retro-border: rgba(11, 11, 11, 0.12);
  min-height: 100vh;
  padding: 128px 5% 88px;
  position: relative;
  background: radial-gradient(circle at 6% 12%, rgba(238, 179, 240, 0.22) 0, rgba(238, 179, 240, 0) 32%), radial-gradient(circle at 94% 24%, rgba(238, 179, 240, 0.16) 0, rgba(238, 179, 240, 0) 28%), linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 245, 243, 0.94));
}

.retrospective-container {
  width: min(1160px, 100%);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--retro-border);
  border-radius: 18px;
  padding: clamp(22px, 3.5vw, 44px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.retrospective-section .eyebrow {
  font-family: garet;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #333;
}

.retrospective-section h1 {
  font-family: garet;
  font-size: clamp(44px, 7.6vw, 104px);
  line-height: 0.92;
  max-width: 11ch;
  margin-bottom: 26px;
  color: var(--retro-ink);
}

.retrospective-section .intro {
  width: min(900px, 100%);
  margin: 0 0 34px;
  font-family: garetB;
  font-size: 19px;
  line-height: 1.75;
  color: var(--muted, #333);
}

.pull-quote {
  margin: 0 0 36px;
  border-radius: 16px;
  border: 1px solid var(--retro-border);
  padding: 28px;
  background: linear-gradient(100deg, rgba(238, 179, 240, 0.25), rgba(238, 179, 240, 0.08)), #fff;
  position: relative;
}
.pull-quote p {
  margin: 0;
  font-family: garet;
  font-size: clamp(22px, 3vw, 33px);
  line-height: 1.4;
  color: var(--retro-ink);
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.goal-card {
  background: var(--retro-paper);
  border: 1px solid var(--retro-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
  position: relative;
}
.goal-card::before {
  content: "";
  width: 52px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--retro-accent-strong);
  display: block;
  margin-bottom: 12px;
}
.goal-card h2 {
  font-family: garet;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--retro-ink);
}
.goal-card p {
  margin: 0 0 12px;
  font-family: garetB;
  font-size: 16px;
  line-height: 1.68;
  color: var(--muted, #333);
}
.goal-card p:last-child {
  margin-bottom: 0;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.experience-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--retro-border);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.experience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.11);
}
.experience-card .experience-image {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: var(--retro-soft);
}
.experience-card .experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.03);
}
.experience-card h3 {
  font-family: garet;
  font-size: 24px;
  line-height: 1.2;
  padding: 16px 18px 0;
  margin-bottom: 8px;
  color: var(--text, #0b0b0b);
}
.experience-card p {
  font-family: garetB;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted, #333);
  margin: 0;
  padding: 0 18px 18px;
}

.reflection-section,
.closing-section {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 14px;
  background-color: #fff;
  border: 1px solid var(--retro-border);
}

.reflection-section h2,
.closing-section h2 {
  font-family: garet;
  font-size: clamp(30px, 3.8vw, 42px);
  line-height: 1.05;
  margin-bottom: 12px;
  color: var(--retro-ink);
}

.reflection-section p,
.closing-section p {
  font-family: garetB;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted, #333);
  margin-bottom: 12px;
}

.reflection-section p:last-child,
.closing-section p:last-child {
  margin-bottom: 0;
}

.quote-strip {
  margin-bottom: 24px;
  border-radius: 14px;
  padding: 24px;
  background: linear-gradient(100deg, rgba(238, 179, 240, 0.38), rgba(217, 158, 217, 0.32)), #f8ecf8;
  border: 1px solid var(--retro-border);
}
.quote-strip p {
  margin: 0;
  font-family: garet;
  font-size: clamp(20px, 2.8vw, 29px);
  line-height: 1.45;
  color: var(--text, #0b0b0b);
}

.closing-section .back-to-top {
  display: inline-block;
  text-decoration: none;
  margin-top: 6px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 2px solid var(--retro-accent-strong);
  color: var(--text, #0b0b0b);
  font-family: garet;
  background-color: #fff;
  transition: all 0.2s ease;
}
.closing-section .back-to-top:hover {
  background-color: var(--retro-accent);
  color: var(--text, #0b0b0b);
  transform: translateY(-1px);
}

@media (max-width: 1020px) {
  .goal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .retrospective-section {
    padding-top: 114px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .retrospective-container {
    padding: 22px;
  }
  .goal-grid {
    grid-template-columns: 1fr;
  }
  .retrospective-section .intro,
  .reflection-section p,
  .closing-section p,
  .goal-card p,
  .experience-card p {
    font-size: 16px;
  }
}
