@charset "UTF-8";
:root {
    --punres-ink: #11120f;
    --punres-paper: #f0ede3;
    --punres-paper-deep: #dfd9cb;
    --punres-accent: #c8ff3d;
    --punres-muted: #6d6d63;
    --punres-line: rgba(17, 18, 15, .18);
}

.punres-recovery,
.punres-site-header,
.punres-site-footer {
    box-sizing: border-box;
    color: var(--punres-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.punres-recovery *,
.punres-site-header *,
.punres-site-footer * { box-sizing: border-box; }
.punres-recovery a,
.punres-site-header a,
.punres-site-footer a { color: inherit; }
.punres-recovery h1,
.punres-recovery h2,
.punres-recovery h3,
.punres-recovery p { margin-top: 0; }
.punres-recovery h1,
.punres-recovery h2,
.punres-recovery h3,
.punres-brand,
.punres-site-mark {
    font-family: "Arial Narrow", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -.045em;
}

.punres-skip {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 1000;
    padding: .75rem 1rem;
    color: #111;
    background: #fff;
    transform: translateY(-120%);
}
.punres-skip:focus { transform: none; }

.punres-standalone {
    margin: 0;
    color: var(--punres-ink);
    background: var(--punres-paper);
    overflow-x: clip;
}

.punres-site-header {
    min-height: 76px;
    padding: 0 clamp(1.25rem, 4vw, 4.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #fff;
    background: var(--punres-ink);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.punres-site-mark {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -.02em;
}
.punres-site-mark > span {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    color: var(--punres-ink);
    background: var(--punres-accent);
    border-radius: 50%;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    letter-spacing: 0;
}

.punres-nav { display: flex; align-items: center; gap: clamp(.8rem, 2.5vw, 2.4rem); }
.punres-nav a {
    color: inherit;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    opacity: .7;
    transition: color .2s ease, opacity .2s ease;
}
.punres-nav a:hover,
.punres-nav a:focus-visible { color: var(--punres-accent); opacity: 1; }

.punres-recovery {
    --punres-pad: clamp(1.25rem, 5vw, 5.5rem);
    width: 100%;
}

.punres-home { background: var(--punres-paper); overflow: visible; }
.punres-hero {
    position: relative;
    width: 100%;
    min-height: clamp(640px, calc(100svh - 96px), 900px);
    margin-left: 0;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    color: #fff;
    background: #0d110e;
    overflow: hidden;
}
.punres-js .punres-hero {
    width: var(--punres-hero-width, 100vw);
    margin-left: var(--punres-edge, 0);
}
.punres-hero-image {
    position: absolute;
    inset: -4%;
    z-index: -3;
    width: 108%;
    height: 108%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, var(--punres-parallax, 0), 0) scale(1.025);
    will-change: transform;
}
.punres-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(6, 9, 7, .96) 0%, rgba(6, 9, 7, .88) 36%, rgba(6, 9, 7, .18) 73%, rgba(6, 9, 7, .52) 100%),
        linear-gradient(0deg, rgba(6, 8, 6, .8), transparent 62%);
}
.punres-hero-inner {
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: clamp(5.5rem, 13vh, 9rem) var(--punres-pad) clamp(4rem, 8vh, 6.5rem);
}
.punres-eyebrow,
.punres-kicker {
    margin-bottom: 1rem;
    color: var(--punres-accent);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.punres-brand {
    margin: 0 0 clamp(3rem, 7vh, 5.5rem);
    color: #fff;
    font-size: clamp(4.2rem, 10vw, 10.5rem);
    font-weight: 900;
    line-height: .77;
    letter-spacing: -.075em;
}
.punres-hero h1 {
    max-width: 780px;
    margin: 0 0 1.3rem;
    color: #fff;
    font-size: clamp(2.7rem, 5.4vw, 6rem);
    font-weight: 790;
    line-height: .9;
}
.punres-lede {
    max-width: 600px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.55vw, 1.22rem);
    line-height: 1.65;
}
.punres-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.punres-button {
    min-height: 50px;
    padding: .88rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--punres-ink) !important;
    background: var(--punres-accent);
    border-radius: 2px;
    font-size: .83rem;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}
.punres-button:hover,
.punres-button:focus-visible { transform: translateY(-3px); background: #dcff83; }
.punres-button-dark { color: #fff !important; background: var(--punres-ink); }
.punres-button-dark:hover,
.punres-button-dark:focus-visible { background: #2b2d26; }
.punres-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff !important;
    font-size: .84rem;
    font-weight: 750;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .58);
    padding-bottom: .18rem;
}
.punres-quiet-link span { transition: transform .2s ease; }
.punres-quiet-link:hover span,
.punres-quiet-link:focus-visible span { transform: translate(.2rem, -.15rem); }

.punres-intro,
.punres-highlights {
    padding: clamp(5rem, 10vw, 10rem) var(--punres-pad);
    display: grid;
    grid-template-columns: minmax(150px, .65fr) minmax(0, 1.5fr);
    gap: clamp(2rem, 8vw, 9rem);
}
.punres-intro h2,
.punres-highlights h2,
.punres-statement h2 {
    max-width: 950px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.6rem, 6.5vw, 7.2rem);
    font-weight: 800;
    line-height: .9;
}
.punres-intro div > p {
    max-width: 740px;
    color: #505047;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.78;
}

