:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-19a7babc */.story-section {
      position: relative; padding: 100px 48px;
      background: var(--white); overflow: hidden;
    }
    .story-section::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(ellipse 600px 400px at 10% 20%, rgba(238,64,151,.05) 0%, transparent 70%),
        radial-gradient(ellipse 500px 400px at 90% 80%, rgba(62,183,234,.04) 0%, transparent 70%);
    }
    .story-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
    .story-chapter { margin-bottom: 80px; position: relative; }
    .story-chapter:last-child { margin-bottom: 0; }
    .chapter-eyebrow {
      display: inline-block;
      font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--pink); margin-bottom: 16px;
      border-bottom: 2px solid var(--pink); padding-bottom: 4px;
    }
    .story-chapter h2 {
      font-family: var(--serif); font-size: clamp(32px, 3.5vw, 44px); font-weight: 900;
      line-height: 1.1; letter-spacing: -1px; color: var(--text); margin-bottom: 24px;
    }
    .story-chapter h2 em { font-style: italic; color: var(--pink); }
    .story-chapter p { font-size: 17px; line-height: 1.75; color: var(--text); margin-bottom: 18px; }
    .story-chapter p .accent { color: var(--pink); font-weight: 700; }
    .story-chapter.cyan .chapter-eyebrow { color: var(--cyan); border-bottom-color: var(--cyan); }
    .story-chapter.cyan h2 em { color: var(--cyan); }
    .story-chapter.yellow .chapter-eyebrow { color: #c9a800; border-bottom-color: var(--yellow); }
    .story-chapter.yellow h2 em { color: #c9a800; }
    
      @media (max-width: 900px) {
      .story-section { padding: 40px 24px; }
      .story-chapter { margin-bottom: 60px; }
   
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c78651 */.founders-duo {
      position: relative; background: var(--offwhite);
      padding: 96px 48px 110px; border-top: 4px solid var(--pink);
    }
    .founders-duo-inner {
      max-width: 980px; margin: 0 auto;
      display: grid; grid-template-columns: 1.05fr 1fr;
      gap: 56px; align-items: center;
    }
    .founders-duo .chapter-eyebrow {
      display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--pink); margin-bottom: 14px; border-bottom: 2px solid var(--pink); padding-bottom: 4px;
    }
    .founders-duo h2 {
      font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 900;
      line-height: 1.15; letter-spacing: -0.5px; color: var(--text); margin-bottom: 18px;
    }
    .founders-duo h2 em { font-style: italic; color: var(--pink); }
    .founders-duo p { font-size: 16px; color: var(--muted); line-height: 1.75; margin: 0; }
    .founders-duo-photo {
      width: 100%; max-width: 460px; border-radius: 8px; overflow: hidden;
      justify-self: end;
    }
    .founders-duo-photo img { display: block; width: 100%; height: auto; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58d78251 */.founder-quote {
      position: relative; background: var(--dark);
      padding: 96px 48px 100px; overflow: hidden;
    }
    .founder-quote::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(ellipse 700px 400px at 30% 20%, rgba(238,64,151,.18) 0%, transparent 70%),
        radial-gradient(ellipse 600px 400px at 80% 80%, rgba(62,183,234,.10) 0%, transparent 70%);
    }
    .founder-quote-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
    .founder-quote-eyebrow {
      display: block; text-align: center;
      font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--pink); margin-bottom: 28px;
    }
    .founder-quote-image {
      display: block; width: 100%; height: auto; border-radius: 6px;
      box-shadow: 0 16px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(238,64,151,.2);
    }
    .founder-quote-caption {
      text-align: center; margin-top: 22px;
      font-size: 12px; color: rgba(255,255,255,.55);
      letter-spacing: 1.5px; text-transform: uppercase;
    }
 @media (max-width: 900px) {
     .founder-quote{
         padding:40px 24px;
     }
    .founders-duo-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
        .founders-duo {
        padding: 56px 24px 64px;
    }
        .founders-duo-photo {
        max-width: 360px;
        justify-self: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-156f5a3a */.team-section {
      background: linear-gradient(to bottom, #fbf6f9 0%, var(--offwhite) 50%, #f4f9fc 100%);
      padding: 120px 48px; position: relative; border-top: 4px solid var(--cyan);
    }
    .team-inner { max-width: 1200px; margin: 0 auto; }
    .team-header { text-align: center; margin-bottom: 64px; }
    .team-header .eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 16px; }
    .team-header h2 { font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 900; line-height: 1.1; color: var(--text); margin-bottom: 20px;    margin-block-start: 0rem; }
    .team-header h2 em { font-style: italic; color: var(--pink); }
    .team-header p { font-size: 16px; color: var(--muted); max-width: 720px; margin: 0 auto; line-height: 1.7; }
    .season-pill {
      display: inline-flex; align-items: center; gap: 8px;
      background: linear-gradient(135deg, rgba(238,64,151,.1), rgba(62,183,234,.1));
      border: 1px solid rgba(238,64,151,.25);
      color: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
      text-transform: uppercase; padding: 8px 18px; border-radius: 100px; margin-top: 24px;
    }
    .season-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: pulse 2s ease-in-out infinite; }
    @keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(1.3); } }

    .team-carousel { position: relative; }
    .team-grid {
      display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory;
      scroll-behavior: smooth; padding: 12px 4px 32px; scrollbar-width: none;
    }
    .team-grid::-webkit-scrollbar { display: none; }
    .team-grid > .team-card { flex: 0 0 calc((100% - 56px) / 3); scroll-snap-align: start; }
    .team-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 12px; }
    .team-arrow {
      width: 48px; height: 48px; border-radius: 50%;
      background: var(--white); border: 1.5px solid rgba(0,0,0,.12); color: var(--text);
      display: inline-flex; align-items: center; justify-content: center;
      cursor: pointer; transition: background .2s, border-color .2s, color .2s, transform .2s;
      font-size: 20px; font-weight: 700; padding: 0; flex-shrink: 0;
    }
    .team-arrow:hover { background: var(--pink); border-color: var(--pink); color: #fff; transform: translateY(-1px); }
    .team-arrow:disabled { opacity: .35; cursor: default; transform: none; }
    .team-arrow:disabled:hover { background: var(--white); border-color: rgba(0,0,0,.12); color: var(--text); }
    .team-dots { display: inline-flex; align-items: center; gap: 8px; }
    .team-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,.15); border: none; padding: 0; cursor: pointer; transition: background .2s, transform .2s; }
    .team-dot:hover { background: rgba(238,64,151,.5); }
    .team-dot.active { background: var(--pink); transform: scale(1.4); }
        .team-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
    .team-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.12); }
    .team-photo { position: relative; width: 70%; aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; background: #bdc1c3; align-self: center; margin-top: 32px; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
    .team-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease; }
    .team-photo img.color { opacity: 0; }
    .team-card:hover .team-photo img.bw { opacity: 0; }
    .team-card:hover .team-photo img.color { opacity: 1; }
    .team-info { padding: 24px 28px 32px; text-align: center; }
    .team-info .role { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 6px; }
    .team-card:nth-child(3n+1) .team-info .role { color: var(--pink); }
    .team-card:nth-child(3n+2) .team-info .role { color: var(--cyan); }
    .team-card:nth-child(3n+3) .team-info .role { color: #c9a800; }
    .team-info h3 { font-family: var(--serif); font-size: 22px; font-weight: 900; color: var(--text); margin-bottom: 12px; line-height: 1.2; letter-spacing:0;}
    .team-info p { font-size: 13px; color: var(--muted); line-height: 1.6; }
     .team-header .brand-q-logo{
         padding-left: 5px;
     }
@media (max-width: 900px) {

    .team-section {
        padding: 40px 24px;
    }

 .team-header h2{
     font-size:30px;
     max-width: 300px;
        margin: 0 auto 20px;
 }
 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d551540 */.partners-section { background: var(--white); padding: 80px 48px; text-align: center; border-top: 4px solid var(--cyan); }
    .partners-inner { max-width: 1100px; margin: 0 auto; }
    .partners-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 14px; border-bottom: 2px solid var(--pink); padding-bottom: 4px; }
    .partners-section h2 { font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); font-weight: 900; color: var(--text); letter-spacing: -0.5px; margin-bottom: 14px; }
    .partners-section p { color: var(--muted); font-size: 15px; max-width: 640px; margin: 0 auto 48px; line-height: 1.7; }
    .partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; align-items: center; max-width: 1000px; margin: 0 auto; }
    .partner-logo { display: flex; align-items: center; justify-content: center; padding: 24px 16px; opacity: 0.78; transition: opacity .2s, transform .2s; }
    .partner-logo:hover { opacity: 1; transform: translateY(-2px); }
    .partner-logo img { max-height: 110px; width: auto; max-width: 100%; }
    @media (max-width: 700px) { 
        
        .partners-section{
            padding:40px 24px;
        }
            .team-grid > .team-card {
        flex: 0 0 calc(100% - 8px);
    }
        .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c3e27c7 */.careers { background: linear-gradient(135deg, var(--dark), #14141f); padding: 100px 48px; position: relative; overflow: hidden; border-top: 4px solid var(--yellow); }
    .careers::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 800px 500px at 70% 50%, rgba(62,183,234,.10) 0%, transparent 70%); }
    .careers-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .careers h2 { font-family: var(--serif); font-size: clamp(32px, 3.5vw, 48px); font-weight: 900; line-height: 1.1; color: var(--white); margin-bottom: 16px; letter-spacing: -0.5px; }
    .careers h2 em { font-style: italic; color: var(--pink); }
    .careers > .careers-inner > div:first-child p { font-size: 16px; color: rgba(255,255,255,.65); line-height: 1.7; }
        .job-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 32px 28px; transition: background .2s, border-color .2s; }
    .job-card:hover { background: rgba(255,255,255,.08); border-color: rgba(238,64,151,.3); }
    .job-card .job-meta { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 10px; }
    .job-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 900; color: var(--white); margin-bottom: 12px; line-height: 1.2; }
    .job-card p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.65; margin-bottom: 20px; }
    .job-card a { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--pink); text-decoration: none; }
    .job-card a:hover { color: var(--white); }
    
    @media (max-width: 900px) {
    .careers {
        padding: 80px 24px;
    }
        .careers-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */