/* ====== Google Fonts DM Sans======*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oleo+Script:wght@400;700&display=swap");
/* ====== Google Fonts Inter ====== */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Silkscreen:wght@400;700&display=swap");

:root {
  --black: #171514;
  --white: #f8f5f0;
  --ink: #171514;
  --muted: #6f6964;
  --surface: #ffffff;
  --accent: #c23f77;
}

body {
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.text-white {
  color: var(--ink) !important;
}
.rounded-25 {
  border-radius: 25px;
}
/* Fonts Custom Classes */
.font-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--ink);
}

/* Color Classes */
.cpurple {
  color: var(--accent);
}
nav {
  font-family: "Playfair Display", Georgia, serif;
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1320px;
  margin: 0px !important;
  margin: 0 auto;
  z-index: 99;
}
nav .navbar-brand:hover {
  color: var(--accent) !important;
}
nav.bg-dark {
  backdrop-filter: blur(10px) !important;
  background-color: rgba(248, 245, 240, 0.88) !important;
}

nav .navbar-brand {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.015em;
}

nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.01em;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link:nth-child(-n + 4) {
  color: var(--ink) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--accent) !important;
}
#resume {
  color: var(--white) !important;
  background: var(--ink) !important;
}

#resume:hover {
  background: transparent !important;
  border: 1px solid var(--accent);
  color: var(--accent) !important;
}

/* Hero Section */
.hero-section {
  margin-top: 70px;
  font-family: "Inter", sans-serif;
}
.hero-section h2 {
  font-size: 11vw;
  font-weight: 700;
}

.hero-section .svgs-icons img {
  width: 150px;
}

.work-item {
  position: relative;
  overflow: hidden; /* Ensure content doesn't overflow */
  transition: all 0.3s ease-in-out; /* Smooth transitions */
}

.work-main {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.work-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
  cursor: pointer;
}

.work-main .circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  visibility: hidden; /* Hide initially */
}

.work-item:hover .work-main img {
  transform: scale(1.1); /* Zoom in image and scale text on hover */
}

.work-item:hover .circle {
  transform: rotate(-45deg); /* Rotate circle on hover */
  visibility: visible; /* Show circle on hover */
}
.work-item:hover .circle svg {
  color: black;
  width: 40px;
}
.text-container {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.text-top {
  display: block;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.text-bottom {
  display: block;
  opacity: 0; /* Start hidden */
  transform: translateY(40px); /* Start slightly below */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.work-item:hover .text-top {
  transform: translateY(-40px); /* Move up on hover */
  opacity: 0; /* Optional: Change opacity */
}

.work-item:hover .text-bottom {
  opacity: 1; /* Make visible on hover */
  transform: translateY(-20px); /* Move into view on hover */
}
.work-info svg {
  width: 20px;
}

.work-info {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.25;
}

/* Legacy pages still carry AOS attributes. Keep their content immediately visible. */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ==========About us========= */
.about-us {
  font-family: "DM Sans", sans-serif;
}
.about-us h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
.about-us p {
  font-size: 24px;
  line-height: 36px;
  font-family: 500;
  color: rgb(136, 136, 136);
}

/* ======= Footer====== */

footer p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
footer ul li a {
  color: var(--ink);
}

footer ul li a:hover {
  color: #ff69b4;
}
#boxes .featured-heading {
  margin: 0 0 32px;
  color: var(--accent);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* ======= About page ======= */
.about-page {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 24px 0;
  font-family: "DM Sans", sans-serif;
}

.about-kicker {
  margin: 0 0 22px;
  color: var(--accent);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3;
}

.about-editorial {
  padding-bottom: clamp(64px, 7vw, 92px);
}

.about-editorial__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.about-editorial h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}

.about-editorial__lede {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 1.7vw, 25px);
  line-height: 1.5;
}

.about-editorial__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 92px);
  margin-top: clamp(68px, 8vw, 104px);
}