.punres-index { border-top: 1px solid var(--punres-line); }
.punres-index-row {
    min-height: 175px;
    padding: 2.2rem var(--punres-pad);
    display: grid;
    grid-template-columns: minmax(70px, .23fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--punres-line);
    transition: color .25s ease, background .25s ease, padding .25s ease;
}
.punres-index-number {
    color: #596331;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}
.punres-index-row h3 {
    margin: 0 0 .4rem;
    font-size: clamp(1.8rem, 3.6vw, 3.9rem);
    font-weight: 780;
    line-height: 1;
}
.punres-index-row p { max-width: 650px; margin: 0; color: var(--punres-muted); line-height: 1.55; }
.punres-index-row > b { font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.punres-index-row:hover,
.punres-index-row:focus-visible { padding-left: calc(var(--punres-pad) + .8rem); color: #fff; background: var(--punres-ink); }
.punres-index-row:hover p,
.punres-index-row:focus-visible p { color: rgba(255, 255, 255, .62); }
.punres-index-row:hover .punres-index-number,
.punres-index-row:focus-visible .punres-index-number { color: var(--punres-accent); }
.punres-index-row:hover > b,
.punres-index-row:focus-visible > b { transform: translate(.25rem, -.25rem); }

.punres-highlights { background: var(--punres-paper-deep); }
.punres-highlights-heading h2 { font-size: clamp(2.5rem, 5.4vw, 5.8rem); }
.punres-highlight-list { border-top: 1px solid var(--punres-line); }
.punres-highlight-list a {
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: inherit;
    font-size: clamp(1.2rem, 2.1vw, 1.85rem);
    font-weight: 760;
    text-decoration: none;
    border-bottom: 1px solid var(--punres-line);
}
.punres-highlight-list small {
    margin-bottom: .25rem;
    display: block;
    color: var(--punres-muted);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.punres-highlight-list b { font-weight: 400; transition: transform .2s ease; }
.punres-highlight-list a:hover b,
.punres-highlight-list a:focus-visible b { transform: translateX(.35rem); }

.punres-statement {
    min-height: 720px;
    padding: clamp(5rem, 10vw, 10rem) var(--punres-pad);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--punres-ink);
    background: var(--punres-accent);
}
.punres-statement .punres-kicker { color: #586626; }
.punres-statement > p:not(.punres-kicker) { max-width: 700px; margin-bottom: 2rem; color: #3e442b; line-height: 1.75; }

.punres-route { min-height: 70vh; background: var(--punres-paper); }
.punres-route-hero {
    min-height: clamp(430px, 56svh, 650px);
    padding: clamp(4.5rem, 9vw, 8rem) var(--punres-pad);
    display: flex;
    align-items: flex-end;
    color: #fff;
    background:
        radial-gradient(circle at 84% 24%, rgba(200, 255, 61, .15), transparent 28%),
        linear-gradient(135deg, #0e100d 0%, #1c2117 100%);
}
.punres-route-hero-inner { width: min(1180px, 100%); margin: 0 auto; }
.punres-route h1 {
    max-width: 1050px;
    margin: .85rem 0 1.35rem;
    color: #fff;
    font-size: clamp(3rem, 7.8vw, 8.5rem);
    font-weight: 850;
    line-height: .86;
    overflow-wrap: anywhere;
}
.punres-route-intro {
    max-width: 780px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    line-height: 1.75;
}
.punres-route-body {
    width: min(1260px, 100%);
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 8rem) var(--punres-pad);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: clamp(3rem, 8vw, 9rem);
}
.punres-route-copy h2 {
    max-width: 690px;
    margin: .7rem 0 2rem;
    font-size: clamp(2rem, 4.3vw, 4.8rem);
    font-weight: 800;
    line-height: .95;
}
.punres-route-copy ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid var(--punres-line); }
.punres-route-copy li {
    position: relative;
    min-height: 78px;
    padding: 1.35rem 0 1.35rem 3.5rem;
    color: #4c4d44;
    line-height: 1.6;
    border-bottom: 1px solid var(--punres-line);
    counter-increment: steps;
}
.punres-route-copy li::before {
    position: absolute;
    left: 0;
    top: 1.45rem;
    content: "0" counter(steps);
    color: #68733b;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: .7rem;
    font-weight: 800;
}
.punres-evidence-note {
    margin: 2rem 0 0;
    padding: 1.4rem;
    color: #373a29;
    background: rgba(200, 255, 61, .34);
    line-height: 1.65;
}
.punres-evidence-note span {
    margin-bottom: .35rem;
    display: block;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.punres-route-facts { margin: 0; border-top: 1px solid var(--punres-line); align-self: start; }
.punres-route-facts > div {
    padding: 1.2rem 0;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
    border-bottom: 1px solid var(--punres-line);
}
.punres-route-facts dt {
    color: var(--punres-muted);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.punres-route-facts dd { margin: 0; overflow-wrap: anywhere; }
.punres-route-facts code { font-size: .76rem; white-space: normal; }
.punres-related {
    width: min(1260px, 100%);
    margin: 0 auto;
    padding: 0 var(--punres-pad) clamp(5rem, 9vw, 9rem);
}
.punres-related > .punres-kicker { margin-bottom: 1.4rem; }
.punres-related a {
    padding: 1.15rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    font-weight: 730;
    text-decoration: none;
    border-bottom: 1px solid var(--punres-line);
}
.punres-related a:first-of-type { border-top: 1px solid var(--punres-line); }
.punres-related a b { font-weight: 400; transition: transform .2s ease; }
.punres-related a:hover b,
.punres-related a:focus-visible b { transform: translate(.2rem, -.2rem); }

.punres-site-footer {
    min-height: 230px;
    padding: 3.5rem clamp(1.25rem, 4vw, 4.5rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    color: #fff;
    background: var(--punres-ink);
}
.punres-site-footer p { margin: 0; }
.punres-site-footer b { font-size: 1.15rem; }
.punres-site-footer span { margin-top: .35rem; display: block; color: var(--punres-accent); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.punres-site-footer p:last-child { max-width: 520px; color: rgba(255, 255, 255, .52); font-size: .8rem; line-height: 1.6; }

.punres-reveal { opacity: 1; transform: none; }
.punres-js .punres-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.punres-js .punres-reveal.is-visible { opacity: 1; transform: none; }
.punres-js .punres-hero .punres-eyebrow,
.punres-js .punres-hero .punres-brand,
.punres-js .punres-hero h1,
.punres-js .punres-hero .punres-lede,
.punres-js .punres-hero .punres-actions { opacity: 0; transform: translateY(22px); }
.punres-js .punres-hero.is-ready .punres-eyebrow,
.punres-js .punres-hero.is-ready .punres-brand,
.punres-js .punres-hero.is-ready h1,
.punres-js .punres-hero.is-ready .punres-lede,
.punres-js .punres-hero.is-ready .punres-actions { opacity: 1; transform: none; transition: opacity .72s ease, transform .72s cubic-bezier(.2, .8, .2, 1); }
.punres-js .punres-hero.is-ready .punres-brand { transition-delay: .07s; }
.punres-js .punres-hero.is-ready h1 { transition-delay: .15s; }
.punres-js .punres-hero.is-ready .punres-lede { transition-delay: .23s; }
.punres-js .punres-hero.is-ready .punres-actions { transition-delay: .31s; }

.punres-recovery-active { overflow-x: clip; }
.punres-recovery-active #primary { overflow: visible; }
.punres-recovery-active .site-content { overflow: visible; }
.punres-recovery-active #right-sidebar { margin-top: clamp(640px, calc(100svh - 96px), 900px); }

@media (max-width: 920px) {
    .punres-nav a:nth-child(2),
    .punres-nav a:nth-child(3) { display: none; }
    .punres-intro,
    .punres-highlights,
    .punres-route-body { grid-template-columns: 1fr; }
    .punres-index-row { grid-template-columns: 55px minmax(0, 1fr) auto; }
    .punres-recovery-active #right-sidebar { margin-top: 0; }
    .punres-site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
    .punres-site-header { min-height: 66px; gap: 1rem; }
    .punres-site-mark { font-size: .92rem; }
    .punres-site-mark > span { width: 30px; height: 30px; }
    .punres-nav a { font-size: .72rem; }
    .punres-nav a:not(:last-child) { display: none; }
    .punres-hero { min-height: calc(100svh - 66px); }
    .punres-hero-image { object-position: 66% center; }
    .punres-hero-shade { background: linear-gradient(90deg, rgba(6, 9, 7, .96), rgba(6, 9, 7, .52)), linear-gradient(0deg, rgba(6, 8, 6, .82), transparent 65%); }
    .punres-brand { margin-bottom: 3rem; font-size: clamp(3.7rem, 18vw, 6.8rem); }
    .punres-hero h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
    .punres-index-row { min-height: 145px; padding-block: 1.6rem; grid-template-columns: 38px minmax(0, 1fr); }
    .punres-index-row > b { display: none; }
    .punres-index-row p { font-size: .86rem; }
    .punres-statement { min-height: 620px; }
    .punres-route-hero { min-height: 450px; padding-top: 4rem; }
    .punres-route-facts > div { grid-template-columns: 1fr; gap: .35rem; }
}

@media (prefers-reduced-motion: reduce) {
    .punres-recovery *,
    .punres-recovery *::before,
    .punres-recovery *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .punres-reveal,
    .punres-hero .punres-eyebrow,
    .punres-hero .punres-brand,
    .punres-hero h1,
    .punres-hero .punres-lede,
    .punres-hero .punres-actions { opacity: 1 !important; transform: none !important; }
    .punres-hero-image { transform: scale(1.025) !important; }
}
