/* ============================================================
   About page
   ============================================================ */

.about-main {
  padding-top: 8rem;
  padding-bottom: 5rem;
  min-height: 100vh;
}


/* ── Shared glass morphism ── */
.glass-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}


/* ── Figma mobile "About" — hidden on desktop ── */
.design-section--mobile {
  display: none;
}

@media (min-width: 769px) {
  .design-section--desktop {
    display: grid;
  }

  .about-mobile-only {
    display: none !important;
  }
}


/* ============================================================
   Mobile (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {

  /* ── Layout ── */
  body.about-page .about-main {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding: 6.75rem 16px 2.5rem;
    /* 16px is the single source of truth for side gutters */
  }

  .community-section--about-desktop {
    display: none !important;
  }

  .design-section--desktop {
    display: none !important;
  }

  /* All mobile sections: zero out horizontal padding so they
     stretch flush to about-main's 16px gutters */
  .design-section--mobile,
  .about-section,
  .about-section--journey,
  .about-section--not-designing,
  .community-section--mobile-figma,
  .about-section--awards {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 48px;
  }

  .design-section--mobile {
    display: block;
  }

  /* All inner containers: full width, no extra max-width cap */
  .community-list--mobile-figma,
  .awards-press-list,
  .about-not-designing__media,
  .about-not-designing__sub,
  .about-not-designing__content,
  .design-stack__viewport {
    width: 100%;
    max-width: 100%;
  }


  /* ── Polaroid hero ── */
  .design-mobile-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
  }

  .polaroid-stack--mobile {
    width: 240px;
    max-width: none;
  }

  .polaroid--mobile {
    padding: 10px 10px 50px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    box-shadow:
      0 2px 4px rgba(0, 0, 0, 0.12),
      0 12px 32px rgba(0, 0, 0, 0.22);
    transform: rotate(-10.58deg);
    transition: transform 0.35s ease;
    transform-origin: center center;
    will-change: transform;
  }

  @media (hover: hover) and (pointer: fine) {
    .polaroid--mobile:hover {
      transform: rotate(-14deg);
    }
  }

  .polaroid-frame--mobile {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: hidden;
    background: #0a0a0a;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .polaroid-frame--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  /* ── Mobile intro text ── */
  .design-mobile-intro {
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #9ca3af;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .design-mobile-hi {
    font-family: 'Gelasio', serif;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 0.35rem;
  }

  .design-mobile-hi-en {
    color: #ffffff;
  }

  .design-mobile-myanmar {
    font-family: 'Noto Serif Myanmar', 'Noto Sans Myanmar', serif;
    font-size: 32px;
    line-height: 1.2;
  }

  .design-mobile-name {
    margin: 0 0 0.5rem;
  }

  .design-mobile-ipa {
    color: #34DA30;
  }

  .design-mobile-bio {
    margin: 0;
  }

  .design-mobile-columbia-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
  }

  .design-mobile-columbia-name {
    color: inherit;
  }

  .design-mobile-crest {
    display: block;
    width: auto;
    height: 1.15em;
    max-height: 32px;
    max-width: 36px;
    object-fit: contain;
    flex-shrink: 0;
  }


  /* ── Design card stack ── */
  .design-heading--mobile {
    font-family: 'Gelasio', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    letter-spacing: -0.96px;
    margin: 96px 0 40px;
  }

  .design-stack {
    margin-top: 0;
  }

  .design-stack__tap-hint {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.75rem;
  }

  .design-stack__viewport {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 220px;
    padding-bottom: 0.5rem;
    touch-action: manipulation;
    cursor: pointer;
  }

  .design-stack-card--figma {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #a3a3a3;
    border-radius: 14px 14px 0 0;
    /* behind: only top corners rounded */
    background: #000000;
    color: #9ca3af;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease;
    will-change: transform;
  }

  /* Front card: all corners rounded */
  .design-stack-card--figma.design-stack-card--front {
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  }

  /* Cards behind: hide body */
  .design-stack-card--figma:not(.design-stack-card--front) .design-stack-card__body {
    display: none;
  }

  .design-stack-card__num {
    flex-shrink: 0;
    font-family: 'Gelasio', serif;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.96px;
    margin: 0;
    color: #d1d5db;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  }

  .design-stack-card__body {
    flex: 1 1 auto;
    min-height: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    overflow: hidden;
  }

  .design-stack-card--front .design-stack-card__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .design-stack-card__body p {
    margin: 0 0 0.35rem;
  }

  .design-stack-card__spacer {
    min-height: 0.5rem;
    margin: 0 !important;
  }


  /* ── Shared mobile About tokens ── */
  .about-mobile-only {
    display: block;
    --about-content-max: 100%;
    --about-space-section: 2.75rem;
    --about-space-block: 1.25rem;
    --about-pad-row-y: 1rem;
    --about-gap-row: 1.25rem;
    --about-gap-text: 0.375rem;
    --about-text: #f3f4f6;
    --about-muted: #9ca3af;
    --about-accent: #34DA30;
    --about-placeholder-bg: rgba(255, 255, 255, 0.1);
    --about-placeholder-border: rgba(255, 255, 255, 0.16);
  }

  .about-section {
    margin-top: 96px;
  }

  .about-section--journey,
  .community-section--mobile-figma,
  .about-section--awards {
    margin-top: 96px;
  }

  .about-figma-title {
    font-family: 'Gelasio', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.96px;
    text-align: center;
    margin: 0 0 40px;
    color: var(--about-text);
  }

  .about-figma-title--light {
    color: var(--about-text);
  }


  /* ── If I'm not designing ── */
  .about-not-designing__media {
    max-width: 100%;
    margin: 0 auto 16px;
  }

  .about-not-designing__img {
    display: block;
    width: 100%;
    height: 203px;
    border-radius: 5px;
    object-fit: cover;
  }

  .about-not-designing__sub {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--about-text);
    text-align: left;
    max-width: var(--about-content-max);
    margin: 0 auto 16px;
  }

  .about-not-designing__content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: var(--about-content-max);
    margin: 0 auto;
  }

  .about-not-designing__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--about-text);
    margin-top: 0;
  }

  .about-not-designing__icon svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .about-not-designing__copy {
    flex: 1;
    min-width: 0;
  }

  .about-not-designing__copy p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--about-muted);
    margin: 0;
  }


  /* ── My Journey ── */
  .journey-phone {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    user-select: none;
    border-radius: 0;
  }

  .journey-phone__header {
    text-align: center;
    padding: 0 0 40px;
    flex-shrink: 0;
  }

  .journey-phone__title {
    font-family: 'Gelasio', serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.96px;
    color: #ffffff;
    margin: 0;
    line-height: 44px;
  }

  .journey-swipe-area {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    touch-action: pan-y;
  }

  .journey-swipe-area::after {
    content: '← swipe →';
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #555555;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }

  .journey-entries-track {
    display: flex;
    height: 100%;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .journey-entry {
    min-width: 100%;
    width: 100%;
    text-align: center;
    flex-shrink: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }

  .journey-entry__number {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--about-muted);
    letter-spacing: 0;
    margin: 0;
  }

  .journey-entry__company-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .journey-entry__company {
    font-family: 'Gelasio', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--about-accent);
    margin: 0;
  }

  .journey-entry__role {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--about-text);
    margin: 0;
    letter-spacing: 0;
  }

  .journey-entry__dates {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--about-muted);
    margin: 0;
  }

  .journey-hscroll-container {
    position: relative;
    overflow: hidden;
    height: 52px;
    flex-shrink: 0;
    margin: 1.5rem 0 0.5rem;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .journey-hscroll-container:active {
    cursor: grabbing;
  }

  .journey-hscroll-container::before,
  .journey-hscroll-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 1;
    pointer-events: none;
  }

  .journey-hscroll-container::before {
    left: 0;
    background: linear-gradient(to right, #000000, transparent);
  }

  .journey-hscroll-container::after {
    right: 0;
    background: linear-gradient(to left, #000000, transparent);
  }

  .journey-hscroll-track {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 100%;
    padding-bottom: 10px;
    will-change: transform;
  }

  .hscroll-tick {
    flex-shrink: 0;
    width: 2px;
    border-radius: 2px;
  }

  .hscroll-tick--minor {
    height: 12px;
    background: #333333;
  }

  .hscroll-tick--entry {
    height: 26px;
    background: #555555;
    transition: background 0.25s ease, height 0.25s ease;
  }

  .hscroll-tick--entry.active {
    height: 32px;
    background: #ffffff;
  }

  .journey-hscroll-pointer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 2px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    pointer-events: none;
  }


  /* ── Community (mobile) ── */
  .community-section--mobile-figma {
    padding: 0;
  }

  .community-section--mobile-figma .about-figma-title,
  .about-section--awards .about-figma-title {
    text-align: center;
  }

  .community-list--mobile-figma {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: left;
  }

  .community-row-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 0;
    width: 100%;
    border-bottom: 0.5px solid #9ca3af;
  }

  .community-row-mobile__logo {
    flex-shrink: 0;
    width: 67px;
    height: 67px;
  }

  .community-row-mobile__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* or "cover" if you want it to fill completely */
  }

  .community-row-mobile__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
  }

  .community-row-mobile__org {
    font-family: 'Gelasio', serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--about-accent);
  }

  .community-row-mobile__role {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--about-text);
  }

  .community-row-mobile__date {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--about-muted);
  }


  /* ── Awards / Press (mobile) ── */
  .awards-press-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: left;
  }

  .awards-row-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 0;
    width: 100%;
    border-bottom: 0.5px solid #9ca3af;
  }

  .awards-row-mobile__logo {
    flex-shrink: 0;
    width: 67px;
    height: 67px;
  }

  .awards-row-mobile__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* or "cover" if you want it to fill completely */
  }

  .awards-row-mobile__text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--about-text);
    margin: 0;
    flex: 1;
    min-width: 0;
  }

}

