:root {
    --pds-motion-accent: #d8b64a;
    --pds-motion-accent-bright: #f3d66d;
    --pds-motion-dark: #070a0f;
    --pds-motion-ink: #11161e;
    --pds-motion-soft: #d7d9dc;
    --pds-ease-out: cubic-bezier(.16, 1, .3, 1);
    --pds-header-height: 86px;
}

html { scroll-behavior: smooth; }
body { overflow-x: clip; }
body.home .wp-block-post-content > .wp-block-group { margin-block-start: 0 !important; }

/* Cabecera: transparente sobre la historia, sólida al avanzar */
header.wp-block-template-part.pds-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    transform: translateY(-110%);
    transition: transform .85s var(--pds-ease-out);
}

.pds-header-ready header.wp-block-template-part.pds-site-header { transform: none; }

header.wp-block-template-part.pds-site-header > .wp-block-group {
    background: rgba(255, 255, 255, .92) !important;
    border-color: rgba(17, 22, 30, .1) !important;
    box-shadow: 0 12px 40px rgba(6, 10, 16, .07);
    backdrop-filter: blur(18px) saturate(140%);
    transition: background-color .45s ease, border-color .45s ease, box-shadow .45s ease, padding .45s var(--pds-ease-out);
}

body.home header.wp-block-template-part.pds-site-header {
    position: fixed;
    top: 0;
}

body.home header.wp-block-template-part.pds-site-header:not(.is-scrolled) > .wp-block-group {
    background: linear-gradient(180deg, rgba(4, 8, 13, .72), rgba(4, 8, 13, 0)) !important;
    border-color: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
}

body.home header.wp-block-template-part.pds-site-header:not(.is-scrolled) a,
body.home header.wp-block-template-part.pds-site-header:not(.is-scrolled) button { color: #fff !important; }

header.pds-site-header .wp-block-site-title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--pds-motion-ink);
    font-weight: 750;
    letter-spacing: -.035em;
    text-decoration: none;
}

header.pds-site-header .wp-block-site-title a::before {
    content: "PDS";
    display: grid;
    width: 2.45rem;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--pds-motion-accent);
    font-size: .62rem;
    letter-spacing: .08em;
    transition: color .35s ease, background-color .35s ease, transform .5s var(--pds-ease-out);
}

header.pds-site-header .wp-block-site-title a:hover::before {
    background: var(--pds-motion-accent);
    color: var(--pds-motion-dark);
    transform: rotate(12deg) scale(1.05);
}

header.pds-site-header .wp-block-navigation-item {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .55s var(--pds-ease-out), transform .55s var(--pds-ease-out);
}

.pds-header-ready header.pds-site-header .wp-block-navigation-item { opacity: 1; transform: translateY(0); }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(1) { transition-delay: .12s; }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(2) { transition-delay: .17s; }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(3) { transition-delay: .22s; }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(4) { transition-delay: .27s; }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(5) { transition-delay: .32s; }
.pds-header-ready header.pds-site-header .wp-block-navigation-item:nth-child(6) { transition-delay: .37s; }

header.pds-site-header .wp-block-navigation-item__content {
    position: relative;
    padding-block: .5rem;
    text-decoration: none;
}

header.pds-site-header .wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: .18rem;
    left: 0;
    height: 1px;
    background: var(--pds-motion-accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .42s var(--pds-ease-out);
}

header.pds-site-header .wp-block-navigation-item__content:hover::after,
header.pds-site-header .current-menu-item > .wp-block-navigation-item__content::after {
    transform: scaleX(1);
    transform-origin: left;
}

header.pds-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
    padding: .72rem 1.15rem;
    border: 1px solid var(--pds-motion-accent);
    border-radius: 999px;
    transition: background-color .3s ease, color .3s ease, transform .3s var(--pds-ease-out);
}

header.pds-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content::after { display: none; }

header.pds-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover {
    background: var(--pds-motion-accent);
    color: var(--pds-motion-dark) !important;
    transform: translateY(-2px);
}

body.admin-bar header.wp-block-template-part.pds-site-header { top: 32px; }

/* Narrativa principal */
.pds-scroll-story + * { margin-block-start: 0 !important; }

.pds-scroll-story {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    overflow: clip;
    background: var(--pds-motion-dark);
    color: #fff;
}

