.prm-program-panel--profile {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none !important;
}

.prm-program-panel--profile::before {
    display: none;
}

.prm-program-panel--profile .prm-article__body--profile {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #173126;
    font-size: 16px;
    line-height: 1.65;
}

.prm-au {
    --au-accent: #168b2d;
    --au-accent-deep: #104522;
    --au-tint: #eef8f1;
    --au-tint-strong: #dff2e5;
    --au-ink: #142018;
    --au-muted: #607066;
    --au-border: #dce8df;
    --au-enter: cubic-bezier(.16, .95, .24, 1);
    color: var(--au-ink);
}

.prm-au--education {
    --au-accent: #177c58;
    --au-accent-deep: #0d4d37;
    --au-tint: #edf8f4;
    --au-tint-strong: #d9f0e7;
}

.prm-au--quran {
    --au-accent: #27724a;
    --au-accent-deep: #123f2a;
    --au-tint: #f1f7ed;
    --au-tint-strong: #e2efd9;
}

.prm-au--economy {
    --au-accent: #7a6824;
    --au-accent-deep: #514414;
    --au-tint: #fbf7e8;
    --au-tint-strong: #f3e9ba;
    --au-border: #e7e1c9;
}

.prm-au--building {
    --au-accent: #176b68;
    --au-accent-deep: #0c4644;
    --au-tint: #eef8f7;
    --au-tint-strong: #d8eeec;
}

.prm-motion-enabled .prm-au:not(.is-ready) {
    opacity: 0;
}

.prm-au.is-ready {
    opacity: 1;
    transition: opacity .2s ease;
}

.prm-motion-enabled .prm-au [data-au-reveal] {
    opacity: 0;
    transform: translateY(14px);
}

.prm-motion-enabled .prm-au [data-au-reveal].is-visible {
    animation: prmAuReveal .42s var(--au-delay, 0ms) var(--au-enter) both;
}

.prm-au__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--au-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prm-au__eyebrow::before {
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.prm-au__intro {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 42px;
    align-items: center;
    padding: clamp(28px, 4.6vw, 52px);
    border: 1px solid var(--au-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--au-tint-strong) 72%, transparent), transparent 35%),
        linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--au-tint) 68%, #fff) 100%);
    box-shadow: 0 20px 54px rgba(15, 55, 27, .075);
}

.prm-au__intro::after {
    position: absolute;
    right: -80px;
    bottom: -142px;
    width: 300px;
    height: 300px;
    border: 42px solid color-mix(in srgb, var(--au-accent) 7%, transparent);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.prm-au__intro-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.prm-au__intro h2 {
    margin: 13px 0 0;
    max-width: 780px;
    color: var(--au-accent-deep);
    font-size: clamp(28px, 4.2vw, 48px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.prm-au__intro-copy > p {
    max-width: 720px;
    margin: 17px 0 0;
    color: var(--au-muted);
    font-size: 15px;
    line-height: 1.8;
}

.prm-au__status {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 22px;
    padding: 10px 13px;
    border: 1px solid color-mix(in srgb, var(--au-accent) 22%, white);
    border-radius: 13px;
    background: rgba(255, 255, 255, .76);
}

.prm-au__status-mark {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--au-accent);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--au-accent) 13%, transparent);
}

.prm-au__status strong,
.prm-au__status small {
    display: block;
}

.prm-au__status strong {
    color: var(--au-accent-deep);
    font-size: 11px;
    font-weight: 800;
}

.prm-au__status small {
    margin-top: 2px;
    color: var(--au-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.prm-au__intro-art {
    position: relative;
    z-index: 1;
    display: grid;
    width: 164px;
    height: 164px;
    place-items: center;
    justify-self: end;
    border: 1px solid color-mix(in srgb, var(--au-accent) 15%, white);
    border-radius: 38% 62% 56% 44% / 42% 36% 64% 58%;
    background: color-mix(in srgb, var(--au-tint-strong) 68%, white);
    color: var(--au-accent);
    animation: prmAuFloat 6s ease-in-out infinite;
}

.prm-au__intro-art::before {
    position: absolute;
    inset: 13px;
    border: 1px dashed color-mix(in srgb, var(--au-accent) 24%, transparent);
    border-radius: inherit;
    content: "";
}

.prm-au__intro-art svg {
    position: relative;
    width: 82px;
    height: 82px;
}

.prm-au__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 0;
}

.prm-au__metrics > div {
    position: relative;
    overflow: hidden;
    min-height: 136px;
    padding: 22px;
    border: 1px solid var(--au-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 55, 27, .045);
    transition: border-color .2s ease, box-shadow .24s ease, transform .24s var(--au-enter);
}

.prm-au__metrics > div::after {
    position: absolute;
    right: -20px;
    bottom: -26px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--au-tint);
    content: "";
}

