:root {
  --pl-ink: #142028;
  --pl-muted: rgba(20, 32, 40, 0.68);
  --pl-line: rgba(20, 32, 40, 0.12);
  --pl-paper: #eef2f5;
  --pl-accent: #1f4f46;
}
* { box-sizing: border-box; }
body.pl-labs {
  margin: 0;
  color: var(--pl-ink);
  background:
    radial-gradient(95% 60% at 80% -10%, rgba(31, 79, 70, 0.12), transparent 50%),
    radial-gradient(70% 50% at 10% 0%, rgba(197, 164, 106, 0.10), transparent 45%),
    linear-gradient(180deg, #fbfcfd 0%, var(--pl-paper) 100%);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: var(--pl-accent); }
.pl-wrap { width: min(1100px, calc(100% - 2rem)); margin: 0 auto; }
.pl-narrow { width: min(740px, calc(100% - 2rem)); }

.pl-funnel-bar { background: #142028; color: #edf2f4; font-size: 0.9rem; }
.pl-funnel-inner {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  align-items: center; justify-content: space-between; padding: 0.55rem 0;
}
.pl-funnel-actions { display: flex; gap: 0.65rem; align-items: center; }
.pl-funnel-link { color: #c5d0d6 !important; }

.pl-header {
  border-bottom: 1px solid var(--pl-line);
  background: rgba(251, 252, 253, 0.92);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 30;
}
.pl-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0; flex-wrap: wrap;
}
.pl-brand { text-decoration: none; color: inherit; }
.pl-brand-name {
  display: block; font-family: "Fraunces", Georgia, serif; font-weight: 700;
  font-size: 1.5rem; letter-spacing: -0.03em; line-height: 1;
}
.pl-brand-tag {
  display: block; margin-top: 0.22rem; font-size: 0.72rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--pl-muted);
}
.pl-nav { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.pl-nav a { text-decoration: none; color: var(--pl-ink); font-weight: 550; font-size: 0.92rem; }
.pl-nav-cta {
  background: var(--pl-ink); color: #fff !important;
  padding: 0.4rem 0.75rem; border-radius: 3px;
}

.pl-hero { padding: 3.75rem 0 3.1rem; }
.pl-hero-brand {
  margin: 0; font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 7.5vw, 4.3rem); font-weight: 700;
  letter-spacing: -0.04em; line-height: 0.92;
}
.pl-hero h1 {
  margin: 0.9rem 0 0; max-width: 18ch;
  font-size: clamp(1.4rem, 3.3vw, 2rem); font-weight: 650; line-height: 1.2;
}
.pl-hero-support {
  margin: 0.9rem 0 0; max-width: 38rem; color: var(--pl-muted); font-size: 1.08rem;
}
.pl-hero-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }

.pl-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.65rem; padding: 0.55rem 1rem; border-radius: 3px;
  text-decoration: none !important; font-weight: 650;
}
.pl-btn-dark { background: var(--pl-ink); color: #fff !important; }
.pl-btn-light { background: #edf2f4; color: #142028 !important; }
.pl-btn-outline { background: transparent; color: var(--pl-ink) !important; border: 1px solid var(--pl-line); }

.pl-section { padding: 2.6rem 0 3rem; }
.pl-section-muted {
  background: rgba(255,255,255,0.58);
  border-top: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line);
}
.pl-section-head { margin-bottom: 1.35rem; max-width: 42rem; }
.pl-eyebrow {
  font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--pl-accent); font-weight: 650; margin-bottom: 0.35rem;
}
.pl-section-head h1, .pl-section-head h2, .pl-article-head h1, .pl-page h1 {
  font-family: "Fraunces", Georgia, serif; letter-spacing: -0.03em; margin: 0; line-height: 1.15;
}
.pl-section-head p, .pl-deck { color: var(--pl-muted); margin: 0.5rem 0 0; }

.pl-mission-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.5rem; align-items: end;
}
.pl-mission-grid p { margin: 0; color: var(--pl-muted); font-size: 1.05rem; }