.about-editorial__columns > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-editorial__columns p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.about-editorial__columns em {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08em;
  font-weight: 500;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
  padding-bottom: clamp(88px, 11vw, 156px);
}

.about-hero h1,
.about-section-heading h2,
.about-offscreen h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.about-hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 7.1vw, 104px);
  line-height: .98;
}

.about-hero h1 em,
.about-section-heading h2 em,
.about-offscreen h2 em {
  color: var(--accent);
  font-weight: 400;
}

.about-intro-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 820px;
  margin-top: 48px;
}

.about-intro-copy p,
.about-story__copy p,
.about-offscreen__intro > p:not(.about-kicker):not(.about-signoff) {
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.55;
}

.about-portrait {
  width: min(100%, 300px);
  margin: 0 0 0 auto;
}

.about-portrait__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 10px;
  border: 2px solid var(--ink);
  background: #fff8f3;
  box-shadow: 12px 12px 0 var(--accent);
  transform: rotate(2deg);
}

.about-portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-portrait figcaption {
  width: max-content;
  margin: 24px auto 0;
  padding: 10px 13px;
  border: 2px solid var(--ink);
  background: #fff8f3;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 11px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(56px, 8vw, 120px);
  padding: clamp(80px, 9vw, 128px) 0;
  border-top: 1px solid rgba(23, 21, 20, .2);
}

.about-section-heading h2,
.about-offscreen h2 {
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.02;
}

.about-story__copy {
  display: grid;
  gap: 24px;
  align-content: end;
}

.about-resume {
  padding-top: clamp(56px, 6vw, 80px);
  padding-bottom: clamp(88px, 9vw, 124px);
}

.about-resume__group + .about-resume__group {
  margin-top: 48px;
}

.about-list {
  border-top: 1px solid var(--ink);
}

.about-list__row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23, 21, 20, .2);
}

.about-list__logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.about-list__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-list__logo--dark {
  background: #050505;
}

.about-list__logo--penn {
  background: #fff;
}

.about-list__logo--penn img {
  transform: scale(2.25);
}

.about-list__row h3 {
  margin: 0 0 3px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 500;
}

.about-list__row p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.about-list__date {
  text-align: right;
  white-space: nowrap;
}

.about-campus {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(56px, 8vw, 120px);
  padding: clamp(80px, 9vw, 128px) 0;
  border-top: 1px solid rgba(23, 21, 20, .2);
}

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

.about-campus__grid article {
  min-height: 145px;
  padding: 22px;
  border: 1px solid rgba(23, 21, 20, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .42);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.about-campus__grid article:hover {
  border-color: var(--accent);
  box-shadow: 5px 5px 0 var(--accent);
  transform: translate(-3px, -3px);
}

.about-campus__grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.about-campus__grid p {
  margin: 10px 0 0;
  color: var(--accent);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .04em;
}

.about-offscreen {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(56px, 8vw, 110px);
  padding: clamp(80px, 9vw, 128px) 0 clamp(104px, 11vw, 160px);
  border-top: 1px solid rgba(23, 21, 20, .2);
}

.about-offscreen__intro > p:not(.about-kicker):not(.about-signoff) {
  max-width: 590px;
  margin-top: 36px;
}

.about-signoff {
  margin-top: 28px;
  color: var(--accent);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-style: italic;
}

.about-carousel {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  width: 100%;
  margin: clamp(72px, 9vw, 124px) auto 0;
}

.about-carousel__track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: about-photo-scroll 22s linear infinite;
}

.about-carousel:hover .about-carousel__track {
  animation-play-state: paused;
}

.about-carousel__set {
  display: flex;
  gap: 14px;
}

.about-carousel__slide {
  flex: 0 0 280px;
  width: 280px;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #e9e4dd;
}

.about-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.about-carousel__slide:hover img {
  transform: scale(1.035);
}

@keyframes about-photo-scroll {
  to { transform: translateX(calc(-50% - 7px)); }
}

