/* ============================================
   COMYA GROUP — Website Prototype
   Brand: #1A1A2E (dark) · #8B7355 (gold)
   Typography: Cormorant Garamond + Montserrat
   ============================================ */

:root {
  --dark: #1A1A2E;
  --dark-deep: #121228;
  --gold: #8B7355;
  --gold-light: #A8935F;
  --gold-pale: rgba(139, 115, 85, 0.15);
  --white: #FFFFFF;
  --off-white: #F8F6F3;
  --grey-light: #E8E4DF;
  --grey-text: #6B6B6B;
  --text-body: #3A3A3A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

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

/* ===== NAVIGATION ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  background: transparent;
}

.nav.scrolled {
  background: rgba(26, 26, 46, 0.97);
  padding: 14px 60px;
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 40px rgba(0,0,0,0.15);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo-icon {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: var(--gold);
}

.nav-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-logo-suffix {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 4px;
  color: rgba(139, 115, 85, 0.6);
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-lang {
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 6px 14px;
  transition: all 0.3s;
}

.nav-lang:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Mobile menu */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
}

.nav-hamburger span {
  width: 24px;
  height: 1.5px;
  background: var(--gold);
  transition: all 0.3s;
}

.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  height: 100vh;
  min-height: 700px;
  background: linear-gradient(160deg, var(--dark) 0%, var(--dark-deep) 60%, #0D0D1A 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}

/* Subtle animated gradient overlay */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(139, 115, 85, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 70%, rgba(139, 115, 85, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(139, 115, 85, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Geometric line decoration */
.hero::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 8%;
  width: 200px;
  height: 200px;
  border: 0.5px solid rgba(139, 115, 85, 0.08);
  transform: rotate(45deg);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 1s 0.3s forwards;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 1px;
  opacity: 0;
  animation: fadeUp 1s 0.6s forwards;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
}

.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 50px;
  opacity: 0;
  animation: fadeUp 1s 0.9s forwards;
}

.hero-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid var(--gold);
  padding: 16px 50px;
  transition: all 0.4s;
  opacity: 0;
  animation: fadeUp 1s 1.2s forwards;
}

.hero-cta:hover {
  background: var(--gold);
  color: var(--dark);
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 1s 1.5s forwards;
}

.hero-scroll span {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s infinite;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}

/* ===== SECTION COMMON ===== */
.section {
  padding: 120px 80px;
}

.section-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 24px;
}

.section-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: var(--grey-text);
  max-width: 700px;
}

/* ===== ABOUT / INTRO ===== */
.intro {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.intro-right {
  position: relative;
}

.intro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.stat {
  border-left: 1px solid var(--gold-pale);
  padding-left: 24px;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 42px;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-text);
}

.intro-image-block {
  background: linear-gradient(145deg, var(--dark) 0%, var(--dark-deep) 100%);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 60px;
}

.intro-image-block::before {
  content: '';
  position: absolute;
  top: 30px; left: 30px; right: 30px; bottom: 30px;
  border: 0.5px solid rgba(212, 175, 55, 0.3);
  pointer-events: none;
}

.intro-image-block::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.intro-image-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px;
  color: var(--gold);
  line-height: 0.5;
  margin-bottom: 8px;
  opacity: 0.7;
}

.intro-image-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 38px;
  color: rgba(255,255,255,0.92);
  font-style: italic;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.5px;
  max-width: 480px;
  margin: 0 auto;
}

.intro-image-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 28px auto 18px;
  opacity: 0.7;
}

.intro-image-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
}

/* ===== SERVICES ===== */
.services {
  background: var(--off-white);
}

.services-header {
  text-align: center;
  margin-bottom: 80px;
}

.services-header .section-text {
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: var(--white);
  padding: 50px 40px;
  position: relative;
  transition: all 0.4s;
  border: 1px solid transparent;
}

.service-card:hover {
  border-color: var(--gold-pale);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(26, 26, 46, 0.08);
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1;
}

.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 48px;
  color: var(--gold-pale);
  position: absolute;
  top: 30px;
  right: 35px;
}

.service-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 16px;
}

.service-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8;
  color: var(--grey-text);
  margin-bottom: 24px;
}

.service-list {
  list-style: none;
  margin-bottom: 30px;
}

.service-list li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--text-body);
  padding: 8px 0;
  border-bottom: 0.5px solid var(--grey-light);
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.service-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.service-link:hover {
  gap: 14px;
}