.pds-scroll-story__sticky {
    position: relative;
    min-height: 100vh;
    padding: clamp(7rem, 12vw, 10rem) clamp(1.5rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
    overflow: hidden;
    isolation: isolate;
}

.pds-scroll-story__layers,
.pds-scroll-story__layer,
.pds-scroll-story__shade,
.pds-scroll-story__grid { position: absolute; inset: 0; }

.pds-scroll-story__layers { z-index: -2; }

.pds-scroll-story__layer {
    opacity: 0;
    background-image: var(--pds-story-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.08);
    transition: opacity 700ms ease;
}

.pds-scroll-story__layer:first-child,
.pds-scroll-story__layer.is-active { opacity: 1; }

.pds-scroll-story__shade {
    z-index: 8;
    background:
        linear-gradient(90deg, rgba(5, 8, 13, .96) 0%, rgba(5, 8, 13, .8) 39%, rgba(5, 8, 13, .19) 74%, rgba(5, 8, 13, .38) 100%),
        linear-gradient(0deg, rgba(5, 8, 13, .82) 0%, transparent 45%, rgba(5, 8, 13, .38) 100%);
}

.pds-scroll-story__grid {
    z-index: 9;
    opacity: .14;
    background-image:
        linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.pds-scroll-story__signal {
    position: absolute;
    z-index: 10;
    width: clamp(18rem, 34vw, 34rem);
    aspect-ratio: 1;
    border: 1px solid rgba(216, 182, 74, .27);
    border-radius: 50%;
    opacity: .65;
    animation: pds-signal-float 9s ease-in-out infinite alternate;
}

.pds-scroll-story__signal::before,
.pds-scroll-story__signal::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(216, 182, 74, .2);
    border-radius: inherit;
}

.pds-scroll-story__signal::after { inset: 28%; }
.pds-scroll-story__signal--one { top: -13%; right: -8%; }
.pds-scroll-story__signal--two { right: 23%; bottom: -30%; width: clamp(13rem, 25vw, 24rem); animation-delay: -4s; }

@keyframes pds-signal-float { to { transform: translate3d(18px, -12px, 0) scale(1.04); } }

.pds-scroll-story__frame {
    position: relative;
    z-index: 20;
    width: min(100%, 1320px);
    min-height: calc(100vh - clamp(12rem, 22vw, 18rem));
    margin: 0 auto;
}

.pds-scroll-story__eyebrow {
    display: flex;
    align-items: center;
    gap: .85rem;
    color: var(--pds-motion-accent-bright);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.pds-scroll-story__eyebrow-line {
    width: 2.8rem;
    height: 1px;
    background: currentColor;
    transform-origin: left;
    animation: pds-line-breathe 2.2s ease-in-out infinite alternate;
}

@keyframes pds-line-breathe { to { transform: scaleX(.45); opacity: .55; } }

.pds-scroll-story__content {
    display: grid;
    gap: 4rem;
    width: min(100%, 820px);
    margin-top: clamp(5rem, 10vh, 8.5rem);
}

.pds-scroll-story__step { position: relative; padding-left: clamp(4.2rem, 8vw, 7rem); }

.pds-scroll-story__number {
    position: absolute;
    top: -.25rem;
    left: 0;
    color: rgba(243, 214, 109, .9);
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    font-variant-numeric: tabular-nums;
    letter-spacing: .08em;
}

.pds-scroll-story__kicker {
    margin: 0 0 1rem;
    color: var(--pds-motion-accent-bright);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.pds-scroll-story__step h1,
.pds-scroll-story__step h2 {
    max-width: 14ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5.3vw, 5.45rem);
    font-weight: 520;
    line-height: .97;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.pds-scroll-story__step--hero h1 { max-width: 15.5ch; font-size: clamp(2.8rem, 4.7vw, 5.15rem); }

.pds-scroll-story__copy {
    max-width: 45rem;
    margin: 1.55rem 0 0;
    color: var(--pds-motion-soft);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.55;
}

.pds-scroll-story__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

.pds-scroll-story__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    min-width: 11.4rem;
    padding: .95rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .35s var(--pds-ease-out), box-shadow .35s ease;
}

.pds-scroll-story__button span {
    display: grid;
    width: 1.85rem;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .15);
    transition: transform .35s var(--pds-ease-out);
}

.pds-scroll-story__button:hover { transform: translateY(-3px); }
.pds-scroll-story__button:hover span { transform: translate(3px, -2px); }

.pds-scroll-story__button--primary {
    background: var(--pds-motion-accent-bright);
    color: var(--pds-motion-dark);
    box-shadow: 0 16px 38px rgba(216, 182, 74, .18);
}

.pds-scroll-story__button--secondary {
    border-color: rgba(255, 255, 255, .56);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}

.pds-scroll-story__button--secondary:hover { border-color: #fff; background: #fff; color: var(--pds-motion-dark); }

.pds-scroll-story__link {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-top: 2rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid var(--pds-motion-accent);
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.pds-scroll-story__rail,
.pds-scroll-story__hint { display: none; }

.pds-motion-enabled .pds-scroll-story { height: 520vh; }

.pds-motion-enabled .pds-scroll-story__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 0;
    padding: clamp(6.6rem, 9vw, 8.2rem) clamp(2rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4rem);
}

.pds-motion-enabled .pds-scroll-story__frame { height: 100%; min-height: 0; }

.pds-motion-enabled .pds-scroll-story__content {
    position: absolute;
    inset: 0 auto auto 0;
    width: min(76vw, 880px);
    height: 100%;
    margin: 0;
}

.pds-motion-enabled .pds-scroll-story__step {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 58px, 0);
    will-change: opacity, transform;
}

.pds-motion-enabled .pds-scroll-story__step.is-active { pointer-events: auto; }
.pds-motion-enabled .pds-scroll-story__step--hero { top: 47%; }
.pds-motion-enabled .pds-scroll-story__layer { transition: none; will-change: opacity, transform; }

.pds-motion-enabled .pds-scroll-story__rail {
    position: absolute;
    top: 50%;
    right: .35rem;
    display: block;
    width: 1rem;
    height: min(44vh, 330px);
    transform: translateY(-50%);
}

.pds-scroll-story__track {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, .27);
}