@media (max-width: 900px) {
  .about-page {
    padding-top: 64px;
  }

  .about-hero,
  .about-story,
  .about-campus,
  .about-offscreen {
    grid-template-columns: 1fr;
  }

  .about-editorial__masthead,
  .about-editorial__columns {
    grid-template-columns: 1fr;
  }

  .about-editorial__masthead {
    align-items: start;
  }

  .about-editorial__masthead .about-portrait {
    width: min(74vw, 380px);
    margin: 0 auto;
  }

  .about-portrait {
    width: min(74vw, 380px);
    margin: 0 auto;
  }

  .about-story__copy {
    max-width: 720px;
  }

  .about-offscreen__intro {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .about-page {
    padding: 48px 20px 0;
  }

  .about-hero {
    gap: 48px;
    padding-bottom: 84px;
  }

  .about-hero h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .about-editorial h1 {
    font-size: clamp(50px, 15vw, 62px);
  }

  .about-editorial__masthead {
    gap: 50px;
  }

  .about-editorial__columns {
    gap: 30px;
    margin-top: 76px;
  }

  .about-intro-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .about-story,
  .about-campus,
  .about-offscreen {
    gap: 36px;
    padding: 76px 0;
  }

  .about-section-heading h2,
  .about-offscreen h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .about-list__row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .about-list__logo {
    width: 44px;
    height: 44px;
  }

  .about-list__date {
    grid-column: 2;
    text-align: left;
  }

  .about-campus__grid {
    grid-template-columns: 1fr;
  }

  .about-campus__grid article {
    min-height: 112px;
  }

  .about-carousel {
    height: 330px;
  }

  .about-carousel__track,
  .about-carousel__set {
    gap: 9px;
  }

  .about-carousel__slide {
    flex-basis: 230px;
    width: 230px;
    border-radius: 14px;
  }

  @keyframes about-photo-scroll {
    to { transform: translateX(calc(-50% - 4.5px)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-carousel__track {
    animation: none;
  }
}

/* city circle============================ */
.phone-image {
  max-width: 100%;
  border-radius: 20px;
}
.phone-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
}
.screen-image {
  max-width: 100%;
  border-radius: 20px;
}
.screen-image img {
  display: block;
  width: 100%;
  min-height: 300px;
  border-radius: 20px;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
}
.content-section {
  font-family: "DM Sans", sans-serif;
}
.font-52 {
  font-size: 56px;
  font-weight: 500;
  line-height: 73px;
}
.font-32 {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 42px;
  color: var(--ink);
}
.font-24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-style: normal;
  color: var(--ink);
}
.font-16 {
  font-style: normal;
  font-weight: 400;
  color: var(--ink);
  font-size: 16px;
  line-height: 22px;
}
.font-16-1 {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

/* kitty care========================== */
.kitty-care {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitty-care img {
  width: 90%;
}

.care4 {
  width: 80%;
}
.work-heading {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(48px, 5.5vw, 76px) 24px clamp(42px, 5vw, 68px);
}

.work-heading__kicker {
  margin-bottom: 24px;
  color: var(--accent);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3;
}

.work-heading h1 {
  max-width: 1280px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(52px, 6.2vw, 90px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.work-heading__typed {
  display: inline;
  color: var(--accent);
}

.work-heading h1 em {
  color: var(--accent);
  font-weight: 400;
}

.work-heading .typed-cursor {
  color: var(--accent);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
}

.work-page-body #boxes {
  padding-bottom: clamp(44px, 5vw, 68px);
}

#typedd-words:hover {
  color: #ff69b4;
  cursor: pointer;
}

cf
svg {
  cursor: pointer;
}

.research-image {
  max-width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 0px 5px #eeee;
  cursor: pointer;
}
.GreenSubheader {
  font-family: "DM Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #a5b038 !important;
  font-weight: 500;
  border-bottom: 0px solid #e39a2e;
}
.YellowSubheader {
  font-family: "DM Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #f1a01f !important;
  font-weight: 500;
  border-bottom: 0px solid #ff69b4;
}
.OrangeSubheader {
  font-family: "DM Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 30px !important;
  letter-spacing: 0px;
  color: #ff69b4 !important;
  border-bottom: 0px solid #e39a2e;
  font-weight: 700;
}
.PCBlueSubheader {
  font-family: "DM Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #1395d3 !important;
  font-weight: 700 !important;
  border-bottom: 0px solid #e39a2e !important;
}
.card-item-yellow {
  color: #f1a01f;
  position: relative;
  width: 100%;
}

.timeline-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #436285 !important;
  position: relative;
}
.timeline-card-last {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #436285 !important;
  position: relative;
}

.timeline:before {
}
.timeline-card::before {
  content: "";
  width: 0.18rem;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  z-index: -1;
}
.timeline-card:first-of-type::before {
  content: "";
  width: 0.18rem;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  top: 0%;
  z-index: -1;
}
.last-card-item::before {
  content: "";
  width: 0.18rem;
  height: 0%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  bottom: 50%;
  z-index: -1;
}
.circle-custom {
  font-size: 0.5rem !important;
}
.timeline-item {
  display: grid;
  align-items: center;
  gap: 0.5em;
  align-content: center;
  justify-items: start;
  justify-content: space-between;
  grid-template-columns: 5% 1fr;
}
.main-icon {
  margin-right: 0.1em;
  font-size: 2.45rem !important;
}
.card-item-orange {
  color: #f26723;
  position: relative;
  width: 100%;
}

.card-item-pcblue {
  color: #1395d3;
  position: relative;
  width: 100%;
}

.card-item-green {
  color: #a5b038;
  position: relative;
  width: 100%;
}
.cgrey {
  color: #ccc;
}
/* 
.timeline::after {
content: "";
position: absolute;
height: 500px;
width: 3px;
background-color: #d5d5d5;
top: 6.1%;
z-index: -1;
} */
.subcard {
  position: relative;
  padding: 1.5em;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid rgba(23, 21, 20, 0.1);
  width: -webkit-fill-available;
  min-height: 3.3rem;
  font-family: "DM Sans", sans-serif;
}
.subcard p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.timeline {
  display: block !important;
}

.subcard {
  position: static !important;
  display: block;
}
.circle-custom i {
  color: #ff69b4;
}
#sresearch {
  font-size: 71px;
  line-height: 85px;
  font-weight: 700;
  font-family: sans-serif;
}
#sresearch span {
  font-weight: 400;
}
@media (max-width: 1125px) {
  .timeline-item {
    grid-template-columns: 8% 1fr;
  }
}
@media (max-width: 850px) {
  .timeline-item {
    grid-template-columns: 8% 1fr;
  }
}

@media (max-width: 800px) {
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .timeline-item .main-icon {
    margin: 0 auto;
  }

  .timeline-card::before {
    display: none;
  }
  .fa.fas.fa-circle.fa-stack-2x {
    display: none;
  }
  .timeline-item img {
    width: 100% !important;
  }
}

/* General List Styles for Content Sections */
.content-section ul {
  list-style-type: disc; /* Use bullets for content sections */
  color: var(--ink);
  margin-left: 1.5rem; /* Add indentation */
  padding-left: 1rem; /* Proper alignment */
}

.content-section ul li {
  margin-bottom: 0.5rem; /* Add spacing between list items */
}

/* Footer Specific List Styles */
footer ul {
  list-style: none !important; /* Ensures bullets are removed */
  margin: 0; /* Reset margin */
  padding: 0; /* Reset padding */
}

footer ul li {
  margin-bottom: 0.25rem; /* Add some spacing for links */
}

footer ul li a {
  color: var(--ink);
  text-decoration: none; /* Remove underline */
}

footer ul li a:hover {
  color: #ff69b4; /* Pink highlight on hover */
}

.nda-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid rgba(23, 21, 20, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
}
.nda-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #ff69b4;
}
.nda-icon svg {
  fill: currentColor;
}
.nda-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
}
.nda-link {
  color: inherit;
  text-decoration: underline;
}
.nda-link:hover {
  color: #ff6bb5;
}