.service-link svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
}

/* ===== APPROACH ===== */
.approach {
  background: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.approach::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(139, 115, 85, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.approach-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.approach .section-title {
  color: var(--white);
  max-width: 600px;
}

.approach .section-text {
  color: rgba(255,255,255,0.5);
  margin-bottom: 70px;
}

.approach-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.pillar {
  padding: 40px 35px;
  border-right: 0.5px solid rgba(139, 115, 85, 0.15);
  position: relative;
}

.pillar:last-child {
  border-right: none;
}

.pillar-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pillar-number::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: rgba(139, 115, 85, 0.25);
}

.pillar-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--white);
  margin-bottom: 14px;
}

.pillar-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255,255,255,0.45);
}

/* ===== GEOGRAPHY ===== */
.geography {
  background: var(--white);
}

.geo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.geo-regions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.geo-region {
  padding: 24px 0;
  border-bottom: 0.5px solid var(--grey-light);
}

.geo-region-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 6px;
}

.geo-region-detail {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--grey-text);
}

.geo-visual {
  background: linear-gradient(145deg, #1F1F38 0%, var(--dark) 50%, var(--dark-deep) 100%);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.geo-visual::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px; right: 20px; bottom: 20px;
  border: 0.5px solid rgba(168, 147, 95, 0.3);
  pointer-events: none;
  z-index: 3;
}

.geo-map-svg {
  width: 100%;
  height: 100%;
  display: block;
  padding: 32px;
  box-sizing: border-box;
}

.geo-map-svg .geo-countries .other {
  fill: rgba(168, 147, 95, 0.15);
  stroke: rgba(168, 147, 95, 0.32);
  stroke-width: 0.4;
  stroke-linejoin: round;
}

.geo-map-svg .geo-countries .comya {
  fill: #D4AF37;
  stroke: #E6C76A;
  stroke-width: 0.5;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 3px rgba(212, 175, 55, 0.5));
}

/* ===== LEADERSHIP ===== */
.leadership {
  background: var(--off-white);
}

.leadership-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}

.leader-photo {
  background: linear-gradient(145deg, #1F1F38 0%, var(--dark) 50%, var(--dark-deep) 100%);
  height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.leader-photo::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px; right: 20px; bottom: 20px;
  border: 0.5px solid rgba(168, 147, 95, 0.4);
  pointer-events: none;
  z-index: 2;
}

.leader-photo img,
.leader-photo .leader-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  filter: grayscale(20%) contrast(1.05);
}

.leader-photo::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent 0%, rgba(10,10,20,0.55) 60%, rgba(10,10,20,0.92) 100%);
  z-index: 2;
  pointer-events: none;
}

.leader-photo-caption {
  position: absolute;
  bottom: 32px;
  left: 0; right: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold-light);
  z-index: 4;
}

.leader-photo-caption::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold-light);
  opacity: 0.7;
  margin: 0 auto 14px;
}

.leader-social {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.leader-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-pale);
  color: var(--gold);
  background: var(--white);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.leader-social a:hover,
.leader-social a:focus-visible {
  background: var(--dark);
  color: var(--gold-light);
  border-color: var(--dark);
  transform: translateY(-2px);
}

.leader-social a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.leader-info { padding-top: 20px; }

.leader-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 8px;
}

.leader-title-role {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 30px;
}

.leader-bio {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  color: var(--grey-text);
  margin-bottom: 20px;
}

.leader-expertise {
  margin-top: 40px;
}

.leader-expertise-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 16px;
}

.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise-tag {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-pale);
  padding: 8px 18px;
}

/* ===== OUR PEOPLE ===== */
.people {
  background: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.people::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(139, 115, 85, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(139, 115, 85, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.people-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.people-header {
  margin-bottom: 50px;
}

.people-header .section-title {
  color: var(--white);
}

.people-header .section-text {
  color: rgba(255,255,255,0.5);
}

.people-number-banner {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(139, 115, 85, 0.15);
}

.people-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 72px;
  color: var(--gold);
  line-height: 1;
}

.people-number-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.people-card {
  background: rgba(255, 255, 255, 0.03);
  border: 0.5px solid rgba(139, 115, 85, 0.12);
  padding: 36px 30px;
  transition: all 0.4s;
}

.people-card:hover {
  background: rgba(139, 115, 85, 0.06);
  border-color: rgba(139, 115, 85, 0.25);
  transform: translateY(-3px);
}

.people-card-icon {
  margin-bottom: 22px;
}

.people-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.2;
}

.people-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 14px;
}