/* end @media (max-width: 768px) */


/* ============================================================
   Desktop: How I get into Design — card stack
   ============================================================ */
.design-stack--desktop .design-stack__viewport {
  position: relative;
  width: 100%;
  min-height: 0;
  height: auto;
  padding-bottom: 0;
}

.how-design-inner .design-stack--desktop {
  width: 440px;
  flex-shrink: 0;
}

.design-stack--desktop .design-stack-card--figma {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 28px 32px;
  border: 1px solid #a3a3a3;
  border-radius: 18px 18px 0 0;
  background: #000000;
  color: #9ca3af;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease;
  will-change: transform;
}

.design-stack--desktop .design-stack-card--front {
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.design-stack--desktop .design-stack-card--figma:not(.design-stack-card--front) .design-stack-card__body {
  display: none;
}

.design-stack--desktop .design-stack-card__num {
  font-family: 'Gelasio', serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  color: #d1d5db;
  text-align: center;
}

.design-stack--desktop .design-stack-card__body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.design-stack--desktop .design-stack-card__body p {
  margin: 0 0 0.5rem;
}

.design-stack--desktop .design-stack-card__spacer {
  min-height: 0.5rem;
  margin: 0 !important;
}

.design-stack__click-hint {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

@media (max-width: 768px) {
  .design-stack__click-hint {
    display: none;
  }
}

/* ============================================================
   Desktop: How I get into Design — layout section
   ============================================================ */
.design-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.polaroid-stack {
  width: 100%;
  max-width: 520px;
}

.polaroid {
  position: relative;
  background: #ffffff;
  padding: 14px 14px 72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.18);
  transform: rotate(-4deg);
}

.polaroid-frame {
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.polaroid-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.design-content {
  min-width: 0;
}

.design-heading {
  margin-bottom: 3rem;
}

.design-body {
  font-family: 'Inter', sans-serif;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.design-body:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .design-section {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .polaroid-stack {
    max-width: 260px;
  }
}


/* ============================================================
   Desktop: Community section
   ============================================================ */
.community-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.community-title {
  margin-bottom: 3rem;
}

.community-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.community-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 6rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.community-item:last-child {
  border-bottom: none;
}

@media (min-width: 769px) {
  .community-item.glass-card {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 1.25rem 0;
    margin-bottom: 0;
  }
}

.community-date {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--text);
  white-space: nowrap;
}

.community-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.community-logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.community-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.community-logo:has(img[src]) .community-logo-placeholder {
  display: none;
}

.community-logo-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--muted-2);
}