.reflections {
  margin-top: 60px;
  width: 100%;
}

.reflections p {
  line-height: 1.6;
  margin: 20px 0;
  width: 100%;
}

.photo-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0;
  width: 100%;
}

.photo-row img {
  width: 32%;          /* ensures 3 fit across in one row */
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* Interactive pixel hero */
.pixel-hero {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  min-height: calc(100svh - 88px);
  padding-top: 64px;
  padding-bottom: 80px;
}

#boxes {
  width: 100%;
  max-width: 1320px;
}

.pixel-hero__content {
  width: 100%;
  max-width: none;
  transform: translateY(-12px);
}

.pixel-hero__headline {
  width: 100%;
  max-width: 1250px;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5.75vw, 86px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.pixel-hero__headline > span,
.typed-line {
  display: block;
}

.pixel-hero__headline > span:first-child {
  white-space: nowrap;
}

.typed-line {
  display: grid;
  width: max-content;
  min-height: 1.12em;
  white-space: nowrap;
}

.typed-live,
.typed-measure {
  grid-area: 1 / 1;
}

.typed-measure {
  visibility: hidden;
  pointer-events: none;
}

.typed-word,
.typed-measure em {
  color: var(--accent);
  font-style: italic;
}

.typed-cursor {
  margin-left: 2px;
  font-style: normal;
  animation: typed-blink 0.9s step-end infinite;
}

@keyframes typed-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.pixel-story {
  position: relative;
  width: 100%;
  height: 150px;
}

.pixel-story__track {
  position: relative;
  width: 100%;
  height: 150px;
  cursor: pointer;
}

.pixel-story__hint {
  position: absolute;
  top: 2px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: rgba(23, 21, 20, 0.5);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 12px;
  pointer-events: none;
  animation: pixel-hint-pulse 1.6s steps(2) infinite;
  transition: opacity 0.18s steps(2);
}

.pixel-story__track.has-interacted + .pixel-story__hint {
  opacity: 0;
  animation: none;
}

@keyframes pixel-hint-pulse {
  0%, 55% { opacity: 0.42; }
  56%, 100% { opacity: 0.82; }
}

.pixel-story__traveler {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 62px;
  color: var(--ink);
  transition: left var(--walk-duration, 0.8s) linear;
  will-change: left;
}

.pixel-story__bubble {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 50%;
  width: max-content;
  max-width: 230px;
  min-height: 34px;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  background: #fffdf9;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.1s steps(2), transform 0.12s steps(2);
}

.pixel-story__bubble.is-changing {
  opacity: 0;
}

.pixel-story__bubble::before,
.pixel-story__bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 6px;
  height: 6px;
}