.people-card-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

.people-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.people-card-tags span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  border: 0.5px solid rgba(139, 115, 85, 0.25);
  padding: 5px 12px;
}

.people-cta {
  text-align: center;
  padding-top: 40px;
  border-top: 0.5px solid rgba(139, 115, 85, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.people-cta-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.people-cta-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.3s;
}

.people-cta-link:hover {
  opacity: 0.7;
}

/* ===== VALUES ===== */
.values {
  background: var(--white);
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1000px;
  margin: 60px auto 0;
}

.value-item {
  padding: 0 20px;
}

.value-icon-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.value-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.2;
}

.value-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 12px;
}

.value-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8;
  color: var(--grey-text);
}

/* ===== CONTACT / CTA ===== */
.contact {
  background: linear-gradient(160deg, var(--dark) 0%, var(--dark-deep) 60%, #0D0D1A 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(139, 115, 85, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact .section-label {
  color: var(--gold);
}

.contact .section-title {
  color: var(--white);
  max-width: 600px;
  margin: 0 auto 20px;
}

.contact .section-text {
  color: rgba(255,255,255,0.45);
  margin: 0 auto 50px;
  text-align: center;
}

.contact-email {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 28px;
  color: var(--gold);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 50px;
  transition: opacity 0.3s;
}

.contact-email:hover {
  opacity: 0.7;
}

.contact-details {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 0.5px solid rgba(139, 115, 85, 0.15);
}

.contact-block {
  text-align: left;
}

.contact-block-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.contact-block-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
}

.contact-block-text a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-block-text a:hover {
  color: var(--gold);
}

/* ===== FOOTER ===== */
.footer {
  background: #0D0D1A;
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 28px 40px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(139, 115, 85, 0.4);
}

.footer-copy {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 1px;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.footer-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: var(--gold-light);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.footer-social-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(139, 115, 85, 0.6);
}

.footer-social a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: var(--gold-light);
}

/* ===== INSIGHTS ===== */
.insights {
  background: var(--off-white);
}

.insights-content {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-header {
  margin-bottom: 60px;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.insight-card {
  background: var(--white);
  padding: 40px 35px;
  border: 1px solid transparent;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.insight-card:hover {
  border-color: var(--gold-pale);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(26, 26, 46, 0.06);
}

.insight-category {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.insight-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 14px;
}

.insight-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.8;
  color: var(--grey-text);
  flex: 1;
  margin-bottom: 20px;
}

.insight-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 0.5px solid var(--grey-light);
}

.insight-author {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--dark);
}

.insight-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--grey-text);
  font-style: italic;
}

/* ===== PRESS ===== */
.press {
  background: var(--white);
}

.press-content {
  max-width: 1200px;
  margin: 0 auto;
}

.press-header {
  margin-bottom: 60px;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.press-item {
  display: block;
  padding: 30px 35px;
  border: 0.5px solid var(--grey-light);
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

.press-item:hover {
  border-color: var(--gold);
  background: var(--off-white);
}

.press-item::after {
  content: '↗';
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 16px;
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
}

.press-item:hover::after {
  opacity: 1;
}

.press-logo {
  display: block;
  height: 28px;
  width: auto;
  max-width: 200px;
  margin-bottom: 16px;
  opacity: 0.85;
  filter: grayscale(0.2);
  transition: opacity 0.3s, filter 0.3s;
}

.press-item:hover .press-logo {
  opacity: 1;
  filter: grayscale(0);
}

.press-source {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.press-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 8px;
}

.press-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.7;
  color: var(--grey-text);
  margin-bottom: 12px;
}

.press-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: var(--grey-text);
  font-style: italic;
}

.press-contact {
  text-align: center;
  padding-top: 30px;
  border-top: 0.5px solid var(--grey-light);
}

.press-contact p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: var(--grey-text);
}

.press-contact a {
  color: var(--gold);
  text-decoration: none;
}

/* ===== LEGAL PAGES ===== */
.legal-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: var(--dark);
  overflow-y: auto;
  padding: 80px 80px 60px;
}

.legal-close {
  position: fixed;
  top: 30px;
  right: 40px;
  font-size: 20px;
  color: var(--gold);
  cursor: pointer;
  z-index: 2001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 115, 85, 0.3);
  transition: all 0.3s;
}

.legal-close:hover {
  background: var(--gold);
  color: var(--dark);
}

