.elementor-320743 .elementor-element.elementor-element-26ecc72e{--display:flex;}.elementor-320743 .elementor-element.elementor-element-88836e3{--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;}.elementor-320743 .elementor-element.elementor-element-7a15754 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}/* Start custom CSS for html, class: .elementor-element-ab9c9b3 *//* ========================================================= */
/* ABOUT PAGE - Divine Magazine / VF 2026 Vibe                */
/* ========================================================= */

:root {
    /* Assuming these are your core variables; defined here for fallback */
    --divine-ink: #1a1a1a;
    --font-primary-serif: "Playfair Display", serif; /* Or your specific serif */
    --font-ui: "Inter", sans-serif;
    --bg-bone: #f9f8f4;
}

.vogue-about-wrapper {
    font-family: var(--font-ui);
    color: var(--divine-ink);
    max-width: 1400px;
    margin: 0 auto 140px auto;
    padding: 0 6vw;
    line-height: 1.6;
    user-select: text;
    overflow-x: hidden;
}

/* =========== 1. HERO SECTION ============ */

.about-hero {
    margin-bottom: 80px;
    padding-top: 60px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.meta-label {
    display: block;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--divine-ink);
    opacity: 0.5;
    margin-bottom: 32px;
}

.vogue-title {
    font-family: var(--font-primary-serif);
    font-weight: 900;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
    text-wrap: balance;
}

.vogue-intro {
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    line-height: 1.5;
    color: var(--divine-ink);
    max-width: 650px;
    margin: 0 auto;
}

/* Drop cap styling */
.vf-dropcap::first-letter {
    float: left;
    font-family: var(--font-primary-serif);
    font-weight: 900;
    font-size: 5rem;
    line-height: 0.85;
    margin-right: 15px;
    margin-top: 4px;
    color: var(--divine-ink);
}

/* =========== 2. EDITORIAL IMAGE ============ */

.about-editorial-image {
    margin-bottom: 100px;
    text-align: center;
}

.about-editorial-image img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    filter: contrast(1.02) saturate(0.95);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

/* =========== 3. WHO WE ARE LINE ============ */

.about-who-we-are {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 120px auto;
    font-style: italic;
    font-family: var(--font-primary-serif);
    color: var(--divine-ink);
    opacity: 0.9;
    text-align: center;
    line-height: 1.4;
}

/* =========== 4. MISSION & ETHICS ============ */

.vogue-standards-zone {
    margin-bottom: 120px;
    max-width: 1200px;
    margin-inline: auto;
}

.section-tag {
    display: block;
    font-weight: 900;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.5;
    margin-bottom: 16px;
    text-align: center;
}

.header-line {
    height: 2px;
    width: 40px;
    background-color: var(--divine-ink);
    margin: 0 auto 60px auto;
}

.standards-layout {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.standards-mission {
    flex: 1;
    text-align: left;
}

.pillar-title {
    font-family: var(--font-primary-serif);
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 24px;
    line-height: 1.1;
}

.standards-grid {
    flex: 1.2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

.standard-item h4.meta-label-small {
    font-weight: 900;
    font-size: 0.8rem;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* =========== 5. STATS STRIP ============ */

.about-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 60px 0;
    margin-bottom: 140px;
}

.stat-item { text-align: center; }

.stat-number {
    font-family: var(--font-primary-serif);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    display: block;
}

.stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    opacity: 0.6;
}

/* =========== 6. WHAT TO FIND ============ */

.pillar-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 60px;
    text-align: left;
}

/* =========== 7. INDUSTRY TRUST ============ */

.dm-trusted-by.luxe-v4 {
    background: var(--bg-bone);
    padding: 100px 6vw;
    margin: 0 -6vw 140px -6vw; /* Breaks out of wrapper padding for full-width feel */
}

.dm-trusted-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.editorial-cta {
    display: inline-block;
    padding: 18px 45px;
    background: var(--divine-ink);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    transition: 0.3s ease;
}

.editorial-cta:hover {
    background: #444;
    transform: translateY(-3px);
}

