/* ======================================================================
   Poley Creative — 2026 site styles
   Hybrid: existing DS tokens + editorial moodboard moves.
   ====================================================================== */

html, body { margin: 0; background: var(--bg-page); color: var(--fg-1);
  font-family: var(--font-serif); }
html { overflow-x: hidden; }
body { overflow-x: clip; }
* { box-sizing: border-box; }
em { font-style: italic; }
button { font: inherit; border: 0; background: none; cursor: pointer; }
a { color: inherit; cursor: pointer; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ----------------- Rivets & small editorial type ----------------- */
.pc-rivet-sm {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}
.pc-inverse { color: #fff !important; }

/* ----------------- Buttons ----------------- */
.pc-btn {
  --pc-btn-arrow-accent: var(--pc-pink);
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--pc-pink); color: #000;
  padding: 14px 20px;
  font-family: var(--font-serif);
  font-weight: 700; font-size: 16px;
  line-height: 1;
}
.pc-btn-sm { padding: 10px 16px; font-size: 14px; gap: 10px; }
.pc-btn-lg { padding: 18px 28px; font-size: 18px; gap: 14px; }
.pc-btn-arrow { display: inline-flex; color: #000; }
.pc-btn:hover .pc-btn-arrow { transform: translate(2px, -2px); }
.pc-btn-arrow { transition: transform .2s var(--ease-out); }

/* ----------------- Nav ----------------- */
.pc-nav {
  position: sticky; top: 0; z-index: 30;
  background: #fff;
  border-bottom: 1px dashed #000;
}
.pc-nav-inner {
  max-width: var(--container-max); margin: 0 auto;
  height: 88px; padding: 0 48px;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.pc-nav-logo {
  display: inline-flex; align-items: center; gap: 0;
  justify-self: start;
}
.pc-nav-logo img { height: 36px; margin-right: -8px; }
.pc-wordmark {
  font-family: var(--font-display);
  font-weight: 700; font-size: 20px; letter-spacing: -0.01em;
  line-height: 1; display: inline-flex; align-items: baseline;
}
.pc-wordmark em { font-style: italic; }
.pc-wordmark sup { font-size: 9px; margin-left: 2px; vertical-align: top; font-weight: 500; }

.pc-nav-links { display: flex; gap: 36px; justify-self: center; }
.pc-nav-link {
  font-family: var(--font-display);
  font-weight: 500; font-size: 15px;
  color: #000; position: relative; padding: 6px 0;
  display: inline-flex; align-items: center; gap: 4px;
}
.pc-nav-link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px;
  height: 1px; background: #000;
  transition: right .25s var(--ease-out);
}
.pc-nav-link:hover::after, .pc-nav-link.is-active::after { right: 0; }
.pc-caret { font-size: 10px; opacity: .6; }

.pc-nav-cta {
  justify-self: end; display: inline-flex; align-items: center; gap: 20px;
}

/* ----------------- HERO — editorial ----------------- */
.pc-hero { position: relative; padding: 28px 48px 0; }
.pc-hero--editorial { border-bottom: 1px dashed #000; padding-bottom: 28px; }

.pc-rivet { position: absolute; top: 16px; display: inline-flex; gap: 8px; }
.pc-rivet--tl { left: 48px; }
.pc-rivet--tr { right: 48px; }
.pc-rivet span {
  font-family: var(--font-display); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
}

.pc-hero-inner {
  max-width: var(--container-max); margin: 44px auto 0;
  display: block;
}

.pc-hero-meta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #000;
  margin-bottom: 24px;
  width: fit-content;
}
.pc-hero-meta-strong { font-weight: 700; }
.pc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pc-pink); display: inline-block; }

