/* ======================================================================
   responsive.css — Breakpoint-driven overrides for the 2026 site.

   Structure:
     - Base adjustments (applied everywhere)
     - 1100px and below   (tablet landscape / small laptop)
     - 900px  and below   (tablet portrait)
     - 640px  and below   (phones)
     - 390px  and below   (small phones, down to 320px)

   Philosophy: the 1440px design is the "source of truth." These rules
   shrink paddings, collapse multi-column grids, and swap a few
   hero/nav layouts for mobile-native equivalents.
   ====================================================================== */

:root { --container-gutter: 48px; }

img, svg, video { max-width: 100%; height: auto; }

/* Make sticky/absolute rivets scale gracefully */
.pc-rivet--tl { left: var(--container-gutter); }
.pc-rivet--tr { right: var(--container-gutter); }

@media (max-width: 1100px) {
  .pc-cs-body {
    grid-template-columns: 1fr !important;
    grid-template-areas: "hero" "text" "below" !important;
  }
  .pc-cs-hero-wrap, .pc-cs-text { min-width: 0; max-width: 100%; }
  .pc-cs-hero-img { aspect-ratio: 16 / 9; }
  .pc-cs-hero-img img { width: 100%; height: 100%; object-fit: cover; }
  .pc-cs-carousel { max-width: 100%; overflow-x: auto; }
}

/* ======================================================================
   1100px — tablet landscape
   ====================================================================== */