.pds-scroll-story__track-progress { position: absolute; inset: 0 0 auto; height: 0; background: var(--pds-motion-accent-bright); }
.pds-scroll-story__dots { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

.pds-scroll-story__dot {
    width: .5rem;
    height: .5rem;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    background: var(--pds-motion-dark);
    transition: background-color 220ms ease, transform 220ms ease;
}

.pds-scroll-story__dot.is-active { border-color: var(--pds-motion-accent-bright); background: var(--pds-motion-accent-bright); transform: scale(1.6); }

.pds-motion-enabled .pds-scroll-story__hint {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: .85rem;
    color: rgba(255, 255, 255, .62);
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pds-scroll-story__arrow { color: var(--pds-motion-accent-bright); font-size: 1.15rem; animation: pds-arrow 1.6s ease-in-out infinite; }
@keyframes pds-arrow { 50% { transform: translateY(7px); } }

/* Sistema global de movimiento */
.pds-motion-enabled .pds-reveal {
    opacity: 0;
    transform: translate3d(0, 52px, 0);
    transition: opacity .85s var(--pds-ease-out), transform .85s var(--pds-ease-out);
}

.pds-motion-enabled .pds-reveal.pds-reveal--left { transform: translate3d(-52px, 0, 0); }
.pds-motion-enabled .pds-reveal.pds-reveal--right { transform: translate3d(52px, 0, 0); }
.pds-motion-enabled .pds-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.pds-motion-enabled .pds-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .68s var(--pds-ease-out), transform .68s var(--pds-ease-out);
}

.pds-motion-enabled .pds-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.pds-motion-enabled .pds-stagger.is-visible > *:nth-child(2) { transition-delay: .08s; }
.pds-motion-enabled .pds-stagger.is-visible > *:nth-child(3) { transition-delay: .16s; }
.pds-motion-enabled .pds-stagger.is-visible > *:nth-child(4) { transition-delay: .24s; }
.pds-motion-enabled .pds-stagger.is-visible > *:nth-child(5) { transition-delay: .32s; }

.pds-image-reveal { position: relative; overflow: hidden; border-radius: clamp(.35rem, 1vw, 1rem); }

.pds-motion-enabled .pds-image-reveal {
    clip-path: inset(0 100% 0 0 round .8rem);
    transition: clip-path 1.15s var(--pds-ease-out);
}

.pds-motion-enabled .pds-image-reveal.is-visible { clip-path: inset(0 0 0 0 round .8rem); }
.pds-motion-enabled .pds-stagger.is-visible .pds-image-reveal {
    opacity: 1;
    clip-path: inset(0 0 0 0 round .8rem);
    transform: translate3d(0, 0, 0);
    transition-delay: .18s;
}
.pds-image-reveal img { width: 100%; transition: transform 1.1s var(--pds-ease-out), filter .5s ease; }
.pds-image-reveal:hover img { transform: scale(1.045); }

.pds-card-motion {
    position: relative;
    padding: clamp(1rem, 2vw, 1.45rem);
    border: 1px solid rgba(126, 132, 142, .18);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .45s var(--pds-ease-out), border-color .35s ease, box-shadow .45s ease;
}

.pds-card-motion::after {
    content: "";
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    width: 10rem;
    aspect-ratio: 1;
    border: 1px solid rgba(216, 182, 74, .25);
    border-radius: 50%;
    transition: transform .6s var(--pds-ease-out), background-color .4s ease;
    pointer-events: none;
}

.pds-card-motion:hover {
    z-index: 2;
    border-color: rgba(216, 182, 74, .62);
    box-shadow: 0 24px 55px rgba(4, 8, 13, .15);
    transform: translateY(-8px);
}

.pds-card-motion:hover::after { background: rgba(216, 182, 74, .08); transform: scale(1.35); }
.has-contrast-background-color .pds-card-motion { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .035); }
.has-contrast-background-color .pds-card-motion:hover { border-color: rgba(243, 214, 109, .58); box-shadow: 0 24px 55px rgba(0, 0, 0, .32); }

.wp-block-columns.pds-grid-wide {
    position: relative;
    left: 50%;
    width: min(1180px, calc(100vw - 4rem));
    max-width: none;
    align-items: stretch;
    transform: translateX(-50%);
}

.pds-grid-wide > .wp-block-column {
    min-width: 0;
}

.pds-grid-wide .pds-card-motion h3 {
    font-size: clamp(1.2rem, 1.65vw, 1.65rem);
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
}

/* Liderazgo fundador: dos perfiles, una responsabilidad institucional */
.pds-leadership-section { position: relative; overflow: hidden; }

.pds-leadership-section::before {
    content: "FUNDADORES";
    position: absolute;
    right: -1.5rem;
    bottom: -.08em;
    color: rgba(255, 255, 255, .022);
    font-size: clamp(5rem, 13vw, 11rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .78;
    pointer-events: none;
}

.pds-leadership-grid { position: relative; z-index: 1; align-items: stretch; }

.pds-leadership-card.pds-card-motion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 2.35rem);
}

.pds-founder-profile { position: relative; }

.pds-founder-profile + .pds-founder-profile {
    margin-top: clamp(1.7rem, 3vw, 2.4rem);
    padding-top: clamp(1.7rem, 3vw, 2.4rem);
    border-top: 1px solid rgba(216, 182, 74, .32);
}

