/* ═══════════════════════════════════════════════════════════════
   TRANSAFRICAN LEGAL PRACTICE — Redesign Stylesheet
   Primary:  #19468a  (deep navy blue)
   Accent:   #3b7dc4  (medium blue)
   Light:    #2a5fa8  (light blue)
   Off-white:#f8f6f2
   Dark:     #0c1f3f  (darker navy for backgrounds)
═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Inter:wght@300;400;500;600&display=swap');

/* ─── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --tlp-primary:   #19468a;
  --tlp-primary-dark: #0c2f61;
  --tlp-primary-light: #2a5fa8;
  --tlp-accent:    #3b7dc4;    /* medium blue for CTAs */
  --tlp-white:     #ffffff;
  --tlp-gray-50:   #f8f9fa;    /* very light gray bg */
  --tlp-gray-100:  #f0f2f5;    /* light gray bg */
  --tlp-gray-200:  #e2e6ea;    /* borders */
  --tlp-gray-600:  #5a6878;    /* muted text */
  --tlp-gray-400:  #8895a5;    /* faint text */
  --tlp-text:      #1a1a1a;
  --tlp-text-muted:#5a6878;
  --tlp-text-faint:#8895a5;
  --tlp-soft-blue: rgba(25,70,138,.06); /* subtle blue tint */
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--tlp-white);
  color: var(--tlp-text);
  overflow-x: hidden;
}

/* ─── SCROLL ANIMATIONS ────────────────────────────────────── */
.tlp-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}
.tlp-reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity .9s ease, transform .9s ease;
}
.tlp-reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity .9s ease, transform .9s ease;
}
.tlp-reveal.in-view,
.tlp-reveal-left.in-view,
.tlp-reveal-right.in-view {
  opacity: 1;
  transform: translate(0);
}

/* ─── SHARED TOKENS ────────────────────────────────────────── */
.tlp-label {
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--tlp-accent);
  font-weight: 600;
  margin-bottom: .9rem;
  display: block;
}
.tlp-label--light { color: var(--tlp-gray-200); }

.tlp-tag {
  display: inline-block;
  border: 1px solid var(--tlp-accent);
  color: var(--tlp-accent);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4rem 1rem;
  margin-bottom: 1.4rem;
}

.tlp-btn-primary {
  display: inline-block;
  background: var(--tlp-accent);
  color: #fff;
  padding: .85rem 2.2rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform .3s;
}
.tlp-btn-primary:hover {
  background: var(--tlp-primary-light);
  transform: translateY(-2px);
}

.tlp-btn-ghost {
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: .2rem;
  transition: color .3s, border-color .3s;
}
.tlp-btn-ghost:hover {
  color: var(--tlp-gray-200);
  border-color: var(--tlp-accent);
}

.tlp-btn-navy {
  display: inline-block;
  background: var(--tlp-primary);
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform .3s;
  white-space: nowrap;
}
.tlp-btn-navy:hover {
  background: var(--tlp-primary-dark);
  transform: translateY(-2px);
}

.tlp-link-arrow {
  color: var(--tlp-primary);
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--tlp-primary);
  padding-bottom: .2rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: gap .3s, color .3s, border-color .3s;
}
.tlp-link-arrow::after { content: '→'; }
.tlp-link-arrow:hover { gap: .9rem; }
.tlp-link-arrow--light {
  color: rgba(255,255,255,.75);
  border-color: rgba(255,255,255,.4);
}
.tlp-link-arrow--light:hover {
  color: var(--tlp-gray-200);
  border-color: var(--tlp-accent);
}
.tlp-link-arrow--gold {
  color: var(--tlp-accent);
  border-color: var(--tlp-accent);
}

/* ─── NAVIGATION ───────────────────────────────────────────── */
.tlp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background .4s, backdrop-filter .4s, border-color .4s, padding .4s;
}
.tlp-nav.scrolled {
  background: rgba(25, 70, 138, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding: .8rem 4rem;
}
.tlp-nav__logo img {
  height: 48px;
  transition: height .3s, filter .3s;
}
.tlp-nav.scrolled .tlp-nav__logo img {
  height: 42px;
  filter: brightness(0) invert(1); /* only white when scrolled on blue bg */
}
.tlp-nav__links {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.tlp-nav__links a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .3s;
}
.tlp-nav__links a:hover { color: var(--tlp-gray-200); }
.tlp-nav__cta {
  background: var(--tlp-accent);
  color: #fff !important;
  padding: .55rem 1.5rem;
  font-weight: 600;
}
.tlp-nav__cta:hover { background: var(--tlp-primary-light) !important; }

/* Mobile nav toggle */
.tlp-nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}
.tlp-nav__mobile {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.2rem 0 .8rem;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: .8rem;
}
.tlp-nav__mobile a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: .88rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.tlp-nav__mobile.open { display: flex; }