.legal-content {
  max-width: 750px;
}

.legal-content .section-title {
  color: var(--white);
}

.legal-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255,255,255,0.55);
}

.legal-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 10px;
}

.legal-text p {
  margin-bottom: 14px;
}

.legal-text strong {
  color: rgba(255,255,255,0.75);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .section { padding: 80px 40px; }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; max-width: 500px; }
  .approach-pillars { grid-template-columns: 1fr 1fr; }
  .pillar { border-bottom: 0.5px solid rgba(139, 115, 85, 0.15); }
  .geo-content { grid-template-columns: 1fr; }
  .leadership-content { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr 1fr; }
  .insights-grid { grid-template-columns: 1fr; max-width: 500px; }
  .press-grid { grid-template-columns: 1fr; }
  .contact-details { flex-direction: column; gap: 30px; align-items: center; }
  .contact-block { text-align: center; }
}

@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .nav-links {
    display: flex;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: var(--dark-deep);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 998;
    padding: 0;
  }
  .nav-links a { font-size: 14px; }
  .nav.menu-open .nav-links { transform: translateX(0); }
  .nav-hamburger { display: flex; position: relative; z-index: 999; }
  .nav-lang {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
  }
  .nav.menu-open .nav-lang { opacity: 1; pointer-events: auto; }
  .section { padding: 60px 24px; }
  .hero { padding: 0 24px; min-height: 600px; }
  .hero-title { font-size: 44px !important; line-height: 1.1; }
  .hero-subtitle { font-size: 14px !important; }
  .hero-tagline { font-size: 9px !important; letter-spacing: 3px; }
  .section-title { font-size: 28px !important; line-height: 1.25; }
  .section-text { font-size: 14px !important; }
  .section-label { font-size: 9px; letter-spacing: 3px; }
  .intro { padding-top: 80px; padding-bottom: 80px; }
  .intro-image-block { height: 360px !important; padding: 32px !important; }
  .intro-image-text { font-size: 24px !important; line-height: 1.35; }
  .intro-image-quote-mark { font-size: 56px !important; }
  .approach-pillars { grid-template-columns: 1fr; }
  .pillar { padding: 32px 0 !important; }
  .people-grid { grid-template-columns: 1fr; }
  .people-number-banner { flex-direction: column; gap: 8px; }
  .people-number { font-size: 56px !important; }
  .people-cta { flex-direction: column; gap: 12px; }
  .values-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer { flex-direction: column; gap: 20px; text-align: center; padding: 30px 24px; }
  .footer-left { flex-direction: column; gap: 10px; }
  .footer-nav { justify-content: center; }
  .footer-social { justify-content: center; }
  .footer-links { justify-content: center; }
  .intro-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat-number { font-size: 32px !important; }
  .stat-label { font-size: 9px; }
  .geo-regions { grid-template-columns: 1fr; }
  .geo-visual { height: 320px !important; min-height: 320px !important; }
  .leadership-content { gap: 32px !important; }
  .leader-photo { height: 380px !important; }
  .leader-name { font-size: 32px !important; }
  .leader-title-role { font-size: 11px !important; }
  .leader-bio { font-size: 13px !important; }
  .service-card { padding: 32px 28px !important; }
  .service-title { font-size: 20px !important; }
  .service-desc, .service-list li { font-size: 12px !important; }
  .press-item { padding: 24px 24px !important; }
  .press-title { font-size: 16px !important; }
  .press-excerpt { font-size: 11px !important; }
  .press-logo { height: 24px !important; max-width: 160px !important; }
  .insight-card { padding: 32px 28px !important; }
  .insight-title { font-size: 18px !important; }
  .contact-email { font-size: 22px !important; word-break: break-all; }
  .contact-block-text a { word-break: break-word; }
  .nav-logo-text { font-size: 14px !important; letter-spacing: 4px; }
}

@media (max-width: 480px) {
  .section { padding: 50px 18px; }
  .hero { padding: 0 18px; }
  .hero-title { font-size: 36px !important; }
  .section-title { font-size: 24px !important; }
  .intro-stats { grid-template-columns: 1fr; gap: 18px; }
  .intro-image-text { font-size: 21px !important; }
  .leader-photo { height: 340px !important; }
  .leader-name { font-size: 28px !important; }
}
/* ==========================================================
   ARTICLES & EDITORIAL PAGES — typographie cohérente avec le site
   ========================================================== */