.pds-founder-profile h2 {
    max-width: 18ch;
    margin-block: .35rem .7rem;
    font-size: clamp(1.75rem, 2.7vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.pds-founder-profile p { margin-block: .4rem; }

.pds-founder-profile .has-large-font-size {
    color: #f3f4f6;
    font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
    line-height: 1.35;
}

.pds-founder-profile__eyebrow {
    color: var(--pds-motion-accent);
    font-size: .7rem !important;
    font-weight: 700;
    letter-spacing: .13em;
}

.pds-leadership-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 1rem;
}

.pds-leadership-copy .wp-block-quote {
    margin: 0 0 2rem;
    padding: .45rem 0 .45rem 2rem;
    border-left: 2px solid rgba(243, 214, 109, .82);
}

.pds-leadership-copy .wp-block-quote p {
    margin: 0;
    font-size: clamp(1.25rem, 2.1vw, 1.85rem);
    line-height: 1.25;
    letter-spacing: -.025em;
}

.pds-leadership-copy > p { max-width: 42rem; color: #d7d9dc; }

/* Nuestro enfoque: retrato técnico con profundidad y movimiento propio */
.pds-engineer-section {
    --pds-spotlight-x: 14%;
    --pds-spotlight-y: 37%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at var(--pds-spotlight-x) var(--pds-spotlight-y), rgba(216, 182, 74, .15), transparent 28rem),
        linear-gradient(180deg, #fff 0%, #f6f4ee 100%);
}

.pds-engineer-section::before {
    content: "INGENIERÍA";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    color: rgba(17, 22, 30, .035);
    font-size: clamp(5rem, 13vw, 11rem);
    font-weight: 800;
    letter-spacing: -.07em;
    line-height: .8;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wp-block-columns.pds-engineer-layout {
    position: relative;
    left: 50%;
    width: min(1180px, calc(100vw - 4rem));
    max-width: none;
    align-items: center;
    transform: translateX(-50%);
}

.pds-engineer-layout > .wp-block-column { min-width: 0; }

.pds-engineer-visual {
    --pds-engineer-shift: 0px;
    --pds-engineer-turn: 0deg;
    position: relative;
    min-height: clamp(35rem, 55vw, 43rem);
    isolation: isolate;
}

.pds-engineer-visual::before {
    content: "";
    position: absolute;
    inset: 7% 6% 3% 7%;
    z-index: -2;
    background:
        linear-gradient(145deg, rgba(216, 182, 74, .24), transparent 34%),
        linear-gradient(145deg, #172331, #081019 72%);
    clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
    opacity: 0;
    transform: scale(.86) rotate(-5deg);
    transition: opacity .85s ease, transform 1.25s var(--pds-ease-out);
}

.pds-engineer-visual::after {
    content: "";
    position: absolute;
    top: 13%;
    left: 2%;
    z-index: -3;
    width: 74%;
    aspect-ratio: 1;
    border: 1px solid rgba(138, 106, 18, .34);
    border-top-color: var(--pds-motion-accent);
    border-right-color: transparent;
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(216, 182, 74, .055),
        0 0 0 76px rgba(216, 182, 74, .028);
    opacity: 0;
    transform: scale(.8);
    transition: opacity 1s ease .15s, transform 1.2s var(--pds-ease-out) .15s;
    animation: pds-engineer-orbit 18s linear infinite;
}

.pds-engineer-section.is-visible .pds-engineer-visual::before,
.pds-engineer-section.is-visible .pds-engineer-visual::after {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.pds-engineer-figure {
    position: absolute !important;
    inset: auto 0 0 !important;
    z-index: 3;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    opacity: 0;
    transform: translate3d(-55px, calc(var(--pds-engineer-shift) + 32px), 0) rotate(var(--pds-engineer-turn));
    transition: opacity .85s ease .12s, transform 1.1s var(--pds-ease-out) .12s;
}

.pds-engineer-section.is-visible .pds-engineer-figure {
    opacity: 1;
    transform: translate3d(0, var(--pds-engineer-shift), 0) rotate(var(--pds-engineer-turn));
}

.pds-engineer-figure img {
    display: block;
    width: 100%;
    height: clamp(36rem, 58vw, 46rem);
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 28px 30px rgba(4, 8, 13, .27));
    animation: pds-engineer-float 6s ease-in-out infinite alternate;
}

.pds-engineer-badge {
    position: absolute;
    right: 0;
    bottom: 7%;
    z-index: 5;
    margin: 0;
    padding: 1rem 1.2rem 1rem 2.15rem;
    border: 1px solid rgba(216, 182, 74, .48);
    border-radius: .85rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 45px rgba(4, 8, 13, .16);
    color: var(--pds-motion-ink);
    line-height: 1.25;
    opacity: 0;
    transform: translate3d(34px, 0, 0);
    backdrop-filter: blur(16px) saturate(130%);
    transition: opacity .7s ease .45s, transform .9s var(--pds-ease-out) .45s;
}

.pds-engineer-badge::before {
    content: "";
    position: absolute;
    top: 1.33rem;
    left: 1rem;
    width: .55rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--pds-motion-accent);
    box-shadow: 0 0 0 0 rgba(216, 182, 74, .5);
    animation: pds-engineer-pulse 2.2s ease-out infinite;
}

.pds-engineer-badge strong {
    display: inline-block;
    font-size: .78rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pds-engineer-badge span { color: #5a6068; font-size: .75rem; }

.pds-engineer-section.is-visible .pds-engineer-badge {
    opacity: 1;
    transform: none;
}

.pds-engineer-copy {
    position: relative;
    z-index: 4;
}

.pds-engineer-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 4.35vw, 4.8rem) !important;
    line-height: 1.01;
    letter-spacing: -.052em;
}

.pds-motion-enabled .pds-engineer-copy h2,
.pds-motion-enabled .pds-engineer-copy > p:not(:first-child) {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition: opacity .8s ease, transform 1s var(--pds-ease-out);
}

.pds-motion-enabled .pds-engineer-copy h2 {
    clip-path: inset(0 0 100% 0);
    transition: opacity .85s ease .12s, transform 1s var(--pds-ease-out) .12s, clip-path 1s var(--pds-ease-out) .12s;
}

.pds-motion-enabled .pds-engineer-section.is-visible .pds-engineer-copy h2,
.pds-motion-enabled .pds-engineer-section.is-visible .pds-engineer-copy > p {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
}

.pds-motion-enabled .pds-engineer-section.is-visible .pds-engineer-copy > p:nth-of-type(2) { transition-delay: .25s; }
.pds-motion-enabled .pds-engineer-section.is-visible .pds-engineer-copy > p:nth-of-type(3) { transition-delay: .34s; }
.pds-motion-enabled .pds-engineer-section.is-visible .pds-engineer-copy > p:nth-of-type(4) { transition-delay: .43s; }

.pds-engineer-copy > p:not(.pds-engineer-link) { max-width: 39rem; }

.pds-engineer-link { margin-top: 2rem; }

.pds-engineer-link a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--pds-motion-ink);
}

@keyframes pds-engineer-float {
    to { transform: translate3d(0, -8px, 0); }
}

@keyframes pds-engineer-orbit {
    to { rotate: 1turn; }
}

@keyframes pds-engineer-pulse {
    70% { box-shadow: 0 0 0 8px rgba(216, 182, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(216, 182, 74, 0); }
}

/* Microinteracciones: código propio, sin librerías pesadas */
.pds-magnetic {
    --pds-magnetic-x: 0px;
    --pds-magnetic-y: 0px;
    translate: var(--pds-magnetic-x) var(--pds-magnetic-y);
    transition: translate .45s var(--pds-ease-out), transform .32s var(--pds-ease-out), box-shadow .32s ease, background-color .32s ease, color .32s ease;
    will-change: translate;
}

.pds-cursor {
    --pds-cursor-x: -3rem;
    --pds-cursor-y: -3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid rgba(138, 106, 18, .82);
    border-radius: 50%;
    background: rgba(216, 182, 74, .07);
    opacity: 0;
    transform: translate3d(var(--pds-cursor-x), var(--pds-cursor-y), 0) translate(-50%, -50%);
    transition: width .35s var(--pds-ease-out), height .35s var(--pds-ease-out), opacity .25s ease, background-color .35s ease, border-color .35s ease;
    pointer-events: none;
}

.pds-cursor.is-visible { opacity: 1; }

.pds-cursor.is-interactive {
    width: 2.8rem;
    height: 2.8rem;
    border-color: rgba(216, 182, 74, .58);
    background: rgba(216, 182, 74, .12);
}

.pds-trust-strip { position: relative; overflow: hidden; background: #f6f3eb; }

.pds-trust-strip::before {
    content: "CAPACIDAD INTEGRAL";
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(17, 22, 30, .035);
    font-size: clamp(4rem, 11vw, 9rem);
    font-weight: 800;
    letter-spacing: -.05em;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.pds-trust-strip .wp-block-column { position: relative; }

.pds-trust-strip .wp-block-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: rgba(17, 22, 30, .16);
}

.wp-element-button,
.wp-block-button__link { transition: transform .32s var(--pds-ease-out), box-shadow .32s ease, background-color .32s ease, color .32s ease; }
.wp-element-button:hover,
.wp-block-button__link:hover { box-shadow: 0 13px 32px rgba(7, 10, 15, .17); transform: translateY(-3px); }

main a:not(.wp-element-button):not(.pds-scroll-story__button) {
    text-decoration-thickness: 1px;
    text-underline-offset: .24em;
    transition: color .25s ease, text-underline-offset .25s ease;
}

main a:not(.wp-element-button):not(.pds-scroll-story__button):hover { text-underline-offset: .4em; }

.pds-section-accent { position: relative; overflow: hidden; }

.pds-section-accent::after {
    content: "";
    position: absolute;
    top: -35%;
    right: -12%;
    width: clamp(18rem, 42vw, 42rem);
    aspect-ratio: 1;
    border: 1px solid rgba(17, 22, 30, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .08), 0 0 0 110px rgba(255, 255, 255, .05);
    pointer-events: none;
}

/* Lenguaje de movimiento 2.2: inspirado en motion sites, programado para PDS */
.pds-title-reveal .pds-title-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.pds-title-reveal .pds-title-word__inner {
    display: inline-block;
    transform-origin: left bottom;
}

.pds-motion-enabled .pds-title-reveal .pds-title-word__inner {
    opacity: 0;
    transform: translate3d(0, 112%, 0) rotate(2.5deg);
    transition:
        opacity .58s ease var(--pds-word-delay, 0ms),
        transform .85s var(--pds-ease-out) var(--pds-word-delay, 0ms);
}

.pds-motion-enabled .pds-title-reveal.is-visible .pds-title-word__inner {
    opacity: 1;
    transform: none;
}

.pds-trust-marquee {
    padding-inline: 0 !important;
    border-bottom-color: rgba(138, 106, 18, .32) !important;
}

.pds-marquee-rail {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: pds-capability-marquee 26s linear infinite;
}

.pds-marquee-row.wp-block-columns {
    display: flex !important;
    flex: 0 0 100vw;
    width: 100vw;
    max-width: none !important;
    margin: 0 !important;
    gap: 0 !important;
}

.pds-marquee-row > .wp-block-column {
    display: grid;
    flex: 0 0 25%;
    min-width: 0;
    min-height: 7rem;
    padding: 1.25rem 2rem;
    place-items: center;
}

.pds-marquee-row p {
    margin: 0;
    font-size: .78rem;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.pds-trust-marquee:hover .pds-marquee-rail { animation-play-state: paused; }

@keyframes pds-capability-marquee {
    to { transform: translate3d(-50%, 0, 0); }
}

.pds-scene {
    --pds-scene-shift: 0px;
    --pds-media-shift: 0px;
    position: relative;
    isolation: isolate;
}

.pds-scene::before {
    content: "";
    position: absolute;
    inset: -5rem 0;
    z-index: -1;
    opacity: .18;
    background-image:
        linear-gradient(rgba(216, 182, 74, .15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 182, 74, .15) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 82% 48%, #000, transparent 55%);
    transform: translate3d(0, var(--pds-scene-shift), 0);
    pointer-events: none;
}

.pds-solutions-showcase {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(216, 182, 74, .14), transparent 32rem),
        #080c12 !important;
}

.pds-solutions-showcase::after {
    content: "CAPACIDADES";
    position: absolute;
    top: .24em;
    right: -.04em;
    z-index: -1;
    color: rgba(255, 255, 255, .026);
    font-size: clamp(5rem, 14vw, 12rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .8;
    pointer-events: none;
}

.pds-solutions-showcase > .wp-block-group {
    position: relative;
    z-index: 1;
}

.pds-solutions-showcase h2 {
    max-width: 13ch;
    font-size: clamp(2.7rem, 5vw, 5.2rem) !important;
    line-height: .96;
    letter-spacing: -.055em;
}

.wp-block-columns.pds-services-grid {
    position: relative;
    left: 50%;
    width: min(1320px, calc(100vw - 3rem));
    max-width: none;
    margin-top: clamp(3rem, 6vw, 5rem);
    border-block: 1px solid rgba(255, 255, 255, .16);
    gap: 0;
    perspective: 1200px;
    transform: translateX(-50%);
}

.pds-service-card {
    --pds-card-rotate-x: 0deg;
    --pds-card-rotate-y: 0deg;
    --pds-card-glow-x: 50%;
    --pds-card-glow-y: 50%;
    --pds-card-enter-y: 42px;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: clamp(21rem, 31vw, 27rem);
    padding: clamp(1.4rem, 2.4vw, 2.2rem);
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, .16);
    opacity: 0;
    transform: perspective(1000px) translate3d(0, var(--pds-card-enter-y), 0) rotateX(var(--pds-card-rotate-x)) rotateY(var(--pds-card-rotate-y));
    transform-style: preserve-3d;
    transition: opacity .7s ease, transform .85s var(--pds-ease-out), background-color .55s var(--pds-ease-out), color .45s ease;
}

.pds-service-card:first-child { border-left: 0; }
.pds-solutions-showcase.is-visible .pds-service-card { --pds-card-enter-y: 0px; opacity: 1; }
.pds-solutions-showcase.is-visible .pds-service-card:nth-child(2) { transition-delay: .08s; }
.pds-solutions-showcase.is-visible .pds-service-card:nth-child(3) { transition-delay: .16s; }
.pds-solutions-showcase.is-visible .pds-service-card:nth-child(4) { transition-delay: .24s; }

.pds-service-card::before {
    content: attr(data-pds-number);
    position: absolute;
    top: .65rem;
    right: .85rem;
    color: rgba(255, 255, 255, .08);
    font-size: clamp(4.5rem, 8vw, 7.5rem);
    font-weight: 760;
    letter-spacing: -.08em;
    line-height: 1;
    transition: color .45s ease, transform .7s var(--pds-ease-out);
}

.pds-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at var(--pds-card-glow-x) var(--pds-card-glow-y), rgba(243, 214, 109, .25), transparent 34%);
    opacity: 0;
    transition: opacity .35s ease;
}

.pds-service-card > * { position: relative; z-index: 1; }

.pds-service-card h3 {
    max-width: 11ch;
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2.05rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.pds-service-card p { color: #bfc4cc; line-height: 1.6; }

.pds-service-card:hover {
    background: var(--pds-motion-accent);
    color: var(--pds-motion-dark);
}

.pds-service-card:hover::before { color: rgba(7, 10, 15, .1); transform: translate3d(-8px, 8px, 0); }
.pds-service-card:hover::after { opacity: 1; }
.pds-service-card:hover h3,
.pds-service-card:hover p { color: var(--pds-motion-dark); }

.pds-projects-showcase {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(216, 182, 74, .12), transparent 28rem),
        #0a0e15 !important;
}

.pds-projects-showcase h2 {
    max-width: 9ch;
    font-size: clamp(3rem, 6.5vw, 6.5rem) !important;
    line-height: .9;
    letter-spacing: -.065em;
}

.wp-block-columns.pds-projects-track {
    position: relative;
    left: 50%;
    width: min(1320px, calc(100vw - 3rem));
    max-width: none;
    margin-top: clamp(3rem, 7vw, 5rem);
    gap: clamp(1rem, 2vw, 1.7rem);
    perspective: 1400px;
    transform: translateX(-50%);
}

.pds-swipe-hint {
    display: none;
    color: var(--pds-motion-accent-bright);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pds-project-card {
    --pds-card-rotate-x: 0deg;
    --pds-card-rotate-y: 0deg;
    --pds-card-glow-x: 50%;
    --pds-card-glow-y: 50%;
    --pds-card-enter-y: 55px;
    position: relative;
    min-width: 0;
    padding: 0 0 1.7rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .035);
    opacity: 0;
    transform: perspective(1100px) translate3d(0, var(--pds-card-enter-y), 0) rotateX(var(--pds-card-rotate-x)) rotateY(var(--pds-card-rotate-y));
    transform-style: preserve-3d;
    transition: opacity .75s ease, transform .95s var(--pds-ease-out), border-color .4s ease, box-shadow .5s ease;
}

.pds-projects-showcase.is-visible .pds-project-card { --pds-card-enter-y: 0px; opacity: 1; }
.pds-projects-showcase.is-visible .pds-project-card:nth-child(2) { transition-delay: .1s; }
.pds-projects-showcase.is-visible .pds-project-card:nth-child(3) { transition-delay: .2s; }

.pds-project-card::before {
    content: attr(data-pds-number);
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 4;
    display: grid;
    width: 2.65rem;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(7, 10, 15, .54);
    color: #fff;
    font-size: .7rem;
    letter-spacing: .08em;
    backdrop-filter: blur(10px);
}

.pds-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at var(--pds-card-glow-x) var(--pds-card-glow-y), rgba(216, 182, 74, .2), transparent 30%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.pds-project-card:hover {
    border-color: rgba(243, 214, 109, .6);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
}

.pds-project-card:hover::after { opacity: 1; }
.pds-project-card > * { position: relative; z-index: 1; }

.pds-project-card .wp-block-image {
    margin: 0 0 1.5rem;
    border-radius: 0;
    aspect-ratio: 1.12;
    clip-path: inset(0);
}

.pds-project-card .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--pds-media-shift), 0) scale(1.12);
    transition: transform .9s var(--pds-ease-out), filter .45s ease;
}