@media (max-width: 900px) {
  .tlp-nav { padding: 1rem 1.5rem; flex-wrap: wrap; }
  .tlp-nav.scrolled { padding: .6rem 1.5rem; }
  .tlp-nav__links { display: none; }
  .tlp-nav__toggle { display: block; }
  .tlp-nav__mobile-wrapper { width: 100%; }
}

/* ─── TOPBAR ──────────────────────────────────────────────────── */
.tlp-topbar {
  display: none;
}

/* ─── HERO ──────────────────────────────────────────────────── */
.tlp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tlp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tlp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%; /* show people, not ceiling */
  transform: scale(1);
  transition: none; /* remove parallax transform for cleaner look */
  will-change: transform;
}
.tlp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(12,31,63,0.92) 0%,
    rgba(25,70,138,0.5) 50%,
    rgba(25,70,138,0.15) 100%
  );
}
.tlp-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 4rem;
  max-width: 820px;
  margin-top: 0;
}
.tlp-hero__content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.2rem;
}
.tlp-hero__content h1 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-hero__content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.72);
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 2.2rem;
}
.tlp-hero__actions {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: wrap;
}
.tlp-hero__scroll {
  position: absolute;
  right: 4rem;
  bottom: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
}
.tlp-hero__scroll span {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  writing-mode: vertical-rl;
}
.tlp-scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--tlp-accent), transparent);
  animation: tlpScrollPulse 2s infinite;
}
@keyframes tlpScrollPulse {
  0%,100% { opacity:.3; transform: scaleY(1); }
  50%      { opacity:1;  transform: scaleY(1.2); }
}

@media (max-width: 768px) {
  .tlp-hero { align-items: flex-end; }
  .tlp-hero__content { padding: 0 1.5rem 5rem; }
  .tlp-hero__scroll  { display: none; }
}

/* ─── MARQUEE ───────────────────────────────────────────────── */
.tlp-marquee {
  background: var(--tlp-accent);
  padding: .7rem 0;
  overflow: hidden;
}
.tlp-marquee__inner {
  display: flex;
  gap: 3rem;
  animation: tlpMarquee 24s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.tlp-marquee__inner span {
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--tlp-primary-dark);
  font-weight: 600;
}
.tlp-dot { color: rgba(12,31,63,.35) !important; }
@keyframes tlpMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── STATS ─────────────────────────────────────────────────── */
.tlp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--tlp-primary);
}
.tlp-stat {
  padding: 2.2rem 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
}
.tlp-stat:last-child { border-right: none; }
.tlp-stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
}
.tlp-stat span {
  display: block;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-top: .4rem;
}
@media (max-width: 640px) {
  .tlp-stats { grid-template-columns: repeat(2, 1fr); }
  .tlp-stat:nth-child(2) { border-right: none; }
  .tlp-stat:nth-child(1),
  .tlp-stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.12); }
}

