body.about-page {
      --about-page-cream: #f4f0e7;
      --about-bleed-offset: calc(50% - 50vw);
      --about-paint-swatch: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/Paint-Swatch.png");
      background:
        radial-gradient(circle at 20% 0%, rgba(22, 168, 159, 0.1), transparent 22%),
        #090b0b;
    }

    html.about-page-root {
      height: auto !important;
      overflow-x: hidden !important;
      overflow-y: auto !important;
      overscroll-behavior-y: none !important;
    }

    html.about-page-root body.about-page {
      min-height: 100vh;
      height: auto !important;
      overflow: visible !important;
      overscroll-behavior-y: none !important;
      touch-action: auto !important;
    }

    html.about-page-root.is-menu-locked,
    html.about-page-root body.about-page.is-menu-locked {
      overflow: hidden !important;
      overscroll-behavior: none !important;
      touch-action: none !important;
    }

    .about-hero,
    .de-stats,
    .about-story,
    .journey-section,
    .rc,
    .about-featured-logos,
    .about-bw-gallery {
      position: relative;
      z-index: 4;
    }

    .dr-difference-sticky__item:nth-child(1) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/piano-1.png"); }
    .dr-difference-sticky__item:nth-child(2) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/user.png"); }
    .dr-difference-sticky__item:nth-child(3) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/catalog.png"); }
    .dr-difference-sticky__item:nth-child(4) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/musical-note.png"); }
    .dr-difference-sticky__item:nth-child(5) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/pin.png"); }
    .dr-difference-sticky__item:nth-child(6) .dr-difference-sticky__icon { background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2025/10/flash.png"); }

    body.about-page.about-motion-ready .about-header-reveal {
      --about-reveal-delay: 0ms;
      --about-reveal-duration: 760ms;
      --about-reveal-translate-x: 0px;
      --about-reveal-translate-y: 42px;
      --about-reveal-rotate-start: 0deg;
      --about-reveal-scale-start: 1;
      --about-reveal-final-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      opacity: 0.001;
      transform:
        translate3d(var(--about-reveal-translate-x), var(--about-reveal-translate-y), 0)
        rotate(var(--about-reveal-rotate-start))
        scale(var(--about-reveal-scale-start));
      transform-origin: center center;
      transition:
        opacity 620ms ease-out var(--about-reveal-delay),
        transform var(--about-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--about-reveal-delay);
      will-change: opacity, transform;
      backface-visibility: hidden;
    }

    body.about-page.about-motion-ready .about-header-reveal.is-about-visible {
      opacity: 1;
      transform: var(--about-reveal-final-transform);
    }

    .about-header-reveal--left {
      --about-reveal-translate-x: -54px;
      --about-reveal-translate-y: 0px;
      transform-origin: left center;
    }

    .about-header-reveal--right {
      --about-reveal-translate-x: 54px;
      --about-reveal-translate-y: 0px;
      transform-origin: right center;
    }

    .about-header-reveal--up {
      --about-reveal-translate-y: 46px;
    }

    .about-header-reveal--scale {
      --about-reveal-translate-y: 24px;
      --about-reveal-scale-start: 0.92;
    }

    .about-header-reveal--tilt {
      --about-reveal-translate-x: -24px;
      --about-reveal-translate-y: 28px;
      --about-reveal-rotate-start: -5deg;
      --about-reveal-scale-start: 0.94;
      transform-origin: left center;
    }

    .about-hero__eyebrow.about-header-reveal {
      --about-reveal-final-transform: rotate(-9deg);
      --about-reveal-translate-x: -42px;
      --about-reveal-translate-y: 20px;
      --about-reveal-rotate-start: -13deg;
      --about-reveal-scale-start: 0.96;
    }

    @media (prefers-reduced-motion: reduce) {
      body.about-page.about-motion-ready .about-header-reveal {
        opacity: 1;
        transform: var(--about-reveal-final-transform);
        transition: none;
        will-change: auto;
      }
    }

    .about-hero {
      position: relative;
      min-height: clamp(660px, 88vh, 980px);
      overflow: hidden;
      isolation: isolate;
      background: #090b0b;
    }

    .about-hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: clamp(210px, 22vw, 320px);
      transform: translateX(-50%);
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.98) 0%,
        rgba(0, 0, 0, 0.96) 24%,
        rgba(0, 0, 0, 0.88) 46%,
        rgba(0, 0, 0, 0.52) 70%,
        rgba(0, 0, 0, 0) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    .about-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 78% 20%, rgba(22, 168, 159, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.56) 72%, rgba(0, 0, 0, 0.76) 100%);
      z-index: 1;
      pointer-events: none;
    }

    .about-hero__slides,
    .about-hero__slide {
      position: absolute;
      inset: 0;
    }

    .about-hero__slides {
      z-index: 0;
    }

    .about-hero__slide {
      background-position: center calc(18% + 120px);
      background-size: cover;
      opacity: 0;
      transform: scale(1);
      transition: opacity 1.2s ease;
      will-change: opacity, transform;
    }

    .about-hero__slide.is-active {
      opacity: 1;
      animation: heroKenBurns 6500ms linear forwards;
    }

    .about-hero__slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.24) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 36%, rgba(0, 0, 0, 0.16) 100%);
    }

    .about-hero__topbar,
    .about-hero__content {
      position: relative;
      z-index: 3;
    }

    .about-hero__topbar {
      position: absolute;
      inset: 0 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      z-index: 6;
      pointer-events: auto;
    }

    .about-hero__topbar .menu-logo img {
      color: #0000ee;
      border-color: #0000ee;
    }

    .about-hero__content {
      min-height: inherit;
      display: flex;
      align-items: flex-end;
      padding-top: clamp(132px, 16vh, 200px);
      padding-bottom: clamp(52px, 8vh, 92px);
    }

    .about-hero__inner {
      width: min(var(--container-wide), calc(100vw - 2rem));
      margin: 0 auto;
      padding-left: clamp(0px, 1vw, 4px);
    }

    .about-hero__eyebrow {
      margin: -0.34em -0.26em calc(1rem - 0.34em);
      padding: 0.34em 0.26em;
      display: inline-block;
      position: relative;
      left: -20px;
      top: 18px;
      overflow: visible;
      color: var(--accent-teal);
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: clamp(1.16rem, 1.92vw, 1.88rem);
      letter-spacing: 0.01em;
      line-height: 1.12;
      text-transform: none;
      transform: rotate(-9deg);
      transform-origin: left center;
      text-shadow:
        0 8px 18px rgba(0, 0, 0, 0.28),
        0 0 16px rgba(46, 194, 188, 0.16);
    }

    .about-hero__title {
      max-width: none;
      margin: 0;
      font-family: "Uniqueen Bold", "Montserrat", sans-serif;
      font-size: clamp(2.6rem, 4.6vw, 5.25rem);
      font-weight: 700;
      line-height: 0.9;
      letter-spacing: -0.04em;
      white-space: nowrap;
      text-transform: uppercase;
      color: #f7f3eb;
      text-shadow:
        0 8px 22px rgba(0, 0, 0, 0.42),
        0 2px 8px rgba(0, 0, 0, 0.22);
    }

    .about-hero__tag {
      max-width: none;
      margin: 0.8rem 0 0;
      font-family: "Oswald SemiBold", "Oswald", "Montserrat", sans-serif;
      font-size: clamp(1.18rem, 2.05vw, 2rem);
      line-height: 1;
      letter-spacing: 0.04em;
      white-space: nowrap;
      color: #2ec2bc;
      text-shadow:
        0 8px 18px rgba(0, 0, 0, 0.28),
        0 0 16px rgba(46, 194, 188, 0.16);
      text-transform: uppercase;
    }

    .about-hero__tag-break {
      display: none;
    }

    .about-hero__sub {
      max-width: none;
      margin: 0.8rem 0 0;
      color: rgba(247, 243, 235, 0.9);
      font-family: "Montserrat", Arial, sans-serif;
      font-size: clamp(0.72rem, 1vw, 0.9rem);
      font-weight: 800;
      letter-spacing: 0.14em;
      line-height: 1.2;
      white-space: nowrap;
      text-transform: uppercase;
    }

    .about-hero__snippet {
      max-width: 55rem;
      margin-top: 1.25rem;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      box-shadow: none;
    }

    .about-hero__snippet p {
      margin: 0;
      color: rgba(247, 243, 235, 0.92);
      font-size: clamp(1rem, 1.35vw, 1.08rem);
      line-height: 1.7;
    }

    .is-current-page .menu-roll-stack span:first-child,
    .is-current-page .dj-roll-stack span:first-child {
      color: #b9fff4;
    }

    .is-current-page::after {
      content: none;
    }

    .de-stats {
      --mint: #98c9c1;
      --text: #0b0b0b;
      --ghost: #ffffff;
      --ghost-opacity: 0.34;
      --ghost-size: clamp(36px, 6vw, 70px);
      --label-size: clamp(15px, 1.2vw, 18px);
      --gapX: clamp(12px, 2vw, 20px);
      --divider: rgba(16, 16, 16, 0.65);
      position: relative;
      background: var(--mint);
      padding: 16px 0;
      font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    }

    .de-stats__grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: var(--gapX);
      align-items: center;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 clamp(12px, 4vw, 20px);
    }

    .de-stat {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      padding: 2px 8px;
      text-align: center;
    }

    .de-stat::after {
      content: "";
      position: absolute;
      top: 12%;
      right: calc(var(--gapX) / -2);
      width: 2px;
      height: 76%;
      background: var(--divider);
      z-index: 0;
      pointer-events: none;
    }

    .de-stat:last-child::after {
      display: none;
    }

    .de-stat__ghost {
      position: relative;
      z-index: 2;
      display: inline-block;
      color: var(--ghost);
      opacity: var(--ghost-opacity);
      font-size: var(--ghost-size);
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0.02em;
      font-variant-numeric: tabular-nums;
    }

    .de-suffix {
      display: inline-block;
      margin-left: 0.03em;
      color: inherit;
      font-size: 0.5em;
      line-height: 1;
      transform: translateY(-0.18em);
    }

    .de-stat__label {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text);
      font-size: var(--label-size);
      font-weight: 600;
      text-align: center;
    }

    .label--mobile {
      display: none;
    }

    .label--desktop {
      display: inline;
    }

    .about-story {
      --msx-top-mask: none;
      width: 100%;
      left: auto;
      right: auto;
      margin: 0;
      padding: clamp(42px, 5vw, 64px) 0 clamp(58px, 7vw, 90px);
      background:
        linear-gradient(180deg, rgba(239, 247, 246, 0.96) 0%, rgba(241, 248, 247, 0.98) 100%),
        #eef6f5;
      -webkit-mask-image: none;
      mask-image: none;
    }

    .about-story::after {
      content: none;
    }

    .about-story .msx-overlay {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.1) 42%, rgba(255, 255, 255, 0.12) 100%);
    }

    .s2-wrap {
      position: relative;
      z-index: 3;
      max-width: min(1200px, 94vw);
      margin: 0 auto;
      padding: clamp(34px, 4vw, 54px) 16px;
      color: #222;
      font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    }

    .s2-grid {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: clamp(22px, 3vw, 40px);
      align-items: start;
    }

    .s2-eyebrow {
      display: inline-block;
      margin: -0.9em -0.42em calc(4px - 0.55em);
      padding: 0.9em 0.42em 0.55em;
      overflow: visible;
      color: #16a89f;
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: clamp(1.35rem, 2vw, 2rem);
      letter-spacing: 0.01em;
      line-height: 1.45;
      text-transform: none;
    }

    body.about-page.about-motion-ready .s2-eyebrow.about-header-reveal.is-about-visible {
      transform: none;
      will-change: auto;
      backface-visibility: visible;
    }

    .s2-h2 {
      margin: 0 0 6px;
      color: rgba(34, 34, 34, 0.9);
      font-family: "Big Shoulders Display", system-ui, sans-serif;
      font-size: clamp(2.6rem, 4.2vw, 4.5rem);
      font-weight: 900;
      line-height: 0.96;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }

    .s2-kicker {
      margin: 0 0 14px;
      color: #5f6368;
      font-size: clamp(14px, 1.1vw, 16px);
    }

    .s2-body {
      color: #444;
    }

    .s2-subhed {
      margin: 10px 0 8px;
      color: #222;
      font-size: clamp(18px, 1.6vw, 24px);
      font-weight: 800;
      line-height: normal;
    }

    .s2-body p {
      margin: 0 0 18px;
      color: #666;
      font-size: clamp(14px, 1.1vw, 16px);
      line-height: 1.7;
    }

    .s2-quote {
      position: relative;
      margin-top: 10px;
      padding: 16px 18px 16px 42px;
      border: 1px solid #e8eef0;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      backdrop-filter: blur(6px);
    }

    .s2-quote__mark {
      position: absolute;
      top: 6px;
      left: 12px;
      color: #16a89f;
      font-size: 26px;
      font-weight: 700;
      line-height: 1;
    }

    .s2-quote__text {
      margin: 0;
      color: #2b2b2b;
      font-size: clamp(14px, 1.05vw, 16px);
    }

    .s2-quote__text em {
      font-style: italic;
    }

    .s2-visual {
      position: relative;
      margin: 1em 40px;
    }

    .s2-mainimg {
      position: relative;
      width: 100%;
      height: clamp(360px, 48vw, 560px);
      overflow: hidden;
      background: #e9ecef;
    }

    .s2-mainimg img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 0;
      object-fit: cover;
      object-position: center;
    }

    .s2-accent {
      position: absolute;
      width: 70px;
      height: 70px;
      border: 6px solid #16a89f;
      pointer-events: none;
    }

    .s2-accent--tl {
      top: 0;
      left: 0;
      border-right: none;
      border-bottom: none;
    }

    .s2-accent--br {
      right: 0;
      bottom: 0;
      border-top: none;
      border-left: none;
    }

    .s2-headshot {
      position: absolute;
      z-index: 2;
      bottom: clamp(-42px, -6vw, -54px);
      left: clamp(18px, 4vw, 40px);
      width: clamp(240px, 36%, 360px);
      transform: translateY(40%) rotate(-2deg);
    }

    .s2-headshot img {
      display: block;
      width: 100%;
      height: auto;
      border: 2px solid #fff;
      border-radius: 0;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    }

    .journey-section {
      position: relative;
      overflow: hidden;
      padding: clamp(4.8rem, 7vw, 7rem) 0 clamp(5.2rem, 8vw, 7.8rem);
      background:
        radial-gradient(circle at 50% 0%, rgba(22, 168, 159, 0.08), transparent 22%),
        #030303;
      color: #f7f3eb;
      border-top: 1px solid rgba(22, 168, 159, 0.35);
      border-bottom: 0;
    }

    .journey-section .msx-canvas {
      z-index: 0;
      opacity: 0.82;
    }

    .journey-section .msx-overlay {
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.035) 46%, rgba(255, 255, 255, 0.06) 100%);
    }

    .about-featured-logos,
    .about-bw-gallery {
      width: 100vw;
      margin-left: var(--about-bleed-offset);
      margin-right: var(--about-bleed-offset);
      padding: 0;
    }

    .about-bw-gallery {
      background: #050505;
    }

    body.about-page #darby-difference .dr-difference-sticky__grid {
      align-items: start;
    }

    body.about-page #darby-difference .dr-difference-sticky__aside {
      position: sticky;
      top: var(--dds-sticky-offset);
      align-self: start;
      height: fit-content;
      will-change: transform;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    body.about-page #darby-difference .dr-difference-sticky__panel {
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    .about-bw-gallery__track {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      align-items: stretch;
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .about-bw-gallery__card {
      position: relative;
      overflow: hidden;
      margin: 0;
      border-radius: 0;
      background: #111;
      min-height: clamp(220px, 24vw, 420px);
    }

    .about-bw-gallery__card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(1);
    }

    .about-bw-gallery__card--left img {
      object-position: center 36%;
    }

    .about-bw-gallery__card--center img {
      object-position: center 42%;
    }

    .about-bw-gallery__card--right img {
      object-position: center center;
    }

    .rc {
      background: #000;
      color: #e9eef0;
      font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      padding: clamp(36px, 6vw, 80px) 0;
    }

    .rc__wrap {
      position: relative;
      z-index: 1;
      max-width: min(1400px, 94vw);
      margin: 0 auto;
      padding: 0 18px;
    }

    .rc__head {
      overflow: visible;
      margin-bottom: clamp(22px, 4vw, 34px);
      text-align: center;
    }

    .rc__title {
      position: relative;
      display: inline-block;
      isolation: isolate;
      margin: -1.08em -0.9em -0.92em;
      padding: 1.08em 0.9em 0.92em;
      overflow: visible;
      color: #fff;
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: clamp(0.84rem, 1.67vw, 1.59rem);
      font-weight: 400;
      line-height: 1.14;
      letter-spacing: 0.01em;
      text-transform: none;
      contain: none;
      backface-visibility: visible;
      -webkit-font-smoothing: antialiased;
    }

    .rc__title--swatch::before {
      content: "";
      position: absolute;
      top: calc(50% + 4px);
      right: -14%;
      left: -14%;
      z-index: -1;
      height: 0.85em;
      background: var(--about-paint-swatch) center center / cover no-repeat;
      border-radius: 6px;
      opacity: 0.9;
      transform: rotate(180deg) scaleX(-1);
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
    }

    body.about-page.about-motion-ready .rc__title.about-header-reveal.is-about-visible {
      transform: none;
      will-change: auto;
      backface-visibility: visible;
    }

    .rc__grid {
      display: grid;
      grid-template-columns: 1fr minmax(280px, 520px) 1fr;
      gap: clamp(20px, 3vw, 36px);
      align-items: center;
    }

    .rc__col {
      display: grid;
      gap: clamp(18px, 2.4vw, 26px);
    }

    .rc__item {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 14px;
      align-items: flex-start;
    }

    .rc__icon {
      display: block;
      width: 56px;
      height: 56px;
      object-fit: contain;
      filter: contrast(1.05) saturate(0.95);
    }

    .rc__h3 {
      margin: 2px 0 6px;
      color: #fff;
      font-size: clamp(18px, 1.4vw, 22px);
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.02em;
    }

    .rc__text {
      margin: 0;
      color: #9aa3af;
      font-size: clamp(14px, 1.05vw, 16px);
      line-height: 1.6;
    }

    .rc__center {
      display: grid;
      place-items: center;
    }

    .rc__center-img {
      display: block;
      width: 60%;
      max-width: 312px;
      height: auto;
    }

    .about-featured-logos {
      background: #353535;
    }

    .about-featured-logos__inner {
      padding: clamp(12px, 1.6vw, 22px) 0;
      overflow: hidden;
    }

    .about-featured-logos .msx-awards-marquee-track {
      display: flex;
      gap: 0;
      width: max-content;
      will-change: transform;
      animation: aboutFeaturedLogosLoop 32s linear infinite;
    }

    .about-featured-logos .msx-awards-marquee-group {
      display: flex;
      align-items: center;
      gap: clamp(24px, 3vw, 48px);
      padding: 0 clamp(20px, 4vw, 48px);
      flex-shrink: 0;
    }

    .about-featured-logos .msx-awards-logo {
      min-width: max-content;
    }

    .about-featured-logos .msx-awards-logo img {
      width: auto;
      height: auto;
      max-height: clamp(26px, 3.2vw, 48px);
      filter: brightness(0) invert(1);
      opacity: 0.95;
      object-fit: contain;
    }

    @keyframes aboutFeaturedLogosLoop {
      from {
        transform: translate3d(0, 0, 0);
      }

      to {
        transform: translate3d(-50%, 0, 0);
      }
    }

    .nationwide {
      background: linear-gradient(180deg, rgba(244, 240, 231, 0) 0%, rgba(244, 240, 231, 0.24) 72%, #f4f0e7 100%);
      color: #1c1c1c;
      font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    .dj-footer-section::before {
      background: linear-gradient(180deg, #f4f0e7 0%, #f4f0e7 16%, #d9f2ec 28%, #8fd6c9 40%, #35c4b0 48%, #04a58a 52%, #04a58a 100%);
    }

    body.about-page .darby-global-footer,
    body.about-page .darby-global-footer .dj-footer-section {
      background: var(--about-page-cream);
    }

    body.about-page .darby-global-footer .dj-footer-section::before {
      background: linear-gradient(
        180deg,
        var(--about-page-cream) 0%,
        var(--about-page-cream) 16%,
        #d9f2ec 28%,
        #8fd6c9 40%,
        #35c4b0 48%,
        #04a58a 52%,
        #04a58a 100%
      );
    }

    body.about-page #dstp-page {
      overflow: visible;
    }

    @media (min-width: 1100px) {
      body.about-page .darby-global-footer {
        margin-top: -1px;
      }
    }

    @media (max-width: 1024px) {
      body.about-page #darby-difference .dr-difference-sticky__aside {
        position: relative;
        top: auto;
        height: auto;
        will-change: auto;
        transform: none;
        backface-visibility: visible;
      }
    }

    .nw-inner {
      max-width: min(1280px, 94vw);
      margin: 0 auto;
      padding: clamp(28px, 4vw, 48px) 16px;
    }

    .nw-head {
      position: relative;
      margin-bottom: clamp(18px, 3vw, 28px);
      text-align: center;
    }

    body.about-page .nationwide .de-social-ref__head {
      transform: none !important;
      margin: 0 0 clamp(18px, 3vw, 28px) !important;
      pointer-events: auto;
    }

    .nw-title {
      position: relative;
      display: inline-block;
      isolation: isolate;
      margin: 0;
      color: #555;
      font-family: "Big Shoulders Display", sans-serif;
      font-size: clamp(26px, 3.2vw, 44px);
      font-weight: 900;
      line-height: 1.12;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }

    .nw-title--swatch::before {
      content: "";
      position: absolute;
      top: calc(48% + 9px);
      left: -10%;
      right: -10%;
      z-index: -1;
      height: 0.6em;
      background: var(--about-paint-swatch) center center / cover no-repeat;
      border-radius: 6px;
      opacity: 0.9;
      transform: rotate(180deg) scaleX(-1);
      filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
    }

    .nw-sub {
      margin: 0.75rem 0 0;
      color: #6b7280;
      font: 600 clamp(12px, 0.95vw, 15px) / 1.45 "Open Sans", system-ui, sans-serif;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .nw-grid {
      display: grid;
      grid-template-columns: 1fr minmax(360px, 58%);
      gap: clamp(18px, 3vw, 32px);
      align-items: start;
    }

    .nw-copy .nw-blurb {
      margin: 0 0 16px;
      color: #555;
      font: 400 clamp(14px, 1.05vw, 16px) / 1.65 "Open Sans", system-ui, sans-serif;
    }

    .nw-featured-h3 {
      margin: 10px 0 12px;
      font-size: 18px;
      font-weight: 800;
      line-height: normal;
      letter-spacing: 0.02em;
    }

    .nw-tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: flex-start;
      gap: 18px 24px;
      margin: 0;
      padding: 0;
      list-style: none !important;
      text-align: center;
    }

    .nw-tags li {
      padding: 12px 18px;
      border: 1px solid #e5eaef;
      border-radius: 12px;
      background: #fff;
      color: #334155;
      font-size: clamp(14px, 1vw, 16px);
      line-height: 1;
      white-space: nowrap;
      list-style: none !important;
    }

    .nw-map {
      position: relative;
      margin: 0;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }

    .nw-map-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      filter: saturate(0.98) contrast(1.02);
    }

    @media (min-width: 768px) and (max-width: 1024px) {
      .nw-inner {
        max-width: min(1440px, calc(100vw - 2rem));
        padding: clamp(2.75rem, 5vw, 3.75rem) 20px;
      }

      .nw-head {
        margin-bottom: clamp(1.5rem, 3vw, 2rem);
      }

      .nw-title {
        display: block;
        font-size: clamp(4.4rem, 9vw, 5.6rem);
        line-height: 0.94;
        letter-spacing: -0.03em;
      }

      .nw-title--swatch::before {
        content: none;
      }

      .nw-sub {
        margin-top: 0.9rem;
        font-size: 0.84rem;
        letter-spacing: 0.08em;
      }

      .nw-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

      .nw-copy .nw-blurb {
        margin: 0 auto 1.5rem;
        max-width: 42rem;
        font-size: clamp(1rem, 2vw, 1.12rem);
        line-height: 1.58;
      }

      .nw-featured-h3 {
        margin: 0 0 0.8rem;
        text-align: center;
        font-size: 1.02rem;
      }

      .nw-tags {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem 1rem;
      }

      .nw-tags li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 4.45rem;
        padding: 0.8rem 0.9rem;
        border-radius: 1.35rem;
        font-size: clamp(1rem, 1.8vw, 1.16rem);
        line-height: 1.15;
        text-align: center;
        white-space: normal;
      }

      .nw-map {
        width: min(720px, 100%);
        max-width: 100%;
        height: clamp(295px, 38vw, 420px);
        margin: 0 auto;
        aspect-ratio: auto;
        overflow: visible;
      }

      .nw-map-img {
        object-fit: contain;
        object-position: center top;
      }
    }

    .journey-shell {
      position: relative;
      z-index: 3;
      width: min(1380px, calc(100vw - 2.5rem));
      margin: 0 auto;
      --journey-band-width: min(1260px, calc(100vw - 2rem));
    }

    .journey-head {
      display: grid;
      justify-items: center;
      gap: 0.25rem;
      margin-bottom: clamp(3.2rem, 5vw, 4.8rem);
      text-align: center;
    }

    .journey-title {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin: 0;
      color: #f7f3eb;
      font-family: Montserrat, Poppins, sans-serif;
      font-size: clamp(2.72rem, 4.8vw, 4.8rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 0.9;
      text-transform: uppercase;
    }

    .journey-title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0.2rem;
      z-index: -1;
      width: clamp(180px, 28vw, 370px);
      height: clamp(20px, 2.2vw, 28px);
      background:
        linear-gradient(90deg, rgba(22, 168, 159, 0.18), rgba(22, 168, 159, 0.85), rgba(22, 168, 159, 0.2));
      clip-path: polygon(0 58%, 7% 34%, 21% 44%, 36% 26%, 52% 39%, 71% 22%, 100% 42%, 100% 100%, 0 100%);
      transform: translateX(-50%) rotate(-2deg);
      filter: blur(0.2px);
      opacity: 0.95;
    }

    .journey-stack {
      display: grid;
      gap: clamp(3.2rem, 8vw, 6.5rem);
      justify-items: stretch;
    }

    .journey-row {
      display: grid;
      grid-template-columns: minmax(320px, 0.98fr) minmax(320px, 1.02fr);
      gap: clamp(2rem, 4vw, 4rem);
      align-items: center;
      width: min(100%, var(--journey-band-width));
    }

    .journey-row--flush-left {
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
      justify-self: start;
    }

    .journey-row--flush-right {
      grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
      justify-self: end;
    }

    .journey-row--reverse .journey-media {
      order: 2;
    }

    .journey-row--reverse .journey-copy {
      order: 1;
    }

    .journey-media {
      position: relative;
      display: grid;
      grid-template-columns: 0.78fr 1fr;
      gap: clamp(1rem, 2vw, 1.6rem);
      align-items: start;
    }

    .journey-media__panel {
      position: relative;
      overflow: hidden;
      background: #0f0f0f;
      box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
    }

    .journey-media__panel--tall {
      aspect-ratio: 0.72 / 1.28;
      align-self: start;
    }

    .journey-media__panel--wide {
      aspect-ratio: 0.9 / 1;
      margin-top: clamp(2rem, 6vw, 5rem);
      align-self: center;
    }

    .journey-media__panel img {
      position: absolute;
      max-width: none;
      user-select: none;
      pointer-events: none;
      -webkit-user-drag: none;
    }

    .journey-copy {
      max-width: 36rem;
    }

    .journey-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      margin: -0.82em -0.46em calc(1.15rem - 0.52em);
      padding: 0.82em 0.46em 0.52em;
      overflow: visible;
      color: #2ec2bc;
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: clamp(1.2rem, 1.8vw, 1.8rem);
      letter-spacing: 0.01em;
      line-height: 1.14;
      text-transform: none;
    }

    body.about-page.about-motion-ready .journey-kicker.about-header-reveal.is-about-visible {
      transform: none;
      will-change: auto;
      backface-visibility: visible;
    }

    .journey-kicker::before {
      content: "";
      width: 1.55rem;
      height: 2px;
      background: rgba(247, 243, 235, 0.95);
    }

    .journey-heading {
      margin: 0;
      color: #f7f3eb;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(3rem, 4.2vw, 4.8rem);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: -0.03em;
      text-transform: uppercase;
    }

    .journey-body {
      margin: 1.25rem 0 0;
      color: rgba(247, 243, 235, 0.56);
      font-size: clamp(1rem, 1.2vw, 1.18rem);
      line-height: 1.75;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
      .about-hero {
        min-height: clamp(700px, 82vh, 820px);
      }

      .about-hero__content {
        padding-top: clamp(148px, 16vh, 190px);
        padding-bottom: 56px;
      }

      .about-hero__inner {
        width: min(var(--container-wide), calc(100vw - 3rem));
      }

      .about-hero__title,
      .about-hero__tag,
      .about-hero__sub {
        white-space: normal;
      }

      .about-hero__title {
        max-width: 11ch;
        font-size: clamp(3.15rem, 6vw, 4.4rem);
        text-wrap: balance;
      }

      .about-hero__tag {
        max-width: 20ch;
        font-size: clamp(1.1rem, 2.1vw, 1.5rem);
        line-height: 1.08;
      }

      .about-hero__sub {
        max-width: 42ch;
        line-height: 1.35;
      }

      .about-hero__snippet {
        max-width: min(42rem, 100%);
      }

      .de-stats {
        --ghost-size: clamp(34px, 5vw, 56px);
        --label-size: clamp(13px, 1.35vw, 16px);
        --gapX: clamp(10px, 1.8vw, 18px);
      }

      .s2-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .s2-visual {
        order: -1;
      }

      .s2-mainimg {
        height: clamp(360px, 52vw, 520px);
      }

      .s2-headshot {
        right: 20px;
        bottom: 20px;
        left: auto;
        width: clamp(180px, 30vw, 260px);
        transform: rotate(-2deg);
      }

      .journey-shell {
        width: min(100vw - 2rem, 100%);
      }

      .journey-row,
      .journey-row--reverse,
      .journey-row--flush-left,
      .journey-row--flush-right {
        grid-template-columns: 1fr;
        width: 100%;
        justify-self: stretch;
      }

      .journey-row--reverse .journey-media,
      .journey-row--reverse .journey-copy {
        order: initial;
      }

      .journey-copy {
        max-width: 42rem;
      }

      .rc__grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .rc__col--left {
        order: 1;
      }

      .rc__center {
        order: 2;
      }

      .rc__col--right {
        order: 3;
      }

      .nw-grid,
      .dr-difference-sticky__grid {
        grid-template-columns: 1fr;
      }

      .about-bw-gallery__card {
        margin: 0;
        min-height: clamp(260px, 44vw, 400px);
      }

      .dr-difference-sticky {
        left: auto;
        right: auto;
        width: 100%;
        margin: 0;
        padding: 56px 0 64px;
      }

      .dr-difference-sticky__wrap {
        width: min(100%, calc(100vw - 48px));
      }

      .dr-difference-sticky__grid {
        gap: 34px;
      }

      .dr-difference-sticky__aside {
        position: relative;
        top: auto;
        order: 1;
      }

      .dr-difference-sticky__rail {
        order: 2;
        gap: 24px;
      }

      .dr-difference-sticky__item {
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 16px;
        padding: 22px 18px 22px;
      }

      .dr-difference-sticky__item::after {
        width: 56px;
        margin-top: 18px;
      }

      .dr-difference-sticky__item-title {
        font-size: 17px;
      }

      .dr-difference-sticky__item-text {
        font-size: 15px;
      }

      .dr-difference-sticky__eyebrow,
      .dr-difference-sticky__title {
        opacity: 1;
        transform: none;
      }

      .dr-difference-sticky__eyebrow {
        font-size: 20px;
      }

      .dr-difference-sticky__title {
        font-size: clamp(36px, 8vw, 52px);
        line-height: 0.94;
      }

      .dr-difference-sticky__lede {
        padding-left: 16px;
        font-size: 15px;
      }

      .nw-inner {
        padding-inline: 20px;
      }

      .nw-map {
        max-width: min(720px, 100%);
        margin-inline: auto;
      }
    }

    @media (max-width: 767px) {
      .menu-logo {
        transform: translate(-2px, 6px);
      }

      .menu-logo img {
        width: min(188px, 46vw);
      }

      .menu-toggle.menu-toggle--header {
        top: 1.2rem;
        right: 0.75rem;
        width: 4.5rem;
        min-width: 4.5rem;
        height: 4.5rem;
        border-radius: 1.35rem;
      }

      .menu-toggle--header .menu-toggle__label {
        font-size: 0.6rem;
        letter-spacing: 0.14em;
      }

      .about-hero {
        min-height: clamp(510px, 75svh, 570px);
      }

      .about-hero__content {
        padding-top: 104px;
        padding-bottom: 24px;
      }

      .about-hero__inner {
        width: min(100vw - 1.5rem, 100%);
        padding-left: 0;
      }

      .about-hero__eyebrow {
        left: -10px;
        top: 10px;
        margin-bottom: 0.7rem;
        font-size: clamp(0.604rem, 3.45vw, 0.863rem);
      }

      .about-hero__title,
      .about-hero__tag,
      .about-hero__sub {
        white-space: normal;
      }

      .about-hero__title {
        max-width: 10.75ch;
        font-size: clamp(2.47rem, 11.5vw, 3.51rem);
        line-height: 0.94;
        text-wrap: balance;
      }

      .about-hero__tag {
        max-width: 29ch;
        margin-top: 0.65rem;
        font-size: clamp(1.1rem, 4.72vw, 1.36rem);
        line-height: 1.04;
        text-wrap: pretty;
      }

      .about-hero__tag-break {
        display: block;
      }

      .about-hero__sub {
        max-width: 42ch;
        font-size: clamp(0.69rem, 2.53vw, 0.851rem);
        letter-spacing: 0.045em;
        line-height: 1.38;
        text-wrap: balance;
      }

      .about-hero__snippet {
        display: none;
      }

      .about-hero__slide {
        background-position: center calc(16% + 88px);
      }

      .de-stats {
        --ghost-size: clamp(30px, 12vw, 46px);
        --label-size: clamp(12px, 3vw, 14px);
        --gapX: clamp(10px, 4vw, 16px);
        --divider-mobile: rgba(12, 12, 12, 0.28);
        padding: 12px 0;
      }

      .de-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--gapX);
        padding-inline: clamp(10px, 4vw, 16px);
      }

      .de-stats__grid::before,
      .de-stats__grid::after {
        content: "";
        position: absolute;
        z-index: 0;
        background: var(--divider-mobile);
        pointer-events: none;
      }

      .de-stats__grid::before {
        top: 6px;
        bottom: 6px;
        left: 50%;
        width: 1px;
        transform: translateX(-0.5px);
      }

      .de-stats__grid::after {
        top: 50%;
        right: 0;
        left: 0;
        height: 1px;
        transform: translateY(-0.5px);
      }

      .de-stat {
        z-index: 1;
        padding: 4px 6px;
      }

      .de-stat::after {
        display: none;
      }

      .de-stat__label {
        line-height: 1.1;
      }

      .de-suffix {
        transform: translateY(-0.14em);
      }

      .label--desktop {
        display: none;
      }

      .label--mobile {
        display: inline;
      }

      .about-story {
        padding: clamp(2.75rem, 8vw, 3.5rem) 0 clamp(3.25rem, 10vw, 4.5rem);
      }

      .s2-wrap {
        padding: clamp(1.5rem, 5vw, 2rem) 16px;
      }

      .s2-copy {
        padding-top: 0.25rem;
      }

      .s2-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
      }

      .s2-visual {
        order: -1;
      }

      .s2-mainimg {
        width: 130%;
        max-width: none;
        margin-left: -15%;
        height: clamp(288px, 81.6vw, 384px);
      }

      .s2-headshot {
        right: 14px;
        bottom: -38px;
        left: auto;
        width: clamp(112px, 30.6vw, 158px);
        transform: rotate(-2deg);
      }

      .s2-h2 {
        font-size: clamp(2.2rem, 12vw, 3.4rem);
        line-height: 0.92;
      }

      .s2-quote {
        border-radius: 10px;
      }

      .journey-section {
        padding: 4rem 0 4.5rem;
      }

      .journey-shell {
        width: min(100vw - 1.5rem, 100%);
      }

      .journey-head {
        margin-bottom: 2.5rem;
      }

      .journey-title {
        font-size: clamp(2.6rem, 13vw, 4rem);
      }

      .journey-title::after {
        width: clamp(150px, 52vw, 240px);
        bottom: 0.1rem;
      }

      .journey-stack {
        gap: 2.75rem;
      }

      .journey-row,
      .journey-row--reverse,
      .journey-row--flush-left,
      .journey-row--flush-right {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        width: 100%;
        justify-self: stretch;
      }

      .journey-row--reverse .journey-media,
      .journey-row--reverse .journey-copy {
        order: initial;
      }

      .journey-media {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
      }

      .journey-media__panel--wide {
        margin-top: 1.5rem;
      }

      .journey-copy {
        max-width: none;
      }

      .journey-kicker {
        margin-bottom: calc(0.85rem - 0.52em);
        font-size: 0.95rem;
      }

      .journey-heading {
        font-size: clamp(2rem, 9.5vw, 2.75rem);
      }

      .journey-body {
        margin-top: 1rem;
        font-size: 0.98rem;
        line-height: 1.68;
      }

      .rc {
        padding: clamp(2.5rem, 10vw, 4rem) 0;
      }

      .rc__grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .rc__col--left {
        order: 1;
      }

      .rc__center {
        order: 2;
      }

      .rc__col--right {
        order: 3;
      }

      .rc__item {
        grid-template-columns: 44px 1fr;
        gap: 12px;
      }

      .rc__icon {
        width: 44px;
        height: 44px;
      }

      .rc__center-img {
        width: min(72%, 280px);
      }

      .about-bw-gallery__track {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding-inline: 0;
        padding-block: 0;
        overflow: visible;
        scroll-snap-type: none;
        scroll-padding-inline: 0;
      }

      .about-bw-gallery__track::-webkit-scrollbar {
        display: none;
      }

      .about-bw-gallery__card {
        flex: initial;
        margin: 0;
        min-height: clamp(120px, 34vw, 240px);
        border-radius: 0;
        scroll-snap-align: initial;
      }

      .dr-difference-sticky {
        left: auto;
        right: auto;
        width: 100%;
        margin: 0;
        padding: 48px 0 56px;
      }

      .dr-difference-sticky__wrap {
        width: min(100%, calc(100vw - 24px));
      }

      .dr-difference-sticky__grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .dr-difference-sticky__aside {
        position: relative;
        top: auto;
        order: 1;
      }

      .dr-difference-sticky__rail {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        order: 2;
        gap: 20px 16px;
      }

      .dr-difference-sticky__item {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 14px;
        padding: 26px 20px 24px;
        overflow: hidden;
        border-radius: 32px;
      }

      .dr-difference-sticky__icon {
        width: 42px;
        height: 42px;
        align-self: center;
        margin-top: 0;
      }

      .dr-difference-sticky__item-copy {
        min-width: 0;
        width: min(100%, 170px);
        text-align: center;
      }

      .dr-difference-sticky__item::after {
        grid-column: 1;
        width: 110px;
        margin-top: 4px;
        justify-self: center;
      }

      .dr-difference-sticky__item-title {
        max-width: 100%;
        margin: 0;
        color: #16b0a4;
        font-family: "Montserrat", "Poppins", sans-serif;
        font-size: clamp(15px, 4.4vw, 20px);
        line-height: 0.98;
        letter-spacing: -0.03em;
        font-weight: 900;
        overflow-wrap: normal;
        word-break: normal;
        text-align: center;
      }

      .dr-difference-sticky__item-title--triple {
        width: min-content;
        margin-inline: auto;
      }

      .dr-difference-sticky__item-title--centered {
        width: min(100%, 9ch);
        margin-inline: auto;
      }

      .dr-difference-sticky__mobile-break {
        display: block;
      }

      .dr-difference-sticky__mobile-hide {
        display: none;
      }

      .dr-difference-sticky__item-text {
        display: none;
      }

      .dr-difference-sticky__eyebrow,
      .dr-difference-sticky__title {
        opacity: 1;
        transform: none;
      }

      .dr-difference-sticky__eyebrow {
        position: relative;
        left: 15px;
        top: 10px;
        font-size: clamp(1.2rem, 6vw, 1.5rem);
      }

      .dr-difference-sticky__title {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
        line-height: 0.94;
      }

      .dr-difference-sticky__lede {
        padding-left: 12px;
        font-size: 0.95rem;
      }

      .nw-inner {
        padding: clamp(2.25rem, 8vw, 3.25rem) 16px;
      }

      .nw-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
      }

      .nw-title {
        font-size: clamp(2rem, 8vw, 2.75rem);
      }

      .nw-title--swatch::before {
        content: none;
      }

      .nw-sub {
        margin-top: 0.65rem;
        font-size: 0.74rem;
        letter-spacing: 0.05em;
      }

      .nw-copy .nw-blurb {
        font-size: 0.98rem;
      }

      .nw-featured-h3 {
        display: block;
        margin: 1rem 0 0.65rem;
        text-align: center;
        font-size: 0.96rem;
      }

      .nw-tags {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem 0.55rem;
      }

      .nw-map {
        max-width: 100%;
        height: clamp(220px, 58vw, 320px);
        aspect-ratio: auto;
        overflow: visible;
      }

      .nw-map-img {
        object-fit: contain;
        object-position: center center;
      }

      .nw-tags li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0.45rem 0.5rem;
        border-radius: 12px;
        text-align: center;
        white-space: normal;
        font-size: 0.78rem;
        line-height: 1.1;
      }

    }

    @media (prefers-reduced-motion: reduce) {
      .about-hero__slide {
        transition: none;
      }

      .about-hero__slide.is-active {
        animation: none;
      }
    }

    .hide-breadcrumbs .rank-math-breadcrumb,
    .hide-breadcrumbs .rank-math-breadcrumbs,
    .hide-breadcrumbs .breadcrumbs,
    .hide-breadcrumbs nav.breadcrumb,
    .hide-breadcrumbs .breadcrumb,
    .hide-breadcrumbs .yoast-breadcrumb,
    .hide-breadcrumbs .trail-items,
    .hide-breadcrumbs .et_pb_text.breadcrumbs,
    .hide-breadcrumbs .et_pb_module .breadcrumbs {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden !important;
    }