.pixel-story__bubble::before {
  left: calc(50% - 3px);
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.pixel-story__bubble::after {
  bottom: -5px;
  left: calc(50% - 2px);
  width: 4px;
  height: 5px;
  background: #fffdf9;
}

.pixel-story__traveler.bubble-zone-0 .pixel-story__bubble {
  left: 0;
  transform: none;
}

.pixel-story__traveler.bubble-zone-0 .pixel-story__bubble::before { left: 25px; }
.pixel-story__traveler.bubble-zone-0 .pixel-story__bubble::after { left: 26px; }

.pixel-story__traveler.bubble-zone-2 .pixel-story__bubble {
  right: 0;
  left: auto;
  transform: none;
}

.pixel-story__traveler.bubble-zone-2 .pixel-story__bubble::before {
  right: 25px;
  left: auto;
}

.pixel-story__traveler.bubble-zone-2 .pixel-story__bubble::after {
  right: 26px;
  left: auto;
}

.pixel-story__message {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.pixel-story__message.is-active {
  display: flex;
}

.pixel-story__message img {
  width: 19px;
  height: 19px;
  border: 1px solid var(--ink);
  object-fit: cover;
  image-rendering: pixelated;
}

.pixel-story__sprite {
  display: block;
  width: 62px;
  height: 83px;
  background-image: url("../images/pixel/nishat-unified-cycle-v2.png");
  background-repeat: no-repeat;
  background-position: 0 14px;
  background-size: 248px 83px;
  image-rendering: pixelated;
  transform-origin: center bottom;
}

.pixel-story__traveler.is-facing-left.is-walking .pixel-story__sprite {
  transform: scaleX(-1);
}

.pixel-story__traveler.is-walking .pixel-story__sprite {
  animation: pixel-walk-cycle 0.48s step-end infinite;
}

@keyframes pixel-walk-cycle {
  0%, 32% { background-position: -62px 14px; }
  33%, 65% { background-position: -124px 14px; }
  66%, 100% { background-position: -186px 14px; }
}

@media (max-width: 640px) {
  .pixel-hero {
    min-height: calc(100svh - 80px);
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .pixel-hero__content {
    width: 100%;
  }

  .pixel-hero__headline {
    font-size: clamp(31px, 9.2vw, 42px);
    letter-spacing: -0.025em;
  }

  .pixel-hero__headline > span:first-child {
    white-space: normal;
  }

  .pixel-story__hint {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pixel-story__traveler { transition: none; }
  .pixel-story__sprite { animation: none !important; }
}

@media (max-width: 768px) {
  .photo-row {
    flex-direction: column;
  }
  .photo-row img {
    width: 100%;
  }
}

/* Pink pixel garden footer */
.pixel-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(52px, 6vw, 88px);
  padding: 0 !important;
  background: var(--accent);
  color: #fff8f3;
  font-family: "DM Sans", sans-serif;
}

.work-page-body .pixel-footer {
  margin-top: 0;
}

.pixel-footer a,
.pixel-footer p {
  color: inherit;
}

.pixel-footer__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(68px, 8vw, 108px) 24px clamp(72px, 8vw, 108px);
}

.pixel-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(56px, 8vw, 120px);
  align-items: end;
}

.pixel-footer__eyebrow,
.pixel-footer__links p,
.pixel-footer__bubble {
  font-family: "Silkscreen", "Courier New", monospace;
}

.pixel-footer__eyebrow {
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: .06em;
}

.pixel-footer__intro h2 {
  max-width: 860px;
  margin: 0;
  color: #fff8f3;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(48px, 6.2vw, 84px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}

.pixel-footer__intro h2 span {
  display: block;
  color: #2a1520;
}

.pixel-footer__copy {
  max-width: 680px;
  margin: 30px 0 0;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.pixel-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 13px 18px;
  border: 2px solid #2a1520;
  background: #fff8f3;
  box-shadow: 5px 5px 0 #2a1520;
  color: #2a1520 !important;
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 11px;
  text-decoration: none;
  transition: transform 130ms steps(2), box-shadow 130ms steps(2);
}

.pixel-footer__cta:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #2a1520;
}

.pixel-footer__links {
  position: static !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  width: 300px;
  justify-self: end;
}

.pixel-footer__links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.pixel-footer__links div:last-child {
  align-items: flex-end;
  text-align: right;
}

.pixel-footer__links p {
  margin-bottom: 7px;
  font-size: 10px;
  opacity: .72;
}

.pixel-footer__links a {
  width: max-content;
  font-size: 16px;
  text-decoration: none;
}

.pixel-footer__links a:hover {
  color: #2a1520;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 720px) {
  .pixel-footer__top {
    grid-template-columns: 1fr;
  }

  .pixel-footer__intro h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .pixel-footer__links {
    max-width: 360px;
    width: 100%;
    justify-self: stretch;
  }
}

/* Compact pixel A-frame sign */
.playground-page-body .pixel-footer {
  margin-top: 0;
}

.playground-construction {
  display: grid;
  min-height: calc(100svh - 88px);
  place-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 124px) 24px clamp(80px, 10vw, 140px);
}

