/*!
 * WomenFirst — Cinematic Confidence, core stylesheet
 * -----------------------------------------------------------------
 * Extracted verbatim from the <style data-release="embedded-cinematic-v1">
 * block that was previously duplicated inside all nine HTML pages.
 * The rules are unchanged; only their location has moved.
 *
 * Load order matters: this file must come BEFORE assets/css/v11-mobile.css,
 * which overrides it.
 */

@font-face {
        font-family: Montserrat;
        src: url("../fonts/montserrat-latin-400-normal.woff2");
      }
      @font-face {
        font-family: Montserrat;
        src: url("../fonts/montserrat-latin-600-normal.woff2");
        font-weight: 600;
      }
      @font-face {
        font-family: Montserrat;
        src: url("../fonts/montserrat-latin-700-normal.woff2");
        font-weight: 700;
      }
      @font-face {
        font-family: Montserrat;
        src: url("../fonts/montserrat-latin-800-normal.woff2");
        font-weight: 800;
      }
      :root {
        --ink: #000000;
        --night: #000000;
        --purple: #5d17eb;
        --purple2: #3f0aab;
        --lilac: #e5e7eb;
        --cloud: #f8f9fc;
        --white: #ffffff;
        --line: rgba(255, 255, 255, 0.15);
        --max: 1360px;
        --muted: #6b7280;
          --body: #2e2e2e;
          --font: Montserrat;
          /*
           * The same two colours, lifted just enough to be readable on
           * black. Purple text on black measures 2.8:1 and grey 4.3:1,
           * where 4.5:1 is the readable minimum. Only the lightness is
           * raised — hue and saturation are untouched — and only text
           * on the dark sections uses these. Set a little above 4.5:1,
           * because checkers round differently and a colour sitting
           * exactly on the line still gets reported.
           */
          --purple-on-dark: #8956f0;
          --muted-on-dark: #6f7685;
        }
      * {
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
        overflow-x: hidden;
      }
      body {
        margin: 0;
        font-family: var(--font), Arial, sans-serif;
        color: var(--ink);
        background: #ffffff;
        overflow-x: hidden;
      }
      body.menu-open {
        overflow: hidden;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      img {
        max-width: 100%;
        display: block;
        /*
         * Every image carries width and height attributes so the browser can
         * reserve space and avoid layout shift. Those attributes also act as a
         * size, which silently overrode the aspect-ratio rules further down and
         * stretched the FAQ and founder photographs. Letting height follow the
         * CSS keeps the attributes doing their real job and nothing more.
         */
        height: auto;
      }
      button,
      input,
      select,
      textarea {
        font: inherit;
      }
      .shell {
        width: min(var(--max), calc(100% - 96px));
        margin: auto;
      }
      .eyebrow {
        display: flex;
        align-items: center;
        gap: 12px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        font-size: 0.72rem;
        font-weight: 700;
      }
      .eyebrow:before {
        content: "";
        width: 44px;
        height: 2px;
        background: var(--purple);
      }
      .display {
        font-size: clamp(3rem, 6.8vw, 7.3rem);
        line-height: 0.9;
        letter-spacing: -0.065em;
        margin: 0;
        font-weight: 800;
      }
      .section-title {
        font-size: clamp(2.4rem, 5vw, 5.6rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
        margin: 0;
        font-weight: 800;
      }
      .lead {
        font-size: clamp(1.05rem, 1.5vw, 1.35rem);
        line-height: 1.7;
      }
      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        min-height: 58px;
        padding: 0 25px;
        border-radius: 3px;
        border: 1px solid transparent;
        font-weight: 700;
        transition: 0.25s;
        cursor: pointer;
      }
      .btn-primary {
        background: var(--purple);
        color: #ffffff;
        box-shadow: 0 18px 60px rgba(93, 23, 235, 0.25);
      }
      .btn-primary:hover {
        background: var(--purple2);
        transform: translateY(-2px);
      }
      .btn-light {
        border-color: rgba(255, 255, 255, 0.45);
        color: #ffffff;
      }
      .btn-light:hover {
        background: #ffffff;
        color: #000000;
      }
      .btn-dark {
        background: var(--ink);
        color: #ffffff;
      }
      .arrow {
        font-size: 1.4rem;
      }
      .site-header {
        position: absolute;
        z-index: 50;
        inset: 0 0 auto;
        color: #ffffff;
        border-bottom: 1px solid var(--line);
      }
      .nav {
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .brand {
        font-size: 1.75rem;
        font-weight: 800;
        letter-spacing: -0.06em;
      }
      .brand i {
        font-style: normal;
        color: var(--purple);
      }
      .nav-links {
        display: flex;
        gap: 38px;
        align-items: center;
        font-weight: 600;
        font-size: 0.9rem;
      }
      .nav-links a {
        opacity: 0.84;
        transition: 0.2s;
      }
      .nav-links a:hover,
      .nav-links a.active {
        opacity: 1;
      }
      .nav-cta {
        border-bottom: 2px solid var(--purple);
        padding: 11px 2px;
      }
      .menu-toggle {
        display: none;
        background: none;
        border: 0;
        color: #ffffff;
        width: 44px;
        height: 44px;
        font-size: 1.55rem;
      }
      .hero {
        min-height: 940px;
        position: relative;
        color: #ffffff;
        background: #000000 url("../images/hero-cinematic.webp") center/cover
          no-repeat;
        display: flex;
        align-items: center;
        padding-top: 92px;
      }
      .hero:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(6, 5, 15, 0.98) 0%,
          rgba(6, 5, 15, 0.88) 31%,
          rgba(6, 5, 15, 0.25) 59%,
          rgba(6, 5, 15, 0.05) 100%
        );
      }
      .hero .shell {
        position: relative;
        z-index: 2;
      }
      .hero-copy {
        width: min(710px, 55%);
        padding: 92px 0 58px;
      }
      .hero .eyebrow {
        color: #e5e7eb;
        margin-bottom: 34px;
      }
      .hero h1 span {
        display: block;
      }
      .hero h1 em {
        font-style: normal;
        color: #ffffff;
        position: relative;
      }
      .hero h1 em:after {
        content: "";
        position: absolute;
        width: 0.16em;
        height: 0.16em;
        border-radius: 50%;
        background: var(--purple);
        right: -0.22em;
        bottom: 0.12em;
        box-shadow: 0 0 30px var(--purple);
      }
      .hero p {
        max-width: 630px;
        color: #e5e7eb;
        margin: 32px 0;
      }
      .hero-actions {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
      }
      .hero-proof {
        margin-top: 76px;
        display: flex;
        gap: 0;
        color: #e5e7eb;
        font-size: 0.82rem;
      }
      .proof {
        padding: 0 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .proof:first-child {
        padding-left: 0;
      }
      .proof:last-child {
        border: 0;
      }
      .proof-icon {
        color: var(--purple);
        font-size: 1.35rem;
      }
      .route-line {
        position: absolute;
        z-index: 2;
        left: 46%;
        top: 21%;
        width: 210px;
        height: 540px;
        border: 1px solid rgba(127, 54, 255, 0.6);
        border-left-color: transparent;
        border-radius: 50%;
        transform: rotate(-10deg);
        pointer-events: none;
      }
      .route-line:before,
      .route-line:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: var(--purple);
        box-shadow: 0 0 22px var(--purple);
      }
      .route-line:before {
        top: -6px;
        right: 42px;
      }
      .route-line:after {
        bottom: -6px;
        left: 42px;
      }
      .ticker {
        background: var(--purple);
        color: #ffffff;
        overflow: hidden;
      }
      .ticker-track {
        height: 72px;
        display: flex;
        align-items: center;
        gap: 56px;
        white-space: nowrap;
        font-weight: 700;
        letter-spacing: 0.01em;
        animation: move 26s linear infinite;
      }
      .ticker-track span:after {
        content: "•";
        margin-left: 56px;
        color: #e5e7eb;
      }
      @keyframes move {
        to {
          transform: translateX(-50%);
        }
      }
      .intro {
        padding: 150px 0 90px;
      }
      .intro-grid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 100px;
        align-items: end;
      }
      .intro .section-title {
        max-width: 850px;
      }
      .intro .section-title span {
        color: var(--purple);
      }
      .intro-copy {
        max-width: 490px;
      }
      .intro-copy p {
        color: var(--body);
      }
      .text-link {
        font-weight: 700;
        border-bottom: 2px solid var(--purple);
        padding-bottom: 5px;
      }
      .metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 100px;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
      }
      .metric {
        padding: 42px 36px;
        border-right: 1px solid #e5e7eb;
      }
      .metric:first-child {
        padding-left: 0;
      }
      .metric:last-child {
        border: 0;
      }
      .metric b {
        font-size: clamp(2.5rem, 5vw, 5rem);
        letter-spacing: -0.07em;
      }
      .metric small {
        display: block;
        color: var(--muted);
        margin-top: 8px;
      }
      .editorial {
        padding: 80px 0 140px;
      }
      .editorial-grid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        min-height: 740px;
      }
      .photo-panel {
        background: url("../images/family-driver.webp") center/cover
          no-repeat;
        position: relative;
      }
      .photo-panel:after {
        content: "01";
        position: absolute;
        right: 25px;
        bottom: 20px;
        color: #ffffff;
        font-size: 5rem;
        font-weight: 800;
        opacity: 0.55;
      }
      .editorial-copy {
        background: var(--cloud);
        padding: clamp(50px, 7vw, 100px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .editorial-copy h2 {
        font-size: clamp(2.6rem, 4.7vw, 5.2rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
        margin: 24px 0;
      }
      .editorial-copy p {
        color: var(--body);
        line-height: 1.75;
      }
      .micro-list {
        list-style: none;
        padding: 0;
        margin: 38px 0;
        counter-reset: a;
      }
      .micro-list li {
        padding: 18px 0;
        border-top: 1px solid #e5e7eb;
        font-weight: 700;
        display: flex;
        gap: 18px;
      }
      .micro-list li:before {
        counter-increment: a;
        content: "0" counter(a);
        color: var(--purple);
        font-size: 0.72rem;
        padding-top: 3px;
      }
      .journeys {
        background: var(--night);
        color: #ffffff;
        padding: 145px 0;
      }
      .journey-head {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        align-items: end;
        margin-bottom: 80px;
      }
      .journey-head p {
        max-width: 450px;
        color: #e5e7eb;
      }
      .journey-rail {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid var(--line);
      }
      .journey-card {
        min-height: 440px;
        padding: 44px 38px;
        border-right: 1px solid var(--line);
        position: relative;
        overflow: hidden;
      }
      .journey-card:first-child {
        padding-left: 0;
      }
      .journey-card:last-child {
        border: 0;
      }
      .journey-card .num {
        color: var(--purple-on-dark);
        font-weight: 700;
        font-size: 0.8rem;
      }
      .journey-card h3 {
        font-size: clamp(1.8rem, 3vw, 3.3rem);
        line-height: 1.04;
        letter-spacing: -0.045em;
        margin: 74px 0 20px;
      }
      .journey-card p {
        color: #e5e7eb;
        line-height: 1.7;
        max-width: 330px;
      }
      .journey-card:after {
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        border: 1px solid rgba(125, 67, 255, 0.45);
        border-radius: 50%;
        right: -80px;
        bottom: -80px;
        transition: 0.4s;
      }
      .journey-card:hover:after {
        width: 270px;
        height: 270px;
        right: -120px;
        bottom: -120px;
        background: rgba(93, 23, 235, 0.1);
      }
      .safety-stage {
        padding: 150px 0;
        background: #ffffff;
      }
      .safety-grid {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 100px;
        align-items: center;
      }
      .safety-orbit {
        aspect-ratio: 1;
        border-radius: 50%;
        background: radial-gradient(
          circle at center,
          var(--purple) 0 12%,
          var(--body) 12.5% 31%,
          var(--purple2) 31.5% 32%,
          #000000 32.5% 55%,
          var(--purple) 55.5% 56%,
          #f8f9fc 56.5%
        );
        position: relative;
      }
      .safety-orbit:after {
        content: "24/7";
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        color: #ffffff;
        font-size: clamp(2rem, 4vw, 4rem);
        font-weight: 800;
      }
      .safety-copy h2 {
        margin: 24px 0;
      }
      .safety-copy p {
        color: var(--body);
        max-width: 570px;
      }
      .safety-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin: 50px 0;
      }
      .safety-points strong {
        display: block;
        border-top: 2px solid var(--ink);
        padding-top: 16px;
      }
      .safety-points small {
        display: block;
        color: var(--muted);
        margin-top: 8px;
        line-height: 1.5;
      }
      .city-cta {
        background: linear-gradient(135deg, var(--purple2), var(--purple) 65%, var(--purple));
        color: #ffffff;
        padding: 115px 0;
        position: relative;
        overflow: hidden;
      }
      .city-cta:before {
        content: "";
        position: absolute;
        width: 700px;
        height: 700px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50%;
        right: -180px;
        top: -380px;
      }
      .city-grid {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 80px;
      }
      .city-grid h2 {
        max-width: 880px;
      }
      .city-grid p {
        max-width: 390px;
        color: #e5e7eb;
      }
      .inner-hero {
        min-height: 760px;
        background: var(--night);
        color: #ffffff;
        padding: 170px 0 90px;
        position: relative;
        overflow: hidden;
      }
      .inner-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(
          circle at 86% 42%,
          rgba(93, 23, 235, 0.2),
          transparent 34%
        );
        pointer-events: none;
      }
      .inner-hero .shell {
        position: relative;
        z-index: 2;
      }
      .inner-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
        gap: clamp(50px, 7vw, 110px);
        align-items: center;
      }
      .inner-hero-copy {
        position: relative;
        z-index: 2;
      }
      .inner-hero h1 {
        max-width: 860px;
        margin: 30px 0;
      }
      .inner-hero p {
        max-width: 650px;
        color: #e5e7eb;
      }
      .inner-hero-visual {
        width: min(100%, 590px);
        aspect-ratio: 1;
        border-radius: 50%;
        overflow: hidden;
        justify-self: end;
        position: relative;
        border: 1px solid rgba(150, 104, 255, 0.75);
        box-shadow:
          0 0 0 18px rgba(93, 23, 235, 0.06),
          0 45px 100px rgba(0, 0, 0, 0.42);
      }
      .inner-hero-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 57% center;
      }
      .inner-hero-visual:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          150deg,
          transparent 50%,
          rgba(63, 10, 171, 0.35)
        );
      }
      .brand-stamp {
        position: absolute;
        right: 1%;
        bottom: 3%;
        width: 112px;
        height: 112px;
        z-index: 2;
        filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3));
      }
      .page-body {
        padding: 130px 0;
      }
      .story-grid {
        display: grid;
        grid-template-columns: 0.78fr 1.22fr;
        gap: 100px;
        align-items: start;
      }
      .story-grid h2 {
        font-size: clamp(2.4rem, 5vw, 5.2rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
        margin: 0;
      }
      .story-content {
        font-size: 1.08rem;
        line-height: 1.8;
        color: var(--body);
      }
      .story-visual {
        grid-column: 2;
        margin-top: 50px;
        min-height: 430px;
        position: relative;
        overflow: hidden;
        border-radius: 2px;
        background: #f8f9fc;
      }
      .story-visual img {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        object-fit: cover;
      }
      .story-visual:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 38%;
        background: linear-gradient(transparent, rgba(7, 6, 16, 0.38));
      }
      .story-mark {
        position: absolute !important;
        z-index: 2 !important;
        left: 28px !important;
        bottom: 24px !important;
        inset: auto auto 24px 28px !important;
        width: 92px !important;
        height: 92px !important;
        object-fit: contain !important;
      }
      .feature-strips {
        margin-top: 100px;
        border-top: 1px solid #e5e7eb;
      }
      .feature-strip {
        display: grid;
        grid-template-columns: 100px 1fr 1fr;
        gap: 45px;
        padding: 45px 0;
        border-bottom: 1px solid #e5e7eb;
        align-items: start;
      }
      .feature-strip .n {
        color: var(--purple);
        font-weight: 700;
      }
      .feature-strip h3 {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
        margin: 0;
        letter-spacing: -0.04em;
      }
      .feature-strip p {
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
      }
      .quote-stage {
        background: var(--cloud);
        padding: 120px 0;
      }
      .quote-stage blockquote {
        font-size: clamp(2.2rem, 5vw, 5.4rem);
        line-height: 1.05;
        letter-spacing: -0.055em;
        font-weight: 700;
        margin: 0;
        max-width: 1200px;
      }
      .quote-stage blockquote span {
        color: var(--purple);
      }
      .faq-list {
        border-top: 1px solid #e5e7eb;
        margin-top: 70px;
      }
      .faq-item {
        border-bottom: 1px solid #e5e7eb;
      }
      .faq-q {
        width: 100%;
        background: none;
        border: 0;
        padding: 28px 0;
        text-align: left;
        font-weight: 700;
        font-size: 1.15rem;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
      }
      .faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
      }
      .faq-a p {
        padding: 0 0 28px;
        max-width: 760px;
        color: var(--body);
        line-height: 1.7;
      }
      .faq-item.open .faq-a {
        max-height: 240px;
      }
      .form-grid {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 100px;
      }
      .form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
      }
      .field {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .field.full {
        grid-column: 1/-1;
      }
      .field input,
      .field select,
      .field textarea {
        border: 0;
        border-bottom: 1px solid var(--muted);
        padding: 16px 2px;
        background: transparent;
        outline: none;
      }
      .field input:focus,
      .field textarea:focus {
        border-color: var(--purple);
      }
      .status {
        grid-column: 1/-1;
        color: var(--purple);
        font-weight: 600;
        min-height: 24px;
      }
      .brand-logo {
        display: block;
        width: 76px;
        height: 76px;
        object-fit: contain;
      }
      .footer .brand-logo {
        width: 94px;
        height: 94px;
        margin-bottom: 18px;
      }
      .footer {
        background: #000000;
        color: #ffffff;
        padding: 100px 0 30px;
      }
      .footer-top {
        display: grid;
        grid-template-columns: 1.8fr repeat(4, 1fr);
        gap: 50px;
        padding-bottom: 80px;
      }
      .footer-brand p {
        color: var(--muted);
        max-width: 300px;
        line-height: 1.7;
      }
      .footer h4 {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        color: var(--muted-on-dark);
        margin: 8px 0 24px;
      }
      .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .footer li {
        margin: 14px 0;
      }
      .footer a {
        color: #e5e7eb;
        font-size: 0.88rem;
      }
      .footer a:hover {
        color: #ffffff;
      }
      .store-badges {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 28px;
      }
      .store-badges a {
        display: block;
      }
      .store-badges img {
        height: 42px;
        width: auto;
        transition: 0.25s;
      }
      .store-badges a:hover img {
        transform: translateY(-2px);
        filter: brightness(1.08);
      }
      .footer .store-badges {
        margin-top: 24px;
      }
      .footer .store-badges img {
        height: 34px;
      }
      .footer-bottom {
        border-top: 1px solid var(--line);
        padding-top: 28px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
        color: var(--muted);
        font-size: 0.75rem;
      }
      .canada {
        color: #e5e7eb;
      }
      .reveal {
        opacity: 1;
        transform: none;
      }
      .city-cta.has-visual {
        padding: 0;
        background: var(--purple2);
      }
      .cta-split {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
        align-items: stretch;
        min-height: 470px;
      }
      .cta-copy {
        padding: 95px 6vw 95px 0;
        align-self: center;
      }
      .cta-visual {
        position: relative;
        overflow: hidden;
        min-height: 470px;
        clip-path: ellipse(75% 92% at 78% 50%);
      }
      .cta-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 62% center;
        position: absolute;
        inset: 0;
      }
      .cta-visual:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, var(--purple2) 0%, transparent 42%);
      }
      .nav-links {
        gap: 26px;
      }
      .nav-call {
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 999px;
        padding: 12px 18px !important;
        white-space: nowrap;
        opacity: 1 !important;
      }
      .availability {
        padding: 140px 0;
        background: var(--cloud);
      }
      .availability-head {
        display: grid;
        grid-template-columns: 1.25fr 0.75fr;
        gap: 80px;
        align-items: end;
        margin-bottom: 62px;
      }
      .availability-head p {
        color: var(--body);
        max-width: 480px;
      }
      .city-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
      }
      .city-item {
        padding: 40px 28px;
        border-right: 1px solid #e5e7eb;
        position: relative;
      }
      .city-item:last-child {
        border: 0;
      }
      .city-item:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--purple);
        box-shadow: 0 0 0 7px rgba(32, 189, 131, 0.12);
        margin-bottom: 36px;
      }
      .city-item h3 {
        font-size: clamp(1.35rem, 2vw, 2.1rem);
        letter-spacing: -0.04em;
        margin: 0 0 8px;
      }
      .city-item p {
        color: var(--muted);
        margin: 0;
      }
      .city-item small {
        display: inline-block;
        margin-top: 22px;
        color: var(--purple2);
        font-weight: 700;
      }
      .team-section {
        padding: 130px 0;
        background: #ffffff;
      }
      .team-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 90px;
        align-items: end;
        margin-bottom: 70px;
      }
      .team-intro p {
        color: var(--body);
        max-width: 570px;
      }
      .team-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
      }
      .team-card {
        background: var(--cloud);
        min-width: 0;
      }
      .team-photo-button {
        display: block;
        width: 100%;
        border: 0;
        padding: 0;
        background: var(--body);
        cursor: pointer;
        text-align: left;
        position: relative;
        overflow: hidden;
        aspect-ratio: 1.08;
      }
      .team-photo-button img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 28%;
        transition:
          transform 0.5s,
          filter 0.5s;
      }
      .team-photo-button:after {
        content: "View profile  ↗";
        position: absolute;
        inset: auto 18px 18px;
        background: rgba(8, 6, 17, 0.78);
        backdrop-filter: blur(12px);
        color: #ffffff;
        padding: 14px 16px;
        font-weight: 700;
        font-size: 0.8rem;
        opacity: 0;
        transform: translateY(8px);
        transition: 0.3s;
      }
      .team-photo-button:hover img {
        transform: scale(1.035);
        filter: saturate(1.08);
      }
      .team-photo-button:hover:after,
      .team-photo-button:focus-visible:after {
        opacity: 1;
        transform: none;
      }
      .team-copy {
        padding: 28px;
      }
      .team-copy h3 {
        font-size: 1.45rem;
        letter-spacing: -0.035em;
        margin: 0 0 7px;
      }
      .team-role {
        color: var(--purple);
        font-weight: 700;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin: 0 0 15px;
      }
      .team-copy p:last-child {
        color: var(--body);
        line-height: 1.65;
        margin: 0;
        font-size: 0.92rem;
      }
      .team-modal {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: grid;
        place-items: center;
        padding: 30px;
      }
      .team-modal[hidden] {
        display: none;
      }
      .team-backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(5, 4, 11, 0.82);
        backdrop-filter: blur(12px);
      }
      .team-panel {
        position: relative;
        z-index: 2;
        width: min(1030px, 100%);
        max-height: min(820px, calc(100vh - 60px));
        overflow: auto;
        background: #ffffff;
        display: grid;
        grid-template-columns: 340px 1fr;
        box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
      }
      .team-panel > img {
        width: 100%;
        height: 100%;
        min-height: 520px;
        object-fit: cover;
        object-position: center 25%;
      }
      .team-profile {
        padding: 60px;
      }
      .team-profile h2 {
        font-size: clamp(2rem, 4vw, 4.2rem);
        line-height: 1;
        letter-spacing: -0.055em;
        margin: 18px 0 10px;
      }
      .team-profile-copy {
        color: var(--body);
        line-height: 1.75;
      }
      .team-close {
        position: absolute;
        z-index: 3;
        right: 18px;
        top: 18px;
        border: 1px solid #e5e7eb;
        background: #ffffff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        font-size: 1.3rem;
        cursor: pointer;
      }
      @media (max-width: 980px) {
        .shell {
          width: min(100% - 48px, var(--max));
        }
        .nav-links {
          position: fixed;
          inset: 0;
          background: #000000;
          padding: 120px 30px 40px;
          display: none;
          flex-direction: column;
          align-items: flex-start;
          font-size: 1.4rem;
        }
        .nav-links.open {
          display: flex;
        }
        .menu-toggle {
          display: block;
          position: relative;
          z-index: 60;
        }
        .hero {
          min-height: 850px;
          background-position: 64% center;
        }
        .hero:after {
          background: linear-gradient(
            90deg,
            rgba(6, 5, 15, 0.98),
            rgba(6, 5, 15, 0.73) 68%,
            rgba(6, 5, 15, 0.35)
          );
        }
        .hero-copy {
          width: 72%;
        }
        .route-line {
          display: none;
        }
        .intro-grid,
        .safety-grid,
        .story-grid,
        .form-grid {
          grid-template-columns: 1fr;
          gap: 55px;
        }
        .inner-hero-grid {
          grid-template-columns: 1fr 0.68fr;
          gap: 36px;
        }
        .inner-hero .display {
          font-size: clamp(3rem, 7.6vw, 5.3rem);
        }
        .inner-hero-visual {
          min-width: 330px;
        }
        .story-visual {
          grid-column: 1;
          margin-top: 0;
          min-height: 480px;
        }
        .editorial-grid {
          grid-template-columns: 1fr;
        }
        .photo-panel {
          min-height: 560px;
        }
        .journey-head {
          display: block;
        }
        .journey-rail {
          grid-template-columns: 1fr;
        }
        .journey-card {
          min-height: auto;
          border-right: 0;
          border-bottom: 1px solid var(--line);
          padding: 44px 0;
        }
        .footer-top {
          grid-template-columns: 2fr 1fr 1fr;
        }
        .footer-brand {
          grid-column: 1/-1;
        }
        .city-grid {
          display: block;
        }
        .feature-strip {
          grid-template-columns: 70px 1fr;
        }
        .feature-strip p {
          grid-column: 2;
        }
        .hero-proof {
          flex-wrap: wrap;
          row-gap: 18px;
        }
        .proof:nth-child(2) {
          border: 0;
        }
        .cta-split {
          grid-template-columns: 1fr 0.7fr;
        }
        .availability-head,
        .team-intro {
          grid-template-columns: 1fr;
          gap: 30px;
        }
        .city-list {
          grid-template-columns: 1fr 1fr;
        }
        .city-item:nth-child(2) {
          border-right: 0;
        }
        .city-item:nth-child(-n + 2) {
          border-bottom: 1px solid #e5e7eb;
        }
        .team-grid {
          grid-template-columns: 1fr 1fr;
        }
        .team-panel {
          grid-template-columns: 280px 1fr;
        }
        .team-profile {
          padding: 44px 36px;
        }
      }
      @media (max-width: 620px) {
        .shell {
          width: calc(100% - 36px);
        }
        .nav {
          height: 74px;
        }
        .brand-logo {
          width: 62px;
          height: 62px;
        }
        .site-header {
          position: absolute;
        }
        .hero {
          min-height: 860px;
          padding-top: 74px;
          background-position: 69% center;
        }
        .hero:after {
          background: linear-gradient(
            180deg,
            rgba(6, 5, 15, 0.63),
            rgba(6, 5, 15, 0.95) 56%,
            #000000 100%
          );
        }
        .hero-copy {
          width: 100%;
          padding-top: 300px;
        }
        .hero .display {
          font-size: clamp(3.15rem, 15vw, 4.6rem);
        }
        .hero p {
          font-size: 0.97rem;
          margin: 24px 0;
        }
        .hero-actions {
          align-items: stretch;
        }
        .hero-actions .btn {
          width: 100%;
        }
        .hero-proof {
          margin-top: 40px;
          display: grid;
          grid-template-columns: 1fr 1fr;
        }
        .proof {
          padding: 0 12px;
          border: 0;
        }
        .proof:first-child {
          padding-left: 12px;
        }
        .ticker-track {
          height: 60px;
        }
        .intro,
        .journeys,
        .safety-stage,
        .page-body {
          padding: 88px 0;
        }
        .intro-grid {
          gap: 32px;
        }
        .metrics {
          grid-template-columns: 1fr;
        }
        .metric {
          border-right: 0;
          border-bottom: 1px solid #e5e7eb;
          padding: 28px 0;
        }
        .editorial {
          padding: 30px 0 90px;
        }
        .photo-panel {
          min-height: 390px;
        }
        .editorial-copy {
          padding: 45px 25px;
        }
        .safety-points {
          grid-template-columns: 1fr;
        }
        .city-cta {
          padding: 80px 0;
        }
        .inner-hero {
          min-height: auto;
          padding: 125px 0 65px;
        }
        .inner-hero-grid {
          grid-template-columns: 1fr;
          gap: 46px;
        }
        .inner-hero .display {
          font-size: clamp(3rem, 14vw, 4.3rem);
        }
        .inner-hero-visual {
          min-width: 0;
          width: 92%;
          justify-self: center;
        }
        .brand-stamp {
          width: 78px;
          height: 78px;
        }
        .story-visual {
          min-height: 330px;
        }
        .feature-strip {
          grid-template-columns: 44px 1fr;
          gap: 18px;
        }
        .footer {
          padding-top: 70px;
        }
        .footer-top {
          grid-template-columns: 1fr 1fr;
          gap: 35px 20px;
        }
        .footer-brand {
          grid-column: 1/-1;
        }
        .footer-bottom {
          flex-direction: column;
        }
        .form {
          grid-template-columns: 1fr;
        }
        .field.full {
          grid-column: auto;
        }
        .cta-split {
          grid-template-columns: 1fr;
        }
        .cta-copy {
          padding: 74px 0;
        }
        .cta-visual {
          min-height: 330px;
          clip-path: ellipse(92% 78% at 64% 76%);
        }
        .store-badges img {
          height: 38px;
        }
        .availability,
        .team-section {
          padding: 88px 0;
        }
        .city-list,
        .team-grid {
          grid-template-columns: 1fr;
        }
        .city-item {
          border-right: 0;
          border-bottom: 1px solid #e5e7eb;
        }
        .city-item:last-child {
          border-bottom: 0;
        }
        .team-modal {
          padding: 14px;
        }
        .team-panel {
          display: block;
          max-height: calc(100vh - 28px);
        }
        .team-panel > img {
          height: 280px;
          min-height: 0;
        }
        .team-profile {
          padding: 34px 24px 40px;
        }
        .team-close {
          right: 10px;
          top: 10px;
        }
      }

      .hero h1 > span {
        display: block;
      }
      .hero-period {
        display: inline !important;
        color: var(--purple) !important;
        font: inherit;
        letter-spacing: inherit;
        margin: 0;
        padding: 0;
        position: static;
        vertical-align: baseline;
        line-height: inherit;
      }
      .hero h1 em:after,
      .route-line:before,
      .route-line:after {
        display: none !important;
      }
      .brand-stamp,
      .story-mark {
        display: none !important;
      }
      .inner-hero {
        min-height: 700px;
        padding: 150px 0 72px;
      }
      .inner-hero-visual {
        width: min(100%, 560px);
      }
      .inner-hero-visual img {
        object-position: center;
      }
      .page-body {
        padding: 52px 0 100px;
      }
      .story-grid {
        gap: clamp(55px, 7vw, 100px);
      }
      .story-main {
        min-width: 0;
      }
      .story-visual {
        grid-column: auto;
        margin-top: 20px;
      }
      .story-visual:after {
        height: 28%;
        background: linear-gradient(transparent, rgba(7, 6, 16, 0.22));
      }
      .feature-strip {
        grid-template-columns: 100px minmax(280px, 0.9fr) minmax(340px, 1.2fr);
        align-items: center;
      }
      .feature-strip h3,
      .feature-strip p {
        align-self: center;
      }
      .about-journey {
        padding: 125px 0;
        background: var(--cloud);
      }
      .about-journey-head {
        text-align: center;
        margin: 0 auto 72px;
        max-width: 760px;
      }
      .about-journey-head .eyebrow {
        justify-content: center;
      }
      .about-journey-head .eyebrow:before {
        display: none;
      }
      .about-journey-head p {
        color: var(--muted);
        margin: 18px 0 0;
      }
      .about-journey-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
        gap: clamp(64px, 7vw, 110px);
        align-items: center;
      }
      .timeline {
        position: relative;
        padding-left: 12px;
      }
      .timeline:before {
        content: "";
        position: absolute;
        left: 23px;
        top: 22px;
        bottom: 22px;
        width: 2px;
        background: linear-gradient(#e5e7eb, var(--purple));
      }
      .timeline-item {
        position: relative;
        display: grid;
        grid-template-columns: 76px 1fr;
        min-height: 112px;
        align-items: center;
      }
      .timeline-marker {
        position: relative;
        z-index: 1;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #ffffff;
        border: 2px solid #e5e7eb;
        color: var(--purple);
        font-weight: 800;
        box-shadow: 0 9px 26px rgba(63, 10, 171, 0.1);
      }
      .timeline-copy {
        padding: 18px 0;
      }
      .timeline-year {
        display: block;
        color: var(--muted);
        font-size: 0.77rem;
        font-weight: 800;
        letter-spacing: 0.03em;
        margin-bottom: 5px;
      }
      .timeline-copy h3 {
        font-size: 1.12rem;
        letter-spacing: -0.025em;
        color: var(--purple2);
        margin: 0 0 5px;
      }
      .timeline-copy p {
        margin: 0;
        color: var(--body);
        line-height: 1.55;
        max-width: 610px;
      }
      .founder-card {
        /*
         * The card is a <figure> here, and browsers indent those by 16px/40px
         * of their own accord — which is where its inset inside the column
         * comes from. Stated explicitly so the same card rebuilt as a plain
         * element in WordPress sits exactly where the approved design put it.
         */
        margin: 16px 40px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        padding: 24px;
        box-shadow: 0 28px 80px rgba(50, 20, 93, 0.08);
      }
      .founder-card img {
        width: 100%;
        aspect-ratio: 4/5;
        object-fit: cover;
        object-position: center 22%;
        background: #f8f9fc;
      }
      .founder-card-copy {
        text-align: center;
        padding: 24px 10px 8px;
      }
      .founder-card-copy h3 {
        font-size: 1.65rem;
        color: var(--purple2);
        margin: 0 0 5px;
        letter-spacing: -0.035em;
      }
      .founder-card-copy p {
        margin: 0;
        color: var(--purple);
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }
      @media (max-width: 980px) {
        .page-body {
          padding: 58px 0 88px;
        }
        .story-main .story-visual {
          margin-top: 24px;
        }
      }
      @media (max-width: 980px) {
        .feature-strip {
          align-items: start;
        }
        .about-journey {
          padding: 92px 0;
        }
        .about-journey-grid {
          grid-template-columns: 1fr;
          gap: 55px;
        }
        .founder-card {
          width: min(440px, 100%);
          justify-self: center;
        }
      }
      @media (max-width: 620px) {
        .inner-hero {
          padding: 112px 0 58px;
        }
        .page-body {
          padding: 50px 0 78px;
        }
        .story-grid {
          gap: 30px;
        }
        .story-main .story-visual {
          margin-top: 20px;
        }
        .about-journey {
          padding: 78px 0;
        }
        .about-journey-head {
          margin-bottom: 45px;
        }
        .timeline {
          padding-left: 0;
        }
        .timeline:before {
          left: 19px;
        }
        .timeline-item {
          grid-template-columns: 62px 1fr;
          min-height: 126px;
        }
        .timeline-marker {
          width: 40px;
          height: 40px;
        }
        .timeline-copy {
          padding: 16px 0;
        }
        .founder-card {
          padding: 16px;
        }
        .founder-card-copy {
          padding-top: 20px;
        }
      }
      @media (min-width: 981px) {
        .hero {
          height: 100svh;
          min-height: 650px;
          max-height: 940px;
          padding-top: 92px;
        }
        .hero-copy {
          padding: clamp(30px, 5vh, 68px) 0 clamp(24px, 4vh, 48px);
        }
        .hero .display {
          font-size: clamp(4.35rem, min(6.15vw, 11.5vh), 6.6rem);
          line-height: 0.88;
        }
        .hero .eyebrow {
          margin-bottom: clamp(16px, 3vh, 30px);
        }
        .hero p {
          margin: clamp(18px, 3vh, 28px) 0;
          line-height: 1.55;
        }
        .hero-proof {
          margin-top: clamp(26px, 5vh, 54px);
        }
        .route-line {
          top: 22%;
          height: min(52vh, 470px);
        }
        .inner-hero {
          height: min(100svh, 700px);
          min-height: 600px;
          padding: clamp(118px, 16vh, 145px) 0 clamp(44px, 7vh, 66px);
        }
        .inner-hero-grid {
          grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
          gap: clamp(42px, 6vw, 90px);
        }
        .inner-hero .display {
          font-size: clamp(3.3rem, min(5.5vw, 9.4vh), 5.65rem);
          line-height: 0.92;
        }
        .inner-hero h1 {
          margin: clamp(18px, 3vh, 28px) 0;
        }
        .inner-hero .lead {
          font-size: clamp(0.98rem, 1.28vw, 1.2rem);
          line-height: 1.55;
        }
        .inner-hero-visual {
          width: min(46vh, 470px);
        }
        .inner-hero .store-badges {
          margin-top: clamp(18px, 3vh, 26px);
        }
      }
      @media (min-width: 621px) and (max-width: 980px) {
        .hero {
          height: 100svh;
          min-height: 700px;
          max-height: 900px;
        }
        .hero-copy {
          padding: clamp(50px, 7vh, 76px) 0 clamp(30px, 5vh, 54px);
        }
        .hero .display {
          font-size: clamp(3.6rem, min(7.4vw, 10vh), 5.2rem);
        }
        .hero-proof {
          margin-top: clamp(34px, 5vh, 58px);
        }
        .inner-hero {
          height: min(100svh, 720px);
          min-height: 620px;
          padding: clamp(116px, 15vh, 138px) 0 52px;
        }
        .inner-hero-grid {
          grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
          gap: 32px;
        }
        .inner-hero-visual {
          min-width: 0;
          width: min(39vw, 350px);
        }
        .inner-hero .display {
          font-size: clamp(3rem, min(6.7vw, 8.5vh), 4.65rem);
        }
        .inner-hero h1 {
          margin: 22px 0;
        }
        .inner-hero .lead {
          font-size: 1rem;
          line-height: 1.55;
        }
      }
      @media (max-width: 620px) {
        .hero {
          min-height: 100svh;
          height: auto;
          padding-bottom: 30px;
        }
        .hero-copy {
          padding-top: clamp(190px, 32vh, 255px);
          padding-bottom: 24px;
        }
        .hero .display {
          font-size: clamp(2.85rem, 13.5vw, 4.1rem);
          line-height: 0.9;
        }
        .hero .eyebrow {
          margin-bottom: 18px;
        }
        .hero p {
          line-height: 1.55;
          margin: 18px 0;
        }
        .hero-proof {
          margin-top: 28px;
          row-gap: 14px;
        }
        .inner-hero {
          min-height: 100svh;
          height: auto;
          padding: 100px 0 38px;
        }
        .inner-hero-grid {
          gap: 26px;
        }
        .inner-hero .display {
          font-size: clamp(2.65rem, 12.6vw, 3.85rem);
          line-height: 0.93;
        }
        .inner-hero h1 {
          margin: 18px 0;
        }
        .inner-hero .lead {
          font-size: 0.96rem;
          line-height: 1.55;
        }
        .inner-hero .store-badges {
          margin-top: 20px;
        }
        .inner-hero-visual {
          width: min(76vw, 290px);
        }
      }

      /* WomenFirst v7 — strict brand system, professional footer and contact page */
      :root {
        --ink: #000000;
        --night: #000000;
        --purple: #5d17eb;
        --purple2: #3f0aab;
        --cloud: #f8f9fc;
        --white: #ffffff;
        --neutral: #2e2e2e;
        --muted: #6b7280;
        --border: #e5e7eb;
        --brand-gradient: linear-gradient(135deg, #5d17eb 0%, #3f0aab 100%);
        --body: #2e2e2e;
          --font: Montserrat;
        }
      body {
        color: var(--ink);
        background: #ffffff;
      }
      .btn-primary {
        background: var(--purple);
      }
      .btn-primary:hover,
      .btn-primary:focus-visible {
        background: var(--brand-gradient);
      }
      .city-cta {
        background: var(--brand-gradient);
      }
      .city-cta.has-visual {
        background: var(--purple2);
      }
      .hero-period {
        color: var(--purple) !important;
      }
      .ticker {
        background: var(--purple);
      }
      .timeline:before {
        background: linear-gradient(180deg, var(--purple) 0%, var(--purple2) 100%);
      }
      .footer {
        background: #000000;
        padding: 88px 0 28px;
        border-top: 5px solid transparent;
        border-image: linear-gradient(90deg, var(--purple), var(--purple2)) 1;
        color: #ffffff;
      }
      .footer-main {
        display: grid;
        grid-template-columns: minmax(280px, 0.95fr) minmax(560px, 1.65fr);
        gap: clamp(64px, 7vw, 120px);
        padding-bottom: 60px;
      }
      .footer-brand .brand-logo {
        width: 112px;
        height: 112px;
        margin: 0 0 20px;
      }
      .footer-brand > p {
        max-width: 390px;
        color: #e5e7eb;
        line-height: 1.75;
        margin: 0;
      }
      .footer-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(30px, 4vw, 68px);
      }
      .footer-col h4 {
        margin: 8px 0 25px;
        color: #ffffff;
        font-size: 0.75rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
      }
      .footer-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      .footer-col li {
        margin: 0 0 15px;
      }
      .footer-col a {
        color: #e5e7eb;
        font-size: 0.9rem;
        transition:
          color 0.2s,
          transform 0.2s;
        display: inline-block;
      }
      .footer-col a:hover,
      .footer-col a:focus-visible {
        color: #ffffff;
        transform: translateX(3px);
      }
      .social-badges {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 28px;
      }
      .social-badges a {
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        display: grid;
        place-items: center;
        border-radius: 50%;
        transition: 0.25s;
      }
      .social-badges img {
        width: 19px;
        height: 19px;
        filter: brightness(0) invert(1);
      }
      .social-badges span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
      }
      .social-badges a:hover,
      .social-badges a:focus-visible {
        background: var(--brand-gradient);
        border-color: transparent;
        transform: translateY(-3px);
      }
      .footer-apps {
        margin-top: 32px;
      }
      .footer-apps > span {
        display: block;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-size: 0.66rem;
        font-weight: 700;
      }
      .footer-apps .store-badges {
        margin-top: 14px;
      }
      .footer-apps .store-badges img {
        height: 36px;
      }
      .footer-contact-bar {
        display: grid;
        grid-template-columns: 0.75fr 1fr 1.5fr;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      }
      .footer-contact-bar > a,
      .footer-contact-bar > div {
        min-width: 0;
        padding: 27px 28px;
        border-right: 1px solid rgba(255, 255, 255, 0.16);
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .footer-contact-bar > *:first-child {
        padding-left: 0;
      }
      .footer-contact-bar > *:last-child {
        border-right: 0;
      }
      .footer-contact-bar span {
        color: var(--muted);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
      }
      .footer-contact-bar strong {
        color: #ffffff;
        font-size: 0.83rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
      }
      .footer-bottom {
        border: 0;
        padding-top: 26px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 26px;
        color: var(--muted);
        font-size: 0.75rem;
      }
      .footer-bottom > span:last-child {
        text-align: right;
      }
      .footer-bottom a {
        color: #e5e7eb;
      }
      .footer-legal {
        display: flex;
        gap: 24px;
      }
      .footer-bottom a:hover,
      .footer-bottom a:focus-visible {
        color: #ffffff;
      }
      .contact-hub {
        padding: 115px 0;
        background: #ffffff;
      }
      .contact-hub-head {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
        gap: clamp(55px, 8vw, 130px);
        align-items: end;
        margin-bottom: 68px;
      }
      .contact-hub-head .lead {
        margin: 0;
        color: var(--muted);
      }
      .contact-cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
      }
      .contact-card {
        padding: 42px clamp(24px, 3vw, 42px);
        border-right: 1px solid #e5e7eb;
        min-height: 420px;
        display: flex;
        flex-direction: column;
        position: relative;
      }
      .contact-card:first-child {
        padding-left: 0;
      }
      .contact-card:last-child {
        border-right: 0;
      }
      .contact-card-icon {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #ffffff;
        background: var(--brand-gradient);
        font-size: 0.72rem;
        font-weight: 800;
        margin-bottom: 42px;
      }
      .contact-kicker {
        color: var(--purple) !important;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-size: 0.68rem !important;
        font-weight: 700;
        margin: 0 0 12px !important;
      }
      .contact-card h3 {
        font-size: clamp(1.5rem, 2.4vw, 2.25rem);
        line-height: 1.05;
        letter-spacing: -0.04em;
        margin: 0 0 16px;
      }
      .contact-card p {
        color: var(--muted);
        line-height: 1.65;
        margin: 0;
      }
      .contact-card-links {
        margin-top: auto;
        padding-top: 35px;
        display: flex;
        flex-direction: column;
        gap: 13px;
      }
      .contact-card-links a {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        align-items: center;
        border-top: 1px solid #e5e7eb;
        padding-top: 13px;
        font-size: 0.8rem;
        font-weight: 700;
        overflow-wrap: anywhere;
      }
      .contact-card-links a:hover,
      .contact-card-links a:focus-visible {
        color: var(--purple);
      }
      .contact-cities {
        display: grid;
        grid-template-columns: auto repeat(4, 1fr);
        gap: 28px;
        align-items: center;
        padding-top: 34px;
      }
      .contact-cities span {
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-size: 0.68rem;
        font-weight: 700;
      }
      .contact-cities strong {
        text-align: center;
        font-size: 0.82rem;
      }
      .contact-form-stage {
        padding: 120px 0;
        background: #f8f9fc;
      }
      .contact-form-panel {
        background: #ffffff;
        display: grid;
        grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr);
        box-shadow: 0 34px 100px rgba(0, 0, 0, 0.08);
      }
      .contact-form-intro {
        background: var(--brand-gradient);
        color: #ffffff;
        padding: clamp(48px, 5.5vw, 80px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 610px;
        position: relative;
        overflow: hidden;
      }
      .contact-form-intro:after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        left: -220px;
        bottom: -245px;
      }
      .contact-form-intro .eyebrow:before {
        background: #ffffff;
      }
      .contact-form-intro .section-title {
        font-size: clamp(2.55rem, 4.5vw, 4.7rem);
        margin: 27px 0 24px;
      }
      .contact-form-intro p {
        color: #e5e7eb;
        line-height: 1.75;
        max-width: 430px;
      }
      .contact-response {
        position: relative;
        z-index: 1;
        padding-top: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        display: flex;
        flex-direction: column;
        gap: 9px;
      }
      .contact-response span {
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.13em;
      }
      .contact-response a {
        font-size: 1.22rem;
        font-weight: 700;
      }
      .contact-form {
        padding: clamp(48px, 5.5vw, 80px);
        gap: 27px 25px;
        align-content: start;
      }
      .contact-form .field {
        gap: 10px;
      }
      .contact-form .field > span {
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
      }
      .contact-form .field small {
        color: var(--muted);
        font-weight: 600;
        letter-spacing: 0;
        text-transform: none;
      }
      .contact-form .field input,
      .contact-form .field select,
      .contact-form .field textarea {
        border: 1px solid #e5e7eb;
        border-radius: 3px;
        background: #ffffff;
        padding: 16px 17px;
        color: var(--body);
        transition:
          border-color 0.2s,
          box-shadow 0.2s;
      }
      .contact-form .field textarea {
        resize: vertical;
        min-height: 160px;
      }
      .contact-form .field input:focus,
      .contact-form .field select:focus,
      .contact-form .field textarea:focus {
        border-color: var(--purple);
        box-shadow: 0 0 0 3px rgba(93, 23, 235, 0.12);
      }
      .contact-form .field input::placeholder,
      .contact-form .field textarea::placeholder {
        color: var(--muted);
      }
      .form-submit {
        grid-column: 1/-1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        margin-top: 4px;
      }
      .form-submit p {
        margin: 0;
        max-width: 390px;
        color: var(--muted);
        font-size: 0.72rem;
        line-height: 1.55;
      }
      .form-submit .btn {
        min-width: 205px;
      }
      .contact-form .status {
        margin: 0;
      }
      @media (max-width: 980px) {
        .footer-main {
          grid-template-columns: 1fr;
          gap: 55px;
        }
        .footer-nav {
          max-width: 760px;
        }
        .footer-contact-bar {
          grid-template-columns: 1fr 1fr;
        }
        .footer-contact-bar > *:nth-child(2) {
          border-right: 0;
        }
        .footer-contact-bar > *:last-child {
          grid-column: 1/-1;
          border-top: 1px solid rgba(255, 255, 255, 0.16);
          padding-left: 0;
        }
        .contact-hub-head {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .contact-cards {
          grid-template-columns: 1fr;
        }
        .contact-card,
        .contact-card:first-child {
          padding: 36px 0;
          min-height: 0;
          border-right: 0;
          border-bottom: 1px solid #e5e7eb;
        }
        .contact-card:last-child {
          border-bottom: 0;
        }
        .contact-card-icon {
          margin-bottom: 24px;
        }
        .contact-card-links {
          margin-top: 25px;
        }
        .contact-cities {
          grid-template-columns: 1fr 1fr;
        }
        .contact-cities span {
          grid-column: 1/-1;
        }
        .contact-form-panel {
          grid-template-columns: 1fr;
        }
        .contact-form-intro {
          min-height: auto;
        }
        .contact-response {
          margin-top: 55px;
        }
        .contact-form {
          padding: 55px;
        }
      }
      @media (max-width: 620px) {
        .footer {
          padding-top: 64px;
        }
        .footer-main {
          gap: 48px;
          padding-bottom: 46px;
        }
        .footer-nav {
          grid-template-columns: 1fr 1fr;
          gap: 40px 24px;
        }
        .footer-col:last-child {
          grid-column: 1/-1;
        }
        .footer-contact-bar {
          display: block;
        }
        .footer-contact-bar > a,
        .footer-contact-bar > div,
        .footer-contact-bar > *:first-child,
        .footer-contact-bar > *:last-child {
          padding: 22px 0;
          border-right: 0;
          border-top: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        }
        .footer-contact-bar > *:last-child {
          border-bottom: 0;
        }
        .footer-bottom {
          grid-template-columns: 1fr;
          text-align: left;
        }
        .footer-bottom > span:last-child {
          text-align: left;
        }
        .contact-hub,
        .contact-form-stage {
          padding: 82px 0;
        }
        .contact-hub-head {
          margin-bottom: 44px;
        }
        .contact-cities {
          grid-template-columns: 1fr 1fr;
          gap: 18px 12px;
        }
        .contact-cities strong {
          text-align: left;
        }
        .contact-form-intro,
        .contact-form {
          padding: 36px 24px;
        }
        .contact-form {
          grid-template-columns: 1fr;
        }
        .contact-form .field.full {
          grid-column: 1;
        }
        .form-submit {
          display: block;
        }
        .form-submit .btn {
          width: 100%;
          margin-top: 24px;
        }
        .social-badges a {
          width: 44px;
          height: 44px;
        }
      }

      /* WomenFirst v8 — restored gradient, classic footer, complete FAQs and viewport heroes */
      .city-cta,
      .city-cta.has-visual {
        background: linear-gradient(
          115deg,
          var(--purple) 0%,
          var(--purple) 34%,
          var(--purple2) 100%
        ) !important;
      }
      .cta-visual:after {
        background: linear-gradient(
          90deg,
          var(--purple2) 0%,
          transparent 48%
        ) !important;
      }

      /* Preserve the spacious footer composition approved before v7. */
      .footer {
        background: #000000;
        padding: 92px 0 30px;
        border-top: 0;
        color: #ffffff;
      }
      .footer-top {
        display: grid;
        grid-template-columns: minmax(260px, 1.7fr) repeat(
            4,
            minmax(120px, 1fr)
          );
        gap: clamp(34px, 4vw, 66px);
        padding-bottom: 72px;
        align-items: start;
      }
      .footer-brand {
        min-width: 0;
      }
      .footer-brand .brand-logo {
        width: 96px;
        height: 96px;
        margin: 0 0 18px;
      }
      .footer-brand > p {
        color: #e5e7eb;
        max-width: 330px;
        line-height: 1.72;
        margin: 0;
      }
      .footer h4 {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        color: var(--muted-on-dark);
        margin: 8px 0 24px;
      }
      .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .footer li {
        margin: 0 0 14px;
      }
      .footer a {
        color: #e5e7eb;
        font-size: 0.88rem;
      }
      .footer a:hover,
      .footer a:focus-visible {
        color: #ffffff;
      }
      .footer .social-badges {
        margin-top: 26px;
      }
      .footer .social-badges a {
        display: grid;
        width: 44px;
        height: 44px;
      }
      .footer .store-badges {
        margin-top: 24px;
      }
      .footer .store-badges img {
        height: 34px;
      }
      .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 27px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 24px;
        color: var(--muted);
        font-size: 0.74rem;
      }
      .footer-bottom .footer-legal {
        display: flex;
        gap: 22px;
        justify-content: center;
      }
      .footer-bottom > span:last-child {
        text-align: right;
      }
      .footer-cities {
        color: #e5e7eb;
      }

      /* A complete, source-grounded FAQ experience. */
      .faq-stage {
        padding: 105px 0 120px;
      }
      .faq-intro {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.65fr);
        gap: clamp(50px, 7vw, 110px);
        align-items: end;
        margin-bottom: 70px;
      }
      .faq-intro p {
        margin: 0;
        color: var(--muted);
      }
      .faq-layout {
        display: grid;
        grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
        gap: clamp(55px, 7vw, 105px);
        align-items: start;
      }
      .faq-aside {
        position: sticky;
        top: 30px;
      }
      .faq-aside img {
        width: 100%;
        aspect-ratio: 4/5;
        object-fit: cover;
      }
      .faq-aside p {
        color: var(--muted);
        line-height: 1.7;
        margin: 24px 0 0;
      }
      .faq-groups {
        min-width: 0;
      }
      .faq-group + .faq-group {
        margin-top: 70px;
      }
      .faq-group-head {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 28px;
        align-items: baseline;
        padding-bottom: 22px;
        border-bottom: 2px solid #000000;
      }
      .faq-group-head span {
        color: var(--purple);
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }
      .faq-group-head h3 {
        font-size: clamp(1.65rem, 3vw, 2.65rem);
        line-height: 1;
        letter-spacing: -0.04em;
        margin: 0;
      }
      .faq-group .faq-list {
        margin-top: 0;
        border-top: 0;
      }
      .faq-group .faq-q {
        padding: 25px 0;
        gap: 22px;
        align-items: center;
      }
      .faq-group .faq-q span {
        flex: 0 0 auto;
        color: var(--purple);
        transition: transform 0.25s;
      }
      .faq-group .faq-a p {
        max-width: 820px;
      }
      .faq-item.open .faq-a {
        max-height: 440px;
      }
      .faq-item.open .faq-q span {
        transform: rotate(45deg);
      }

      /* The hero owns the first viewport; the next section starts below the fold. */
      @media (min-width: 981px) {
        .hero,
        .inner-hero {
          height: 100svh;
          min-height: 0;
          max-height: none;
        }
        .hero {
          padding-top: 92px;
        }
        .inner-hero {
          padding: clamp(112px, 15vh, 150px) 0 clamp(36px, 6vh, 72px);
        }
        .inner-hero-visual {
          width: min(47vh, 500px);
        }
      }
      @media (min-width: 621px) and (max-width: 980px) {
        .hero,
        .inner-hero {
          height: 100svh;
          min-height: 0;
          max-height: none;
        }
        .inner-hero {
          padding: clamp(108px, 13vh, 132px) 0 clamp(38px, 5vh, 58px);
        }
        .footer-top {
          grid-template-columns: minmax(250px, 1.4fr) repeat(
              2,
              minmax(150px, 1fr)
            );
          gap: 48px 36px;
        }
        .footer-brand {
          grid-row: span 2;
        }
        .faq-intro,
        .faq-layout {
          grid-template-columns: 1fr;
          gap: 42px;
        }
        .faq-aside {
          position: static;
          display: grid;
          grid-template-columns: 260px 1fr;
          gap: 30px;
          align-items: center;
        }
        .faq-aside img {
          aspect-ratio: 1;
        }
      }
      @media (min-width: 981px) and (max-height: 680px) {
        .inner-hero {
          padding-top: 105px;
          padding-bottom: 24px;
        }
        .inner-hero .display {
          font-size: clamp(2.9rem, min(5.1vw, 8.2vh), 4.7rem);
        }
        .inner-hero h1 {
          margin: 16px 0;
        }
        .inner-hero .lead {
          font-size: 0.95rem;
        }
        .inner-hero-visual {
          width: min(40vh, 390px);
        }
        .inner-hero .store-badges {
          margin-top: 15px;
        }
        .hero .display {
          font-size: clamp(3.55rem, min(5.6vw, 10vh), 5.5rem);
        }
        .hero-proof {
          margin-top: 22px;
        }
      }
      @media (max-width: 620px) {
        .hero,
        .inner-hero {
          min-height: 100svh;
          height: auto;
          max-height: none;
        }
        .footer {
          padding-top: 68px;
        }
        .footer-top {
          grid-template-columns: 1fr 1fr;
          gap: 38px 22px;
          padding-bottom: 52px;
        }
        .footer-brand {
          grid-column: 1/-1;
        }
        .footer-brand > p {
          max-width: 360px;
        }
        .footer-bottom {
          grid-template-columns: 1fr;
          gap: 14px;
        }
        .footer-bottom .footer-legal {
          justify-content: flex-start;
        }
        .footer-bottom > span:last-child {
          text-align: left;
        }
        .faq-stage {
          padding: 76px 0 88px;
        }
        .faq-intro {
          grid-template-columns: 1fr;
          gap: 24px;
          margin-bottom: 44px;
        }
        .faq-layout {
          grid-template-columns: 1fr;
          gap: 50px;
        }
        .faq-aside {
          position: static;
        }
        .faq-aside img {
          aspect-ratio: 16/10;
        }
        .faq-aside p {
          margin-top: 18px;
        }
        .faq-group + .faq-group {
          margin-top: 52px;
        }
        .faq-group-head {
          grid-template-columns: 1fr;
          gap: 9px;
        }
        .faq-group .faq-q {
          font-size: 1rem;
          padding: 22px 0;
        }
      }

      /* WomenFirst v10 — inner-hero balance and unified footer system */
      @media (min-width: 621px) {
        .hero > .shell {
          transform: translateY(clamp(20px, 4vh, 38px));
        }
        .inner-hero > .shell {
          transform: translateY(clamp(38px, 7vh, 58px));
        }
      }
      @media (min-width: 621px) and (max-height: 800px) {
        .hero > .shell {
          transform: translateY(clamp(10px, 2vh, 14px));
        }
        .inner-hero > .shell {
          transform: translateY(clamp(34px, 5.5vh, 46px));
        }
        .hero-copy {
          padding-top: clamp(18px, 3vh, 26px);
          padding-bottom: 20px;
        }
        .hero .eyebrow {
          margin-bottom: 16px;
        }
        .hero p {
          margin: 16px 0;
        }
        .hero-proof {
          margin-top: 22px;
        }
      }
      .footer :where(p, a, li, span, strong) {
        font-family: var(--font), Arial, sans-serif;
      }
      .footer-brand > p,
      .footer li,
      .footer li a {
        font-size: 0.88rem;
        font-weight: 400;
        line-height: 1.65;
      }
      .footer-bottom {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        font-family: var(--font), Arial, sans-serif;
        font-size: 0.78rem;
        font-weight: 500;
        line-height: 1.5;
        color: #a7a9b2;
      }
      .footer-bottom a {
        font-family: var(--font), Arial, sans-serif;
        font-size: inherit;
        font-weight: inherit;
        color: #e5e7eb;
      }
      .footer-copyright {
        display: flex;
        align-items: center;
        gap: 0.5em;
        flex-wrap: wrap;
      }
      .footer-cities {
        display: block;
        text-align: center !important;
        color: #bda6f7 !important;
        font-size: 0.78rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5;
        white-space: normal;
      }
      .city-maple {
        display: inline-block;
        margin-left: 0.32em;
        font-family:
          "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1;
        vertical-align: -0.08em;
      }
      .footer-credit {
        text-align: right;
      }
      .footer-credit a {
        color: #e5e7eb;
      }
      @media (max-width: 620px) {
        .footer-bottom {
          grid-template-columns: 1fr;
          gap: 14px;
        }
        .footer-cities {
          text-align: left !important;
        }
        .footer-credit {
          text-align: left;
        }
      }
