/* Project Wishes. Rebuilt from the six supplied Nous Portal references. */
@font-face { font-family: "PW Rules"; src: url("https://portal.nousresearch.com/font/Rules/RulesVariable.woff2") format("woff2"); font-weight: 100 900; font-stretch: 25% 200%; font-display: swap; }
@font-face { font-family: "PW Condensed"; src: url("https://portal.nousresearch.com/font/Rules/RulesGothicCnd-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "PW Compressed"; src: url("https://portal.nousresearch.com/font/Rules/RulesGothicCmp-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "PW Fallback"; src: url("assets/antonio-latin-variable.woff2") format("woff2"); font-weight: 100 700; font-display: swap; }
:root { --pw-bg: #000030; --pw-ink: #f2f2f2; --pw-body: #c2c2cf; --pw-blue: #0000f2; --pw-left: 320px; --pw-right: 360px; --pw-rail: 72px; --pw-view-height: 100dvh; --pw-frame: 5px; --pw-body-font: "PW Rules", Arial, sans-serif; --pw-title-font: "PW Condensed", "PW Fallback", sans-serif; --pw-heading-font: "PW Compressed", "PW Fallback", sans-serif; }
* { box-sizing: border-box; }
html { background: #000057; scroll-behavior: smooth; }
body { margin: 0; color: var(--pw-ink); background: var(--pw-bg); font: 400 16px/1.6 var(--pw-body-font); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #9696ff; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; font-weight: 400; }
h1, h2, h3 { text-box-trim: trim-both; text-box-edge: cap alphabetic; }
h2 { font: 500 48px/1.1 var(--pw-heading-font); }
h3 { font: 400 20px/1.2 var(--pw-title-font); }
p { color: var(--pw-body); }
.pw-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.pw-skip { position: fixed; z-index: 100; top: -100px; left: 90px; background: var(--pw-ink); color: var(--pw-bg); padding: 10px 20px; }
.pw-skip:focus { top: 10px; }
.pw-layout { display: grid; grid-template-columns: var(--pw-left) minmax(0,1fr) var(--pw-right); align-items: stretch; border: var(--pw-frame) solid #000057; border-radius: 0 0 9px 9px; min-height: var(--pw-view-height); }
body.pw-left-collapsed { --pw-left: var(--pw-rail); }
body.pw-right-collapsed { --pw-right: var(--pw-rail); }
.pw-sidebar, .pw-download { position: relative; min-width: 0; z-index: 30; }
.pw-sidebar-sticky, .pw-download-sticky { position: sticky; top: var(--pw-frame); height: calc(var(--pw-view-height) - 2 * var(--pw-frame)); overflow: hidden; }
.pw-sidebar-sticky { display: flex; flex-direction: column; padding: 15px 17px 18px; isolation: isolate; }
.pw-sidebar-sticky::before { content: ""; position: absolute; z-index: -1; inset: 0; background: url("assets/project-wishes/sidebar-art.png") -163px -107px / 978px no-repeat; opacity: .15; mix-blend-mode: plus-lighter; pointer-events: none; }
.pw-icon { width: 16px; height: 16px; display: inline-block; flex: 0 0 16px; vertical-align: middle; }
.pw-icon-asset { background: currentColor; mask-image: var(--icon); mask-position: center; mask-repeat: no-repeat; mask-size: contain; }
.pw-toggle { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; opacity: .5; }
.pw-toggle:hover { opacity: 1; }
.pw-toggle-left { position: absolute; top: 13px; right: 21px; z-index: 2; }
.pw-brand { display: flex; align-items: center; width: fit-content; gap: 12px; margin-bottom: 15px; }
.pw-brand img { width: 60px; height: 85.714px; object-fit: contain; }
.pw-brand > span { font: 400 36px/.9 var(--pw-heading-font); text-box-trim: trim-both; }
.pw-account { width: 100%; height: 32px; padding: 0 10px; display: flex; justify-content: space-between; align-items: center; border-radius: 3px; background: var(--pw-ink); color: var(--pw-bg); font-family: var(--pw-body-font); font-variation-settings: "wdth" 50; font-weight: 500; font-size: 14px; line-height: 1; }
.pw-nav { margin-top: 27px; overflow-y: auto; scrollbar-width: none; }
.pw-nav-group + .pw-nav-group { margin-top: 28px; }
.pw-group-title { display: inline-block; margin: 0 0 12px; padding: 2px 5px; color: var(--pw-bg); background: var(--pw-ink); border-radius: 1px; font: 500 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-nav-item { position: relative; display: flex; align-items: center; width: 100%; min-height: 31px; gap: 14px; text-align: left; font: 500 14px/1.4 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-nav-item.is-current::before { content: ""; position: absolute; left: -8px; width: 1px; top: 7px; bottom: 7px; background: var(--pw-ink); }
.pw-nav-rule { height: 1px; border-top: 1px dotted #f2f2f22b; flex: 1; margin-right: 11px; }
.pw-nav-item:hover { background: #f2f2f215; }
.pw-signin { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; font: 500 14px/1.4 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-signin-icon { display: grid; place-items: center; width: 32px; height: 32px; background: #ffffff0d; border-radius: 3px; }
.pw-left-collapsed .pw-sidebar-sticky { align-items: center; padding: 15px 12px 18px; }
.pw-left-collapsed .pw-sidebar-sticky::before { display: none; }
.pw-left-collapsed .pw-toggle-left { position: static; margin-bottom: 7px; }
.pw-left-collapsed .pw-toggle-left .pw-icon { transform: rotate(180deg); }
.pw-left-collapsed .pw-brand { margin-bottom: 15px; }
.pw-left-collapsed .pw-brand img { width: 32px; height: 45.714px; }
.pw-left-collapsed .pw-brand > span, .pw-left-collapsed .pw-nav-label, .pw-left-collapsed .pw-nav-rule, .pw-left-collapsed .pw-group-title { display: none; }
.pw-left-collapsed .pw-account { width: 32px; height: 32px; justify-content: center; padding: 0; }
.pw-left-collapsed .pw-nav { width: 100%; margin-top: 24px; overflow: visible; }
.pw-left-collapsed .pw-nav-item { justify-content: center; min-height: 31px; }
.pw-left-collapsed .pw-nav-item.is-current::before { left: -4px; }
.pw-left-collapsed .pw-nav-group + .pw-nav-group { margin-top: 0; }
.pw-left-collapsed .pw-group-links[hidden] { display: block !important; }
.pw-left-collapsed .pw-signin { padding-top: 20px; }
.pw-main { min-width: 0; container-type: inline-size; }
.pw-topbar { position: sticky; top: var(--pw-frame); z-index: 20; display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 40px; background: var(--pw-bg); font: 500 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; border-bottom: 1px solid transparent; }
.pw-topbar > span { opacity: .4; }
.pw-page.pw-scrolled .pw-topbar { border-bottom-color: #f2f2f226; }
.pw-hero { padding: 40px clamp(40px, calc(100% - 440px), 160px) 90px 40px; }
.pw-hero h1 { font: 400 80px/1 var(--pw-title-font); letter-spacing: -.02em; }
.pw-hero h1 span { display: block; white-space: nowrap; }
.pw-hero-copy { margin-top: 30px; }
.pw-hero-copy p { text-wrap: balance; }
.pw-actions { display: flex; align-items: center; gap: 10px; margin-top: 30px; }
.pw-button, .pw-text-button { display: inline-flex; align-items: center; justify-content: center; min-height: 29px; padding: 6px 10px; font: 400 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; letter-spacing: .1em; white-space: nowrap; }
.pw-button-blue { background: var(--pw-blue); color: var(--pw-ink); }
.pw-button-light { background: #d2d2db; color: var(--pw-blue); }
.pw-button:hover { filter: brightness(1.2); }
.pw-text-button { padding-inline: 0; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #f2f2f2a8; }
.pw-text-button:hover { text-decoration-color: currentColor; }
.pw-why { padding: 20px 40px 80px; }
.pw-why > h2, .pw-start > h2, .pw-included > h2 { margin-bottom: 50px; }
.pw-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.pw-feature { display: flex; flex-direction: column; justify-content: center; gap: 20px; min-width: 0; scroll-margin-top: 88px; }
.pw-feature-copy { padding-right: clamp(0px, calc(100% - 260px), 160px); }
.pw-number { display: block; font: 500 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; color: #f2f2f266; margin-bottom: 10px; }
.pw-feature h3, .pw-included h3, .pw-step h3 { margin-bottom: 10px; }
.pw-art { position: relative; height: 296.678px; overflow: hidden; isolation: isolate; background: var(--pw-bg); }
.pw-art img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); mix-blend-mode: plus-lighter; }
.pw-start { padding: 40px; position: relative; isolation: isolate; scroll-margin-top: 60px; }
.pw-start::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("assets/project-wishes/h4-art-02.webp") center top / cover no-repeat; opacity: .15; mix-blend-mode: screen; }
.pw-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.pw-step { min-width: 0; display: grid; grid-template-rows: auto auto auto; gap: 20px; }
.pw-step-title h3 { margin-bottom: 0; }
.pw-step .pw-number { opacity: 1; color: #f2f2f299; }
.pw-step-art { position: relative; aspect-ratio: 246.67 / 220; overflow: hidden; background: #ffffff1a; border-radius: 5px 5px 0 0; }
.pw-step-art img { position: absolute; width: calc(100% - 40px); top: 20px; left: 20px; }
.pw-step .pw-button { width: 100%; }
.pw-included { padding: 80px 40px 100px; }
.pw-included-row { display: flex; align-items: flex-start; gap: 20px; scroll-margin-top: 90px; }
.pw-included-row + .pw-included-row { margin-top: 40px; }
.pw-included-copy { flex: 0 0 360px; padding-right: 160px; }
.pw-model-panel { flex: 1; min-width: 0; padding: 16px; background: #ffffff33; border-radius: 5px 5px 0 0; }
.pw-model-heading { display: flex; align-items: center; justify-content: space-between; padding: 0 10px 10px; font: 400 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-sort { opacity: .5; width: 20px; height: 20px; }
.pw-sort:hover { opacity: 1; }
.pw-model-list { list-style: none; padding: 0 10px; margin: 0 0 20px; min-height: 192px; }
.pw-model-list li { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 32px; font: 400 16px/1.4 var(--pw-title-font); }
.pw-rate { opacity: .4; font: 400 14px/1.4 var(--pw-body-font); font-variation-settings: "wdth" 50; white-space: nowrap; }
.pw-search { display: flex; align-items: center; gap: 10px; min-height: 43px; padding: 10px; border-radius: 5px; background: white; color: #6e6eff; }
.pw-search > span { display: grid; place-items: center; width: 23px; height: 23px; background: #f2f2f2; border-radius: 3px; }
.pw-search .pw-icon { width: 12px; height: 12px; }
.pw-search input { flex: 1; width: 100%; min-width: 0; border: 0; background: transparent; color: #5252db; font: 500 12px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-search input::placeholder { color: #7777ff; opacity: 1; }
.pw-search input:focus-visible { outline: 0; }
.pw-search:focus-within { outline: 2px solid #9696ff; outline-offset: 3px; }
.pw-no-models { min-height: 192px; padding: 10px; font-size: 14px; }
.pw-tools-art { flex: 1; min-width: 0; height: 296.678px; position: relative; overflow: hidden; border-radius: 5px 5px 0 0; isolation: isolate; background: var(--pw-bg); }
.pw-tools-art > img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); mix-blend-mode: plus-lighter; }
.pw-tool-labels { position: absolute; top: 50%; right: 18.9%; transform: translateY(-50%); font: 500 14px/1.2 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-tool-labels > div { display: flex; width: fit-content; margin-top: 6px; }
.pw-tool-labels span { padding: 2px 4px; background: #f2f2f266; }
.pw-tool-labels span:first-child { background: var(--pw-ink); color: var(--pw-bg); }
.pw-download-sticky { background: #ffffff0d; }
.pw-download-art { position: absolute; inset: 0; background: url("assets/project-wishes/upsell.png") center bottom / cover no-repeat; mix-blend-mode: lighten; mask-image: linear-gradient(transparent 7%, #000000e6 100%); pointer-events: none; }
.pw-download-top { position: relative; display: flex; align-items: center; gap: 16px; padding: 13px 32px; height: 50px; font: 500 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; white-space: nowrap; }
.pw-download-copy { position: relative; padding: 40px 36px; }
.pw-download-copy h2 { font: 400 80px/1 var(--pw-title-font); letter-spacing: -.02em; margin-bottom: 20px; }
.pw-download-copy p { font-size: 14px; line-height: 1.4; margin-bottom: 20px; }
.pw-download-rail { display: none; }
.pw-right-collapsed .pw-download-copy, .pw-right-collapsed .pw-download-label { display: none; }
.pw-right-collapsed .pw-download-top { justify-content: center; padding: 13px 0; }
.pw-right-collapsed .pw-toggle-right .pw-icon { transform: rotate(180deg); }
.pw-right-collapsed .pw-download-rail { position: relative; display: block; margin: 0 auto; writing-mode: vertical-lr; font: 500 14px/1 var(--pw-body-font); font-variation-settings: "wdth" 50; }
.pw-dialog { position: fixed; padding: 36px; border: 1px solid #f2f2f240; background: #080836; color: var(--pw-ink); width: 500px; max-width: 90%; box-shadow: 0 24px 120px #0008; }
.pw-dialog::backdrop { background: #0009; backdrop-filter: blur(4px); }
.pw-dialog-close { position: absolute; right: 18px; top: 12px; font: 28px/1 Arial, sans-serif; }
.pw-dialog-eyebrow { display: block; color: #b2b2d9; font: 12px/1.5 Arial, sans-serif; margin-bottom: 32px; }
.pw-dialog h2 { font-size: 40px; margin-bottom: 24px; }
.pw-dialog p { font: 15px/1.7 Arial, sans-serif; }
.pw-dialog-actions { margin-top: 32px; display: flex; align-items: center; gap: 20px; }
.pw-dialog-actions .pw-text-button { font-size: 12px; }
@container (max-width: 850px) {
  .pw-features { grid-template-columns: 1fr; }
  .pw-feature-copy { max-width: 680px; }
  .pw-included-row { flex-direction: column; }
  .pw-included-copy { flex-basis: auto; max-width: 520px; padding-right: 80px; }
  .pw-model-panel, .pw-tools-art { width: 100%; flex: auto; }
  .pw-tools-row { flex-direction: column-reverse; }
  .pw-steps { grid-template-columns: 1fr; }
  .pw-step { max-width: 490px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
