/*
  ABOUT ME - Unique French Editorial Section
  All styles strictly namespaced: .aboutme-unique-*
  No global selectors. Responsive. Premium, French-inspired, editorial.
*/

.aboutme-unique-hero-rect {
  width: 100%;
  margin: 0 0 64px 0;
  background: none;
  overflow: visible;
}
.aboutme-unique-hero-rect-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 16px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.aboutme-unique-hero-rect-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0;
  min-height: 440px;
}
.aboutme-unique-hero-rect-imgcol {
  flex: 0 0 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  position: relative;
}
.aboutme-unique-hero-rect-imgwrap {
  border: 2.5px solid #ffe6f2;
  box-shadow: 0 4px 24px rgba(184,90,140,0.10);
  background: linear-gradient(120deg, #fff6fa 60%, #e0f7fa 100%), url('img/about-me.jpg') center/cover no-repeat;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 340px;
  aspect-ratio: 3/4;
  max-width: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 32px;
  overflow: hidden;
}
.aboutme-unique-hero-rect-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 32px;
  border: 4px solid #fff9e1;
  box-shadow: 0 4px 24px rgba(184,90,140,0.10);
  background: transparent;
  z-index: 2;
  position: relative;
}
.aboutme-unique-hero-rect-img:not([src]),
.aboutme-unique-hero-rect-img[src=""] {
  display: none;
}
.aboutme-unique-hero-rect-eiffel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  opacity: 0.18;
}
.aboutme-unique-hero-rect-introcol {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 5;
}
.aboutme-unique-hero-rect-headline {
  margin-bottom: 18px;
}
.aboutme-unique-hero-rect-title {
  font-family: 'Handlee', cursive;
  font-size: 2.5rem;
  color: #00394f;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aboutme-unique-hero-rect-fleur {
  font-size: 1.3rem;
  color: #b85a8c;
  margin-left: 8px;
  vertical-align: middle;
}
.aboutme-unique-hero-rect-tricolore-underline {
  display: flex;
  flex-direction: row;
  gap: 2px;
  margin-top: 2px;
  margin-bottom: 0;
  height: 8px;
}
.aboutme-unique-hero-rect-tricolore-blue {
  background: #0055a4;
  width: 38px;
  height: 8px;
  border-radius: 2px 0 0 2px;
}
.aboutme-unique-hero-rect-tricolore-white {
  background: #fff;
  width: 38px;
  height: 8px;
}
.aboutme-unique-hero-rect-tricolore-red {
  background: #ef4135;
  width: 38px;
  height: 8px;
  border-radius: 0 2px 2px 0;
}
.aboutme-unique-hero-rect-intro {
  font-size: 1.25rem;
  color: #b85a8c;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  background: #fff6fa;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(255,182,230,0.10);
  padding: 22px 24px 18px 24px;
  max-width: 420px;
  margin-bottom: 0;
}
.aboutme-unique-hero-rect-maincard {
  margin: 0 auto;
  margin-top: 36px;
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(30,60,90,0.10);
  padding: 38px 38px 28px 38px;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.aboutme-unique-hero-rect-values-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 10px;
}
.aboutme-unique-hero-rect-value-chip {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 16px;
  font-size: 1.08rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  background: #f2f2f2;
  color: #00394f;
  box-shadow: 0 1px 4px rgba(30,60,90,0.07);
  border: none;
}
.aboutme-unique-hero-rect-value-chip-teal {
  background: #e0f7fa;
  color: #20bfa9;
}
.aboutme-unique-hero-rect-value-chip-yellow {
  background: #fff9e1;
  color: #b85a8c;
}
.aboutme-unique-hero-rect-value-chip-pink {
  background: #ffe6f2;
  color: #ef4135;
}
.aboutme-unique-hero-rect-skyline {
  width: 100%;
  margin-top: 0;
  opacity: 0.13;
}
@media (max-width: 1100px) {
  .aboutme-unique-hero-rect-inner {
    max-width: 98vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .aboutme-unique-hero-rect-row {
    gap: 12px;
  }
  .aboutme-unique-hero-rect-imgcol {
    min-height: 260px;
  }
  .aboutme-unique-hero-rect-imgwrap {
    min-height: 260px;
    max-width: 220px;
  }
  .aboutme-unique-hero-rect-introcol {
    max-width: 100vw;
    padding: 0 8px;
  }
}
@media (max-width: 800px) {
  .aboutme-unique-hero-rect-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    min-height: unset;
  }
  .aboutme-unique-hero-rect-imgcol {
    width: 100%;
    min-width: 0;
    min-height: unset;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .aboutme-unique-hero-rect-imgwrap {
    max-width: 320px;
    width: 100%;
    min-width: 0;
    min-height: unset;
    margin: 0 auto 18px auto;
    aspect-ratio: 3/4;
    border-radius: 18px;
  }
  .aboutme-unique-hero-rect-img {
    max-width: 320px;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: unset;
    border-radius: 18px;
    object-fit: contain;
  }
  .aboutme-unique-hero-rect-introcol {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding: 0 5vw;
  }
  .aboutme-unique-hero-rect-values-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* REMOVE all stacking rules here to avoid conflicts */
}

/* Script Bonjour! accent */
.aboutme-unique-bonjour-script {
  position: absolute;
  top: 18px;
  left: 24px;
  font-family: 'Handlee', cursive;
  font-size: 2.2rem;
  color: #b85a8c;
  background: #fff6fa;
  padding: 2px 18px 2px 12px;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(184,90,140,0.07);
  letter-spacing: 1px;
  z-index: 4;
  border: 2px solid #ffe6f2;
  transform: rotate(-7deg);
  pointer-events: none;
}
@media (max-width: 800px) {
  .aboutme-unique-bonjour-script {
    font-size: 1.1rem;
    top: 8px;
    left: 10px;
    padding: 2px 8px 2px 6px;
    border-radius: 10px;
  }
}

/* Tricolore ribbon */
.aboutme-unique-tricolore-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 18px;
  background: linear-gradient(90deg, #0055a4 0%, #fff 50%, #ef4135 100%);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 8px rgba(30,60,90,0.10);
  z-index: 5;
  transform: rotate(12deg) translateY(-8px) translateX(12px);
  border: 2px solid #fff;
}
@media (max-width: 800px) {
  .aboutme-unique-tricolore-ribbon {
    width: 32px;
    height: 10px;
    border-radius: 0 0 6px 6px;
    transform: rotate(12deg) translateY(-4px) translateX(6px);
  }
}

/* Faint fleur-de-lis watermark */
.aboutme-unique-fleur-watermark {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 7rem;
  color: #b85a8c;
  opacity: 0.07;
  pointer-events: none;
  z-index: 1;
  font-family: serif;
}
@media (max-width: 800px) {
  .aboutme-unique-fleur-watermark {
    font-size: 3.5rem;
    top: 10px;
    right: 10px;
  }
}

/* French quote in script font */
.aboutme-unique-hero-rect-quote {
  font-family: 'Handlee', cursive;
  font-size: 1.3rem;
  color: #0055a4;
  margin-top: 18px;
  margin-bottom: 0;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.5px;
  opacity: 0.85;
}
@media (max-width: 800px) {
  .aboutme-unique-hero-rect-quote {
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* Normal CTA button */
.aboutme-unique-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff9e1;
  color: #00394f;
  font-family: 'Nunito', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  border: 2px solid #20bfa9;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 2px auto 0 auto;
  box-shadow: 0 2px 8px rgba(32,191,169,0.1);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.aboutme-unique-cta-btn:hover, .aboutme-unique-cta-btn:focus {
  background: #fff9e1;
  border-color: #f77ca2;
  color: #f77ca2;
  box-shadow: 0 4px 16px rgba(247,124,162,0.2);
}
.aboutme-unique-cta-icon {
  font-size: 1.3em;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .aboutme-unique-cta-btn {
    font-size: 0.97rem;
    padding: 10px 16px;
    margin-top: 18px;
  }
}

/* Animate value chips */
@keyframes aboutme-chip-fadein {
  from { opacity: 0; transform: translateY(18px) scale(0.95); }
  to { opacity: 1; transform: none; }
}
.aboutme-unique-hero-rect-value-chip {
  opacity: 0;
  animation: aboutme-chip-fadein 0.7s cubic-bezier(.6,.2,.3,1.1) forwards;
}
.aboutme-unique-hero-rect-value-chip:nth-child(1) { animation-delay: 0.1s; }
.aboutme-unique-hero-rect-value-chip:nth-child(2) { animation-delay: 0.3s; }
.aboutme-unique-hero-rect-value-chip:nth-child(3) { animation-delay: 0.5s; } 