.prm-au__metrics > div:hover {
    border-color: color-mix(in srgb, var(--au-accent) 32%, white);
    box-shadow: 0 16px 34px rgba(15, 55, 27, .08);
    transform: translateY(-3px);
}

.prm-au__metrics dt {
    color: var(--au-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.prm-au__metrics dd {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    color: var(--au-accent-deep);
    font-size: clamp(23px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
}

.prm-au__metrics small {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 9px;
    color: var(--au-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.prm-au__section-nav {
    position: sticky;
    top: 84px;
    z-index: 20;
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin: 14px 0 0;
    padding: 7px;
    border: 1px solid var(--au-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(15, 55, 27, .07);
    scrollbar-width: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.prm-au__section-nav::-webkit-scrollbar {
    display: none;
}

.prm-au__section-nav a {
    display: inline-flex;
    min-height: 40px;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    border-radius: 11px;
    color: var(--au-muted);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.prm-au__section-nav a:hover,
.prm-au__section-nav a:focus-visible {
    background: var(--au-tint);
    color: var(--au-accent-deep);
}

.prm-au__section-nav a:active {
    transform: scale(.98);
}

.prm-au__section-nav span {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 7px;
    background: var(--au-tint);
    color: var(--au-accent);
    font-size: 8px;
}

.prm-au__section {
    scroll-margin-top: 148px;
    margin-top: 16px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--au-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 55, 27, .055);
}

.prm-au__section:nth-of-type(even) {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--au-tint) 58%, white), #fff 58%);
}

.prm-au__section-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
    gap: 38px;
    align-items: end;
    margin-bottom: 25px;
}

.prm-au__section-heading h2 {
    margin: 11px 0 0;
    color: var(--au-accent-deep);
    font-size: clamp(23px, 3.3vw, 36px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.16;
}

.prm-au__section-heading > p {
    margin: 0;
    color: var(--au-muted);
    font-size: 14px;
    line-height: 1.75;
}

.prm-au__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.prm-au__cards > article {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 23px;
    border: 1px solid var(--au-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    transition: border-color .2s ease, box-shadow .24s ease, transform .24s var(--au-enter);
}

.prm-au__cards > article::after {
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    border: 18px solid color-mix(in srgb, var(--au-accent) 6%, transparent);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transition: transform .4s var(--au-enter);
}

.prm-au__cards > article:hover {
    z-index: 1;
    border-color: color-mix(in srgb, var(--au-accent) 30%, white);
    box-shadow: 0 16px 34px rgba(15, 55, 27, .08);
    transform: translateY(-3px);
}

.prm-au__cards > article:hover::after {
    transform: scale(1.12) rotate(8deg);
}

.prm-au__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.prm-au__card-number {
    display: grid;
    min-width: 34px;
    height: 32px;
    place-items: center;
    padding: 0 8px;
    border-radius: 10px;
    background: var(--au-tint);
    color: var(--au-accent);
    font-size: 9px;
    font-weight: 800;
}

.prm-au__card-top small {
    color: var(--au-accent);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .07em;
    text-align: right;
    text-transform: uppercase;
}

.prm-au__cards h3 {
    position: relative;
    z-index: 1;
    margin: 19px 0 0;
    color: var(--au-ink);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.3;
}

.prm-au__cards p {
    position: relative;
    z-index: 1;
    margin: 9px 0 0;
    color: var(--au-muted);
    font-size: 14px;
    line-height: 1.75;
}

.prm-au__section--steps .prm-au__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prm-au__section--steps .prm-au__cards > article {
    min-height: 238px;
}

.prm-au__section--steps .prm-au__cards > article:not(:last-child)::before {
    position: absolute;
    top: 38px;
    right: -15px;
    z-index: 2;
    width: 17px;
    height: 2px;
    background: var(--au-accent);
    content: "";
    opacity: .36;
}

.prm-au__section--timeline .prm-au__cards {
    grid-template-columns: 1fr;
    gap: 0;
}

.prm-au__section--timeline .prm-au__cards > article {
    display: grid;
    min-height: 0;
    grid-template-columns: 70px minmax(180px, .52fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 21px 4px;
    border: 0;
    border-bottom: 1px solid var(--au-border);
    border-radius: 0;
    background: transparent;
}

.prm-au__section--timeline .prm-au__cards > article:last-child {
    border-bottom: 0;
}

.prm-au__section--timeline .prm-au__cards > article:hover {
    box-shadow: none;
    transform: translateX(4px);
}

.prm-au__section--timeline .prm-au__cards > article::after {
    display: none;
}

.prm-au__section--timeline .prm-au__card-top {
    display: block;
}

.prm-au__section--timeline .prm-au__card-number {
    width: 62px;
    height: 42px;
    border-radius: 12px;
    font-size: 9px;
}

.prm-au__section--timeline .prm-au__card-top small {
    display: block;
    margin-top: 7px;
    text-align: left;
}

.prm-au__section--timeline .prm-au__cards h3 {
    margin: 2px 0 0;
}

.prm-au__section--timeline .prm-au__cards p {
    margin: 0;
}

.prm-au__section--notice {
    border-color: color-mix(in srgb, var(--au-accent) 18%, white);
    background:
        linear-gradient(135deg, var(--au-tint), #fff 64%);
}

.prm-au__section--notice .prm-au__cards {
    grid-template-columns: 1fr;
}

.prm-au__section--notice .prm-au__cards > article {
    min-height: 0;
    padding: 22px 24px;
    border-style: dashed;
}

.prm-au__section--highlight .prm-au__cards {
    grid-template-columns: 1fr;
}

.prm-au__section--highlight .prm-au__cards > article {
    min-height: 0;
    padding: 28px;
    border-color: color-mix(in srgb, var(--au-accent) 18%, white);
    background:
        linear-gradient(125deg, var(--au-accent-deep) 0%, color-mix(in srgb, var(--au-accent-deep) 86%, var(--au-accent)) 100%);
}

.prm-au__section--highlight .prm-au__card-number,
.prm-au__section--highlight .prm-au__card-top small,
.prm-au__section--highlight h3,
.prm-au__section--highlight p {
    color: #fff;
}

.prm-au__section--highlight .prm-au__card-number {
    background: rgba(255, 255, 255, .13);
}

.prm-au__section--highlight p {
    color: rgba(255, 255, 255, .73);
}

.prm-au__source-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    padding: 0 13px;
    border: 1px solid color-mix(in srgb, var(--au-accent) 22%, white);
    border-radius: 11px;
    background: #fff;
    color: var(--au-accent-deep);
    font-size: 12px;
    font-weight: 800;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.prm-au__source-link:hover,
.prm-au__source-link:focus-visible {
    border-color: var(--au-accent);
    background: var(--au-tint);
}

.prm-au__source-link:active {
    transform: scale(.98);
}

.prm-au__source-link svg {
    width: 16px;
    height: 16px;
}

.prm-au__section--highlight .prm-au__source-link {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.prm-au__section--highlight .prm-au__source-link:hover {
    background: rgba(255, 255, 255, .18);
}

.prm-au-tabs {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 14px;
}

.prm-au-tabs__list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.prm-au-tabs__list button {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--au-border);
    border-radius: 14px;
    background: #fff;
    color: var(--au-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    transition: border-color .18s ease, background-color .2s ease, color .18s ease, transform .18s ease;
}

.prm-au-tabs__list button:hover,
.prm-au-tabs__list button:focus-visible {
    border-color: color-mix(in srgb, var(--au-accent) 38%, white);
    color: var(--au-accent-deep);
}

.prm-au-tabs__list button:active {
    transform: scale(.985);
}

.prm-au-tabs__list button.is-active {
    border-color: color-mix(in srgb, var(--au-accent) 32%, white);
    background: var(--au-tint);
    color: var(--au-accent-deep);
}

.prm-au-tabs__list button span {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 9px;
    background: #fff;
    color: var(--au-accent);
    font-size: 8px;
    box-shadow: 0 4px 10px rgba(15, 55, 27, .06);
}

.prm-au-tabs__viewport {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid var(--au-border);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, var(--au-tint-strong), transparent 34%),
        #fff;
    transition: height .3s var(--au-enter);
}

.prm-au-tabs__panel {
    display: none;
    padding: clamp(24px, 4vw, 38px);
}

.prm-au-tabs__panel.is-active {
    display: block;
}

.prm-au-tabs__panel.is-leaving {
    display: block;
    animation: prmAuTabOut .12s ease both;
}

.prm-au-tabs__panel.is-entering {
    display: block;
    animation: prmAuTabIn .28s var(--au-enter) both;
}

.prm-au-tabs__identity > span {
    color: var(--au-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.prm-au-tabs__identity h3 {
    margin: 9px 0 0;
    color: var(--au-accent-deep);
    font-size: clamp(23px, 3vw, 31px);
    font-weight: 800;
    letter-spacing: -.04em;
}

.prm-au-tabs__identity p {
    margin: 9px 0 0;
    color: var(--au-muted);
    font-size: 14px;
    line-height: 1.7;
}

.prm-au-tabs__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 22px 0 0;
}

.prm-au-tabs__facts > div {
    padding: 13px;
    border: 1px solid var(--au-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, .8);
}

.prm-au-tabs__facts dt {
    color: var(--au-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.prm-au-tabs__facts dd {
    margin: 5px 0 0;
    color: var(--au-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.prm-au__gallery {
    display: grid;
    grid-template-columns: 1.22fr .78fr;
    gap: 12px;
}

.prm-au__gallery button {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 280px;
    padding: 0;
    border: 1px solid var(--au-border);
    border-radius: 19px;
    background: var(--au-tint);
    color: #fff;
    text-align: left;
}

.prm-au__gallery img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform .48s var(--au-enter), filter .3s ease;
}

.prm-au__gallery button:hover img,
.prm-au__gallery button:focus-visible img {
    filter: saturate(1.04);
    transform: scale(1.035);
}

.prm-au__gallery button > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px;
    background: rgba(5, 28, 16, .78);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.prm-au__gallery strong,
.prm-au__gallery small {
    display: block;
}

.prm-au__gallery strong {
    font-size: 13px;
    font-weight: 800;
}

.prm-au__gallery small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.45;
}

.prm-au__references {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 16px;
    padding: 20px;
    border: 1px solid var(--au-border);
    border-radius: 19px;
    background: #fff;
}

.prm-au__references-head {
    display: flex;
    align-items: center;
    gap: 11px;
}

.prm-au__references-head > span:first-child {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: var(--au-tint);
    color: var(--au-accent);
}

.prm-au__references-head svg {
    width: 20px;
    height: 20px;
}

.prm-au__references-head strong,
.prm-au__references-head small {
    display: block;
}

.prm-au__references-head strong {
    color: var(--au-accent-deep);
    font-size: 13px;
    font-weight: 800;
}

.prm-au__references-head small {
    margin-top: 3px;
    color: var(--au-muted);
    font-size: 11px;
    line-height: 1.45;
}

.prm-au__references details {
    border: 1px solid var(--au-border);
    border-radius: 13px;
    background: #fff;
}

.prm-au__references summary {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 13px;
    color: var(--au-accent-deep);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.prm-au__references summary::-webkit-details-marker {
    display: none;
}

.prm-au__references summary svg {
    width: 17px;
    height: 17px;
    transition: transform .2s var(--au-enter);
}

.prm-au__references details[open] summary svg {
    transform: rotate(180deg);
}

.prm-au__references ul {
    margin: 0;
    padding: 4px 13px 13px;
    list-style: none;
}

.prm-au__references details[open] ul {
    animation: prmAuSourceIn .22s var(--au-enter) both;
}

.prm-au__references details.is-closing ul {
    animation: prmAuSourceOut .14s ease both;
}

.prm-au__references li {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--au-border);
    font-size: 12px;
    line-height: 1.55;
}

.prm-au__references li > span {
    color: var(--au-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.prm-au__references a,
.prm-au__references li > strong {
    color: var(--au-ink);
    font-weight: 700;
}

.prm-au__references a:hover {
    color: var(--au-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prm-au-lightbox {
    position: fixed;
    inset: 0;
    z-index: 20000;
    visibility: hidden;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s;
}

.prm-au-lightbox.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.prm-au-lightbox__scrim {
    position: absolute;
    inset: 0;
    background: rgba(3, 18, 10, .78);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.prm-au-lightbox__dialog {
    position: relative;
    overflow: hidden;
    display: grid;
    width: min(980px, 100%);
    max-height: calc(100vh - 44px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
    opacity: 0;
    transform: translateY(14px) scale(.97);
    transition: opacity .22s ease, transform .32s var(--au-enter);
}

.prm-au-lightbox.is-open .prm-au-lightbox__dialog {
    opacity: 1;
    transform: none;
}

.prm-au-lightbox header,
.prm-au-lightbox footer {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px 10px 18px;
    background: #fff;
}

.prm-au-lightbox header {
    border-bottom: 1px solid #e8efea;
}

.prm-au-lightbox footer {
    justify-content: flex-end;
    border-top: 1px solid #e8efea;
}

.prm-au-lightbox header strong,
.prm-au-lightbox header span {
    display: block;
}

.prm-au-lightbox header strong {
    color: var(--au-ink);
    font-size: 12px;
    font-weight: 800;
}

.prm-au-lightbox header span {
    margin-top: 3px;
    color: var(--au-muted);
    font-size: 9px;
}

.prm-au-lightbox header button,
.prm-au-lightbox footer button,
.prm-au-lightbox footer a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid var(--au-border);
    border-radius: 12px;
    background: #fff;
    color: var(--au-accent-deep);
    font-size: 10px;
    font-weight: 800;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.prm-au-lightbox header button {
    padding: 0;
}

.prm-au-lightbox button:hover,
.prm-au-lightbox footer a:hover {
    border-color: color-mix(in srgb, var(--au-accent) 34%, white);
    background: var(--au-tint);
}

.prm-au-lightbox button:active,
.prm-au-lightbox footer a:active {
    transform: scale(.96);
}

.prm-au-lightbox svg {
    width: 18px;
    height: 18px;
}

.prm-au-lightbox__media {
    overflow: auto;
    display: grid;
    min-height: 280px;
    place-items: center;
    padding: 16px;
    background: #071a10;
}

.prm-au-lightbox__media img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 190px);
    object-fit: contain;
}

@keyframes prmAuReveal {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

@keyframes prmAuFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes prmAuTabOut {
    to { opacity: 0; transform: translateY(4px); }
}

@keyframes prmAuTabIn {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: none; }
}

@keyframes prmAuSourceIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: none; }
}

@keyframes prmAuSourceOut {
    to { opacity: 0; transform: translateY(-4px); }
}

@media (max-width: 900px) {
    .prm-au__intro {
        grid-template-columns: minmax(0, 1fr) 130px;
        gap: 24px;
    }

    .prm-au__intro-art {
        width: 126px;
        height: 126px;
        border-radius: 31px;
    }

    .prm-au__intro-art svg {
        width: 65px;
        height: 65px;
    }

    .prm-au__section-heading {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .prm-au__section--steps .prm-au__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prm-au__section--steps .prm-au__cards > article {
        min-height: 200px;
    }

    .prm-au__section--steps .prm-au__cards > article::before {
        display: none;
    }
}

@media (max-width: 680px) {
    .prm-au {
        margin: -3px;
    }

    .prm-au__intro {
        grid-template-columns: minmax(0, 1fr) 68px;
        gap: 10px;
        padding: 21px 18px;
        border-radius: 20px;
    }

    .prm-au__intro h2 {
        margin-top: 9px;
        font-size: clamp(23px, 7.8vw, 31px);
        line-height: 1.12;
    }

    .prm-au__intro-copy > p {
        margin-top: 11px;
        font-size: 14px;
        line-height: 1.7;
    }

    .prm-au__intro-art {
        width: 62px;
        height: 62px;
        align-self: start;
        border-radius: 18px;
        animation: none;
    }

    .prm-au__intro-art::before {
        inset: 7px;
    }

    .prm-au__intro-art svg {
        width: 34px;
        height: 34px;
    }

    .prm-au__status {
        width: calc(100% + 78px);
        margin-top: 14px;
        padding: 9px 11px;
    }

    .prm-au__status small {
        font-size: 8px;
    }

    .prm-au__metrics {
        gap: 7px;
        margin-top: 9px;
    }

    .prm-au__metrics > div {
        min-height: 112px;
        padding: 14px 11px;
        border-radius: 15px;
    }

    .prm-au__metrics dt {
        min-height: 22px;
        font-size: 7px;
        line-height: 1.45;
    }

    .prm-au__metrics dd {
        margin-top: 7px;
        font-size: clamp(17px, 5.4vw, 23px);
    }

    .prm-au__metrics small {
        margin-top: 6px;
        font-size: 7px;
        line-height: 1.4;
    }

    .prm-au__section-nav {
        top: 74px;
        margin-top: 9px;
        padding: 5px;
        border-radius: 14px;
        scroll-snap-type: x proximity;
    }

    .prm-au__section-nav a {
        min-height: 38px;
        padding: 0 10px;
        font-size: 10px;
        scroll-snap-align: start;
    }

    .prm-au__section-nav span {
        width: 20px;
        height: 20px;
    }

    .prm-au__section {
        scroll-margin-top: 128px;
        margin-top: 9px;
        padding: 20px 16px;
        border-radius: 18px;
        box-shadow: 0 9px 26px rgba(15, 55, 27, .05);
    }

    .prm-au__section-heading {
        margin-bottom: 17px;
    }

    .prm-au__section-heading h2 {
        margin-top: 8px;
        font-size: 23px;
        line-height: 1.18;
    }

    .prm-au__section-heading > p {
        font-size: 14px;
        line-height: 1.68;
    }

    .prm-au__cards,
    .prm-au__section--steps .prm-au__cards {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .prm-au__cards > article,
    .prm-au__section--steps .prm-au__cards > article {
        min-height: 0;
        padding: 17px;
        border-radius: 15px;
    }

    .prm-au__cards h3 {
        margin-top: 13px;
        font-size: 15px;
    }

    .prm-au__cards p {
        font-size: 14px;
        line-height: 1.68;
    }

    .prm-au__section--timeline .prm-au__cards > article {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px 13px;
        padding: 15px 0;
    }

    .prm-au__section--timeline .prm-au__card-top {
        grid-row: 1 / span 2;
    }

    .prm-au__section--timeline .prm-au__card-number {
        width: 53px;
        height: 38px;
    }

    .prm-au__section--timeline .prm-au__cards h3 {
        grid-column: 2;
        margin: 0;
    }

    .prm-au__section--timeline .prm-au__cards p {
        grid-column: 2;
    }

    .prm-au__section--highlight .prm-au__cards > article {
        padding: 20px;
    }

    .prm-au-tabs {
        display: block;
    }

    .prm-au-tabs__list {
        flex-direction: row;
        overflow-x: auto;
        margin: 0 -16px 9px;
        padding: 0 16px 4px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .prm-au-tabs__list::-webkit-scrollbar {
        display: none;
    }

    .prm-au-tabs__list button {
        min-width: max-content;
        min-height: 46px;
        flex: 0 0 auto;
        padding: 7px 10px;
        font-size: 11px;
        scroll-snap-align: start;
    }

    .prm-au-tabs__list button span {
        width: 24px;
        height: 24px;
    }

    .prm-au-tabs__viewport {
        min-height: 0;
        border-radius: 16px;
    }

    .prm-au-tabs__panel {
        padding: 20px 16px;
    }

    .prm-au-tabs__identity h3 {
        font-size: 22px;
    }

    .prm-au-tabs__facts {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-top: 16px;
    }

    .prm-au-tabs__facts > div {
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .prm-au-tabs__facts dd {
        margin: 0;
    }

    .prm-au__source-link {
        min-height: 44px;
    }

    .prm-au__gallery {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .prm-au__gallery button,
    .prm-au__gallery img {
        min-height: 210px;
    }

    .prm-au__references {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 9px;
        padding: 15px;
        border-radius: 16px;
    }

    .prm-au__references li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .prm-au-lightbox {
        padding: 10px;
    }

    .prm-au-lightbox__dialog {
        max-height: calc(100vh - 20px);
        border-radius: 18px;
    }

    .prm-au-lightbox header,
    .prm-au-lightbox footer {
        min-height: 58px;
        padding: 8px 10px 8px 13px;
    }

    .prm-au-lightbox footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .prm-au-lightbox footer button,
    .prm-au-lightbox footer a {
        width: 100%;
        padding: 0 9px;
        font-size: 9px;
    }

    .prm-au-lightbox__media {
        min-height: 210px;
        padding: 8px;
    }

    .prm-au-lightbox__media img {
        max-height: calc(100vh - 160px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .prm-au,
    .prm-au *,
    .prm-au *::before,
    .prm-au *::after,
    .prm-au-lightbox,
    .prm-au-lightbox * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }

    .prm-motion-enabled .prm-au [data-au-reveal] {
        opacity: 1;
        transform: none;
    }
}
