/*
Theme Name: Urooj Fatima — LinkedIn Strategist
Theme URI: https://uroojfatima.com
Author: Urooj Fatima
Description: Custom one-page personal-brand theme for Urooj Fatima, LinkedIn strategist and content marketer for B2B founders and tech companies. Content is managed from the WordPress admin (Pages > Home custom fields, plus Services, Testimonials, Work, FAQs, Client Logos, Process Steps and Media/Credentials post types).
Version: 3.3.1
Text Domain: urooj-brand
*/
    :root {
      --ink: #28102f;
      --ink-2: #4d3752;
      --muted: #766a7a;
      --paper: #fffdfb;
      --white: #ffffff;
      --soft: #f8f3f7;
      --blush: #fdebf4;
      --lavender: #eee8fb;
      --plum: #35143e;
      --plum-2: #521c58;
      --pink: #d82b85;
      --pink-dark: #a71663;
      --line: #eadfe7;
      --success: #236a50;
      --shadow-sm: 0 8px 30px rgba(53, 20, 62, 0.08);
      --shadow-md: 0 22px 70px rgba(53, 20, 62, 0.14);
      --radius-sm: 12px;
      --radius-md: 20px;
      --radius-lg: 30px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 94px; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "DM Sans", sans-serif;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    body.menu-open { overflow: hidden; }
    h1, h2, h3, .serif {
      margin: 0;
      font-family: "Fraunces", serif;
      letter-spacing: -0.025em;
      line-height: 1.12;
    }
    p { margin: 0; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    button { color: inherit; }

    .skip-link {
      position: fixed;
      left: 18px;
      top: -80px;
      z-index: 999;
      padding: 10px 16px;
      border-radius: 10px;
      background: var(--white);
      color: var(--plum);
      box-shadow: var(--shadow-sm);
      transition: top .2s ease;
    }
    .skip-link:focus { top: 18px; }

    .wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
    .section { padding: 104px 0; }
    .section-sm { padding: 72px 0; }
    .section-soft { background: var(--soft); }
    .section-dark { background: var(--plum); color: var(--white); }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border: 1px solid rgba(216, 43, 133, .18);
      border-radius: 999px;
      background: var(--blush);
      color: var(--pink-dark);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .065em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: currentColor;
    }
    .section-kicker { margin-bottom: 18px; }
    .section-title {
      max-width: 780px;
      font-size: clamp(34px, 5vw, 58px);
    }
    .section-intro {
      max-width: 690px;
      margin-top: 18px;
      color: var(--muted);
      font-size: 18px;
    }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 34px;
      margin-bottom: 48px;
    }
    .section-head .section-intro { max-width: 440px; margin: 0; font-size: 16px; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      color: var(--white);
      background: linear-gradient(100deg, var(--pink), var(--pink-dark));
      box-shadow: 0 12px 30px rgba(216, 43, 133, .24);
    }
    .btn-primary:hover { box-shadow: 0 16px 36px rgba(216, 43, 133, .32); }
    .btn-light { color: var(--pink-dark); background: var(--white); box-shadow: var(--shadow-sm); }
    .btn-outline { color: var(--ink); background: transparent; border-color: var(--line); }
    .btn-outline:hover { background: var(--white); border-color: #d8c6d3; }
    .btn-ghost { color: var(--pink-dark); padding-inline: 0; }
    .btn-ghost:hover { transform: translateX(3px); }
    .arrow { transition: transform .2s ease; }
    .btn:hover .arrow { transform: translateX(3px); }

    :focus-visible { outline: 3px solid rgba(216, 43, 133, .45); outline-offset: 4px; }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 80;
      border-bottom: 1px solid rgba(234, 223, 231, .84);
      background: rgba(255, 253, 251, .88);
      backdrop-filter: blur(16px);
    }
    .header-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-weight: 700;
    }
    .brand-mark {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
    }
    img.brand-mark {
      border-radius: 0;
      object-fit: contain;
    }
    span.brand-mark {
      border-radius: 12px;
      color: var(--white);
      background: linear-gradient(145deg, var(--plum), var(--pink));
      font-family: "Fraunces", serif;
      font-size: 15px;
      box-shadow: 0 8px 18px rgba(53, 20, 62, .16);
    }
    .brand-name { font-family: "Fraunces", serif; font-size: 20px; }
    .desktop-nav { display: flex; align-items: center; gap: 27px; }
    .desktop-nav a:not(.btn) {
      color: var(--ink-2);
      font-size: 14px;
      font-weight: 600;
      transition: color .2s ease;
    }
    .desktop-nav a:not(.btn):hover { color: var(--pink-dark); }
    .header-cta { min-height: 42px; padding-inline: 16px; }
    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: var(--white);
      cursor: pointer;
    }
    .menu-toggle span,
    .menu-toggle::before,
    .menu-toggle::after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      margin: 4px auto;
      border-radius: 2px;
      background: var(--plum);
      transition: transform .2s ease, opacity .2s ease;
    }
    .menu-toggle[aria-expanded="true"] span { opacity: 0; }
    .menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
    .mobile-nav {
      display: none;
      padding: 0 0 22px;
    }
    .mobile-nav.is-open { display: grid; gap: 5px; }
    .mobile-nav a {
      padding: 12px 2px;
      border-bottom: 1px solid var(--line);
      font-weight: 600;
    }
    .mobile-nav .btn { margin-top: 12px; border-bottom: 0; }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      padding: clamp(34px, 5.5vh, 62px) 0 clamp(36px, 5.5vh, 64px);
      background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .18), transparent 25%),
        radial-gradient(circle at 24% 110%, rgba(232, 67, 149, .30), transparent 36%),
        linear-gradient(135deg, #2b0e34 0%, #4f1758 54%, #9e175e 100%);
      color: var(--white);
    }
    .hero::after {
      content: "";
      position: absolute;
      right: -180px;
      top: -210px;
      width: 520px;
      height: 520px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 50%;
      box-shadow: 0 0 0 62px rgba(255,255,255,.035), 0 0 0 124px rgba(255,255,255,.025);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
      gap: clamp(42px, 5vw, 68px);
      align-items: center;
    }
    .hero .eyebrow {
      color: #ffe6f2;
      border-color: rgba(255,255,255,.15);
      background: rgba(255,255,255,.09);
    }
    .hero h1 {
      max-width: 700px;
      margin-top: 18px;
      color: var(--white);
      font-size: clamp(44px, 4.6vw, 58px);
      line-height: 1.04;
    }
    .hero h1 em { color: #ffb9da; font-style: normal; }
    .hero-lede {
      max-width: 650px;
      margin-top: 20px;
      color: #f1dfe9;
      font-size: clamp(17px, 1.55vw, 19px);
      line-height: 1.55;
    }
    .hero-support {
      max-width: 640px;
      margin-top: 14px;
      color: #d9bed0;
      font-size: 15px;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
    .hero .btn-outline { color: var(--white); border-color: rgba(255,255,255,.28); }
    .hero .btn-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.54); }
    .hero-mini-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 25px;
      margin-top: 34px;
      color: #ecd8e4;
      font-size: 13px;
    }
    .hero-mini-proof span { display: inline-flex; align-items: center; gap: 8px; }
    .hero-mini-proof span::before {
      content: "✓";
      width: 20px;
      height: 20px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255,255,255,.12);
      color: #ffb9da;
      font-size: 11px;
      font-weight: 700;
    }

    .hero-visual { position: relative; min-height: clamp(380px, 52vh, 500px); }
    .portrait-card {
      position: absolute;
      inset: 8px 20px 12px 14px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 30px;
      background:
        radial-gradient(circle at 68% 25%, rgba(255,255,255,.20), transparent 23%),
        linear-gradient(150deg, #f5c6de 0%, #d95495 42%, #6a265f 100%);
      box-shadow: 0 28px 90px rgba(18, 4, 24, .38);
    }
    .portrait-card::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 14%;
      width: 154px;
      height: 154px;
      transform: translateX(-50%);
      border-radius: 50%;
      background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.26));
      box-shadow: 0 20px 60px rgba(53, 20, 62, .12);
    }
    .portrait-card::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -13%;
      width: 78%;
      height: 63%;
      transform: translateX(-50%);
      border-radius: 48% 48% 18% 18% / 30% 30% 16% 16%;
      background: linear-gradient(150deg, rgba(255,255,255,.84), rgba(255,255,255,.34));
    }
    .portrait-initials {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 25%;
      transform: translate(-50%, -50%);
      color: var(--plum);
      font-family: "Fraunces", serif;
      font-size: 58px;
      letter-spacing: -.06em;
    }
    .portrait-label {
      position: absolute;
      z-index: 3;
      left: 24px;
      right: 24px;
      bottom: 20px;
      padding: 12px 14px;
      border: 1px solid rgba(255,255,255,.30);
      border-radius: 14px;
      background: rgba(53,20,62,.50);
      backdrop-filter: blur(10px);
      color: #fceaf3;
      text-align: center;
      font-size: 12px;
    }
    .floating-card {
      position: absolute;
      z-index: 6;
      padding: 12px 14px;
      border: 1px solid rgba(255,255,255,.52);
      border-radius: 16px;
      background: rgba(255,255,255,.93);
      color: var(--ink);
      box-shadow: var(--shadow-md);
      backdrop-filter: blur(10px);
      animation: float 5.8s ease-in-out infinite;
    }
    .floating-card strong { display: block; color: var(--pink-dark); font-family: "Fraunces", serif; font-size: 19px; }
    .floating-card span { display: block; margin-top: 1px; color: var(--muted); font-size: 10.5px; }
    .float-one { left: -8px; bottom: 34px; }
    .float-two { right: -2px; top: 0; animation-delay: -2.2s; }
    .float-three { right: -10px; bottom: 82px; animation-delay: -3.8s; }
    @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

    /* Client experience */
    .trust-bar {
      overflow: hidden;
      padding: 62px 0 54px;
      border-bottom: 1px solid var(--line);
      background: var(--white);
    }
    .trust-head {
      margin-bottom: 30px;
      text-align: left;
    }
    .trust-head .section-kicker { margin-bottom: 14px; }
    .trust-title {
      max-width: 820px;
      color: var(--ink);
      font-size: clamp(34px, 4.3vw, 54px);
      line-height: 1.08;
    }
    .logo-marquee {
      position: relative;
      width: 100%;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
      mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
    }
    .logo-marquee-track {
      display: flex;
      width: max-content;
      animation: clientLogoMarquee 38s linear infinite;
      will-change: transform;
    }
    .logo-marquee:hover .logo-marquee-track,
    .logo-marquee:focus-within .logo-marquee-track { animation-play-state: paused; }
    .logo-set {
      display: flex;
      align-items: stretch;
      gap: 16px;
      padding: 4px 16px 10px 0;
    }
    .client-logo-card {
      width: 166px;
      min-width: 166px;
      min-height: 132px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 13px;
      padding: 18px 14px 16px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
      box-shadow: 0 8px 26px rgba(53, 20, 62, .055);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .client-logo-card:hover {
      transform: translateY(-3px);
      border-color: rgba(216, 43, 133, .24);
      box-shadow: 0 14px 34px rgba(53, 20, 62, .10);
    }
    .client-logo-card img {
      width: 104px;
      height: 62px;
      object-fit: contain;
    }
    .client-logo-card span {
      color: var(--ink-2);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center;
    }
    @keyframes clientLogoMarquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /* Problem */
    .problem-layout {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 72px;
      align-items: start;
    }
    .problem-layout .section-title { font-size: clamp(38px, 5vw, 62px); }
    .problem-cards { display: grid; gap: 16px; }
    .problem-card {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 18px;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--white);
      box-shadow: 0 7px 24px rgba(53,20,62,.04);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .problem-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
    .problem-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: var(--blush);
      color: var(--pink-dark);
      font-weight: 800;
    }
    .problem-card h3 { font-size: 20px; }
    .problem-card p { margin-top: 7px; color: var(--muted); font-size: 14px; }
    .solution-note {
      margin-top: 20px;
      padding: 19px 22px;
      border-left: 4px solid var(--pink);
      border-radius: 0 14px 14px 0;
      background: var(--blush);
      color: var(--ink-2);
      font-size: 15px;
    }

    /* Services */
    .service-grid {
      display: grid;
      grid-template-columns: 1.18fr .91fr .91fr;
      gap: 20px;
      align-items: stretch;
    }
    .service-card {
      position: relative;
      min-height: 470px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: 32px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: 0 10px 36px rgba(53,20,62,.05);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .service-card:hover { transform: translateY(-6px); border-color: #dbc7d5; box-shadow: var(--shadow-md); }
    .service-card.featured {
      color: var(--white);
      border-color: transparent;
      background:
        radial-gradient(circle at 100% 0, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(145deg, var(--plum), #6c1b62);
    }
    .service-card::after {
      content: "";
      position: absolute;
      right: -50px;
      bottom: -70px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      border: 1px solid rgba(216,43,133,.15);
      box-shadow: 0 0 0 35px rgba(216,43,133,.055);
      pointer-events: none;
    }
    .service-card.featured::after { border-color: rgba(255,255,255,.13); box-shadow: 0 0 0 35px rgba(255,255,255,.035); }
    .service-badge {
      align-self: flex-start;
      position: relative;
      z-index: 2;
      padding: 7px 10px;
      border-radius: 999px;
      background: var(--blush);
      color: var(--pink-dark);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .065em;
      text-transform: uppercase;
    }
    .featured .service-badge { background: rgba(255,255,255,.13); color: #ffe7f3; }
    .service-card h3 { position: relative; z-index: 2; margin-top: 24px; font-size: 29px; }
    .service-card.featured h3 { color: var(--white); }
    .service-desc { position: relative; z-index: 2; margin-top: 14px; color: var(--muted); font-size: 15px; }
    .featured .service-desc { color: #e9d6e3; }
    .service-list { position: relative; z-index: 2; display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
    .service-list li { display: flex; gap: 10px; color: var(--ink-2); font-size: 13px; }
    .service-list li::before { content: "✓"; color: var(--pink); font-weight: 800; }
    .featured .service-list li { color: #f2e4ed; }
    .featured .service-list li::before { color: #ffb2d4; }
    .service-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 28px; }
    .service-format { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
    .featured .service-format { color: #d9c3d1; }
    .service-card .btn { min-height: 42px; padding-inline: 15px; }
    .featured .btn-light { box-shadow: none; }

    /* Value band */
    .value-band { background: var(--white); }
    .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
    .value-item { min-height: 165px; padding: 25px; background: var(--paper); }
    .value-icon {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 12px;
      background: var(--lavender);
      color: var(--plum-2);
      font-weight: 800;
    }
    .value-item h3 { font-size: 18px; }
    .value-item p { margin-top: 8px; color: var(--muted); font-size: 13px; }

    /* Proof numbers */
    .proof-band { padding: 36px 0; background: linear-gradient(100deg, var(--pink-dark), var(--plum)); color: var(--white); }
    .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .proof-item { padding: 13px 28px; border-right: 1px solid rgba(255,255,255,.16); }
    .proof-item:first-child { padding-left: 0; }
    .proof-item:last-child { border-right: 0; }
    .proof-number { color: var(--white); font-family: "Fraunces", serif; font-size: clamp(30px, 4vw, 45px); font-weight: 600; line-height: 1; }
    .proof-label { margin-top: 8px; color: #dec7d7; font-size: 13px; }

    /* Work */
    .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .case-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: var(--white);
      box-shadow: 0 10px 35px rgba(53,20,62,.05);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
    .case-visual {
      position: relative;
      min-height: 215px;
      overflow: hidden;
      padding: 28px;
      background: linear-gradient(140deg, #f8e8f1, #e9e4fa);
    }
    .case-visual::before {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -35px;
      top: -50px;
      border-radius: 50%;
      background: rgba(216,43,133,.14);
    }
    .mock-browser {
      position: relative;
      z-index: 2;
      overflow: hidden;
      border: 1px solid rgba(53,20,62,.10);
      border-radius: 14px;
      background: var(--white);
      box-shadow: 0 18px 34px rgba(53,20,62,.13);
    }
    .mock-top { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #f6f3f5; }
    .mock-dot { width: 6px; height: 6px; border-radius: 50%; background: #d5c8d2; }
    .mock-body { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 15px; }
    .mock-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(145deg, var(--plum-2), var(--pink)); }
    .mock-lines { display: grid; gap: 7px; padding-top: 3px; }
    .mock-line { height: 7px; border-radius: 5px; background: #eadfe7; }
    .mock-line.short { width: 58%; }
    .mock-feature { height: 50px; margin: 0 15px 15px; border-radius: 9px; background: linear-gradient(100deg, #f5e6ef, #eee9fa); }
    .case-two .case-visual { background: linear-gradient(140deg, #eae7fb, #f9e5ef); }
    .case-three .case-visual { background: linear-gradient(140deg, #fbece8, #ede8f8); }
    .case-body { padding: 25px; }
    .case-tag { color: var(--pink-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
    .case-body h3 { margin-top: 10px; font-size: 24px; }
    .case-body p { margin-top: 12px; color: var(--muted); font-size: 14px; }
    .case-scope { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
    .case-scope span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: var(--paper); font-size: 11px; }

    /* Testimonial screenshot slider */
    .review-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 96% 8%, rgba(216, 43, 133, .09), transparent 22%),
        linear-gradient(180deg, var(--paper), #fff8fc 100%);
    }
    .review-section::after {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      right: -230px;
      bottom: -260px;
      border: 1px solid rgba(216, 43, 133, .11);
      border-radius: 50%;
      box-shadow: 0 0 0 70px rgba(216, 43, 133, .025), 0 0 0 140px rgba(216, 43, 133, .018);
      pointer-events: none;
    }
    .review-head { position: relative; z-index: 2; align-items: end; }
    .review-head .section-intro { max-width: 610px; margin-top: 16px; }
    .review-slider-controls { display: flex; gap: 10px; flex-shrink: 0; }
    .review-arrow {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(216, 43, 133, .22);
      border-radius: 50%;
      background: var(--white);
      color: var(--pink-dark);
      cursor: pointer;
      box-shadow: var(--shadow-sm);
      transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
    }
    .review-arrow:hover:not(:disabled) { transform: translateY(-2px); background: var(--pink); color: var(--white); }
    .review-arrow:disabled { opacity: .34; cursor: not-allowed; box-shadow: none; }
    .review-slider-shell { position: relative; z-index: 2; }
    .review-slider-viewport {
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      overscroll-behavior-inline: contain;
      padding: 8px 2px 26px;
    }
    .review-slider-viewport::-webkit-scrollbar { display: none; }
    .review-slider-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 44px) / 3);
      gap: 22px;
    }
    .review-image-card {
      margin: 0;
      scroll-snap-align: start;
      min-width: 0;
    }
    .review-image-button {
      width: 100%;
      aspect-ratio: 4 / 5;
      display: block;
      overflow: hidden;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
      cursor: zoom-in;
      box-shadow: var(--shadow-sm);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .review-image-button:hover,
    .review-image-button:focus-visible {
      transform: translateY(-5px);
      border-color: rgba(216, 43, 133, .34);
      box-shadow: 0 22px 55px rgba(53, 20, 62, .14);
    }
    .review-image-button img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: var(--white);
    }
    .review-slider-dots {
      min-height: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 8px;
    }
    .review-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: #e9d9e3;
      cursor: pointer;
      transition: width .22s ease, background .22s ease;
    }
    .review-dot.is-active { width: 28px; background: var(--pink); }
    .review-lightbox {
      width: min(930px, calc(100% - 28px));
      max-height: calc(100vh - 28px);
      overflow: visible;
      background: transparent;
      box-shadow: none;
    }
    .review-lightbox-inner {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 100%;
      padding: 18px;
      border-radius: 24px;
      background: var(--white);
      box-shadow: 0 30px 110px rgba(26, 5, 31, .40);
    }
    .review-lightbox img {
      max-width: 100%;
      max-height: calc(100vh - 72px);
      width: auto;
      height: auto;
      border-radius: 16px;
      object-fit: contain;
    }
    .review-lightbox-close {
      position: absolute;
      z-index: 3;
      top: 8px;
      right: 8px;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: rgba(255, 255, 255, .96);
      color: var(--plum);
      cursor: pointer;
      box-shadow: var(--shadow-sm);
    }
    .review-lightbox-caption {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    @media (max-width: 1040px) {
      .review-slider-track { grid-auto-columns: calc((100% - 20px) / 2); gap: 20px; }
    }

    @media (max-width: 640px) {
      .review-head { align-items: flex-start; }
      .review-slider-controls { margin-top: 2px; }
      .review-slider-track { grid-auto-columns: 88%; gap: 14px; }
      .review-image-button { border-radius: 20px; }
      .review-lightbox-inner { padding: 10px; border-radius: 18px; }
      .review-lightbox img { max-height: calc(100vh - 50px); border-radius: 12px; }
    }

    /* About */
    .about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
    .about-art {
      position: relative;
      min-height: 540px;
      overflow: hidden;
      border-radius: 30px;
      background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 23%),
        linear-gradient(145deg, #f8cfe2, #bd3c81 52%, #4c1853);
      box-shadow: var(--shadow-md);
    }
    .about-art .portrait-card { inset: 48px 46px 44px; border-radius: 25px; background: linear-gradient(145deg, #fbe2ee, #e471aa 44%, #6e2864); box-shadow: 0 22px 55px rgba(53,20,62,.20); }
    .about-art .portrait-label { background: rgba(53,20,62,.62); }
    .about-copy .section-title { font-size: clamp(38px, 5vw, 62px); }
    .about-copy > p { margin-top: 18px; color: var(--muted); font-size: 16px; }
    .about-highlight {
      margin-top: 28px;
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 16px;
      align-items: center;
      padding: 20px 22px;
      border: 1px solid rgba(190, 40, 116, .18);
      border-radius: 18px;
      background:
        linear-gradient(105deg, rgba(255,255,255,.94), rgba(253,235,244,.96)),
        var(--blush);
      box-shadow: 0 14px 34px rgba(53,20,62,.07);
      position: relative;
      overflow: hidden;
    }
    .about-highlight::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: -42px;
      top: -48px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(190,40,116,.12), transparent 70%);
      pointer-events: none;
    }
    .about-highlight-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: var(--white);
      background: linear-gradient(145deg, var(--pink), var(--plum));
      box-shadow: 0 10px 24px rgba(190,40,116,.22);
      position: relative;
      z-index: 1;
    }
    .about-highlight-icon svg { width: 25px; height: 25px; }
    .about-highlight-copy { position: relative; z-index: 1; }
    .about-highlight-label {
      display: block;
      margin-bottom: 4px;
      color: var(--pink-dark);
      font-size: 11px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: .11em;
      text-transform: uppercase;
    }
    .about-highlight strong {
      display: block;
      color: var(--plum);
      font-family: "Fraunces", serif;
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.25;
    }
    .about-highlight p { margin-top: 5px; color: var(--ink-2); font-size: 13px; line-height: 1.55; }

    .education-card {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 15px;
      align-items: start;
      padding: 19px 21px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255,255,255,.78);
      box-shadow: 0 10px 30px rgba(53,20,62,.045);
    }
    .education-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: var(--pink-dark);
      background: var(--blush);
      border: 1px solid rgba(190,40,116,.12);
    }
    .education-icon svg { width: 23px; height: 23px; }
    .education-label {
      display: block;
      color: var(--pink-dark);
      font-size: 11px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .education-card h3 {
      margin-top: 5px;
      color: var(--plum);
      font-family: "Fraunces", serif;
      font-size: 18px;
      line-height: 1.35;
    }
    .education-card p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.62; }
    .timeline { display: grid; gap: 0; margin-top: 28px; }
    .timeline-item { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); }
    .timeline-item:last-child { border-bottom: 1px solid var(--line); }
    .timeline-year { color: var(--pink-dark); font-weight: 800; font-size: 13px; }
    .timeline-item strong { display: block; font-size: 14px; }
    .timeline-item p { margin-top: 3px; color: var(--muted); font-size: 12px; }

    /* Media */
    .media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .video-card.featured-interview {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
      min-height: 330px;
      border-color: rgba(216,43,133,.23);
      background: linear-gradient(135deg, #fff 0%, #fff8fb 58%, #f8edf5 100%);
    }
    .featured-interview .video-thumb { aspect-ratio: auto; min-height: 330px; }
    .featured-interview .video-info { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; }
    .featured-interview .video-info h3 { font-size: clamp(27px, 2.5vw, 36px); }
    .featured-interview .video-info p { font-size: 14px; line-height: 1.7; }
    .feature-pill {
      display: inline-flex; align-items: center; width: fit-content; gap: 7px;
      margin-bottom: 4px; padding: 7px 11px; border-radius: 999px;
      background: var(--blush); color: var(--pink-dark);
      font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    }
    .feature-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
    .featured-interview .video-meta { margin-top: 13px; }
    .video-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: var(--white);
      box-shadow: 0 10px 35px rgba(53,20,62,.055);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
    .video-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #dfd6dc; }
    .video-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(27,7,31,.35)); }
    .play-button {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: rgba(255,255,255,.94);
      color: var(--pink-dark);
      box-shadow: 0 13px 30px rgba(31,7,34,.28);
      transition: transform .22s ease;
    }
    .video-card:hover .play-button { transform: translate(-50%, -50%) scale(1.07); }
    .video-info { padding: 23px; }
    .video-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--pink-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
    .video-info h3 { margin-top: 12px; font-size: 23px; line-height: 1.25; }
    .video-info p { margin-top: 9px; color: var(--muted); font-size: 13px; }
    .media-support { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-top: 24px; }
    .speaker-card, .certificate-card {
      padding: 27px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: var(--white);
    }
    .speaker-card { display: flex; align-items: center; gap: 22px; }
    .speaker-icon { width: 62px; height: 62px; flex: 0 0 62px; display: grid; place-items: center; border-radius: 18px; background: var(--blush); color: var(--pink-dark); font-size: 24px; }
    .speaker-card h3, .certificate-card h3 { font-size: 21px; }
    .speaker-card p, .certificate-card p { margin-top: 7px; color: var(--muted); font-size: 13px; }
    .certificate-card { background: var(--lavender); border-color: transparent; }


    /* Certificates and recognition */
    .certificate-showcase {
      position: relative;
      margin-top: 34px;
      padding: 32px;
      overflow: hidden;
      border: 1px solid rgba(190, 40, 116, .13);
      border-radius: 28px;
      background:
        radial-gradient(circle at 100% 0%, rgba(233, 105, 165, .12), transparent 34%),
        linear-gradient(145deg, #fffafd, #f8f2f8);
      box-shadow: 0 18px 55px rgba(53, 20, 62, .07);
    }
    .certificate-showcase::after {
      content: "";
      position: absolute;
      right: -70px;
      bottom: -95px;
      width: 240px;
      height: 240px;
      border: 1px solid rgba(190, 40, 116, .11);
      border-radius: 50%;
      pointer-events: none;
    }
    .certificate-showcase-head {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
      gap: 34px;
      align-items: end;
    }
    .certificate-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--pink-dark);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .certificate-kicker::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--pink);
      box-shadow: 0 0 0 5px rgba(216, 43, 133, .09);
    }
    .certificate-showcase h3 {
      margin-top: 8px;
      max-width: 18ch;
      font-size: clamp(28px, 3.5vw, 42px);
      line-height: 1.08;
    }
    .certificate-showcase-head > p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.72;
    }
    .certificate-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      margin-top: 26px;
    }
    .credential-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: var(--white);
      box-shadow: 0 12px 34px rgba(53, 20, 62, .065);
      transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }
    .credential-card:hover {
      transform: translateY(-4px);
      border-color: rgba(216, 43, 133, .24);
      box-shadow: 0 22px 52px rgba(53, 20, 62, .12);
    }
    .credential-image-button {
      position: relative;
      width: 100%;
      display: block;
      padding: 16px;
      border: 0;
      background: #faf7f9;
      cursor: zoom-in;
    }
    .credential-image-wrap {
      aspect-ratio: 297 / 210;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 1px solid rgba(75, 35, 76, .10);
      border-radius: 14px;
      background: var(--white);
      box-shadow: 0 8px 22px rgba(53, 20, 62, .07);
    }
    .credential-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: var(--white);
    }
    .credential-view {
      position: absolute;
      right: 28px;
      bottom: 27px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(46, 16, 51, .90);
      color: var(--white);
      font-size: 11px;
      font-weight: 750;
      letter-spacing: .02em;
      box-shadow: 0 10px 24px rgba(28, 9, 32, .24);
      opacity: 0;
      transform: translateY(6px);
      transition: opacity .22s ease, transform .22s ease;
    }
    .credential-image-button:hover .credential-view,
    .credential-image-button:focus-visible .credential-view {
      opacity: 1;
      transform: translateY(0);
    }
    .credential-copy { padding: 20px 22px 23px; }
    .credential-type {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--pink-dark);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .credential-type::before {
      content: "";
      width: 18px;
      height: 1px;
      background: var(--pink);
    }
    .credential-copy h4 {
      margin-top: 8px;
      color: var(--plum);
      font-family: "Fraunces", serif;
      font-size: 22px;
      line-height: 1.27;
    }
    .credential-copy p {
      margin-top: 7px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.58;
    }
    .credential-copy .credential-note {
      margin-top: 11px;
      color: var(--plum-soft);
      font-size: 13px;
    }
    .certificate-lightbox-inner { align-content: center; }

    @media (max-width: 840px) {
      .certificate-showcase { padding: 25px; }
      .certificate-showcase-head { grid-template-columns: 1fr; gap: 12px; align-items: start; }
      .certificate-showcase h3 { max-width: 22ch; }
      .certificate-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .certificate-showcase { margin-top: 26px; padding: 20px; border-radius: 22px; }
      .certificate-grid { gap: 16px; margin-top: 22px; }
      .credential-card { border-radius: 18px; }
      .credential-image-button { padding: 11px; }
      .credential-image-wrap { border-radius: 11px; }
      .credential-copy { padding: 17px 17px 19px; }
      .credential-copy h4 { font-size: 20px; }
      .credential-view {
        right: 20px;
        bottom: 20px;
        opacity: 1;
        transform: none;
        padding: 7px 10px;
      }
    }

    /* Process */
    .process-dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; margin-top: 34px; }
    .process-track {
      border: 1px solid var(--line); border-radius: 22px; background: var(--white);
      padding: 28px 28px 18px; box-shadow: 0 18px 50px rgba(46,16,51,.055);
    }
    .process-track:first-child { border-top: 4px solid var(--pink); }
    .process-track:last-child { border-top: 4px solid var(--plum); }
    .process-track-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
    .process-track-head h3 { font-size: 21px; line-height: 1.25; }
    .process-track-label { flex: 0 0 auto; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--pink); background: var(--blush); border: 1px solid #f3cfe2; border-radius: 999px; padding: 6px 9px; }
    .process-steps { list-style: none; padding: 0; margin: 0; }
    .process-step { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
    .process-step:last-child { padding-bottom: 8px; }
    .process-step-num { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, var(--pink), var(--plum)); color: #fff; font-size: 11px; font-weight: 700; line-height: 1; margin-top: 1px; }
    .process-step strong { display: block; font-size: 13px; color: var(--plum); line-height: 1.35; }
    .process-step p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }



    /* Paid Consultation */
    .consultation-strip { padding: 78px 0; background: linear-gradient(180deg,#fff 0%,#fff8fb 100%); }
    .consultation-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; padding: 38px; border: 1px solid #efd9e5; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(61,20,62,.07); }
    .consultation-card::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-90px; top:-115px; background: radial-gradient(circle,rgba(214,18,126,.14),rgba(214,18,126,0) 68%); pointer-events:none; }
    .consultation-copy { position:relative; z-index:1; }
    .consultation-copy h2 { font-size: clamp(32px,4vw,48px); line-height: 1.08; margin: 16px 0 14px; max-width: 15ch; }
    .consultation-copy > p { max-width: 62ch; color: var(--muted); margin: 0; }
    .consultation-points { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 20px; list-style:none; padding:0; margin:22px 0 0; }
    .consultation-points li { position:relative; padding-left:20px; font-size:13px; color:var(--plum-soft); }
    .consultation-points li::before { content:""; position:absolute; left:0; top:.62em; width:8px; height:8px; border-radius:50%; background:var(--pink); }
    .consultation-panel { position:relative; z-index:1; padding:28px; border-radius:20px; background: linear-gradient(145deg,var(--plum),#6b205f 72%,var(--pink-dark)); color:#fff; }
    .consultation-panel .mini-label { display:inline-flex; align-items:center; gap:8px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:700; color:#ffe1f0; }
    .consultation-panel h3 { color:#fff; font-size:24px; margin:10px 0 8px; }
    .consultation-panel p { color:#ead8e8; font-size:13px; margin:0; }
    .consultation-meta { display:grid; gap:10px; margin:20px 0 24px; }
    .consultation-meta div { display:flex; justify-content:space-between; gap:20px; padding:11px 0; border-top:1px solid rgba(255,255,255,.18); font-size:13px; }
    .consultation-meta div:last-child { border-bottom:1px solid rgba(255,255,255,.18); }
    .consultation-meta span:first-child { color:#d8c4d6; }
    .consultation-panel .btn { width:100%; justify-content:center; }
    .consultation-note { margin-top:10px!important; font-size:11px!important; color:#d8c4d6!important; text-align:center; }
    @media(max-width:900px){ .consultation-card{grid-template-columns:1fr;} }
    @media(max-width:640px){ .consultation-strip{padding:58px 0;} .consultation-card{padding:24px 18px;border-radius:20px;} .consultation-points{grid-template-columns:1fr;} .consultation-panel{padding:22px 18px;} }

    /* FAQ */
    .faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
    .faq-layout .section-title { font-size: clamp(38px, 5vw, 60px); }
    .faq-list { border-top: 1px solid var(--line); }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 21px 0;
      border: 0;
      background: transparent;
      text-align: left;
      font-weight: 700;
      cursor: pointer;
    }
    .faq-icon {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--blush);
      color: var(--pink-dark);
      transition: transform .2s ease;
    }
    .faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
    .faq-answer p { padding: 0 45px 21px 0; color: var(--muted); font-size: 14px; }

    /* CTA */
    .final-cta { padding: 96px 0; background: var(--paper); }
    .cta-panel {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 50px;
      padding: 58px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 100% 50%, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(125deg, var(--plum), #671b61 58%, var(--pink-dark));
      color: var(--white);
      box-shadow: var(--shadow-md);
    }
    .cta-panel::before { content: ""; position: absolute; left: -70px; bottom: -150px; width: 330px; height: 330px; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); box-shadow: 0 0 0 55px rgba(255,255,255,.035); }
    .cta-panel h2 { position: relative; z-index: 2; max-width: 760px; color: var(--white); font-size: clamp(38px, 5vw, 62px); }
    .cta-panel p { position: relative; z-index: 2; max-width: 620px; margin-top: 15px; color: #dfc9d8; font-size: 16px; }
    .cta-actions { position: relative; z-index: 2; display: grid; gap: 11px; min-width: 210px; }
    .cta-panel .btn-outline { color: var(--white); border-color: rgba(255,255,255,.30); }
    .cta-panel .btn-outline:hover { background: rgba(255,255,255,.08); }

    /* Footer */
    .site-footer { border-top: 1px solid var(--line); background: var(--white); }
    .footer-top { display: grid; grid-template-columns: 1.3fr .7fr .7fr .8fr; gap: 40px; padding: 54px 0 42px; }
    .footer-brand p { max-width: 330px; margin-top: 14px; color: var(--muted); font-size: 13px; }
    .footer-col h3 { font-family: "DM Sans", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
    .footer-col ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
    .footer-col a { color: var(--muted); font-size: 13px; }
    .footer-col a:hover { color: var(--pink-dark); }
    .footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 22px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

    /* Dialog */
    dialog {
      width: min(600px, calc(100% - 32px));
      padding: 0;
      border: 0;
      border-radius: 24px;
      background: var(--white);
      box-shadow: 0 30px 110px rgba(26, 5, 31, .36);
    }
    dialog::backdrop { background: rgba(28, 9, 32, .70); backdrop-filter: blur(4px); }
    .dialog-inner { padding: 32px; }
    .dialog-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
    .dialog-head h2 { font-size: 30px; }
    .dialog-head p { margin-top: 8px; color: var(--muted); font-size: 13px; }
    .dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); cursor: pointer; }
    .inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
    .field { display: grid; gap: 6px; }
    .field.full { grid-column: 1 / -1; }
    .field label { color: var(--ink-2); font-size: 12px; font-weight: 700; }
    .field input, .field select, .field textarea {
      width: 100%;
      padding: 12px 13px;
      border: 1px solid var(--line);
      border-radius: 11px;
      background: var(--paper);
      color: var(--ink);
    }
    .field textarea { min-height: 112px; resize: vertical; }
    .form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; margin-top: 4px; }
    .form-status { color: var(--success); font-size: 12px; }
    .form-setup { grid-column: 1 / -1; padding: 10px 12px; border-radius: 10px; background: #fff7dd; color: #725b13; font-size: 11px; }

    /* Mobile bottom CTA */
    .mobile-bottom-cta { display: none; }

    /* Reveals */
    .reveal { opacity: 1; transform: none; }
    .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
    .js .reveal.is-visible { opacity: 1; transform: translateY(0); }
    .delay-1 { transition-delay: .08s; }
    .delay-2 { transition-delay: .16s; }
    .delay-3 { transition-delay: .24s; }

    @media (max-width: 1040px) {
      .hero-grid { grid-template-columns: 1.12fr .88fr; gap: 34px; }
      .hero h1 { font-size: clamp(42px, 5.5vw, 56px); }
      .hero-visual { min-height: 370px; }
      .service-grid { grid-template-columns: 1fr 1fr; }
      .service-card.featured { grid-column: 1 / -1; min-height: 390px; }
      .work-grid { grid-template-columns: 1fr 1fr; }
      .case-card:last-child { grid-column: 1 / -1; }
      .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
      .footer-col:last-child { grid-column: 2 / -1; }
    }

    @media (max-width: 840px) {
      .section { padding: 78px 0; }
      .desktop-nav { display: none; }
      .menu-toggle { display: block; }
      .hero { padding: 56px 0 62px; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero h1 { max-width: 820px; }
      .hero-visual { min-height: 450px; width: min(520px, 100%); margin: 18px auto 0; }
      .trust-inner { grid-template-columns: 1fr; gap: 14px; padding: 22px 0; }
      .problem-layout, .about-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
      .value-grid { grid-template-columns: 1fr 1fr; }
      .proof-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:nth-child(3) { padding-left: 0; }
      .media-support { grid-template-columns: 1fr; }
      .process-dual-grid { grid-template-columns: 1fr; gap: 22px; }
      .cta-panel { grid-template-columns: 1fr; padding: 44px; }
      .cta-actions { display: flex; flex-wrap: wrap; min-width: 0; }
    }

    @media (max-width: 640px) {
      .wrap { width: min(100% - 32px, var(--max)); }
      .section { padding: 66px 0; }
      .section-sm { padding: 54px 0; }
      .section-head { align-items: start; flex-direction: column; margin-bottom: 34px; }
      .section-title { font-size: clamp(34px, 11vw, 48px); }
      .section-intro { font-size: 16px; }
      .brand-name { font-size: 18px; }
      .hero { padding: 44px 0 54px; }
      .hero h1 { font-size: clamp(40px, 11.5vw, 54px); }
      .hero-lede { font-size: 18px; }
      .hero-actions { display: grid; }
      .hero-actions .btn { width: 100%; }
      .hero-mini-proof { display: grid; gap: 11px; }
      .hero-visual { min-height: 410px; }
      .portrait-card { inset: 22px 8px 28px; }
      .float-one { left: -3px; bottom: 42px; }
      .float-two { right: -3px; }
      .float-three { display: none; }
      .trust-bar { padding: 50px 0 42px; }
      .trust-head { margin-bottom: 24px; }
      .trust-title { font-size: clamp(32px, 10vw, 44px); }
      .logo-marquee { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%); }
      .logo-set { gap: 12px; padding-right: 12px; }
      .client-logo-card { width: 146px; min-width: 146px; min-height: 118px; padding: 15px 12px 14px; }
      .client-logo-card img { width: 92px; height: 54px; }
      .client-logo-card span { font-size: 12.5px; }
      .problem-card { grid-template-columns: 40px 1fr; padding: 18px; }
      .problem-icon { width: 40px; height: 40px; }
      .service-grid, .work-grid, .media-grid { grid-template-columns: 1fr; }
      .service-card.featured, .case-card:last-child { grid-column: auto; }
      .video-card.featured-interview { grid-template-columns: 1fr; }
      .featured-interview .video-thumb { min-height: 0; aspect-ratio: 16 / 9; }
      .service-card { min-height: 430px; padding: 26px; }
      .value-grid { grid-template-columns: 1fr; }
      .proof-grid { grid-template-columns: 1fr 1fr; }
      .proof-item { padding: 8px 16px; }
      .proof-item:first-child, .proof-item:nth-child(3) { padding-left: 0; }
      .proof-number { font-size: 32px; }
      .about-art { min-height: 440px; }
      .about-art .portrait-card { inset: 32px 24px; }
      .about-highlight, .education-card { grid-template-columns: 44px 1fr; padding: 17px; }
      .about-highlight-icon { width: 44px; height: 44px; border-radius: 13px; }
      .education-icon { width: 44px; height: 44px; }
      .speaker-card { align-items: start; }
      .process-track { padding: 22px 18px 14px; border-radius: 18px; }
      .process-track-head { display: block; margin-bottom: 12px; }
      .process-track-label { display: inline-block; margin-top: 10px; }
      .process-step { grid-template-columns: 27px minmax(0,1fr); gap: 10px; padding: 13px 0; }
      .cta-panel { padding: 36px 24px; border-radius: 24px; }
      .cta-actions { display: grid; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-col:last-child { grid-column: auto; }
      .footer-bottom { flex-direction: column; }
      .inquiry-form { grid-template-columns: 1fr; }
      .field.full, .form-actions, .form-setup { grid-column: auto; }
      .dialog-inner { padding: 24px; }
      .mobile-bottom-cta {
        position: fixed;
        z-index: 70;
        left: 14px;
        right: 14px;
        bottom: 12px;
        display: block;
        padding: 7px;
        border: 1px solid rgba(255,255,255,.55);
        border-radius: 16px;
        background: rgba(255,255,255,.90);
        box-shadow: 0 18px 45px rgba(53,20,62,.22);
        backdrop-filter: blur(12px);
      }
      .mobile-bottom-cta .btn { width: 100%; }
      body { padding-bottom: 74px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
      .logo-marquee-track { animation: none !important; transform: none !important; }
      .logo-set[aria-hidden="true"] { display: none; }
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }
  
  /* v12 services navigation */
  .nav-dropdown{position:relative;display:flex;align-items:center}
  .nav-dropbtn{background:none;border:0;color:inherit;font:inherit;cursor:pointer;padding:10px 0;display:flex;align-items:center;gap:6px}
  .nav-dropbtn::after{content:"⌄";font-size:12px;transition:transform .2s ease}
  .nav-dropdown:hover .nav-dropbtn::after,.nav-dropdown:focus-within .nav-dropbtn::after{transform:rotate(180deg)}
  .nav-menu{position:absolute;top:calc(100% + 14px);left:-18px;min-width:300px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 60px rgba(46,16,51,.13);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;z-index:80}
  .nav-dropdown:hover>.nav-menu,.nav-dropdown:focus-within>.nav-menu{opacity:1;visibility:visible;transform:none}
  .nav-menu>a,.submenu-trigger{display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:11px 12px!important;border-radius:10px;color:var(--plum)!important;font-size:13px!important;white-space:nowrap}
  .nav-menu>a:hover,.submenu-trigger:hover{background:var(--blush)}
  .nav-submenu{position:relative}
  .submenu-trigger{background:none;border:0;font:inherit;cursor:pointer;text-align:left}
  .submenu-trigger::after{content:"›";font-size:18px;color:var(--pink-dark)}
  .submenu-panel{position:absolute;left:calc(100% + 8px);top:-10px;min-width:270px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 60px rgba(46,16,51,.13);opacity:0;visibility:hidden;transform:translateX(-6px);transition:.18s ease}
  .nav-submenu:hover>.submenu-panel,.nav-submenu:focus-within>.submenu-panel{opacity:1;visibility:visible;transform:none}
  .submenu-panel a{display:block!important;padding:10px 12px!important;border-radius:10px;color:var(--plum)!important;font-size:13px!important}
  .submenu-panel a:hover{background:var(--blush)}
  .service-footer .learn-link{font-weight:700;color:var(--pink-dark);display:inline-flex;align-items:center;gap:7px}
  .mobile-services{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:4px 0}
  .mobile-services summary{cursor:pointer;padding:12px 0;font-weight:600;list-style:none}
  .mobile-services summary::-webkit-details-marker{display:none}
  .mobile-services summary::after{content:"+";float:right;color:var(--pink-dark)}
  .mobile-services[open] summary::after{content:"–"}
  .mobile-service-links{padding:0 0 10px 12px}
  .mobile-service-links>a{display:block!important;padding:8px 0!important}
  .mobile-service-links details{padding:0}
  .mobile-service-links details summary{font-size:14px;padding:8px 0}
  .mobile-service-links details a{display:block!important;padding:7px 0 7px 12px!important;font-size:13px}
  @media(max-width:1100px){.nav-menu{left:auto;right:0}.submenu-panel{left:auto;right:calc(100% + 8px)}}

/* ==========================================================================
   Native block-editor shims — retarget the ORIGINAL .btn classes onto the
   block editors button markup, and give the native Details block the FAQ
   accordion look. Everything else on the page reuses the original CSS
   above completely unchanged.
   ========================================================================== */
.wp-block-button.btn-light,.wp-block-button.btn-outline,.wp-block-button.btn-primary{display:inline-block;}
.wp-block-button .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;text-decoration:none;}
.wp-block-button .wp-block-button__link:hover{transform:translateY(-2px);}
.wp-block-button.btn-primary .wp-block-button__link{color:var(--white);background:linear-gradient(100deg,var(--pink),var(--pink-dark));box-shadow:0 12px 30px rgba(216,43,133,.24);}
.wp-block-button.btn-light .wp-block-button__link{color:var(--pink-dark);background:var(--white);box-shadow:var(--shadow-sm);}
.wp-block-button.btn-outline .wp-block-button__link{color:var(--ink);background:transparent;border-color:var(--line);}
.hero .wp-block-button.btn-outline .wp-block-button__link,.cta-panel .wp-block-button.btn-outline .wp-block-button__link{color:var(--white);border-color:rgba(255,255,255,.28);}
.wp-block-buttons.hero-actions,.wp-block-buttons.cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.wp-block-buttons.service-footer,.service-footer .wp-block-buttons{margin:0;}

.faq-list .wp-block-details.faq-item{margin:0;border:0;border-bottom:1px solid var(--line);}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;font-weight:700;cursor:pointer;list-style:none;color:var(--ink);}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:var(--blush);color:var(--pink-dark);transition:transform .2s ease;text-align:center;line-height:28px;font-weight:400;}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item p{padding:0 45px 21px 0;margin:0;color:var(--muted);font-size:14px;}

/* Gutenberg wraps images in <figure>; let the original absolutely-positioned
   portrait-card classes apply to the figure and simply fill it with the img. */
figure.portrait-card{margin:0;}
figure.portrait-card img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;}
/* WordPress wraps a Group blocks inner blocks in one shared
   .wp-block-group__inner-container div. That breaks every CSS Grid/flex
   layout above that expects its own direct children as the grid/flex
   items (hero-grid, service-grid, value-grid, work-grid, about-grid,
   media-grid, footer-top, process-dual-grid, proof-grid, etc.) -- the
   wrapper becomes the single grid item instead of the real content.
   Removing it from the box model (without touching its children) fixes
   every one of those layouts at once. */
.wp-block-group__inner-container{display:contents;}