.pc-hero-head {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(80px, 11.5vw, 164px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  margin: 0;
  display: flex; flex-wrap: wrap; column-gap: 0.22em; row-gap: 0;
  align-items: baseline;
}
.pc-hero-italic em {
  font-style: italic; font-weight: 700;
  color: #000;
}
.pc-hero-head > span:nth-child(2) em { color: var(--pc-pink-deep, #C46FD4); }
.pc-hero-head > span:nth-child(4) em {
  color: var(--pc-pink-deep, #C46FD4);
}

.pc-hero-sub {
  display: grid; grid-template-columns: 100px 1fr; gap: 20px;
  align-items: start;
  margin-top: 34px;
  max-width: 720px;
}
.pc-hero-squiggle { height: 72px; }
.pc-hero-sub p {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 18px; line-height: 1.55; color: #000;
  padding-top: 8px;
}
.pc-hero-sub strong { font-weight: 500; font-style: italic; }

.pc-hero-actions {
  display: inline-flex; align-items: center; gap: 24px;
  margin-top: 36px;
}
.pc-hero-link {
  font-family: var(--font-display); font-weight: 500; font-size: 15px;
  border-bottom: 1px solid #000; padding-bottom: 2px;
}

/* Hero side — vertical marquee */
.pc-hero-side {
  border-left: 1px dashed #000;
  padding-left: 24px;
  align-self: stretch;
  display: flex; flex-direction: column;
  height: 520px;
}
.pc-hero-side-label {
  display: inline-flex; gap: 8px; align-items: center;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-bottom: 14px; border-bottom: 1px dashed #000;
}
.pc-marquee-v {
  flex: 1; overflow: hidden; position: relative;
  padding: 12px 0;
  mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
}
.pc-marquee-v-track {
  display: flex; flex-direction: column; gap: 0;
  animation: marqV 26s linear infinite;
}
.pc-marquee-v-item {
  font-family: var(--font-display); font-weight: 700;
  font-size: 28px; letter-spacing: -0.01em;
  line-height: 1.2; padding: 6px 0;
  border-bottom: 1px dashed #000;
}
@keyframes marqV {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.pc-hero-side-footer {
  display: flex; justify-content: space-between;
  padding-top: 14px; border-top: 1px dashed #000;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
}

.pc-hero-bottom {
  max-width: var(--container-max); margin: 28px auto 0;
  padding-top: 14px; border-top: 1px dashed #000;
  display: flex; justify-content: space-between; gap: 24px;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
}

/* ----------------- HERO — poster (variant) ----------------- */
.pc-hero--poster { padding: 28px 48px 28px; border-bottom: 1px dashed #000; }
.pc-poster-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  max-width: var(--container-max); margin: 0 auto;
}
.pc-poster-cell {
  aspect-ratio: 2 / 1; padding: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative;
}
.pc-poster-cell--pink { background: var(--pc-pink); }
.pc-poster-cell--yellow { background: var(--pc-yellow); }
.pc-poster-cell--blue { background: var(--pc-blue); }
.pc-poster-cell--ink { background: #1D1D1D; color: #fff; }
.pc-poster-word {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(80px, 8vw, 140px); line-height: 0.85;
  letter-spacing: -0.035em;
  align-self: end;
}
.pc-poster-word--italic { font-style: italic; }

/* ----------------- HERO — split reel (variant) ----------------- */
.pc-hero--splitreel { padding: 60px 48px; border-bottom: 1px dashed #000; }
.pc-hero-inner--split {
  max-width: var(--container-max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: center;
}
.pc-hero-head--tight { font-size: clamp(60px, 7vw, 100px); line-height: 0.95; }
.pc-hero-lede { font-size: 18px; font-weight: 300; line-height: 1.55; max-width: 480px; margin: 24px 0; }
.pc-hero-reel { position: relative; }
.pc-reel-rivet {
  display: flex; gap: 8px;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-bottom: 12px; border-bottom: 1px dashed #000;
  margin-bottom: 16px;
}
.pc-reel-frame {
  position: relative; aspect-ratio: 16 / 10; background: #1D1D1D; overflow: hidden;
  border-radius: 8px;
}
.pc-reel-frame img { width: 100%; height: 100%; object-fit: cover; }
.pc-reel-play {
  position: absolute; inset: 0; margin: auto;
  width: 86px; height: 86px; border-radius: 50%;
  background: var(--pc-pink); color: #000;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px; border: 0; cursor: pointer;
}
.pc-reel-strip {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 14px;
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: 0.06em;
}

/* ----------------- Ticker ----------------- */
.pc-ticker {
  background: #1D1D1D; color: #fff;
  padding: 48px 0 56px;
  border-top: 1px dashed #000; border-bottom: 1px dashed #000;
  overflow: hidden;
}
/* Logo variant: white background, black marks */
.pc-ticker--logos { background: #fff; color: #000; }
.pc-ticker--logos .pc-ticker-head .pc-rivet-sm { color: #000; opacity: .7; }

.pc-ticker-head {
  max-width: var(--container-max); margin: 0 auto 14px;
  padding: 0 48px;
  display: flex; justify-content: space-between;
}
.pc-ticker-head .pc-rivet-sm { color: #fff; opacity: .7; }
.pc-ticker--logos .pc-ticker-row { gap: 88px; }
.pc-ticker-track { overflow: hidden; }
.pc-ticker-row {
  display: flex; gap: 60px; white-space: nowrap;
  animation: marqH 40s linear infinite;
  align-items: center;
}
.pc-ticker-item {
  font-family: var(--font-display); font-weight: 700;
  font-size: 84px; letter-spacing: -0.03em;
  line-height: 1.25;
  padding: 0.1em 0 0.15em;
  display: inline-flex; align-items: center; gap: 40px;
}
.pc-ticker-star {
  color: var(--pc-pink); font-size: 28px;
  transform: translateY(-18px);
}
.pc-ticker-logo {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 28px;
}
.pc-ticker-logo img {
  height: 100%; width: auto;
  display: block;
  /* Force every logo to solid black regardless of its fill */
  filter: brightness(0) saturate(100%);
}
@keyframes marqH {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}

/* ----------------- Section scaffolding ----------------- */
.pc-section { padding: 80px 48px; position: relative; }
.pc-section + .pc-section { border-top: 1px dashed #000; }

.pc-section-head {
  max-width: var(--container-max); margin: 0 auto 56px;
  display: grid; grid-template-columns: 2fr 1fr;
  gap: 40px; align-items: end;
  padding-bottom: 24px; border-bottom: 1px dashed #000;
}
.pc-section-head .pc-rivet-sm {
  align-self: center; padding: 6px 10px; border: 1px solid #000;
  width: fit-content;
}
.pc-section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(56px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.03em;
  text-align: left; margin: 0;
}
.pc-section-title em { font-style: italic; }
.pc-section-lede {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 16px; line-height: 1.5;
  max-width: 320px; justify-self: end;
}

/* ----------------- Now playing film strip ----------------- */
.pc-nowplaying { padding-top: 60px; }
.pc-now-head {
  max-width: var(--container-max); margin: 0 auto 32px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: end; gap: 24px;
  padding-bottom: 18px; border-bottom: 1px dashed #000;
}
.pc-now-head .pc-rivet-sm {
  padding: 6px 10px; border: 1px solid #000;
}
.pc-now-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(48px, 5vw, 72px); line-height: 0.95; letter-spacing: -0.03em;
  margin: 0;
}
.pc-now-title em { font-style: italic; }
.pc-now-hint { font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; }
.pc-now-scroll {
  display: flex; gap: 24px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  max-width: var(--container-max); margin: 0 auto;
}
.pc-now-scroll::-webkit-scrollbar { height: 6px; }
.pc-now-scroll::-webkit-scrollbar-thumb { background: #000; }
.pc-reel-card {
  flex: 0 0 380px; scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 10px;
}
.pc-reel-card-img {
  aspect-ratio: 4 / 3;
  background-size: cover; background-position: center;
  position: relative;
  border-radius: 8px; overflow: hidden;
}
.pc-reel-card-play {
  position: absolute; left: 16px; bottom: 16px;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--pc-pink); display: inline-flex;
  align-items: center; justify-content: center;
  color: #000; font-size: 14px;
}
.pc-reel-card-len {
  position: absolute; top: 16px; right: 16px;
  padding: 4px 10px; background: #fff;
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: 0.1em;
}
.pc-reel-card-meta {
  display: flex; justify-content: space-between;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-bottom: 6px; border-bottom: 1px dashed #000;
}
.pc-reel-card-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; line-height: 1.15;
}

/* ----------------- Capabilities ----------------- */
.pc-cap-grid {
  max-width: var(--container-max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.pc-cap-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.pc-cap-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.pc-cap-col {
  padding-top: 20px; border-top: 1px dashed #000;
  display: flex; flex-direction: column; gap: 20px;
  min-height: 360px;
}
.pc-cap-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  border-radius: 6px;
}
.pc-cap-image--video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pc-cap-image--video video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .25s var(--ease-out);
}
.pc-cap-image--video:hover video {
  opacity: 1;
}
.pc-cap-image--video::after {
  content: "▶";
  position: absolute; top: 10px; right: 12px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  font-family: var(--font-serif);
  letter-spacing: 0.06em;
  transition: opacity .2s;
}
.pc-cap-image--video:hover::after { opacity: 0; }
.pc-cap-head {
  display: flex; justify-content: space-between; align-items: center;
}
.pc-cap-idx {
  font-family: var(--font-display); font-weight: 500; font-size: 56px;
  color: var(--pc-pink); line-height: 1;
}
.pc-cap-arrow { width: 28px; }
.pc-cap-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 32px; line-height: 1; letter-spacing: -0.02em;
  margin: 0;
}
.pc-cap-title em { font-style: italic; }
.pc-cap-body {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 15px; line-height: 1.55;
  flex: 1;
}
.pc-cap-meta {
  font-family: var(--font-display); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-top: 12px; border-top: 1px dashed #000;
}

/* ----------------- Featured case studies ----------------- */
.pc-featured-list {
  max-width: var(--container-max); margin: 0 auto;
  display: flex; flex-direction: column; gap: 24px;
}
.pc-band {
  position: relative; height: 560px; border-radius: 24px;
  overflow: hidden; display: grid; grid-template-columns: 1fr 1fr;
}
.pc-band--left  { grid-template-columns: 1fr 1fr; }
.pc-band--right { grid-template-columns: 1fr 1fr; }
.pc-band--left  .pc-band-card { order: 0; }
.pc-band--left  .pc-band-img  { order: 1; }
.pc-band--right .pc-band-img  { order: 0; }
.pc-band--right .pc-band-card { order: 1; }

.pc-band-img {
  position: relative;
  background-size: cover; background-position: center;
  min-height: 100%;
}
.pc-band-rivet {
  position: absolute; top: 24px; left: 24px;
  display: inline-flex; gap: 8px;
  background: rgba(255,255,255,0.92); padding: 6px 10px;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
}

.pc-band-card {
  padding: 36px; display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.pc-band--pink   .pc-band-card { background: var(--pc-pink); }
.pc-band--yellow .pc-band-card { background: var(--pc-yellow); }
.pc-band--blue   .pc-band-card { background: var(--pc-blue); }
.pc-band-card-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-bottom: 14px; border-bottom: 1px dashed #000;
}
.pc-band-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 54px; line-height: 0.95; letter-spacing: -0.02em;
  margin: 0;
}
.pc-band-body {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 16px; line-height: 1.55;
  max-width: 420px;
}
.pc-band-metrics {
  display: flex; gap: 36px; margin-top: auto;
  padding-top: 16px; border-top: 1px dashed #000;
}
.pc-band-metric-n {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: 36px; line-height: 1;
}
.pc-band-metric-l {
  display: block;
  font-family: var(--font-display); font-weight: 500;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 6px;
}
.pc-band-link {
  font-family: var(--font-display); font-weight: 500; font-size: 14px;
  border-bottom: 1px solid #000; padding-bottom: 2px; width: fit-content;
}

.pc-featured-footer {
  max-width: var(--container-max); margin: 48px auto 0;
  padding-top: 24px; border-top: 1px dashed #000;
  text-align: right;
}
.pc-big-link {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(32px, 3.4vw, 56px); letter-spacing: -0.02em;
  display: inline-flex; align-items: center; gap: 18px;
}

/* ----------------- Process ----------------- */
.pc-proc-triangle-wrap {
  max-width: var(--container-max); margin: 0 auto;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px;
  align-items: center;
}
.pc-proc-triangle {
  width: 100%; height: auto; display: block;
}
.pc-proc-triangle text {
  font-family: var(--font-display); fill: #000;
}
.pc-proc-triangle .pc-proc-slope-labels text {
  font-weight: 700; font-size: 24px; letter-spacing: -0.01em;
}
.pc-proc-triangle .pc-proc-zone-labels text {
  font-weight: 700; font-size: 34px; letter-spacing: -0.02em;
}
.pc-proc-triangle .pc-proc-base-labels text {
  font-weight: 700; font-size: 22px; letter-spacing: -0.01em;
}
.pc-proc-triangle-legend {
  display: flex; flex-direction: column; gap: 28px;
}
.pc-proc-triangle-legend > div {
  padding-top: 16px; border-top: 1px dashed #000;
}
.pc-proc-triangle-legend p {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 15px; line-height: 1.55; margin: 10px 0 0;
}

.pc-proc-grid {
  max-width: var(--container-max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.pc-proc-step {
  padding: 28px 28px 28px 0;
  border-right: 1px dashed #000;
  display: flex; flex-direction: column; gap: 18px;
  min-height: 320px;
}
.pc-proc-step:last-child { border-right: 0; }
.pc-proc-step:not(:first-child) { padding-left: 28px; }
.pc-proc-n {
  font-family: var(--font-display); font-weight: 500;
  font-size: 80px; color: var(--pc-pink);
  line-height: 1; letter-spacing: -0.03em;
}
.pc-proc-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 28px; line-height: 1; letter-spacing: -0.02em;
  margin: 0;
}
.pc-proc-title em { font-style: italic; }
.pc-proc-body {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 15px; line-height: 1.55;
}

/* ----------------- Metrics ----------------- */
.pc-metrics { background: #1D1D1D; color: #fff; padding: 96px 48px; }
.pc-metrics-head {
  max-width: var(--container-max); margin: 0 auto 56px;
  display: block;
  padding-bottom: 20px; border-bottom: 1px dashed #fff;
}
.pc-metrics-head .pc-rivet-sm { color: #fff; }
.pc-metrics-headline h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(48px, 5vw, 80px); line-height: 0.95;
  letter-spacing: -0.03em; margin: 0;
  color: #fff;
}
.pc-metrics-headline h2 em {
  font-style: italic; color: var(--pc-pink);
}
.pc-metrics-headline p {
  margin-top: 18px; max-width: 520px;
  color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.55;
}
.pc-metrics-grid {
  max-width: var(--container-max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.pc-metrics-cell {
  padding: 32px 24px 32px 0;
  border-right: 1px dashed rgba(255,255,255,0.35);
  display: flex; flex-direction: column; gap: 12px;
}
.pc-metrics-cell:last-child { border-right: 0; }
.pc-metrics-cell:not(:first-child) { padding-left: 24px; }
.pc-metrics-n {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(56px, 5.5vw, 92px); line-height: 1;
  letter-spacing: -0.035em;
  color: var(--pc-yellow);
}
.pc-metrics-l {
  font-family: var(--font-display); font-weight: 500; font-size: 14px;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.pc-metrics-c {
  font-family: var(--font-serif); font-weight: 300; font-size: 13px;
  color: rgba(255,255,255,0.6);
  padding-top: 12px; border-top: 1px dashed rgba(255,255,255,0.35);
}

/* ----------------- Testimonial ----------------- */
.pc-testimonial { padding: 96px 48px; }
.pc-testimonial-frame {
  max-width: 1100px; margin: 0 auto;
  background: #fff; border: 1px dashed #000;
  padding: 48px 56px; position: relative;
}
.pc-testimonial-tag {
  position: absolute; top: -11px; left: 36px;
  background: #F3F3F3; padding: 2px 10px;
}
.pc-quote {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.2; letter-spacing: -0.01em;
  margin: 0; max-width: 900px;
}
.pc-quote-mark { color: var(--pc-pink); font-size: 1.4em; line-height: 0; vertical-align: -0.1em; margin-right: 8px; }
.pc-quote-attr {
  margin-top: 36px; padding-top: 20px; border-top: 1px dashed #000;
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
}
.pc-quote-attr img {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
}
.pc-quote-name {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  line-height: 1.1;
}
.pc-quote-title {
  font-family: var(--font-serif); font-weight: 300; font-size: 14px;
  color: #535862; margin-top: 4px;
}
.pc-quote-logo {
  font-family: var(--font-display); font-weight: 500; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.pc-testimonial-nav {
  position: absolute; right: 36px; bottom: -20px;
  display: inline-flex; background: #000; color: #fff;
}
.pc-testimonial-nav button {
  padding: 10px 16px; color: #fff;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.pc-testimonial-nav button:last-child { border-right: 0; }

/* ----------------- Let's Talk ----------------- */
.pc-letstalk { padding: 128px 48px; }
.pc-letstalk-inner {
  max-width: var(--container-max); margin: 0 auto;
  position: relative; text-align: center;
  padding: 80px 0;
}
.pc-letstalk-rivet-tl,
.pc-letstalk-rivet-tr {
  position: absolute; top: 0;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.pc-letstalk-rivet-tl { left: 0; }
.pc-letstalk-rivet-tr { right: 0; }

.pc-letstalk-circle {
  position: absolute; top: 40px; right: 60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: var(--pc-yellow);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: 0.2em;
  animation: spin 22s linear infinite;
}
.pc-letstalk-circle span { display: inline-block; padding: 0 6px; }
@keyframes spin { to { transform: rotate(360deg); } }

.pc-letstalk-head {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(110px, 14vw, 220px);
  letter-spacing: -0.04em; line-height: 0.88;
  margin: 0;
}
.pc-letstalk-head em { font-style: italic; color: var(--pc-pink-deep); }
.pc-letstalk-sub {
  max-width: 560px; margin: 28px auto 0;
  font-family: var(--font-serif); font-weight: 300;
  font-size: 18px; line-height: 1.55;
}
.pc-letstalk-squiggle { height: 80px; margin: 24px auto 0; transform: rotate(-10deg); }
.pc-letstalk-actions {
  margin-top: 24px;
  display: inline-flex; align-items: center; gap: 28px;
}
.pc-letstalk-email {
  font-family: var(--font-display); font-weight: 500; font-size: 16px;
  border-bottom: 1px solid #000; padding-bottom: 2px;
}

/* ----------------- Footer ----------------- */
.pc-footer {
  background: #1D1D1D; color: #fff; padding: 32px 48px 24px;
  border-top: 1px dashed #000;
}
.pc-footer-rivet {
  display: flex; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px dashed rgba(255,255,255,0.35);
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.pc-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding: 40px 0;
}
.pc-footer-mark img { height: 48px; margin-bottom: 18px; }
.pc-footer-tagline {
  font-family: var(--font-display); font-weight: 500; font-size: 18px;
  line-height: 1.25; max-width: 260px;
}
.pc-footer-col-title {
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding-bottom: 10px; border-bottom: 1px dashed rgba(255,255,255,0.35);
  margin-bottom: 14px;
}
.pc-footer-col ul { list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px; }
.pc-footer-col li {
  font-family: var(--font-serif); font-weight: 300; font-size: 14px;
  color: #fff;
}
.pc-footer-megatype {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(120px, 16vw, 256px);
  line-height: 0.85; letter-spacing: -0.05em;
  padding: 20px 0 10px;
  border-top: 1px dashed rgba(255,255,255,0.35);
  white-space: nowrap;
}
.pc-footer-megatype em { font-style: italic; color: var(--pc-pink); }
.pc-footer-bottom {
  padding-top: 16px; border-top: 1px dashed rgba(255,255,255,0.35);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-serif); font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.pc-footer-socials { display: inline-flex; gap: 8px; }
.pc-footer-socials a {
  width: 28px; height: 28px; background: var(--pc-pink);
  display: inline-flex; align-items: center; justify-content: center;
}

/* ----------------- Tweaks panel ----------------- */
.pc-tweaks {
  position: fixed; bottom: 24px; right: 24px; z-index: 80;
  background: #fff; border: 1px solid #000;
  font-family: var(--font-display);
  width: 280px;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.35);
}
.pc-tweaks-head {
  padding: 12px 14px; border-bottom: 1px dashed #000;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
}
.pc-tweaks-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 14px; }
.pc-tweaks-row { display: flex; flex-direction: column; gap: 6px; }
.pc-tweaks-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #535862; }
.pc-tweaks-opts { display: flex; gap: 6px; flex-wrap: wrap; }
.pc-tweaks-opt {
  padding: 6px 10px; border: 1px solid #000; font-size: 12px;
  background: #fff; color: #000; cursor: pointer;
}
.pc-tweaks-opt.is-on { background: #000; color: #fff; }
.pc-tweaks-swatch { display: inline-flex; gap: 6px; }
.pc-tweaks-swatch button {
  width: 28px; height: 28px; border: 1px solid #000;
}
.pc-tweaks-swatch button.is-on { outline: 3px solid #000; outline-offset: 2px; }

/* Accent override — swap the primary CTA color */
[data-accent="yellow"] {
  --pc-pink: #FEE01C;
}
[data-accent="blue"] {
  --pc-pink: #81A2FF;
}

/* Type intensity */
[data-intensity="restrained"] .pc-hero-head { font-size: clamp(60px, 8vw, 112px); }
[data-intensity="restrained"] .pc-footer-megatype { font-size: clamp(64px, 9vw, 144px); }
[data-intensity="restrained"] .pc-letstalk-head { font-size: clamp(72px, 9vw, 144px); }
[data-intensity="restrained"] .pc-ticker-item { font-size: 56px; }
[data-intensity="editorial"] {}
[data-intensity="bold"] .pc-hero-head { font-size: clamp(100px, 13vw, 200px); letter-spacing: -0.045em; }
[data-intensity="bold"] .pc-ticker-item { font-size: 108px; }