.pl-card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem;
}
.pl-card-grid-featured { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.pl-card {
  display: block; padding: 1.2rem 1.25rem; background: rgba(255,255,255,0.84);
  border: 1px solid var(--pl-line); text-decoration: none; color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.pl-card:hover {
  transform: translateY(-3px); border-color: rgba(31,79,70,0.35);
  box-shadow: 0 16px 30px rgba(20,32,40,0.06);
}
.pl-card-topic {
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--pl-accent); font-weight: 650;
}
.pl-card h3 {
  font-family: "Fraunces", Georgia, serif; font-size: 1.18rem;
  line-height: 1.25; margin: 0.45rem 0; letter-spacing: -0.02em;
}
.pl-card p { margin: 0; color: var(--pl-muted); font-size: 0.95rem; }
.pl-card-more { display: inline-block; margin-top: 0.85rem; font-weight: 650; font-size: 0.9rem; color: var(--pl-ink); }

.pl-desk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.pl-desk {
  display: block; padding: 1rem 1.05rem; background: #fff; border: 1px solid var(--pl-line);
  text-decoration: none; color: inherit; min-height: 7.5rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.pl-desk:hover { border-color: rgba(31,79,70,0.4); transform: translateY(-2px); }
.pl-desk strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; letter-spacing: -0.02em; }
.pl-desk span { display: block; margin-top: 0.4rem; color: var(--pl-muted); font-size: 0.92rem; }

.pl-cta-band {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
  padding: 1.4rem 1.45rem; border: 1px solid var(--pl-line); background: #fff;
}
.pl-cta-band h2 { font-family: "Fraunces", Georgia, serif; margin: 0 0 0.35rem; letter-spacing: -0.02em; }
.pl-cta-band p { margin: 0; color: var(--pl-muted); max-width: 34rem; }

.pl-article-head { padding: 2.75rem 0 1rem; }
.pl-article-head h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.9rem, 4.2vw, 2.75rem); margin: 0.35rem 0 0;
}
.pl-byline {
  margin-top: 0.85rem; font-size: 0.8rem; letter-spacing: 0.04em;
  text-transform: uppercase; color: rgba(20,32,40,0.5);
}
.pl-article-body { max-width: 42rem; font-size: 1.06rem; padding-bottom: 2rem; }
.pl-article-body p { margin: 0 0 1rem; }
.pl-article-body h2 {
  font-family: "Fraunces", Georgia, serif; letter-spacing: -0.02em;
  margin: 1.75rem 0 0.65rem; font-size: 1.35rem;
}
.pl-article-body ul, .pl-article-body ol { margin: 0 0 1rem; padding-left: 1.2rem; }
.pl-article-body li { margin: 0.3rem 0; }
.pl-article-cta { border-top: 1px solid var(--pl-line); padding: 1.5rem 0 3rem; }
.pl-article-cta h2 { font-family: "Fraunces", Georgia, serif; margin: 0 0 0.4rem; }

.pl-calendar-list { padding-left: 1.15rem; }
.pl-calendar-list li { margin: 0.65rem 0; }
.pl-cal-desk {
  display: inline-block; min-width: 6.5rem; margin-right: 0.4rem;
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--pl-accent); font-weight: 650;
}

.pl-footer { border-top: 1px solid var(--pl-line); padding: 2rem 0 2.5rem; background: #f4f7f8; }
.pl-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pl-footer p { color: var(--pl-muted); margin: 0.35rem 0 0; font-size: 0.92rem; }
.pl-footer-note {
  margin-top: 1.25rem; font-size: 0.75rem; letter-spacing: 0.04em;
  text-transform: uppercase; color: rgba(20,32,40,0.45);
}

.pl-animate { animation: pl-rise 0.7s ease both; }
.pl-delay-1 { animation-delay: 0.08s; }
.pl-delay-2 { animation-delay: 0.14s; }
.pl-delay-3 { animation-delay: 0.2s; }
@keyframes pl-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .pl-desk-grid, .pl-mission-grid, .pl-footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .pl-animate, .pl-card, .pl-desk { animation: none; transition: none; }
}