/* ─── ABOUT ─────────────────────────────────────────────────── */
.tlp-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}
.tlp-about__image {
  position: relative;
  overflow: hidden;
}
.tlp-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform .9s ease;
}
.tlp-about__image:hover img { transform: scale(1.04); }
.tlp-about__badge {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  background: var(--tlp-accent);
  color: var(--tlp-primary-dark);
  padding: 1.4rem 1.8rem;
}
.tlp-about__badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}
.tlp-about__badge span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
  display: block;
  margin-top: .3rem;
}
.tlp-about__content {
  padding: 5rem 4.5rem;
  background: var(--tlp-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tlp-about__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.tlp-about__content p {
  font-size: .95rem;
  color: var(--tlp-text-muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 1rem;
}
.tlp-about__content .tlp-link-arrow { margin-top: 1rem; }

.tlp-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.2rem;
  border-top: 1px solid rgba(25,70,138,.12);
  border-left: 1px solid rgba(25,70,138,.12);
}
.tlp-pillar {
  padding: 1.1rem;
  border-right: 1px solid rgba(25,70,138,.12);
  border-bottom: 1px solid rgba(25,70,138,.12);
}
.tlp-pillar__num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
}
.tlp-pillar h3 {
  font-size: .82rem;
  font-weight: 600;
  color: var(--tlp-primary);
  margin: .3rem 0 .2rem;
  letter-spacing: .02em;
}
.tlp-pillar p {
  font-size: .75rem;
  color: var(--tlp-text-faint);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .tlp-about { grid-template-columns: 1fr; }
  .tlp-about__image { height: 60vw; min-height: 300px; }
  .tlp-about__content { padding: 3rem 1.5rem; }
}

/* ─── SERVICES ──────────────────────────────────────────────── */
.tlp-services {
  background: var(--tlp-primary);
  padding: 7rem 4rem;
  position: relative;
  overflow: hidden;
}
.tlp-services::before {
  content: 'LAW';
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 22rem;
  font-weight: 900;
  color: rgba(255,255,255,.025);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.tlp-services__header {
  margin-bottom: 3.5rem;
}
.tlp-services__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.tlp-services__header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(59,125,196,.2);
}
.tlp-service {
  padding: 2.4rem;
  border-right: 1px solid rgba(59,125,196,.2);
  border-bottom: 1px solid rgba(59,125,196,.2);
  position: relative;
  overflow: hidden;
  transition: background .4s;
  cursor: default;
}
.tlp-service:nth-child(3n)   { border-right: none; }
.tlp-service:nth-child(n+4)  { border-bottom: none; }
.tlp-service::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--tlp-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
}
.tlp-service:hover { background: rgba(59,125,196,.06); }
.tlp-service:hover::after { transform: scaleX(1); }
.tlp-service__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(59,125,196,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}
.tlp-service__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--tlp-accent);
}
.tlp-service__num {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  line-height: 1;
}
.tlp-service h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .8rem;
}
.tlp-service p {
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  line-height: 1.8;
  font-weight: 300;
}
.tlp-services__footer {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .tlp-services { padding: 4rem 1.5rem; }
  .tlp-services__grid { grid-template-columns: 1fr 1fr; }
  .tlp-service:nth-child(3n)  { border-right: 1px solid rgba(59,125,196,.2); }
  .tlp-service:nth-child(2n)  { border-right: none; }
  .tlp-service:last-child     { border-right: none; border-bottom: none; }
  .tlp-service:nth-child(n+4) { border-bottom: 1px solid rgba(59,125,196,.2); }
  .tlp-service:nth-child(n+5) { border-bottom: none; }
}
@media (max-width: 580px) {
  .tlp-services__grid { grid-template-columns: 1fr; }
  .tlp-service { border-right: none !important; }
}

/* ─── TEAM / ATTORNEYS ──────────────────────────────────────── */
.tlp-team { background: var(--tlp-light-bg); }

.tlp-team__header {
  padding: 5rem 4rem 0;
  color: var(--tlp-primary);
}
.tlp-team__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
}
.tlp-team__header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}

/* Zig-zag attorney rows */
.tlp-attorney {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
}
.tlp-attorney--reverse {
  direction: rtl;
}
.tlp-attorney--reverse > * { direction: ltr; }

.tlp-attorney__image {
  position: relative;
  overflow: hidden;
}
.tlp-attorney__image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 500px;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 1s ease;
  display: block;
}
.tlp-attorney__image:hover img { transform: scale(1.05); }

