  body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: center;
    min-width: 960px;
    color: #424242;
  }

/* ── Nav (shared aesthetic) ──────────────────────── */
  nav {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 960px;
    position: fixed;
    top: 0;
    z-index: 5;
    height: 80px;
    background-color: #ffffff;
  }

  nav .title {
    color: #424242;
    font-size: 25px;
    margin-left: 70px;
    font-weight: 300;
    display: flex;
    align-items: left;
  }

  nav .title a {
    text-decoration: none;
    color: #424242;
  }

  nav ul {
    list-style-type: none;
    margin-right: 100px;
    padding: 0;
    display: flex;
    align-items: center;
  }

  nav li {
    margin-right: 0px;
    padding: 0px 0px;
    vertical-align: middle;
  }

  nav li a {
    display: block;
    color: #424242;
    text-align: center;
    padding: 33px 13px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s ease;
    position: relative;
  }

  nav li a:hover { color: #C6BB97; }

  nav li .selected,
  nav li .selected:hover { color: #C6BB97; }

  svg { width: 24px; height: 24px; color: #424242; transition: color 0.3s ease; }
  svg:hover { color: #C6BB97; }

  .social-icons {
    margin-left: 0px;
    margin-right: -30px;
  }
  .social-icons .stencil {
    fill: #ffffff;
    stroke: currentColor;
    stroke-width: 26;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
  }
  .social-icons .dot { fill: currentColor; stroke: none; }

/* ── Nav underline slide ─────────────────────────── */
  nav li a::after {
    content: '';
    position: absolute;
    bottom: 24px;
  left: 13px;
  right: 13px;
    height: 1px;
    background-color: #C6BB97;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  nav li a:hover::after,
  nav li .selected::after { transform: scaleX(1); }
  nav .social-icons a::after { display: none; }

/* ── Page layout ─────────────────────────────────── */
  #newsroom-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 160px 2rem 6rem;
    text-align: left;
    font-family: 'Avenir', sans-serif;
    box-sizing: border-box;
  }

/* ── Intro / hero ────────────────────────────────── */
  .intro { margin-bottom: 6rem; }

  .eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C6BB97;
    margin: 0 0 1.4rem;
  }

  .intro h1 {
    font-family: "Bodoni Moda", serif;
    font-size: 68px;
    line-height: 1.02;
    font-weight: 500;
    margin: 0 0 1.8rem;
    color: #424242;
  }

  .lede {
    font-family: 'Avenir Light', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    color: #333;
    max-width: 620px;
    margin: 0 0 1.6rem;
  }

  .lede-sub {
    font-family: 'Avenir Light', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #7a7268;
    max-width: 600px;
    margin: 0 0 2rem;
  }

  .disclaimer {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #9a9a9a;
    max-width: 560px;
    padding-left: 14px;
    border-left: 2px solid #E4DFCF;
    margin: 0;
  }

/* ── How I build ─────────────────────────────────── */
  .how-i-build {
    margin: 1.8rem 0;
    padding: 1.6rem 1.8rem;
    background: #FAF8F2;
    border: 1px solid #EFEADD;
    border-left: 3px solid #C6BB97;
    border-radius: 3px;
  }

  .how-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C6BB97;
    margin: 0 0 0.6rem;
  }

  .how-text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
  }
  .how-text strong { font-weight: 600; color: #424242; }

/* ── Case study ──────────────────────────────────── */
  .case {
    padding-top: 4rem;
    margin-bottom: 4rem;
    border-top: 1px solid #E6E6E6;
  }

  .case-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C6BB97;
    margin: 0 0 0.9rem;
  }

  .case h2 {
    font-family: "Bodoni Moda", serif;
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 0.7rem;
    color: #424242;
  }

  .case-tagline {
    font-family: 'Avenir Light', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    color: #555;
    margin: 0 0 2.6rem;
  }

/* ── Pipeline diagram ────────────────────────────── */
  .pipeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 1.6rem 0 2.8rem;
  }

  .node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    flex: 0 0 auto;
    width: 108px;
    text-align: center;
  }

  .node-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #E0DAC7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B7AC86;
    background: #FCFBF7;
    transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease, transform 0.4s ease;
  }

  .node-icon svg,
  .node-icon svg:hover { width: 26px; height: 26px; color: inherit; }

  .node-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.35;
    color: #666;
  }

  /* Nodes I contributed to */
  .node.mine .node-icon {
    color: #B7AC86;
    border-color: #C6BB97;
    box-shadow: 0 0 0 3px rgba(198, 187, 151, 0.14);
  }
  .node.mine .node-label { color: #424242; font-weight: 600; }

  .connector {
    flex: 1 1 auto;
    height: 2px;
    background: #EAE5D6;
    position: relative;
    margin: 30px -6px 0;
    min-width: 24px;
    border-radius: 2px;
    overflow: hidden;
  }

  .connector::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #DED8C6;
  }

  .connector .flow {
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #C6BB97, transparent);
    opacity: 0;
  }

  /* Reveal + flow animation */
  .pipeline.flowing .node-icon {
    animation: nodePop 0.5s ease both;
  }
  .pipeline.flowing .node:nth-child(3) .node-icon { animation-delay: 0.12s; }
  .pipeline.flowing .node:nth-child(5) .node-icon { animation-delay: 0.24s; }
  .pipeline.flowing .node:nth-child(7) .node-icon { animation-delay: 0.36s; }
  .pipeline.flowing .node:nth-child(9) .node-icon { animation-delay: 0.48s; }

  .pipeline.flowing .flow {
    opacity: 1;
    animation: flowMove 2.4s linear infinite;
  }
  .pipeline.flowing .connector:nth-child(4) .flow { animation-delay: 0.4s; }
  .pipeline.flowing .connector:nth-child(6) .flow { animation-delay: 0.8s; }
  .pipeline.flowing .connector:nth-child(8) .flow { animation-delay: 1.2s; }

  @keyframes nodePop {
    0%   { transform: scale(0.82); opacity: 0; }
    60%  { transform: scale(1.06); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
  }

  @keyframes flowMove {
    0%   { left: -45%; }
    100% { left: 105%; }
  }

  .pipeline-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: center;
    color: #8f877b;
    max-width: 460px;
    margin: 0 auto 2.6rem;
  }
  .pipeline-note strong { color: #B7A672; font-weight: 600; }

/* ── Case detail ─────────────────────────────────── */
  .case-detail {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .detail-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.2rem;
    align-items: start;
  }

  .detail-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #C6BB97;
    padding-top: 3px;
  }

  .detail-text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
  }