.playground-construction__scene {
  position: relative;
  width: min(100%, 250px);
  padding: 12px 18px 24px;
}

.folding-sign {
  position: relative;
  width: 100%;
  padding: 0 8px 16px 0;
}

.folding-sign__back {
  position: absolute;
  z-index: 0;
  inset: 12px -5px 10px 28px;
  border: 0;
  background: #a87f08;
  clip-path: polygon(28% 0, 72% 0, 72% 5%, 76% 5%, 76% 15%, 80% 15%, 80% 26%, 84% 26%, 84% 38%, 88% 38%, 88% 52%, 92% 52%, 92% 68%, 96% 68%, 96% 84%, 100% 84%, 100% 100%, 0 100%, 0 84%, 4% 84%, 4% 68%, 8% 68%, 8% 52%, 12% 52%, 12% 38%, 16% 38%, 16% 26%, 20% 26%, 20% 15%, 24% 15%, 24% 5%, 28% 5%);
  filter: drop-shadow(4px 4px 0 var(--ink));
}

.folding-sign__face {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 30px;
  border: 0;
  background: #d0a20b;
  clip-path: polygon(28% 0, 72% 0, 72% 5%, 76% 5%, 76% 15%, 80% 15%, 80% 26%, 84% 26%, 84% 38%, 88% 38%, 88% 52%, 92% 52%, 92% 68%, 96% 68%, 96% 84%, 100% 84%, 100% 100%, 0 100%, 0 84%, 4% 84%, 4% 68%, 8% 68%, 8% 52%, 12% 52%, 12% 38%, 16% 38%, 16% 26%, 20% 26%, 20% 15%, 24% 15%, 24% 5%, 28% 5%);
  color: var(--ink);
  box-shadow: inset 0 0 0 4px var(--ink);
  filter: drop-shadow(5px 5px 0 var(--ink));
  text-align: center;
}