.tlp-attorney__bio {
  padding: 4rem 4rem;
  background: var(--tlp-light-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.tlp-attorney__bio::before {
  content: '"';
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 9rem;
  color: rgba(25,70,138,.07);
  line-height: 1;
  pointer-events: none;
}

.tlp-attorney__bio--alt {
  background: var(--tlp-warm-2);
}
.tlp-attorney__bio--alt::before {
  color: rgba(25,70,138,.06);
}

/* Dark attorney panel */
.tlp-attorney--dark { background: var(--tlp-primary); }
.tlp-attorney__bio--dark {
  background: var(--tlp-primary);
}
.tlp-attorney__bio--dark::before {
  color: rgba(255,255,255,.04);
}
.tlp-attorney__bio--dark h3 { color: #fff; }
.tlp-attorney__bio--dark .tlp-attorney__role { color: var(--tlp-accent); }
.tlp-attorney__bio--dark p  { color: rgba(255,255,255,.7); }
.tlp-attorney__bio--dark .tlp-tags span {
  color: rgba(255,255,255,.7);
  border-color: rgba(255,255,255,.25);
}
.tlp-attorney__bio--dark .tlp-link-arrow {
  color: var(--tlp-accent);
  border-color: var(--tlp-accent);
}

.tlp-attorney__role {
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--tlp-accent);
  font-weight: 600;
  margin-bottom: .7rem;
}
.tlp-attorney__bio h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
  margin-bottom: .2rem;
}
.tlp-attorney__bio h3 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-attorney__divider {
  width: 40px;
  height: 2px;
  background: var(--tlp-accent);
  margin: 1.2rem 0;
}
.tlp-attorney__bio p {
  font-size: .9rem;
  color: var(--tlp-text-muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: .8rem;
}
.tlp-attorney__bio .tlp-link-arrow { margin-top: 1.4rem; }

.tlp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1.1rem;
}
.tlp-tags span {
  font-size: .67rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tlp-primary);
  border: 1px solid rgba(25,70,138,.25);
  padding: .28rem .75rem;
}
.tlp-tags--light span {
  color: rgba(255,255,255,.75);
  border-color: rgba(255,255,255,.2);
}

@media (max-width: 900px) {
  .tlp-attorney,
  .tlp-attorney--reverse,
  .tlp-attorney--dark {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: unset;
  }
  .tlp-attorney__image { height: 50vw; max-height: 380px; }
  .tlp-attorney__image img { max-height: 380px; min-height: 250px; }
  .tlp-attorney__bio   { padding: 3rem 1.5rem; }
  .tlp-team__header    { padding: 3rem 1.5rem 0; }
}

/* ─── BLOG ──────────────────────────────────────────────────── */
.tlp-blog {
  background: var(--tlp-primary);
  padding: 7rem 4rem;
}
.tlp-blog__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: center;
}
.tlp-blog__text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.1rem;
}
.tlp-blog__text h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-blog__text p {
  font-size: .92rem;
  color: rgba(255,255,255,.58);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 2rem;
}
.tlp-blog__visual { position: relative; padding-bottom: 2rem; }
.tlp-blog__main {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
.tlp-blog__accent {
  position: absolute;
  bottom: 0;
  left: -2rem;
  width: 190px;
  height: 140px;
  object-fit: cover;
  border: 4px solid var(--tlp-primary);
}
.tlp-blog__badge {
  position: absolute;
  top: 2rem;
  right: 0;
  background: var(--tlp-accent);
  color: var(--tlp-primary-dark);
  padding: .45rem 1.2rem;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 900px) {
  .tlp-blog { padding: 4rem 1.5rem; }
  .tlp-blog__inner { grid-template-columns: 1fr; gap: 3rem; }
  .tlp-blog__accent { display: none; }
  .tlp-blog__main { height: 300px; }
}

/* ─── CLIENTS ───────────────────────────────────────────────── */
.tlp-clients {
  background: var(--tlp-warm);
  padding: 5rem 4rem;
  border-top: 1px solid rgba(25,70,138,.08);
}
.tlp-clients__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.tlp-clients__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--tlp-primary);
}
.tlp-clients__header p {
  font-size: .82rem;
  color: var(--tlp-text-faint);
  max-width: 280px;
  text-align: right;
  line-height: 1.6;
}
.tlp-clients__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(25,70,138,.1);
}
.tlp-client {
  padding: 1.8rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(25,70,138,.1);
  transition: background .3s;
}
.tlp-client:last-child { border-right: none; }
.tlp-client:hover { background: #fff; }
.tlp-client img {
  width: 90px;
  height: 55px;
  object-fit: contain;
  filter: grayscale(1) opacity(.4);
  transition: filter .4s;
}
.tlp-client:hover img { filter: grayscale(0) opacity(1); }

@media (max-width: 900px) {
  .tlp-clients { padding: 3.5rem 1.5rem; }
  .tlp-clients__grid { grid-template-columns: repeat(3, 1fr); }
  .tlp-client:nth-child(3n) { border-right: none; }
  .tlp-client:nth-child(3) ~ .tlp-client { border-top: 1px solid rgba(25,70,138,.1); }
  .tlp-clients__header p { text-align: left; }
}
@media (max-width: 500px) {
  .tlp-clients__grid { grid-template-columns: repeat(2, 1fr); }
  .tlp-client:nth-child(3n) { border-right: 1px solid rgba(25,70,138,.1); }
  .tlp-client:nth-child(2n) { border-right: none; }
}

/* ─── CTA ───────────────────────────────────────────────────── */
.tlp-cta {
  background: var(--tlp-accent);
  padding: 6rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4rem;
}
.tlp-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.tlp-cta p {
  color: rgba(255,255,255,.85);
  font-size: .95rem;
  margin-top: .7rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .tlp-cta {
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem;
    gap: 2rem;
  }
}

/* ─── FOOTER ────────────────────────────────────────────────── */
.tlp-footer {
  background: #07122a;
  padding: 5rem 4rem 2rem;
  color: rgba(255,255,255,.55);
}
.tlp-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}
.tlp-footer__brand img {
  height: 44px;
  margin-bottom: 1.1rem;
  display: block;
}
.tlp-footer__brand p {
  font-size: .82rem;
  line-height: 1.8;
  color: rgba(255,255,255,.4);
  max-width: 280px;
}
.tlp-footer__col h4 {
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--tlp-accent);
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.tlp-footer__col ul { list-style: none; }
.tlp-footer__col ul li { margin-bottom: .65rem; }
.tlp-footer__col ul li a {
  color: rgba(255,255,255,.45);
  text-decoration: none;
  font-size: .82rem;
  transition: color .3s;
}
.tlp-footer__col ul li a:hover { color: var(--tlp-gray-200); }
.tlp-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.tlp-footer__bottom p {
  font-size: .73rem;
  color: rgba(255,255,255,.28);
}
.tlp-footer__bottom a {
  color: rgba(255,255,255,.35);
  text-decoration: none;
  transition: color .3s;
}
.tlp-footer__bottom a:hover { color: var(--tlp-accent); }
.tlp-footer__socials { display: flex; gap: .9rem; align-items: center; }
.tlp-footer__socials a { color: rgba(255,255,255,.3); transition: color .3s; }
.tlp-footer__socials a:hover { color: var(--tlp-accent); }
.tlp-footer__socials svg { width: 18px; height: 18px; fill: currentColor; }