/* Breadcrumb visuel */
.breadcrumb-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--gold-pale);
  padding: 100px 60px 24px;
}
.breadcrumb {
  max-width: 880px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-text);
}
.breadcrumb a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb a:hover { color: var(--dark); }
.breadcrumb-sep {
  color: var(--gold-light);
  margin: 0 10px;
  opacity: 0.5;
}

/* Article container */
.article-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px 100px;
  background: var(--white);
}

/* Header */
.article-header {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gold-pale);
}
.article-header .section-label {
  margin-bottom: 24px;
}
.article-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--dark);
  margin: 0 0 28px;
}
.article-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-text);
  margin-bottom: 28px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.article-meta-sep {
  color: var(--gold);
  opacity: 0.6;
}
.article-author-inline {
  color: var(--gold);
  font-weight: 500;
}
.article-lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.55;
  color: var(--dark);
  margin: 0;
  border-left: 2px solid var(--gold);
  padding-left: 24px;
}

/* Body — typography */
.article-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.85;
  color: #2A2A35;
}
.article-body p {
  margin: 0 0 22px;
}
.article-body p:first-child em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: var(--dark);
  display: block;
  margin-bottom: 20px;
}
.article-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--dark);
  margin: 56px 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gold-pale);
}
.article-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 36px 0 16px;
}
.article-body strong {
  color: var(--dark);
  font-weight: 600;
}
.article-body em {
  font-style: italic;
  color: #555;
}
.article-body a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-pale);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.article-body a:hover {
  color: var(--dark);
  border-bottom-color: var(--gold);
}
.article-body ol,
.article-body ul {
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
}
.article-body ol li,
.article-body ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  line-height: 1.85;
}
.article-body ol li {
  counter-increment: list-counter;
}
.article-body ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1.4;
}
.article-body ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 13px;
  width: 14px;
  height: 1px;
  background: var(--gold);
}
.article-body blockquote {
  border-left: 3px solid var(--gold);
  margin: 32px 0;
  padding: 4px 0 4px 28px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: var(--dark);
}
.article-body hr {
  border: none;
  height: 1px;
  background: var(--gold-pale);
  margin: 48px 0;
}

/* Tags */
.article-tags {
  margin: 48px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 32px;
  border-top: 1px solid var(--gold-pale);
}
.article-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-pale);
  padding: 6px 14px;
}

/* FAQ accordion (used in articles + faq.html) */
.article-faq {
  max-width: 760px;
  margin: 60px auto 40px;
  padding: 0 32px;
}
.article-faq h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gold-pale);
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid var(--gold-pale);
}
.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--dark);
  transition: color 0.3s ease;
}
.faq-question:hover { color: var(--gold); }
.faq-q-text { flex: 1; line-height: 1.5; }
.faq-q-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-q-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.85;
  color: var(--grey-text);
}
.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0 0 24px;
}
.faq-answer p { margin: 0 0 12px; }

/* Author block */
.article-author {
  max-width: 760px;
  margin: 60px auto 40px;
  padding: 36px 32px;
  background: var(--off-white);
  border-left: 3px solid var(--gold);
}
.article-author-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.article-author-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 14px;
  color: var(--dark);
}
.article-author-name a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--gold-pale);
}
.article-author-name a:hover { border-bottom-color: var(--gold); }
.article-author-bio {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.85;
  color: var(--grey-text);
  margin: 0 0 14px;
}
.article-author .service-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
.article-author .service-link:hover { color: var(--dark); }

.article-back {
  max-width: 760px;
  margin: 32px auto 0;
  padding: 0 32px;
  text-align: center;
}
.article-back .service-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
.article-back .service-link:hover { color: var(--dark); }

/* Mobile responsive — articles */
@media (max-width: 768px) {
  .breadcrumb-bar { padding: 90px 24px 18px; }
  .article-page { padding: 40px 24px 60px; }
  .article-title { font-size: 32px !important; }
  .article-lede { font-size: 18px !important; padding-left: 18px; }
  .article-body { font-size: 15px; }
  .article-body h2 { font-size: 24px; margin: 40px 0 18px; }
  .article-body h3 { font-size: 13px; }
  .article-faq, .article-author, .article-back { padding-left: 24px; padding-right: 24px; }
  .article-faq h2 { font-size: 24px; }
  .article-author-name { font-size: 22px; }
}

/* CTA block at end of article (text intro to action) */
.article-body p:last-child {
  margin-bottom: 0;
}
