body.project-page-standard {
  background: #000;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Only the phase titles use the Syne display font. All sub-headings
   (Overview, methods h3s) stay in Plus Jakarta Sans. */
body.project-page-standard .case-study-phase__title h2 {
  font-family: 'Syne', sans-serif;
}

/* NOTE: .phillips-hero parallax removed — the sentiment wall is now the page hero. */
.phillips-hero {
  display: none !important;
}

.phillips-hero .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

body.project-page-standard #intro-summary {
  background: #000 !important;
  color: #fff !important;
}

body.project-page-standard #intro-summary .intro-heading .intro-title,
body.project-page-standard #intro-summary .intro-heading .intro-lead {
  color: #6E07F3 !important;
}

body.project-page-standard #intro-summary .intro-heading .intro-subtitle,
body.project-page-standard #intro-summary .intro-overview-title,
body.project-page-standard #intro-summary .intro-story-block h2,
body.project-page-standard #intro-summary .intro-meta-item strong {
  color: #fff !important;
}

body.project-page-standard #intro-summary .intro-story-block p,
body.project-page-standard #intro-summary .intro-meta-item span {
  color: #b8b8b8 !important;
}

body.project-page-standard #intro-summary .intro-meta-item a {
  color: #ffff !important;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 7, 243, 0.55);
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.project-page-standard #intro-summary .intro-meta-item a:hover,
body.project-page-standard #intro-summary .intro-meta-item a:focus-visible {
  color: #9a53ff !important;
  border-bottom-color: #9a53ff;
}

/* Overview/intro heading treatment (parity with the Diplora case study) */
body.project-page-standard #intro-summary .intro-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.project-page-standard #intro-summary .intro-heading .intro-title {
  font-family: 'Syne', sans-serif;
  font-size: 2.75rem !important;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

body.project-page-standard #intro-summary .intro-subtitle {
  font-size: 1.125rem !important;
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

body.project-page-standard #intro-summary .intro-heading .intro-lead {
  font-size: 1.875rem !important;
  font-weight: 600;
  line-height: 1.2;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}

body.project-page-standard #intro-summary .intro-summary-grid {
  width: min(100%, 1200px);
  box-sizing: border-box;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 2fr);
}

body.project-page-standard #intro-summary .intro-meta ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.project-page-standard #intro-summary .intro-meta-item {
  width: 100%;
}

/* Phase titles scale with the viewport instead of jumping between sizes */
body.project-page-standard .case-study-phase__title {
  overflow: hidden;
}

body.project-page-standard .case-study-phase__title h2 {
  max-width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  font-size: clamp(1.35rem, 3vw, 1.8rem) !important;
  line-height: 1.25;
  overflow-wrap: anywhere;
}


body.project-page-standard .project-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

body.project-page-standard .case-study-phase {
  margin: 8rem auto 0 !important;
}

body.project-page-standard .project-section .text-column {
  width: 100%;
  max-width: 1000px;
  margin: 0;
}

body.project-page-standard .project-section h3 {
  margin-bottom: 1rem;
  color: #6E07F3;
  font-size: 2rem !important;
  line-height: 1.25;
  text-align: left;
}

body.project-page-standard .project-section p {
  max-width: 1000px;
  color: #b8b8b8 !important;
  font-size: 1rem !important;
  line-height: 1.75;
}

body.project-page-standard .project-section p + p {
  margin-top: 1.5rem !important;
}

/* Key phrases across every phase read in the accent purple — one rule for
   body copy and list items. The award badge keeps its own gold strong. */
body.project-page-standard .project-section p strong,
body.project-page-standard .project-section li strong,
body.project-page-standard .case-study-phase__narrative p strong,
body.project-page-standard .case-study-phase__bare-copy p strong {
  color: #6E07F3;
  font-weight: 700;
}

body.project-page-standard .case-study-phase__content > #research,
body.project-page-standard .case-study-phase__content > #proposal,
body.project-page-standard .case-study-phase__content > #research-conclusion,
body.project-page-standard .case-study-phase__content > #requirements,
body.project-page-standard .case-study-phase__content > #prototyping,
body.project-page-standard .case-study-phase__content > #data-preparation,
body.project-page-standard .case-study-phase__content > #implementation,
body.project-page-standard .case-study-phase__content > #impact,
body.project-page-standard .case-study-phase__content > #reflection {
  display: none !important;
}

/* The Reflection phase breaks out of the boxed phase rail as a closing statement. */
body.project-page-standard .case-study-phase--bare {
  border: 0;
  margin-top: 6rem;
}

body.project-page-standard .case-study-phase--bare .case-study-phase__title {
  padding: 0;
  border-bottom: 0;
}

body.project-page-standard .case-study-phase--bare .case-study-phase__body--bare {
  display: block;
  padding: 2.5rem 2rem 0;
}

body.project-page-standard .case-study-phase--bare .case-study-phase__bare-copy {
  max-width: 78ch;
  margin: 0 auto;
}

body.project-page-standard .case-study-phase--bare .case-study-phase__bare-copy p {
  margin: 0 0 1.5rem;
  color: var(--case-muted) !important;
  font-size: 1.125rem !important;
  line-height: 1.75;
}