@media (max-width: 900px) {
  .tlp-footer { padding: 3.5rem 1.5rem 1.5rem; }
  .tlp-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 500px) {
  .tlp-footer__grid { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE — Mission, Values, Timeline, Advantage
═══════════════════════════════════════════════════════════════ */

/* ─── ABOUT MISSION ─────────────────────────────────────────── */
.tlp-about-mission {
  background: var(--tlp-primary);
  padding: 7rem 4rem;
  position: relative;
  overflow: hidden;
}
.tlp-about-mission::before {
  content: 'MISSION';
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 18rem;
  font-weight: 900;
  color: rgba(255,255,255,.02);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.tlp-about-mission__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.tlp-about-mission__quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  color: var(--tlp-accent);
  opacity: 0.2;
  line-height: 0.6;
  margin-bottom: 0.5rem;
}
.tlp-about-mission__inner blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 1.5rem 0 2rem;
  font-style: italic;
}
.tlp-about-mission__sig {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.tlp-about-mission__line {
  width: 40px;
  height: 2px;
  background: var(--tlp-accent);
}
.tlp-about-mission__sig span {
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--tlp-gray-200);
  font-weight: 500;
}

@media (max-width: 900px) {
  .tlp-about-mission { padding: 4rem 1.5rem; }
}

/* ─── ABOUT WHO WE ARE ──────────────────────────────────────── */
.tlp-about-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 75vh;
}
.tlp-about-who__image {
  position: relative;
  overflow: hidden;
}
.tlp-about-who__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform .9s ease;
}
.tlp-about-who__image:hover img { transform: scale(1.04); }
.tlp-about-who__badge {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  background: var(--tlp-accent);
  color: var(--tlp-primary-dark);
  padding: 1.4rem 1.8rem;
}
.tlp-about-who__badge strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}
.tlp-about-who__badge span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
  display: block;
  margin-top: .3rem;
}
.tlp-about-who__content {
  padding: 5rem 4.5rem;
  background: var(--tlp-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tlp-about-who__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.tlp-about-who__divider {
  width: 40px;
  height: 2px;
  background: var(--tlp-accent);
  margin-bottom: 1.5rem;
}
.tlp-about-who__lead {
  font-size: 1.05rem;
  color: var(--tlp-text);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.tlp-about-who__content p {
  font-size: .92rem;
  color: var(--tlp-text-muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: .8rem;
}
.tlp-about-who__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(25,70,138,.12);
  padding-top: 1.5rem;
}
.tlp-about-who__stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
}
.tlp-about-who__stat span {
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tlp-text-faint);
  margin-top: .25rem;
  display: block;
}

@media (max-width: 900px) {
  .tlp-about-who { grid-template-columns: 1fr; }
  .tlp-about-who__image { height: 60vw; min-height: 300px; }
  .tlp-about-who__content { padding: 3rem 1.5rem; }
}

/* ─── CORE VALUES ───────────────────────────────────────────── */
.tlp-values {
  background: var(--tlp-warm-2);
  padding: 7rem 4rem;
}
.tlp-values__header {
  text-align: center;
  margin-bottom: 4rem;
}
.tlp-values__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
}
.tlp-values__header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-values__header p {
  color: var(--tlp-text-faint);
  font-size: .9rem;
  margin-top: .5rem;
}
.tlp-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.tlp-value {
  background: #fff;
  padding: 2.5rem 2rem;
  position: relative;
  transition: transform .4s, box-shadow .4s;
  cursor: default;
}
.tlp-value:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(25,70,138,.1);
}
.tlp-value__num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(25,70,138,.05);
  position: absolute;
  top: .5rem;
  right: 1rem;
  line-height: 1;
}
.tlp-value__icon {
  width: 48px;
  height: 48px;
  background: rgba(25,70,138,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.tlp-value__icon svg {
  width: 24px;
  height: 24px;
  fill: var(--tlp-primary);
}
.tlp-value h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tlp-primary);
  margin-bottom: .6rem;
}
.tlp-value p {
  font-size: .82rem;
  color: var(--tlp-text-muted);
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 900px) {
  .tlp-values { padding: 4rem 1.5rem; }
  .tlp-values__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tlp-values__grid { grid-template-columns: 1fr; }
}