/* ── Tech tags ───────────────────────────────────── */
  .tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 2rem;
  }
  .tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BEBEBE;
    border: 1px solid #BEBEBE;
    padding: 3px 9px;
    border-radius: 2px;
  }

/* ── Buttons ─────────────────────────────────────── */
  .buttons { display: flex; gap: 5px; margin-top: 0.5rem; }
  .buttons a { flex: 1; text-decoration: none; max-width: 260px; }
  .buttons button {
    width: 100%;
    padding: 10px 10px;
    background-color: transparent;
    color: #BEBEBE;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.3px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .buttons button svg { stroke: #BEBEBE; transition: stroke 0.3s ease; }
  .buttons button:hover {
    background-color: #C6BB97;
    color: #ffffff;
    border-color: #C6BB97;
  }
  .buttons button:hover svg { stroke: #ffffff; }

/* ── Reveal ──────────────────────────────────────── */
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* ── Footer ──────────────────────────────────────── */
  footer {
    text-align: center;
    padding: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #B0B0B0;
  }

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 767px) {
  body { min-width: 0; }

  footer { margin-bottom: 56px; } /* clear fixed social bar */

  #newsroom-page {
    max-width: 100%;
    padding: 110px 1.5rem 6rem;
  }

  .intro { margin-bottom: 4rem; }
  .intro h1 { font-size: 46px; }
  .lede { font-size: 16px; }

  .case { padding-top: 3rem; margin-bottom: 3rem; }
  .case h2 { font-size: 30px; }
  .case-tagline { font-size: 15px; }

  /* Stack the pipeline vertically */
  .pipeline {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 1rem 0 2rem;
  }
  .node { width: auto; flex-direction: row; gap: 1rem; width: 220px; justify-content: flex-start; }
  .node-label { text-align: left; font-size: 12px; }
  .connector {
    width: 2px;
    height: 28px;
    min-width: 0;
    margin: 6px 0 6px 30px;
  }
  .connector::after {
    right: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #DED8C6;
    border-bottom: 0;
  }
  .connector .flow {
    top: -40%;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent, #C6BB97, transparent);
  }
  .pipeline.flowing .flow { animation: flowMoveV 2.4s linear infinite; }

  @keyframes flowMoveV {
    0%   { top: -45%; }
    100% { top: 105%; }
  }

  /* Detail rows stack */
  .detail-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .buttons { flex-direction: column; }
  .buttons a { max-width: 100%; }

  /* Mobile social bar */
  .mobile-social-bar { background-color: #ffffff; }
  .mobile-social-bar svg { color: #424242; }
  .mobile-social-bar .stencil {
    fill: #ffffff;
    stroke: currentColor;
    stroke-width: 26;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
  }
  .mobile-social-bar .dot { fill: currentColor; stroke: none; }
  .hamburger { color: #424242; }
}

/* ── Accessibility ───────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .pipeline.flowing .node-icon,
  .pipeline.flowing .flow { animation: none; }
  .pipeline.flowing .flow { opacity: 0; }
}