.pds-project-card:hover .wp-block-image img { filter: saturate(1.08) contrast(1.03); transform: translate3d(0, var(--pds-media-shift), 0) scale(1.18); }

.pds-project-card h3,
.pds-project-card > p { margin-inline: 1.5rem; }

.pds-project-card h3 {
    margin-bottom: .75rem;
    color: #fff;
    font-size: clamp(1.55rem, 2.3vw, 2.1rem);
    letter-spacing: -.04em;
}

.pds-project-card > p { color: #bec3ca; }
.pds-project-card a { color: var(--pds-motion-accent-bright); }

.pds-public-sector {
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #f4f2ec);
}

.pds-public-sector .wp-block-image img {
    transform: translate3d(0, var(--pds-media-shift), 0) scale(1.08);
}

.pds-public-sector h2 { max-width: 12ch; letter-spacing: -.05em; }

.pds-home-leadership {
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(216, 182, 74, .06), transparent 40%),
        #080c12 !important;
}

.pds-home-leadership::after {
    content: "02 / FUNDADORES";
    position: absolute;
    right: clamp(1.5rem, 5vw, 5rem);
    bottom: 1.35rem;
    color: rgba(243, 214, 109, .36);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .16em;
}

.pds-home-leadership__grid { position: relative; z-index: 1; }
.pds-home-leadership h2 { max-width: 13ch; letter-spacing: -.05em; }