/* ─── THE TLP ADVANTAGE ─────────────────────────────────────── */
.tlp-advantage {
  padding: 7rem 4rem;
  background: var(--tlp-primary);
  position: relative;
  overflow: hidden;
}
.tlp-advantage::before {
  content: 'ADVANTAGE';
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 18rem;
  font-weight: 900;
  color: rgba(255,255,255,.02);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.tlp-advantage__header {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
.tlp-advantage__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.tlp-advantage__header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-advantage__header p {
  color: rgba(255,255,255,.5);
  font-size: .92rem;
  margin-top: .5rem;
  max-width: 500px;
}
.tlp-advantage__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.tlp-advantage__item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(59,125,196,.15);
  padding: 2.5rem;
  transition: background .4s, transform .4s;
  cursor: default;
}
.tlp-advantage__item:hover {
  background: rgba(255,255,255,.08);
  transform: translateY(-4px);
}
.tlp-advantage__item-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.tlp-advantage__item-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
  opacity: .6;
}
.tlp-advantage__item-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(59,125,196,.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tlp-advantage__item-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--tlp-accent);
}
.tlp-advantage__item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .8rem;
}
.tlp-advantage__item p {
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 900px) {
  .tlp-advantage { padding: 4rem 1.5rem; }
  .tlp-advantage__grid { grid-template-columns: 1fr; }
}

/* ─── TIMELINE ──────────────────────────────────────────────── */
.tlp-timeline {
  padding: 7rem 4rem;
  background: var(--tlp-light-bg);
}
.tlp-timeline__header {
  text-align: center;
  margin-bottom: 4rem;
}
.tlp-timeline__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
}
.tlp-timeline__header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-timeline__track {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 3rem;
}
.tlp-timeline__track::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(25,70,138,.15);
}
.tlp-timeline__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.tlp-timeline__item:last-child { margin-bottom: 0; }
.tlp-timeline__year {
  min-width: 60px;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
  padding-top: .1rem;
}
.tlp-timeline__dot {
  width: 28px;
  height: 28px;
  border: 4px solid var(--tlp-accent);
  background: var(--tlp-light-bg);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: background .3s;
}
.tlp-timeline__item:hover .tlp-timeline__dot {
  background: var(--tlp-accent);
}
.tlp-timeline__body {
  padding-top: .1rem;
}
.tlp-timeline__body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tlp-primary);
  margin-bottom: .4rem;
}
.tlp-timeline__body p {
  font-size: .82rem;
  color: var(--tlp-text-muted);
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 768px) {
  .tlp-timeline { padding: 4rem 1.5rem; }
  .tlp-timeline__track { padding-left: 1.5rem; }
  .tlp-timeline__item { gap: 1rem; }
  .tlp-timeline__year { min-width: 45px; font-size: 1.1rem; }
}