.community-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.community-role {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--text);
}

.community-org {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--muted);
}

@media (max-width: 600px) {
  .community-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .community-content {
    justify-content: flex-start;
    gap: 1rem;
  }
}


/* ============================================================
   Desktop-only utility + new desktop sections
   (Mobile view is not affected — all guarded by desktop-only
    or the community fix is desktop-scoped via min-width)
   ============================================================ */

/* Hide on mobile */
.desktop-only {
  display: block;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

/* Fix community section alignment on desktop (was max-width:100%, no padding) */
@media (min-width: 769px) {
  .community-section--about-desktop {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
  }
}

/* ─────────────────────────────────────────────────
   Shared desktop section wrapper
───────────────────────────────────────────────── */
.about-desktop-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nd-desktop-section,
.journey-desktop-section {
  margin-bottom: 5rem;
}

.awards-desktop-section {
  margin-bottom: 4rem;
}

.about-desktop-title {
  font-family: 'Gelasio', serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 400;
  color: var(--text);
  margin-bottom: 3rem;
}

/* ─────────────────────────────────────────────────
   Desktop: If I'm not designing
───────────────────────────────────────────────── */
.nd-desktop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 900px) {
  .nd-desktop-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.nd-desktop-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.75rem;
  display: block;
}

.nd-desktop-sub {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin: 0 0 1.5rem;
}