.pds-cursor.is-project {
    width: 4.25rem;
    height: 4.25rem;
    border-color: var(--pds-motion-accent-bright);
    background: rgba(7, 10, 15, .86);
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

footer.wp-block-template-part { position: relative; overflow: hidden; }

footer.wp-block-template-part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--pds-motion-accent);
    transition: width 1.2s var(--pds-ease-out);
}

footer.wp-block-template-part.pds-footer-visible::before { width: 100%; }

@media (max-width: 960px) {
    :root { --pds-header-height: 76px; }
    header.pds-site-header .wp-block-site-title a::before { width: 2.1rem; }
    .pds-scroll-story__step h1,
    .pds-scroll-story__step h2 { max-width: 13ch; }
    .pds-engineer-visual { min-height: 36rem; }
    .pds-engineer-copy h2 { font-size: clamp(2.5rem, 5vw, 3.9rem) !important; }
}

@media (max-width: 782px) {
    body.admin-bar header.wp-block-template-part.pds-site-header { top: 46px; }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open {
        background: rgba(7, 10, 15, .98) !important;
        color: #fff !important;
        animation: pds-menu-open .55s var(--pds-ease-out) both;
    }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item { opacity: 1; transform: none; }
    header.pds-site-header .wp-block-navigation__responsive-container-close { color: #fff !important; }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        counter-reset: pds-mobile-nav;
        justify-content: center;
    }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
        counter-increment: pds-mobile-nav;
        position: relative;
        padding-left: 2.25rem;
    }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item::before {
        content: "0" counter(pds-mobile-nav);
        position: absolute;
        top: .72rem;
        left: 0;
        color: var(--pds-motion-accent-bright);
        font-size: .62rem;
        letter-spacing: .08em;
    }

    header.pds-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
        font-size: clamp(1.75rem, 8vw, 3.1rem);
        line-height: 1.05;
    }

    @keyframes pds-menu-open {
        from { clip-path: circle(0 at calc(100% - 2.5rem) 2.5rem); }
        to { clip-path: circle(150% at calc(100% - 2.5rem) 2.5rem); }
    }

    .pds-motion-enabled .pds-scroll-story { height: 455vh; }

    .pds-scroll-story__shade {
        background:
            linear-gradient(90deg, rgba(5, 8, 13, .93), rgba(5, 8, 13, .5)),
            linear-gradient(0deg, rgba(5, 8, 13, .92) 4%, transparent 72%);
    }

    .pds-motion-enabled .pds-scroll-story__sticky { padding: 6.5rem 1.35rem 2rem; }
    .pds-scroll-story__eyebrow-line,
    .pds-motion-enabled .pds-scroll-story__hint span:first-child { display: none; }
    .pds-motion-enabled .pds-scroll-story__content { width: calc(100% - 2.4rem); }
    .pds-scroll-story__step { padding-left: 3.1rem; }

    .pds-scroll-story__step h1,
    .pds-scroll-story__step h2,
    .pds-scroll-story__step--hero h1 { font-size: clamp(2.35rem, 10vw, 3.7rem); }

    .pds-scroll-story__copy { font-size: .98rem; }
    .pds-scroll-story__actions { gap: .65rem; margin-top: 1.5rem; }
    .pds-scroll-story__button { min-width: auto; padding: .78rem 1rem; }
    .pds-scroll-story__button span { display: none; }
    .pds-motion-enabled .pds-scroll-story__rail { display: none; }
    .pds-motion-enabled .pds-scroll-story__hint { right: 1.25rem; }
    .pds-trust-strip .wp-block-column::after { display: none; }

    .pds-marquee-row.wp-block-columns {
        display: flex !important;
        flex: 0 0 auto;
        width: auto;
    }

    .pds-marquee-row > .wp-block-column {
        flex: 0 0 auto !important;
        min-width: min(78vw, 22rem);
        min-height: 6.2rem;
        padding-inline: 1.5rem;
    }

    .wp-block-columns.pds-services-grid {
        left: auto;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: none;
    }

    .pds-service-card {
        min-height: 18rem;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .pds-service-card:nth-child(odd) { border-left: 0; }

    .wp-block-columns.pds-projects-track {
        left: 50%;
        display: flex;
        width: calc(100vw - 2rem);
        margin-right: 0;
        padding: 0 1.25rem .8rem 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        transform: translateX(-50%);
    }

    .pds-projects-track::-webkit-scrollbar { display: none; }

    .pds-swipe-hint {
        display: block;
        margin: 2rem 0 -1.6rem;
    }

    .pds-project-card {
        flex: 0 0 calc(100% - 1.5rem) !important;
        scroll-snap-align: start;
    }

    .pds-public-sector .wp-block-image img { transform: none; }

    .wp-block-columns.pds-grid-wide {
        left: auto;
        width: 100%;
        transform: none;
    }

    .wp-block-columns.pds-engineer-layout {
        left: auto;
        width: 100%;
        gap: 1rem;
        transform: none;
    }

    .pds-engineer-visual {
        min-height: 33rem;
        margin-bottom: 1rem;
    }

    .pds-engineer-figure img { height: 36rem; }
    .pds-engineer-badge { right: .25rem; bottom: 3%; }
    .pds-engineer-copy h2 { max-width: 13ch; font-size: clamp(2.35rem, 10vw, 3.5rem) !important; }
    .pds-leadership-grid { gap: 2rem; }
    .pds-leadership-card,
    .pds-leadership-copy { flex-basis: auto !important; }
    .pds-leadership-copy .wp-block-quote { padding-left: 1.35rem; }
}