/* ═══════════════════════════════════════════════════════════════
   PRACTICE AREAS PAGE
═══════════════════════════════════════════════════════════════ */

/* ─── PAGE HERO (inner pages) ───────────────────────────────── */
.tlp-page-hero {
  position: relative;
  height: 60vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tlp-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tlp-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1);
  will-change: transform;
}
.tlp-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(12,31,63,0.92) 0%,
    rgba(25,70,138,0.55) 50%,
    rgba(25,70,138,0.2) 100%
  );
}
.tlp-page-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 4rem;
}
.tlp-page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.tlp-page-hero__breadcrumb a {
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .3s;
}
.tlp-page-hero__breadcrumb a:hover { color: var(--tlp-accent); }
.tlp-page-hero__breadcrumb span:last-child { color: var(--tlp-accent); }
.tlp-page-hero__content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: .8rem;
}
.tlp-page-hero__content h1 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-page-hero__content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  max-width: 480px;
  line-height: 1.8;
}
.tlp-page-hero__scroll {
  display: none;
}

@media (max-width: 768px) {
  .tlp-page-hero { align-items: flex-end; min-height: 380px; }
  .tlp-page-hero__content { padding: 0 1.5rem 3rem; }
}

/* ─── INTRO SPLIT ───────────────────────────────────────────── */
.tlp-pa-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
  align-items: stretch;
}
.tlp-pa-intro__text {
  padding: 5rem 4.5rem;
  background: var(--tlp-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tlp-pa-intro__text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.tlp-pa-intro__text p {
  font-size: .95rem;
  color: var(--tlp-text-muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: .9rem;
}
.tlp-pa-intro__image {
  position: relative;
  overflow: hidden;
}
.tlp-pa-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform .9s ease;
  display: block;
}
.tlp-pa-intro__image:hover img { transform: scale(1.04); }
.tlp-pa-intro__stat {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background: var(--tlp-accent);
  color: var(--tlp-primary-dark);
  padding: 1.4rem 1.8rem;
  text-align: center;
}
.tlp-pa-intro__stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
.tlp-pa-intro__stat span {
  display: block;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .75;
  margin-top: .3rem;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .tlp-pa-intro { grid-template-columns: 1fr; }
  .tlp-pa-intro__text { padding: 3rem 1.5rem; }
  .tlp-pa-intro__image { height: 60vw; min-height: 280px; }
}

/* ─── CORE AREAS GRID SECTION ───────────────────────────────── */
.tlp-pa-grid-section {
  background: var(--tlp-primary);
  padding: 7rem 4rem;
  position: relative;
  overflow: hidden;
}
.tlp-pa-grid-section::before {
  content: 'AFRICA';
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 18rem;
  font-weight: 900;
  color: rgba(255,255,255,.02);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.tlp-pa-grid-header {
  margin-bottom: 3.5rem;
}
.tlp-pa-grid-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: .6rem;
}
.tlp-pa-grid-header h2 em {
  font-style: normal;
  color: var(--tlp-accent);
}
.tlp-pa-grid-header p {
  color: rgba(255,255,255,.45);
  font-size: .88rem;
  letter-spacing: .04em;
}
.tlp-pa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(59,125,196,.18);
}
.tlp-pa-card {
  display: block;
  padding: 2.4rem;
  border-right: 1px solid rgba(59,125,196,.18);
  border-bottom: 1px solid rgba(59,125,196,.18);
  position: relative;
  text-decoration: none;
  transition: background .4s;
  overflow: hidden;
}
.tlp-pa-card:nth-child(3n) { border-right: none; }
.tlp-pa-card:nth-child(n+7) { border-bottom: none; }
.tlp-pa-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--tlp-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
}
.tlp-pa-card:hover { background: rgba(59,125,196,.06); }
.tlp-pa-card:hover::after { transform: scaleX(1); }
.tlp-pa-card__num {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  line-height: 1;
}
.tlp-pa-card__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(59,125,196,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}
.tlp-pa-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--tlp-accent);
}
.tlp-pa-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .65rem;
}
.tlp-pa-card p {
  font-size: .8rem;
  color: rgba(255,255,255,.48);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.2rem;
}
.tlp-pa-card__link {
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--tlp-accent);
  transition: letter-spacing .3s;
}
.tlp-pa-card:hover .tlp-pa-card__link { letter-spacing: .2em; }

