/* ─── ABOUT PAGE ─── */
  
  /* Hero with photo */
  .about-hero {
    position: relative;
    height: 56vh;
    min-height: 380px;
    overflow: hidden;
  }

  .about-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
  }

  .about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8,24,48,0.72) 0%, rgba(8,24,48,0.35) 100%);
    display: flex;
    align-items: flex-start;
    padding: 32px 5% 40px;
  }

  .about-hero-content { max-width: 800px; }

  .about-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--teal-pale);
    margin-bottom: 16px;
  }

  .about-label::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 2px;
    background: var(--teal);
    flex-shrink: 0;
  }

  .about-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 300;
    color: white;
    line-height: 1.22;
    margin-bottom: 0;
  }

  .about-hero h1 em { font-style: italic; color: var(--teal-pale); text-transform: none; }

  /* Content */
  .about-content {
    background: linear-gradient(160deg, #B2D8F5 0%, #72D9D5 40%, #C6A0F0 80%, #F5AAAA 100%);
    padding: 72px 5% 80px;
  }

  .about-inner {
    max-width: 920px;
    margin: 0 auto;
  }

  /* Quote block with watercolor decoration */
  .about-quote-block {
    background: rgba(255,255,255,0.92);
    border-radius: 24px;
    padding: 52px 52px 44px;
    box-shadow: 0 12px 48px rgba(12,44,96,0.14);
    backdrop-filter: blur(14px);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }

  .about-quote-decor {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 220px;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
  }

  .about-quote-block::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    font-size: 110px;
    line-height: 1;
    color: var(--teal-pale);
    opacity: 0.45;
    position: absolute;
    top: 16px;
    left: 32px;
    z-index: 0;
  }

  .about-text {
    font-size: 17px;
    color: var(--text-mid);
    line-height: 1.9;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }

  .about-text strong { color: var(--navy-dark); }

  .about-text.lead {
    font-size: 21px;
    font-family: 'Cormorant Garamond', serif;
    color: var(--navy-dark);
    font-weight: 400;
    line-height: 1.55;
    font-style: italic;
  }

  .about-droits-quote {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
    border-radius: 16px;
    padding: 28px 36px;
    margin: 32px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .about-droits-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 600;
    color: white;
    line-height: 1.3;
  }

  .about-droits-quote em { color: var(--teal-pale); font-style: italic; }

  /* Image mosaic */
  .about-mosaic {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .about-mosaic-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(12,44,96,0.18);
    position: relative;
  }

  .about-mosaic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .about-mosaic-img:hover img { transform: scale(1.04); }

  .about-mosaic-img.tall { grid-row: span 1; min-height: 320px; }

  .about-mosaic-img .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 20px 16px;
    background: linear-gradient(to top, rgba(8,24,48,0.75), transparent);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.03em;
  }

  /* Citation + Founder */
  .about-citation-founder {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 40px;
  }

  .about-founder-photo {
    flex-shrink: 0;
  }

  .about-founder-photo img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0.9);
    box-shadow: 0 12px 36px rgba(12,44,96,0.2);
  }

  .about-citation-right {
    flex: 1;
  }

  .about-droits-quote {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
    border-radius: 16px;
    padding: 24px 32px;
    margin-bottom: 16px;
  }

  .about-droits-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 600;
    color: white;
    line-height: 1.3;
  }

  .about-droits-quote em { color: var(--teal-pale); font-style: italic; }

  .founder-credit h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--navy-dark);
    margin-bottom: 2px;
  }

  .founder-credit p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
  }

  /* CTA */
  .about-cta {
    background: var(--navy-dark);
    border-radius: 24px;
    padding: 52px 44px;
    text-align: center;
    box-shadow: 0 12px 48px rgba(12,44,96,0.2);
  }

  .about-cta h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3.4vw, 42px);
    font-weight: 300;
    color: white;
    margin-bottom: 10px;
  }

  .about-cta h2 em { color: var(--teal-pale); font-style: italic; }

  .about-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
  }

  .about-cta-btn {
    display: inline-block;
    padding: 16px 44px;
    background: #00C853;
    color: white;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    transition: all 0.2s;
  }

  .about-cta-btn:hover { background: #00E676; color: var(--navy-dark); transform: translateY(-2px); }

  @media (max-width: 768px) {
    .about-hero { height: 44vh; min-height: 300px; }
    .about-hero-overlay { padding: 24px 5% 28px; }
    .about-quote-block { padding: 32px 22px 28px; }
    .about-mosaic { grid-template-columns: 1fr; }
    .about-mosaic-img.tall { min-height: 240px; }
    .about-citation-founder { flex-direction: column; text-align: center; }
    .about-cta { padding: 32px 20px; }
    .about-content { padding: 40px 5% 48px; }
    .about-quote-decor { width: 140px; top: -10px; right: -15px; }
  }