body.project-page-standard .case-study-phase--bare .case-study-phase__bare-copy p:last-child {
  margin-bottom: 0;
}

body.project-page-standard .case-study-phase__narrative-media {
  margin: 1.5rem 0 0;
}

body.project-page-standard .case-study-phase__narrative-media img {
  display: block;
  width: min(100%, 760px);
  border-radius: 4px;
}

body.project-page-standard .case-study-phase__narrative-media--pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.project-page-standard .case-study-phase__narrative-media--pair img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

body.project-page-standard .case-study-phase__video-demo {
  margin: 1.25rem 0 0 0;
}

body.project-page-standard .case-study-phase__video-label {
  display: inline-block;
  color: #6E07F3;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.project-page-standard .case-study-phase__video-label::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.4rem 0 0;
  background: #6E07F3;
  border-radius: 2px;
}

body.project-page-standard .case-study-phase__video-note {
  margin: 0.75rem 0 0.5rem;
  color: var(--case-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

body.project-page-standard .case-study-phase__video-demo iframe {
  display: block;
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 4px;
}

body.project-page-standard .footer-section {
  margin-top: 8rem;
}

body.project-page-standard .case-study-phase__title.reveal,
body.project-page-standard .case-study-process.reveal,
body.project-page-standard .case-study-phase__narrative.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

body.project-page-standard .case-study-phase__title.reveal.active,
body.project-page-standard .case-study-process.reveal.active,
body.project-page-standard .case-study-phase__narrative.reveal.active {
  opacity: 1;
  transform: none;
}

/* Brainstorming methods are rendered from the shared phase overview data. */
body.project-page-standard .case-study-phase__content > #research,
body.project-page-standard .case-study-phase__content > #proposal,
body.project-page-standard .case-study-phase__content > #research-conclusion {
  display: none !important;
}

body.project-page-standard .project-section h4 {
  margin: 2rem 0 0.75rem;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

body.project-page-standard .project-section h4 + p {
  margin-top: 0 !important;
}

.phillips-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.phillips-image-grid figure,
.phillips-image-feature {
  margin: 0;
}

.phillips-image-grid img,
.phillips-image-feature img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.phillips-image-grid figcaption,
.phillips-image-feature figcaption {
  margin-top: 0.6rem;
  color: var(--case-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.phillips-image-feature {
  margin-top: 2rem;
}

.phillips-inline-link {
  color: #8fd8ff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.phillips-award {
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #f5b942;
  background: rgba(245, 185, 66, 0.1);
}

.phillips-award strong {
  color: #f5d27d;
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
}

.phillips-award span {
  color: var(--case-muted);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .phillips-image-grid {
    grid-template-columns: 1fr;
  }
}

.phillips-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr);
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--case-line);
}

.phillips-demo__copy h3 {
  font-size: 1.5rem !important;
}

.phillips-demo__frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

@media (max-width: 768px) {
  .phillips-demo {
    display: block;
  }

  .phillips-demo__frame {
    margin-top: 2rem;
  }
}

/* ============================================================
   SUGGESTED PROJECT SECTION — sits beside the reflection
   The reflection/final-container stays centered in the main
   column; the suggested projects sit in a fixed sidebar.
   ============================================================ */
.suggestion-row {
  display: grid !important;
  grid-template-columns: 340px 1fr 340px;
  gap: 2rem;
  width: 100%;
  margin: 8rem auto 4rem;
  padding: 0 2rem;
  align-items: start;
}

.suggestion-row > #final-container,
.suggestion-row > #reflection {
  grid-column: 2;
  max-width: 750px;
  width: 100%;
  justify-self: center;
  margin: 0 !important;
  padding: 0 !important;
}

.suggestion-row > #suggested-projects {
  grid-column: 3;
  width: 340px;
  margin: 0 !important;
  padding: 0 !important;
}

.suggestion-row > #suggested-projects .suggested-projects-inner {
  position: sticky;
  top: 6rem;
}

.suggested-projects-eyebrow {
  color: #6E07F3 !important;
  font-family: 'Syne', 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.suggested-project-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 10px;
  background: #101010;
  border: 1px solid rgba(110, 7, 243, 0.35);
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.suggested-project-card:hover,
.suggested-project-card:focus-visible {
  transform: translateY(-3px);
  border-color: #6E07F3;
  box-shadow: 0 8px 22px rgba(110, 7, 243, 0.25);
}

.suggested-project-number {
  font-family: 'Syne', 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  color: #6E07F3 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.suggested-project-title {
  font-family: 'Syne', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.suggested-project-blurb {
  font-size: 0.92rem;
  color: #b8b8b8;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .suggestion-row {
    grid-template-columns: 1fr !important;
    gap: 2rem;
    margin: 6rem auto 2rem;
    padding: 0 1.25rem;
  }

  .suggestion-row > #final-container,
  .suggestion-row > #reflection {
    grid-column: 1;
  }

  .suggestion-row > #suggested-projects {
    grid-column: 1;
    width: 100%;
  }

  .suggestion-row > #suggested-projects .suggested-projects-inner {
    position: static;
  }
}