@media (max-width: 1100px) {
  :root { --container-gutter: 32px; }

  .pc-nav-inner,
  .pc-hero,
  .pc-section,
  .pc-ticker-head,
  .pc-metrics,
  .pc-testimonial,
  .pc-letstalk,
  .pc-footer { padding-left: 32px; padding-right: 32px; }

  .pc-hero { padding-top: 24px; padding-bottom: 24px; }
  .pc-hero--editorial { padding-bottom: 24px; }

  /* Nav links gap tighter */
  .pc-nav-links { gap: 24px; }

  /* Capabilities / expertise — 2 cols on tablet */
  .pc-cap-grid--3 { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .pc-cap-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 40px; }

  /* Process steps — 2x2 */
  .pc-proc-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-proc-step { padding: 24px 20px; border-right: 1px dashed #000; }
  .pc-proc-step:nth-child(2n) { border-right: 0; }
  .pc-proc-step:nth-child(-n+2) { border-bottom: 1px dashed #000; }

  /* Process triangle — stack legend below */
  .pc-proc-triangle-wrap { grid-template-columns: 1fr; gap: 32px; }

  /* Metrics — 2x2 */
  .pc-metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-metrics-cell { border-right: 1px dashed rgba(255,255,255,0.35); }
  .pc-metrics-cell:nth-child(2n) { border-right: 0; }
  .pc-metrics-cell:nth-child(-n+2) { border-bottom: 1px dashed rgba(255,255,255,0.35); padding-bottom: 32px; }
  .pc-metrics-cell:nth-child(n+3) { padding-top: 32px; }

  /* Case bands shrink — keep side-by-side until 900 */
  .pc-band { height: auto; min-height: 440px; }
  .pc-band-title { font-size: 42px; }
  .pc-band-card { padding: 28px; }

  /* Featured footer big-link scales */
  .pc-big-link { font-size: 40px; gap: 14px; }

  /* Hero poster cells */
  .pc-poster-cell { padding: 20px; }
  .pc-poster-word { font-size: clamp(56px, 9vw, 110px); }

  /* Split-reel grid keeps 2 cols but tighter */
  .pc-hero-inner--split { gap: 32px; }

  /* Interviews + Animation grid: 2 cols */
  .pc-int-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .pc-anim-grid { grid-template-columns: repeat(2, 1fr); }

  /* Case studies intro grid tightens */
  .pc-cs-head-hero { column-gap: 32px; }

  /* Case study body — collapse 2-col earlier so hero image doesn't overflow */
  .pc-cs-body {
    grid-template-columns: 1fr !important;
    grid-template-areas: "hero" "text" "below" !important;
    column-gap: 0 !important;
    row-gap: 28px;
  }
  .pc-cs-hero-wrap { min-width: 0; }
  .pc-cs-hero-img { aspect-ratio: 16 / 9; }
  .pc-cs-hero-img img { width: 100%; height: 100%; object-fit: cover; }

  /* Testimonial — shrink padding */
  .pc-testimonial-frame { padding: 36px 32px; }

  /* Footer grid — stack mark, then 3 col links */
  .pc-footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .pc-footer-mark { grid-column: 1 / -1; margin-bottom: 8px; }

  /* Section head — keep 2 col but narrow lede */
  .pc-section-lede { max-width: 280px; }
}

/* ======================================================================
   900px — tablet portrait
   ====================================================================== */
@media (max-width: 900px) {
  :root { --container-gutter: 24px; }

  .pc-nav-inner,
  .pc-hero,
  .pc-section,
  .pc-ticker-head,
  .pc-metrics,
  .pc-testimonial,
  .pc-letstalk,
  .pc-footer { padding-left: 24px; padding-right: 24px; }

  .pc-rivet--tl { left: 24px; }
  .pc-rivet--tr { right: 24px; }

  /* === Nav — hide middle links, show hamburger === */
  .pc-nav-links { display: none; }
  .pc-nav-inner { grid-template-columns: auto 1fr auto; }
  .pc-nav-toggle { display: inline-flex !important; }
  .pc-nav-cta .pc-btn {
    padding: 10px 14px; font-size: 13px;
  }
  .pc-wordmark { font-size: 16px; }

  /* === Hero editorial — stack === */
  .pc-hero-inner { margin-top: 32px; }
  .pc-hero-head {
    font-size: clamp(56px, 14vw, 96px);
    column-gap: 0.2em;
  }
  .pc-hero-sub {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .pc-hero-squiggle { height: 56px; }
  .pc-hero-sub p { font-size: 16px; }
  .pc-hero-actions { gap: 18px; margin-top: 28px; flex-wrap: wrap; }

  /* Hero split-reel — stack */
  .pc-hero-inner--split { grid-template-columns: 1fr; gap: 36px; }
  .pc-hero--splitreel { padding: 40px 24px; }
  .pc-reel-play { width: 64px; height: 64px; font-size: 18px; }

  /* Hero poster — 2x2 becomes 1x4 stack */
  .pc-poster-cell { aspect-ratio: 3 / 2; }

  /* Section head — stack title + lede */
  .pc-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 36px;
    padding-bottom: 18px;
  }
  .pc-section-lede { justify-self: start; max-width: 48ch; }
  .pc-section-title { font-size: clamp(44px, 8vw, 64px); }

  /* Capabilities / expertise — 1 col */
  .pc-cap-grid--3 { grid-template-columns: 1fr; gap: 48px; }
  .pc-cap-grid--4 { grid-template-columns: 1fr; gap: 48px; }
  .pc-cap-col { min-height: 0; }
  .pc-cap-title { font-size: 28px; }
  .pc-cap-idx { font-size: 48px; }

  /* Process — keep 2 col */

  /* Metrics — keep 2x2 */
  .pc-metrics { padding: 64px 24px; }
  .pc-metrics-n { font-size: clamp(42px, 10vw, 72px); }

  /* Testimonial */
  .pc-testimonial { padding: 64px 24px; }
  .pc-testimonial-frame { padding: 32px 24px 36px; }
  .pc-quote { font-size: clamp(22px, 4vw, 30px); }
  .pc-quote-attr {
    grid-template-columns: auto 1fr;
    row-gap: 12px;
  }
  .pc-quote-logo { grid-column: 1 / -1; justify-self: start; }
  .pc-testimonial-nav { right: 24px; }

  /* === Case bands — stack image on top, card below === */
  .pc-band {
    grid-template-columns: 1fr !important;
    height: auto;
  }
  .pc-band--left .pc-band-img,
  .pc-band--right .pc-band-img {
    order: 0 !important;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .pc-band--left .pc-band-card,
  .pc-band--right .pc-band-card {
    order: 1 !important;
    padding: 28px 24px;
  }
  .pc-band-title { font-size: clamp(32px, 7vw, 48px); }
  .pc-band-body { font-size: 15px; }
  .pc-band-metrics { gap: 24px; flex-wrap: wrap; }
  .pc-band-metric-n { font-size: 28px; }
  .pc-featured-list { gap: 28px; }

  /* Let's Talk */
  .pc-letstalk { padding: 80px 24px; }
  .pc-letstalk-inner { padding: 40px 0; }
  .pc-letstalk-head { font-size: clamp(72px, 18vw, 140px); }
  .pc-letstalk-circle {
    width: 120px; height: 120px;
    top: -20px; right: 0;
    font-size: 10px;
  }
  .pc-letstalk-actions { flex-direction: column; gap: 16px; }
  .pc-letstalk-sub { font-size: 16px; }

  /* Footer */
  .pc-footer { padding: 24px 24px 20px; }
  .pc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px; padding: 28px 0;
  }
  .pc-footer-mark { grid-column: 1 / -1; }
  .pc-footer-megatype { font-size: clamp(60px, 18vw, 140px); }
  .pc-footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .pc-footer-rivet {
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 10px;
  }

  /* Ticker — smaller type */
  .pc-ticker { padding: 32px 0 40px; }
  .pc-ticker-item { font-size: 56px; gap: 24px; }
  .pc-ticker-row { gap: 32px; }
  .pc-ticker-star { font-size: 20px; transform: translateY(-12px); }
  .pc-ticker--logos .pc-ticker-row { gap: 56px; }
  .pc-ticker-logo { height: 36px; padding: 0 16px; }

  /* Now playing */
  .pc-nowplaying { padding-top: 40px; }
  .pc-now-head {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }
  .pc-now-hint { justify-self: start; }
  .pc-reel-card { flex: 0 0 280px; }

  /* Hero bottom strip */
  .pc-hero-bottom { font-size: 10px; }

  /* === About page === */
  .pc-about-hero { padding: 32px 24px; }
  .pc-about-hero-head {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    margin-bottom: 36px;
  }
  .pc-team-grid { padding: 0 24px; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .pc-about-story { padding: 64px 24px; }
  .pc-about-principles { padding: 64px 24px; }
  .pc-about-bts { padding: 64px 24px; }
  .pc-about-quotes { padding: 64px 24px 80px; }

  /* === Case studies page === */
  .pc-cs-page { padding: 32px 24px 80px; }
  .pc-cs-head-hero {
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0;
    margin-bottom: 48px;
  }
  .pc-cs-h1 { font-size: clamp(56px, 14vw, 96px); grid-column: 1; }
  .pc-cs-lede { grid-column: 1; font-size: 17px; }
  .pc-cs-list { gap: 56px; }
  .pc-cs { padding-top: 28px; }
  .pc-cs-title { font-size: clamp(36px, 8vw, 64px); }
  .pc-cs-body {
    column-gap: 0;
    row-gap: 24px;
  }
  .pc-cs-blurb { font-size: 17px; }
  .pc-cs-perf-n { font-size: 36px; }
  .pc-cs-perf-row { gap: 28px; }

  /* === Interviews page === */
  .pc-int-hero { padding: 32px 24px 80px; }
  .pc-int-h1 { font-size: clamp(56px, 14vw, 96px); }
  .pc-int-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .pc-lightbox { padding: 24px; }
  .pc-lightbox-frame { max-height: calc(100vh - 48px); }
  .pc-lightbox-close { top: 16px; right: 16px; width: 36px; height: 36px; }
  .pc-lightbox-nav { width: 40px; height: 40px; }
  .pc-lightbox-nav--prev { left: 8px; }
  .pc-lightbox-nav--next { right: 8px; }
  .pc-lightbox-name { font-size: 22px; }
  .pc-lightbox-caption { padding: 16px 20px; }

  /* === Animation page === */
  .pc-anim-hero { padding: 32px 24px 80px; }
  .pc-anim-hero-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
  }
  .pc-anim-h1 { font-size: clamp(56px, 14vw, 96px); }
  .pc-anim-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
}

/* ======================================================================
   640px — phones
   ====================================================================== */
@media (max-width: 640px) {
  :root { --container-gutter: 18px; }

  .pc-nav-inner,
  .pc-hero,
  .pc-section,
  .pc-ticker-head,
  .pc-metrics,
  .pc-testimonial,
  .pc-letstalk,
  .pc-footer { padding-left: 18px; padding-right: 18px; }

  .pc-rivet--tl { left: 18px; top: 12px; }
  .pc-rivet--tr { right: 18px; top: 12px; }
  .pc-rivet span { font-size: 9px; letter-spacing: 0.12em; }

  .pc-nav-inner { height: 64px; padding: 0 18px; }
  .pc-nav-logo img { height: 28px; }
  .pc-wordmark { font-size: 14px; }
  .pc-wordmark sup { font-size: 7px; }
  .pc-nav-cta .pc-btn {
    padding: 8px 12px; font-size: 12px; gap: 6px;
  }

  /* Hero editorial */
  .pc-hero { padding: 16px 18px 16px; }
  .pc-hero-inner { margin-top: 20px; }
  .pc-hero-meta {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .pc-hero-head {
    font-size: clamp(44px, 15vw, 72px);
    letter-spacing: -0.03em;
    line-height: 0.92;
  }
  .pc-hero-sub {
    grid-template-columns: 60px 1fr;
    gap: 12px;
    margin-top: 20px;
  }
  .pc-hero-squiggle { height: 44px; }
  .pc-hero-sub p { font-size: 14px; line-height: 1.5; padding-top: 4px; }
  .pc-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 24px;
  }
  .pc-hero-actions .pc-btn {
    justify-content: center;
    padding: 16px 20px;
    font-size: 15px;
  }
  .pc-hero-link { text-align: center; font-size: 13px; }
  .pc-hero-bottom {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    font-size: 10px;
    margin-top: 20px;
    padding-top: 10px;
  }

  /* Hero poster — stack all cells */
  .pc-poster-grid { grid-template-columns: 1fr; gap: 6px; }
  .pc-poster-cell { aspect-ratio: 2 / 1; padding: 18px; }
  .pc-poster-word { font-size: clamp(48px, 14vw, 80px); }

  /* Hero split-reel */
  .pc-hero--splitreel { padding: 28px 18px; }
  .pc-hero-head--tight { font-size: clamp(40px, 12vw, 64px); }
  .pc-hero-lede { font-size: 15px; margin: 18px 0; }

  /* Sections */
  .pc-section { padding: 48px 18px; }
  .pc-section-head { margin-bottom: 28px; }
  .pc-section-title { font-size: clamp(36px, 10vw, 54px); line-height: 1; }
  .pc-section-lede { font-size: 14px; }
  .pc-section-head .pc-rivet-sm { font-size: 10px; padding: 4px 8px; }

  /* Capabilities / expertise cards */
  .pc-cap-title { font-size: 24px; }
  .pc-cap-body { font-size: 14px; }
  .pc-cap-idx { font-size: 40px; }

  /* Process — 1 col stack */
  .pc-proc-grid { grid-template-columns: 1fr; }
  .pc-proc-step {
    border-right: 0 !important;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
    min-height: 0;
  }
  .pc-proc-step:last-child { border-bottom: 0; }
  .pc-proc-step:not(:first-child) { padding-left: 0; }
  .pc-proc-n { font-size: 56px; }
  .pc-proc-title { font-size: 24px; }

  /* Metrics — 1 col */
  .pc-metrics { padding: 48px 18px; }
  .pc-metrics-grid { grid-template-columns: 1fr; }
  .pc-metrics-cell {
    border-right: 0 !important;
    border-bottom: 1px dashed rgba(255,255,255,0.35) !important;
    padding: 22px 0 !important;
  }
  .pc-metrics-cell:last-child { border-bottom: 0 !important; }
  .pc-metrics-cell:not(:first-child) { padding-left: 0 !important; }
  .pc-metrics-n { font-size: clamp(40px, 16vw, 64px); }
  .pc-metrics-head { margin-bottom: 36px; }
  .pc-metrics-headline h2 { font-size: clamp(36px, 10vw, 56px); }

  /* Testimonial */
  .pc-testimonial { padding: 48px 18px 60px; }
  .pc-testimonial-frame { padding: 24px 18px 48px; }
  .pc-testimonial-tag { top: -10px; left: 18px; font-size: 9px; }
  .pc-quote { font-size: 18px; line-height: 1.3; }
  .pc-quote-mark { font-size: 1.3em; }
  .pc-quote-attr {
    grid-template-columns: auto 1fr;
    gap: 14px;
    margin-top: 24px;
  }
  .pc-quote-attr img { width: 44px; height: 44px; }
  .pc-quote-name { font-size: 15px; }
  .pc-quote-title { font-size: 12px; }
  .pc-testimonial-nav { right: 18px; bottom: -18px; }
  .pc-testimonial-nav button { padding: 8px 12px; font-size: 14px; }

  /* Case bands */
  .pc-band-card { padding: 22px 18px; }
  .pc-band-title { font-size: clamp(28px, 8vw, 40px); }
  .pc-band-body { font-size: 14px; }
  .pc-band-metric-n { font-size: 24px; }
  .pc-band-metric-l { font-size: 10px; }
  .pc-band-rivet { font-size: 9px; padding: 4px 8px; top: 16px; left: 16px; }

  /* Featured footer big-link */
  .pc-big-link { font-size: 24px; gap: 10px; }
  .pc-featured-footer { text-align: left; }

  /* Let's Talk */
  .pc-letstalk { padding: 56px 18px; }
  .pc-letstalk-inner { padding: 24px 0; text-align: left; }
  .pc-letstalk-head {
    font-size: clamp(56px, 19vw, 100px);
    line-height: 0.9;
  }
  .pc-letstalk-sub {
    font-size: 15px;
    text-align: left;
    margin-left: 0;
  }
  .pc-letstalk-squiggle {
    margin: 18px 0 0;
  }
  .pc-letstalk-actions {
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
  }
  .pc-letstalk-actions .pc-btn {
    justify-content: center;
    padding: 14px 18px;
  }
  .pc-letstalk-email { text-align: center; }
  .pc-letstalk-circle {
    width: 96px; height: 96px;
    top: -16px; right: -8px;
    font-size: 9px;
  }
  .pc-letstalk-rivet-tl, .pc-letstalk-rivet-tr { font-size: 9px; }

  /* Footer */
  .pc-footer { padding: 20px 18px 16px; }
  .pc-footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  .pc-footer-rivet {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .pc-footer-megatype {
    font-size: clamp(52px, 22vw, 96px);
    padding: 14px 0 8px;
  }
  .pc-footer-tagline { font-size: 15px; }
  .pc-footer-col li { font-size: 13px; }
  .pc-footer-mark img { height: 40px; }

  /* Ticker */
  .pc-ticker { padding: 24px 0 28px; }
  .pc-ticker-head { padding: 0 18px; margin-bottom: 10px; }
  .pc-ticker-head .pc-rivet-sm { font-size: 9px; }
  .pc-ticker-item { font-size: 40px; gap: 16px; padding: 0.05em 0 0.1em; }
  .pc-ticker-row { gap: 20px; }
  .pc-ticker-star { font-size: 14px; transform: translateY(-10px); }
  .pc-ticker--logos .pc-ticker-row { gap: 32px; }
  .pc-ticker-logo { height: 28px; padding: 0 10px; }

  /* Now playing */
  .pc-now-scroll { padding: 0 18px 16px; }
  .pc-reel-card { flex: 0 0 240px; }
  .pc-reel-card-title { font-size: 18px; }
  .pc-now-title { font-size: clamp(32px, 9vw, 48px); }

  /* === About === */
  .pc-about-hero { padding: 24px 18px; }
  .pc-about-hero-head { padding: 0; margin-bottom: 28px; gap: 16px; }
  .pc-about-title { font-size: clamp(48px, 15vw, 84px); }
  .pc-about-lede { font-size: 16px; }
  .pc-team-grid { padding: 0 18px; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pc-team-name { font-size: 14px; }
  .pc-team-role { font-size: 12px; }

  .pc-about-story { padding: 48px 18px; }
  .pc-about-story-grid { gap: 24px; }
  .pc-about-story-h { font-size: clamp(32px, 9vw, 52px); }
  .pc-about-story-p { font-size: 16px; }

  .pc-about-principles { padding: 48px 18px; }
  .pc-section-head--about { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .pc-principle { padding: 24px 0 28px; min-height: 0; }
  .pc-principle-idx { font-size: 40px; }
  .pc-principle-title { font-size: 22px; }
  .pc-principle-body { font-size: 14px; }

  .pc-about-bts { padding: 48px 18px; }
  .pc-about-bts-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
  .pc-bts-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; gap: 10px; }
  .pc-bts-tile--sm,
  .pc-bts-tile--wide,
  .pc-bts-tile--tall { grid-column: span 1; grid-row: span 1; }

  /* Instagram grid — 2 cols on mobile per user request */
  .pc-ig-wrap { max-width: 100%; }
  .pc-ig-head { padding: 14px 16px; gap: 12px; }
  .pc-ig-avatar { width: 40px; height: 40px; }
  .pc-ig-handle { font-size: 14px; }
  .pc-ig-sub { font-size: 12px; }
  .pc-ig-follow { padding: 7px 14px; font-size: 12px; }
  .pc-ig-grid { grid-template-columns: repeat(2, 1fr); }

  .pc-about-quotes { padding: 48px 18px 64px; }
  .pc-quotes-grid { gap: 16px; }
  .pc-quote { min-height: 0; padding: 24px 20px 22px; }
  .pc-quote-text { font-size: 18px; }

  /* === Case studies === */
  .pc-cs-page { padding: 24px 18px 64px; }
  .pc-cs-head-hero { margin-bottom: 36px; row-gap: 16px; padding-bottom: 20px; }
  .pc-cs-h1 { font-size: clamp(44px, 14vw, 76px); line-height: 0.9; }
  .pc-cs-lede { font-size: 15px; margin: 0; }
  .pc-cs-list { gap: 48px; }
  .pc-cs { padding-top: 24px; }
  .pc-cs-head { gap: 14px; margin-bottom: 24px; }
  .pc-cs-title { font-size: clamp(28px, 9vw, 48px); }
  .pc-cs-blurb { font-size: 15px; }
  .pc-cs-stats { grid-template-columns: 1fr 1fr; }
  .pc-cs-stat { padding: 10px 12px; min-height: 60px; }
  .pc-cs-stat-v { font-size: 18px; }
  .pc-cs-perf { padding: 14px 16px; }
  .pc-cs-perf-n { font-size: 30px; }
  .pc-cs-perf-row { gap: 20px; }
  .pc-cs-partner { font-size: 11px; padding: 5px 10px; }
  .pc-cs-carousel-thumb { flex: 0 0 96px; }
  .pc-cs-note-body { font-size: 15px; }

  /* === Interviews === */
  .pc-int-hero { padding: 24px 18px 64px; }
  .pc-int-hero-head { margin-bottom: 28px; padding-bottom: 16px; }
  .pc-int-h1 { font-size: clamp(44px, 14vw, 76px); }
  .pc-int-grid { grid-template-columns: 1fr; gap: 14px; }

  /* === Animation === */
  .pc-anim-hero { padding: 24px 18px 64px; }
  .pc-anim-hero-head { gap: 14px; margin-bottom: 28px; }
  .pc-anim-h1 { font-size: clamp(44px, 14vw, 76px); }
  .pc-anim-lede { font-size: 15px; }
  .pc-anim-grid { grid-template-columns: 1fr; gap: 20px; }
  .pc-anim-card-title { font-size: 17px; }
}

/* ======================================================================
   390px — small phones (iPhone SE down to 320px)
   ====================================================================== */
@media (max-width: 390px) {
  :root { --container-gutter: 14px; }

  .pc-nav-inner,
  .pc-hero,
  .pc-section,
  .pc-ticker-head,
  .pc-metrics,
  .pc-testimonial,
  .pc-letstalk,
  .pc-footer { padding-left: 14px; padding-right: 14px; }

  /* Shrink nav logo + wordmark further so the CTA still fits on 320 */
  .pc-nav-inner { padding: 0 14px; height: 58px; }
  .pc-nav-logo img { height: 24px; margin-right: -4px; }
  .pc-wordmark { font-size: 12px; }
  .pc-nav-cta .pc-btn {
    padding: 7px 10px; font-size: 11px;
  }

  .pc-hero-head { font-size: clamp(38px, 15vw, 56px); }
  .pc-hero-meta { font-size: 11px; }
  .pc-hero-sub {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
  .pc-hero-squiggle { height: 32px; }

  .pc-section-title { font-size: clamp(30px, 10vw, 42px); }
  .pc-letstalk-head { font-size: clamp(44px, 20vw, 80px); }
  .pc-footer-megatype { font-size: clamp(40px, 22vw, 72px); }

  .pc-ticker-item { font-size: 32px; }

  .pc-about-title { font-size: clamp(40px, 15vw, 64px); }
  .pc-cs-h1 { font-size: clamp(36px, 14vw, 56px); }
  .pc-int-h1,
  .pc-anim-h1 { font-size: clamp(36px, 14vw, 56px); }

  .pc-band-card { padding: 18px 14px; }
  .pc-band-title { font-size: clamp(24px, 9vw, 34px); }
  .pc-band-metrics { gap: 16px; }

  .pc-testimonial-frame { padding: 22px 14px 48px; }
  .pc-quote { font-size: 16px; }

  .pc-letstalk-circle {
    width: 80px; height: 80px;
    top: -12px;
    font-size: 8px;
  }
}

/* ======================================================================
   Mobile nav overlay — shared across all breakpoints once triggered
   ====================================================================== */
.pc-nav-toggle {
  display: none;
  justify-self: end;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: none; border: 1px solid #000;
  cursor: pointer;
  margin-right: 10px;
}
.pc-nav-toggle-bars {
  display: inline-flex; flex-direction: column; gap: 4px;
}
.pc-nav-toggle-bars span {
  width: 18px; height: 2px; background: #000; display: block;
  transition: transform .25s ease, opacity .2s ease;
}
.pc-nav-toggle[aria-expanded="true"] .pc-nav-toggle-bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.pc-nav-toggle[aria-expanded="true"] .pc-nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}
.pc-nav-toggle[aria-expanded="true"] .pc-nav-toggle-bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Move toggle so it sits between wordmark and CTA on mobile */
@media (max-width: 900px) {
  .pc-nav-inner {
    grid-template-columns: auto 1fr auto auto;
  }
  .pc-nav-cta { justify-self: end; }
}

.pc-nav-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: #1D1D1D;
  color: #fff;
  display: flex; flex-direction: column;
  padding: 24px;
  animation: pcNavFade .22s ease;
}
@keyframes pcNavFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.pc-nav-overlay-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 16px; border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.pc-nav-overlay-close {
  background: none; border: 1px solid #fff;
  width: 40px; height: 40px; color: #fff;
  font-size: 20px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.pc-nav-overlay-logo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff;
}
.pc-nav-overlay-links {
  flex: 1;
  display: flex; flex-direction: column;
  gap: 0;
  margin-top: 24px;
}
.pc-nav-overlay-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 9vw, 48px);
  line-height: 1.1; letter-spacing: -0.02em;
  color: #fff;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
  display: flex; justify-content: space-between; align-items: baseline;
}
.pc-nav-overlay-link em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--pc-pink);
  font-size: 0.6em;
  letter-spacing: 0;
}
.pc-nav-overlay-link.is-active {
  color: var(--pc-pink);
}
.pc-nav-overlay-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px; border-top: 1px dashed rgba(255,255,255,0.3);
  margin-top: 24px;
}
.pc-nav-overlay-foot .pc-btn {
  background: var(--pc-pink); color: #000;
  padding: 12px 18px; font-size: 14px;
}
.pc-nav-overlay-contact {
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* Keep Tweaks panel usable on small screens */
@media (max-width: 640px) {
  .pc-tweaks {
    right: 12px; bottom: 12px;
    width: calc(100vw - 24px);
    max-width: 280px;
  }
}

/* Prevent body scroll when mobile nav is open */
body.pc-nav-open { overflow: hidden; }