@media (pointer: coarse) {
    .pds-cursor { display: none !important; }
    .pds-magnetic { translate: none !important; }
}

@media (max-width: 480px) {
    .pds-scroll-story__grid { background-size: 48px 48px; }
    .pds-scroll-story__step h1,
    .pds-scroll-story__step h2 { max-width: 14ch; }
    .pds-scroll-story__number { font-size: .95rem; }
    .pds-scroll-story__kicker { max-width: 23rem; font-size: .65rem; line-height: 1.4; }
    .pds-engineer-section::before { display: none; }
    .pds-engineer-visual { min-height: 27rem; }
    .pds-engineer-figure img { height: 29rem; }
    .pds-engineer-badge { padding: .8rem .9rem .8rem 1.85rem; }
    .pds-engineer-badge::before { top: 1.08rem; left: .82rem; }
    .pds-engineer-badge strong { font-size: .69rem; }
    .pds-engineer-badge span { font-size: .66rem; }
    .wp-block-columns.pds-services-grid { grid-template-columns: 1fr; }
    .pds-service-card { min-height: 15rem; border-left: 0; }
    .pds-solutions-showcase h2,
    .pds-projects-showcase h2 { font-size: clamp(2.65rem, 13vw, 4.1rem) !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    header.wp-block-template-part.pds-site-header,
    header.pds-site-header .wp-block-navigation-item,
    .pds-reveal,
    .pds-stagger > *,
    .pds-image-reveal,
    .pds-engineer-figure,
    .pds-engineer-badge,
    .pds-engineer-copy h2,
    .pds-engineer-copy > p,
    .pds-title-word__inner,
    .pds-service-card,
    .pds-project-card,
    .pds-public-sector .wp-block-image img {
        opacity: 1 !important;
        clip-path: none !important;
        transform: none !important;
    }

    .pds-marquee-rail { width: 100%; animation: none !important; }
    .pds-marquee-row--clone { display: none !important; }
}

@media print {
    header.wp-block-template-part.pds-site-header { position: static !important; transform: none !important; }
    .pds-scroll-story { height: auto !important; }
    .pds-scroll-story__sticky { min-height: auto; padding: 2rem; }
    .pds-scroll-story__layers,
    .pds-scroll-story__rail,
    .pds-scroll-story__hint { display: none !important; }
}