.nd-desktop-list {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.nd-desktop-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--text);
  margin-top: 3px;
}

.nd-desktop-copy p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* ─────────────────────────────────────────────────
   Desktop: My Journey
───────────────────────────────────────────────── */
.journey-desktop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.journey-desktop-item {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: center;
  gap: 2.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
}

.journey-desktop-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-desktop-num {
  font-family: 'Gelasio', serif;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
}

.journey-desktop-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.journey-desktop-company {
  font-family: 'Gelasio', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #34DA30;
  line-height: 1.2;
}

.journey-desktop-role {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--muted);
}

.journey-desktop-dates {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: var(--muted-2);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .journey-desktop-item {
    grid-template-columns: 3rem 1fr;
    gap: 1.5rem;
  }

  .journey-desktop-dates {
    grid-column: 2;
    margin-top: -0.25rem;
  }
}

/* ─────────────────────────────────────────────────
   Desktop: Awards / Press
───────────────────────────────────────────────── */
.awards-desktop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awards-desktop-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.awards-desktop-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.awards-desktop-logo {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.awards-desktop-text {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--text);
  margin: 0;
  line-height: 1.5;
}


/* ============================================================
   Desktop: Hero bio intro (Figma)
   ============================================================ */
.desktop-bio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.desktop-bio__heading {
  font-family: 'Gelasio', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.4rem;
  margin: 0;
}

.desktop-bio__myanmar {
  font-family: 'Noto Serif Myanmar', 'Noto Sans Myanmar', serif;
  font-size: 32px;
  line-height: 1.2;
}

.desktop-bio__text {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #9ca3af;
  max-width: 420px;
  margin: 0;
}

.desktop-bio__ipa {
  color: #34DA30;
}


/* ============================================================
   Desktop: How I get into Design — visual stacked cards (Figma)
   ============================================================ */
.how-design-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}

.how-design-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  justify-content: center;
}

.how-design-heading {
  font-family: 'Gelasio', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.92px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  padding-top: 0;
  margin: 0;
}

.how-design-stack {
  display: grid;
  grid-template-columns: 1fr;
  width: 440px;
  flex-shrink: 0;
}

.hd-card {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  position: relative;
  background: #000000;
  border: 1px solid #898989;
  border-radius: 13px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-sizing: border-box;
}

.hd-card--04 {
  margin-top: 0;
  z-index: 1;
}

.hd-card--03 {
  margin-top: 71px;
  z-index: 2;
}

.hd-card--02 {
  margin-top: 141px;
  z-index: 3;
}

.hd-card--01 {
  margin-top: 213px;
  z-index: 4;
}

.hd-card__num {
  font-family: 'Gelasio', serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.28px;
  color: #ffffff;
  margin: 0;
}

.hd-card__body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #9ca3af;
  margin: 0;
}

.hd-card__body p {
  margin: 0;
}

@media (max-width: 1050px) {
  .how-design-inner {
    gap: 3rem;
  }

  .how-design-heading {
    font-size: 48px;
    width: 260px;
  }

  .how-design-stack {
    width: 380px;
  }
}