@media (max-width: 900px) {
  .tlp-pa-grid-section { padding: 4rem 1.5rem; }
  .tlp-pa-grid { grid-template-columns: 1fr 1fr; }
  .tlp-pa-card:nth-child(3n)  { border-right: 1px solid rgba(59,125,196,.18); }
  .tlp-pa-card:nth-child(2n)  { border-right: none; }
  .tlp-pa-card:nth-child(n+7) { border-bottom: 1px solid rgba(59,125,196,.18); }
  .tlp-pa-card:nth-child(n+8) { border-bottom: none; }
  .tlp-pa-card:last-child { border-bottom: none; border-right: none; }
}
@media (max-width: 560px) {
  .tlp-pa-grid { grid-template-columns: 1fr; }
  .tlp-pa-card { border-right: none !important; }
}

/* ─── DETAILED SECTIONS (zig-zag) ───────────────────────────── */
.tlp-pa-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  align-items: stretch;
}
.tlp-pa-detail--reverse { direction: rtl; }
.tlp-pa-detail--reverse > * { direction: ltr; }

.tlp-pa-detail--alt .tlp-pa-detail__content {
  background: var(--tlp-warm-2);
}
.tlp-pa-detail--dark {
  background: var(--tlp-primary);
  direction: rtl;
}
.tlp-pa-detail--dark > * { direction: ltr; }
.tlp-pa-detail--dark .tlp-pa-detail__content {
  background: var(--tlp-primary);
}
.tlp-pa-detail--dark h2  { color: #fff; }
.tlp-pa-detail--dark p   { color: rgba(255,255,255,.62); }
.tlp-pa-detail--dark .tlp-label { color: var(--tlp-gray-200); }
.tlp-pa-detail--dark .tlp-pa-detail__list li { color: rgba(255,255,255,.7); }

.tlp-pa-detail__image {
  position: relative;
  overflow: hidden;
}
.tlp-pa-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1s ease;
  display: block;
}
.tlp-pa-detail__image:hover img { transform: scale(1.04); }
.tlp-pa-detail__img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(12,31,63,.9) 0%, transparent 100%);
  padding: 2rem 1.8rem 1.4rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.tlp-pa-detail__img-label span {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--tlp-accent);
  line-height: 1;
  opacity: .7;
}
.tlp-pa-detail__img-label p {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  padding-bottom: .4rem;
}

.tlp-pa-detail__content {
  padding: 5rem 4.5rem;
  background: var(--tlp-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tlp-pa-detail__content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 900;
  color: var(--tlp-primary);
  line-height: 1.1;
  margin-bottom: .5rem;
}
.tlp-pa-detail__divider {
  width: 40px;
  height: 2px;
  background: var(--tlp-accent);
  margin: 1.2rem 0;
}
.tlp-pa-detail__content p {
  font-size: .92rem;
  color: var(--tlp-text-muted);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: .8rem;
}
.tlp-pa-detail__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem 1.5rem;
  margin-top: 1.4rem;
}
.tlp-pa-detail__list li {
  font-size: .82rem;
  color: var(--tlp-text-muted);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.5;
}
.tlp-pa-detail__list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--tlp-accent);
  font-size: .75rem;
}
.tlp-pa-detail__list--light li { color: rgba(255,255,255,.65); }
.tlp-pa-detail__list--light li::before { color: var(--tlp-accent); }

@media (max-width: 900px) {
  .tlp-pa-detail,
  .tlp-pa-detail--reverse,
  .tlp-pa-detail--dark {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: unset;
  }
  .tlp-pa-detail__image { height: 60vw; min-height: 280px; }
  .tlp-pa-detail__content { padding: 3rem 1.5rem; }
  .tlp-pa-detail__list { grid-template-columns: 1fr; }
}