/* Final confirmed guard: Safari clips Heatwood ascenders/descenders when the
   parent is transformed or overflow-hidden, so only About script text gets
   extra paint room. */
body.about-page :is(
  .about-hero__eyebrow,
  .s2-eyebrow,
  .journey-kicker,
  .rc__title,
  .rc__title--swatch,
  .dr-difference-sticky__eyebrow,
  .nw-title,
  .nw-title--swatch,
  .nw-featured-h3
) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  line-height: 1.36 !important;
  padding-block: 0.18em 0.46em !important;
  margin-block: -0.14em 0.02em !important;
}

body.about-page :is(
  .about-hero__inner,
  .s2-copy,
  .journey-copy,
  .rc,
  .rc__inner,
  .nw-copy,
  .dr-difference-sticky__aside,
  .dr-difference-sticky__panel
) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Continuation 5: unscoped About script guard for Safari tabs that do not
   expose the expected page body class during local preview. */
:is(
  .about-hero__eyebrow,
  .s2-eyebrow,
  .journey-kicker,
  .rc__title,
  .rc__title--swatch,
  .dr-difference-sticky__eyebrow,
  .nw-title,
  .nw-title--swatch,
  .nw-featured-h3
) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  line-height: 1.58 !important;
  padding: 0.42em 0.34em 0.52em !important;
  margin: -0.34em -0.34em -0.38em !important;
}

/* About Heatwood paint boxes: keep the glyph box inside its parent instead of
   pulling it above/left with the earlier negative-margin compensation. */
body.about-page :is(
  .about-hero__eyebrow,
  .s2-eyebrow,
  .journey-kicker,
  .rc__title
) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  margin-block-start: 0 !important;
  margin-inline: 0 !important;
  padding-block: 0.72em 0.62em !important;
  padding-inline: 0.72em !important;
  line-height: 1.45 !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.about-page :is(
  .about-hero__inner,
  .s2-wrap,
  .s2-grid,
  .s2-copy,
  .journey-copy,
  .rc__wrap,
  .rc__head
) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.about-page.about-motion-ready :is(
  .about-hero__eyebrow,
  .s2-eyebrow,
  .journey-kicker,
  .rc__title
).about-header-reveal {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

body.about-page.about-motion-ready :is(
  .s2-eyebrow,
  .journey-kicker,
  .rc__title
).about-header-reveal.is-about-visible {
  will-change: auto !important;
}