@media (max-width: 900px) {
  .how-design-section {
    padding: 3rem 2rem 4rem;
  }

  .how-design-inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .how-design-heading {
    width: 100%;
    text-align: center;
    padding-top: 0;
    font-size: 40px;
  }

  .how-design-stack {
    width: 100%;
    max-width: 440px;
  }
}


/* ============================================================
   Desktop: Shared Figma-style section title (64px, centered)
   ============================================================ */
.figma-section-title {
  font-family: 'Gelasio', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.92px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 4rem;
}


/* ============================================================
   Desktop: nd-desktop concert list year labels
   ============================================================ */
.nd-desktop-year {
  color: #ffffff;
}

.nd-desktop-copy p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #898989;
  margin: 0;
}


/* ============================================================
   Desktop: Community — Figma-style rows
   ============================================================ */
.community-figma-section {
  max-width: 1280px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.community-figma-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.community-figma-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid #2a2a2a;
}

.community-figma-logo {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
}

.community-figma-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.community-figma-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.community-figma-org {
  font-family: 'Gelasio', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.72px;
  color: #34DA30;
  line-height: 1.2;
}

.community-figma-role {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.community-figma-date {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #898989;
  white-space: nowrap;
  flex-shrink: 0;
}


/* ============================================================
   Desktop: Awards / Press — Figma-style 2-column grid
   ============================================================ */
.awards-figma-section {
  max-width: 1280px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.awards-figma-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.awards-figma-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.awards-figma-img-placeholder {
  width: 100%;
  aspect-ratio: 519 / 307;
  border-radius: 10px;
  overflow: hidden;
  /* add this */
}

.awards-figma-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* changed from contain to cover */
  border-radius: 10px;
}

.awards-figma-caption {
  font-family: 'Gelasio', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.72px;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}


/* ============================================================
   Desktop: My Journey — shared swipeable phone UI
   (mobile version already defined inside @media max-width:768px;
    these rules cover min-width:769px)
   ============================================================ */
@media (min-width: 769px) {
  .journey-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
  }

  .journey-phone {
    max-width: 560px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    user-select: none;
    border-radius: 0;
  }

  .journey-phone__header {
    text-align: center;
    padding: 0 0 40px;
    flex-shrink: 0;
  }

  .journey-phone__title {
    font-family: 'Gelasio', serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: -1.92px;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
  }

  .journey-swipe-area {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    touch-action: pan-y;
  }

  .journey-swipe-area::after {
    content: '← drag or swipe →';
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #555555;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }

  .journey-entries-track {
    display: flex;
    height: 100%;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .journey-entry {
    min-width: 100%;
    width: 100%;
    text-align: center;
    flex-shrink: 0;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }

  .journey-entry__number {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af;
    letter-spacing: 0;
    margin: 0;
  }

  .journey-entry__company-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .journey-entry__company {
    font-family: 'Gelasio', serif;
    font-size: 28px;
    font-weight: 400;
    color: #34DA30;
    margin: 0;
  }

  .journey-entry__role {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #f3f4f6;
    margin: 0;
    letter-spacing: 0;
  }

  .journey-entry__dates {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9ca3af;
    margin: 0;
  }

  .journey-hscroll-container {
    position: relative;
    overflow: hidden;
    height: 52px;
    flex-shrink: 0;
    margin: 1.5rem 0 0.5rem;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .journey-hscroll-container:active {
    cursor: grabbing;
  }

  .journey-hscroll-container::before,
  .journey-hscroll-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 1;
    pointer-events: none;
  }

  .journey-hscroll-container::before {
    left: 0;
    background: linear-gradient(to right, #000000, transparent);
  }

  .journey-hscroll-container::after {
    right: 0;
    background: linear-gradient(to left, #000000, transparent);
  }

  .journey-hscroll-track {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 100%;
    padding-bottom: 10px;
    will-change: transform;
  }

  .hscroll-tick {
    flex-shrink: 0;
    width: 2px;
    border-radius: 2px;
  }

  .hscroll-tick--minor {
    height: 12px;
    background: #333333;
  }

  .hscroll-tick--entry {
    height: 26px;
    background: #555555;
    transition: background 0.25s ease, height 0.25s ease;
  }

  .hscroll-tick--entry.active {
    height: 32px;
    background: #ffffff;
  }

  .journey-hscroll-pointer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 2px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    pointer-events: none;
  }
}