.folding-sign__handle {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 42px;
  height: 15px;
  border: 4px solid var(--ink);
  background: var(--white);
  transform: translateX(-50%);
}

.folding-sign__symbol {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  place-items: center;
  background: var(--ink);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  color: #d0a20b;
  font-family: "Silkscreen", "Courier New", monospace;
  font-size: 23px;
  line-height: 1;
}

.folding-sign__eyebrow,
.folding-sign h1,
.folding-sign p {
  font-family: "Silkscreen", "Courier New", monospace;
}

.folding-sign__eyebrow {
  margin-bottom: 8px;
  font-size: 6px;
  letter-spacing: .08em;
}

.folding-sign h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .95;
}

.folding-sign__tape {
  display: block;
  width: 92px;
  height: 8px;
  margin-top: 12px;
  background-color: #d0a20b;
  background-image: conic-gradient(var(--ink) 25%, transparent 0 50%, var(--ink) 0 75%, transparent 0);
  background-position: 0 0;
  background-size: 8px 8px;
  image-rendering: pixelated;
}

.folding-sign p {
  max-width: 150px;
  margin: 11px 0 0;
  font-size: 6px;
  line-height: 1.55;
}

.folding-sign__shadow {
  position: absolute;
  z-index: -1;
  right: 2px;
  bottom: 0;
  left: 10px;
  height: 7px;
  background: rgba(23, 21, 20, .2);
  box-shadow: 12px 4px 0 rgba(23, 21, 20, .12);
}

@media (max-width: 420px) {
  .playground-construction {
    min-height: calc(100svh - 76px);
    padding-top: 56px;
  }

  .playground-construction__scene {
    width: min(78vw, 230px);
  }

  .folding-sign__face {
    min-height: 230px;
  }
}
