.elementor-8359 .elementor-element.elementor-element-f4af8c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ================================
   Global Container & Header
   ================================ */
:root{
  --ink:#111;
  --muted:#666;
  --rule:#e6e6e6;
  --accent:#7F6CAB;
  --accent-light:#C9BFE0;
  --ed-bg:#fbfaff;
  --accent-violet:#a759a7;
}
.svx-root {
  background: #f9fafb;
}
.svx-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  /* Counter for 01, 02, 03… */
  counter-reset: svx-rank 0;
}
.svx-header {
  text-align: center;
  padding: 6rem 0 6rem;
}
.svx-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: 3rem;
  color: #0f172a;
}
@media (min-width:768px) {
  .svx-title { font-size: 4.5rem; }
}
.svx-page-intro {
  max-width: 48rem;
  margin: .75rem auto 0;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.8;
}

/* ================================
   Section & Big Index Number (CSS counter)
   ================================ */
.svx-section {
  position: relative;
  margin-bottom: 8rem;
  counter-increment: svx-rank;
}
.svx-index {
  position: absolute;
  top: -3rem;
  left: -3rem;
  z-index: 0;
  pointer-events: none;
  /* hide any template text; we'll draw with ::before */
  font-size: 0;
  counter-increment: rank;
}
.svx-index::before {
  content: counter(svx-rank, decimal-leading-zero);
  position:absolute; left:0px; top:44px;
  font:700 14px/1 'Inter',sans-serif;
  letter-spacing:.24em; text-transform:uppercase;
  color:#aaa; writing-mode: vertical-rl; transform: rotate(180deg);
}


/* ================================
   Alternating Layout
   ================================ */
.svx-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width:768px) {
  .svx-row {
    flex-direction: row;
    align-items: flex-start; /* top-align info with portrait */
    gap: 4rem;
  }
  .svx-section:nth-of-type(even) .svx-row {
    flex-direction: row-reverse;
  }
}

/* ================================
   Portrait & Decorative Background
   ================================ */
.svx-figure {
  width: 100%;
  position: relative;
}
@media (min-width:768px) {
  .svx-figure { width: 50%; }
}
.svx-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: .5rem;
  box-shadow: 0 25px 45px rgba(0,0,0,.25);
  background: #e5e7eb;
}

/* Subtle decorative marks */
.svx-deco {
  position: absolute;
  color: rgba(209,213,219,.5);
  pointer-events: none;
  z-index: -1;
}
.svx-deco--waves {
  width: 12rem;
  height: 12rem;
  right: -2.5rem;
  bottom: -2.5rem;
  display: block;
}
.svx-deco--circles {
  width: 6rem;
  height: 6rem;
  left: -2rem;
  top: -2rem;
  display: none;
}
.svx-section:nth-of-type(even) .svx-deco--waves { display: none; }
.svx-section:nth-of-type(even) .svx-deco--circles { display: block; }

/* ================================
   Info Column
   ================================ */
.svx-info {
  width: 100%;
}
@media (min-width:768px) {
  .svx-info { width: 50%; }
}
.svx-name {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: 2.25rem;
  color: #0f172a;
}
@media (min-width:768px) {
  .svx-name { font-size: 3rem; }
}
.svx-name a {
  color: inherit;
  text-decoration: none;
}
.svx-name a:hover {
  text-decoration: underline;
}

/* "insight" text (renamed from insights) */
.svx-editorial {
  margin: 1rem 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  font-style: normal;
}

/* ================================
   Social Icons (Outline Style)
   ================================ */
.svx-socials {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.svx-social {
  display: inline-flex;
  color: #374151;
  transition: color .25s ease, transform .25s ease;
}
.svx-social:hover {
  color: #c9a646;
  transform: scale(1.08);
}
.svx-social svg,
.svx-social img {
  width: 22px;
  height: 22px;
  stroke-width: 1.6;
  display: block;
}

/* ================================
   Metrics
   ================================ */
.svx-metrics {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.svx-metric {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.svx-metric-ic {
  width: 24px;
  height: 24px;
  margin-top: .2rem;
  color: #c9a646;
  flex: 0 0 auto;
}
.svx-metric-ic svg {
  width: 24px;
  height: 24px;
}
.svx-metric-val {
  margin: 0;
  font-weight: 800;
  font-size: 1.5rem;
  color: #111827;
  line-height: 1.2;
  word-break: break-word;
}
.svx-metric-lbl {
  margin: -1.2rem 0 0;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #6b7280;
}

/* Editorial badge card */
.inf-editorial--badge{
  margin-top:22px; padding:20px 18px 16px;
  background:var(--ed-bg);
  border:1px solid #efeafb;
  border-radius:10px;
  position:relative;
}
.inf-editorial--badge .ed-badge{
  position:absolute; top:-12px; left:18px;
  font: 600 10px/1 'Inter',sans-serif;
  letter-spacing:.12em; text-transform:uppercase;
  padding:6px 10px;
  background:#fff;
  border:1px solid #eae6f6;
  border-radius:999px;
  color:var(--muted);
}
.inf-editorial--badge p{ margin:8px 0 0; font-size:14px; line-height:1.8;  color:var(--accent); }
.inf-editorial--badge strong{ font-weight:700; color:var(--ink); }
/* ================================
   Top Content (Images Only)
   ================================ */
.inf-content-section {
  margin-top: 2rem;
}
.inf-section-heading {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0f172a;
}
.inf-shots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
  gap: 1rem;
}
.shot {
  margin: 0;
  border-radius: .5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.shot img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.shot figcaption { display: none; }
.shot:hover img{ transform:scale(1.07); transition:transform 1.5s cubic-bezier(.2,.8,.2,1); }

/* ================================
   Responsive Tweaks
   ================================ */
@media (max-width:480px) {
  .svx-title { font-size: 2.25rem; }
  .svx-name { font-size: 1.75rem; }
  .svx-metric-val { font-size: 1.25rem; }
  .shot img { height: 150px; }
}/* End custom CSS */