/* =========== ANIMATIONS ============ */

.vf-fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

/* =========== MOBILE RESPONSIVE ============ */

@media (max-width: 1024px) {
    .standards-layout { flex-direction: column; gap: 60px; }
    .standards-grid { grid-template-columns: 1fr 1fr; }
    .dm-trusted-logos-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .about-stats-strip { grid-template-columns: 1fr 1fr; gap: 40px; }
    .standards-grid, .dm-trusted-logos-grid { grid-template-columns: 1fr; }
    .vogue-about-wrapper { margin-bottom: 80px; }
    .vogue-title { font-size: 3rem; }
    .vf-dropcap::first-letter { font-size: 4rem; }
}/* End custom CSS */
/* Start custom CSS *//* === Divine Magazine About Page Styling === */

/* Container */
.about-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: 'Inter', sans-serif;
  color: #3a2f23; /* warm dark brown */
  background-color: #fff8f0; /* soft warm cream background */
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(176, 42, 42, 0.15);
}

/* Banner image */
.about-banner {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(176, 42, 42, 0.25);
  margin-bottom: 2rem;
  object-fit: cover;
}

/* Section headers */
.about-hero h1,
.about-beliefs h2,
.about-find h2,
.about-mission h2,
.about-name h2,
.about-newsletter h2,
.about-connect h2,
.dm-style-notice__title {
  color: #b02a2a; /* terracotta red */
  font-weight: 700;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin-bottom: 0.6rem;
  position: relative;
  padding-bottom: 0.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Underline for section headers */
.about-hero h1::after,
.about-beliefs h2::after,
.about-find h2::after,
.about-mission h2::after,
.about-name h2::after,
.about-newsletter h2::after,
.about-connect h2::after,
.dm-style-notice__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b02a2a, #d4af37);
  box-shadow: 0 0 12px #d4af37;
  opacity: 0.85;
  transition: width 0.3s ease;
}

/* Hover effect on underline */
.about-hero h1:hover::after,
.about-beliefs h2:hover::after,
.about-find h2:hover::after,
.about-mission h2:hover::after,
.about-name h2:hover::after,
.about-newsletter h2:hover::after,
.about-connect h2:hover::after,
.dm-style-notice__title:hover::after {
  width: 100px;
  box-shadow: 0 0 20px #d4af37;
}

/* Paragraph text */
.about-container p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b3a2e; /* warm medium brown */
  margin-bottom: 1.25rem;
}

/* Lists */
.about-container ul {
  padding-left: 1.3rem;
  margin-bottom: 1.5rem;
  color: #4b3a2e;
  font-size: 1rem;
}

.about-container ul li {
  margin-bottom: 0.5rem;
}

/* Buttons */
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 0.75rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
}

/* Primary button style */
.btn-primary {
  background: linear-gradient(135deg, #b02a2a, #d4af37);
  color: #fff;
  box-shadow: 0 10px 30px rgba(176, 42, 42, 0.45);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(135deg, #8f3d29, #f0c56b);
  box-shadow: 0 14px 40px rgba(212, 175, 55, 0.7);
  outline: none;
  transform: translateY(-2px);
}

/* Secondary button style */
.btn-secondary {
  background: transparent;
  border: 2px solid #b02a2a;
  color: #b02a2a;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #b02a2a;
  color: #fff;
  box-shadow: 0 10px 30px rgba(176, 42, 42, 0.45);
  outline: none;
  transform: translateY(-2px);
}

/* dm-style-notice box */
.dm-style-notice {
  background-color: #fff3d9;
  border: 1px solid #d4af37;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  margin-top: 2rem;
  color: #5a4a2f;
}

.dm-style-notice__text {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.dm-style-notice__text--small {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 720px) {
  .about-container {
    padding: 1.5rem 1rem;
  }

  .about-hero h1,
  .about-beliefs h2,
  .about-find h2,
  .about-mission h2,
  .about-name h2,
  .about-newsletter h2,
  .about-connect h2,
  .dm-style-notice__title {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
    padding: 0.85rem 0;
  }
}/* End custom CSS */