:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--navy:#17316f;--navy-dark:#0c1b45;--teal:#167b82;--pink:#c22672;--cyan:#1b9fd0;--yellow:#f4c51d;--green:#3f9461;--red:#c93428;--ink:#19202b;--muted:#526071;--bg:#f7f9fb;--surface:#fff;--surface-alt:#edf3f6;--line:#cdd8e3;--focus:#e9a900;--shadow:0 16px 40px #0c1b451a;--radius:14px;--radius-sm:8px;--max:1180px;--header-height:76px;--font:Inter, Aptos, "Segoe UI", Arial, system-ui, sans-serif}.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f7f9ff;--muted:#c7d3e4;--bg:#0c1430;--surface:#142149;--surface-alt:#1a2a59;--line:#3b4c76;--navy:#8fbcff;--teal:#56c7ce;--shadow:0 16px 42px #00000059}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{background:var(--bg);min-width:0;color:var(--ink);font-family:var(--font);margin:0;line-height:1.6}body:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(130deg,#1b9fd012,#0000 34%),radial-gradient(circle at 92% 8%,#d938820f,#0000 24%);position:fixed;inset:0}a{color:var(--navy);text-underline-offset:.2em}button,input,select,textarea{font:inherit}button{cursor:pointer}img,video,iframe{max-width:100%}h1,h2,h3,h4,h5{color:var(--ink);text-wrap:balance;line-height:1.15}h1,h2{letter-spacing:-.035em}h3,h4,h5{letter-spacing:-.015em}p,li,dd{max-width:72ch}ul,ol{padding-left:1.25rem}li+li{margin-top:.35rem}code{border:1px solid var(--line);background:var(--surface-alt);border-radius:5px;padding:.12rem .32rem}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:100;background:var(--yellow);color:#111;border-radius:6px;padding:.7rem 1rem;font-weight:800;position:fixed;top:.5rem;left:.5rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;min-height:var(--header-height);border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0}.site-header__inner{width:min(100% - 2rem,1440px);min-height:var(--header-height);grid-template-columns:176px minmax(0,1fr) auto;align-items:center;gap:1rem;margin:auto;display:grid}.brand{align-items:center;display:inline-flex}.brand-logo{object-fit:contain;object-position:left center;width:166px;height:48px;display:block}.main-nav{justify-self:center}.main-nav ul{margin:0;padding:0;list-style:none}.main-nav__list{align-items:center;gap:.15rem;display:flex}.nav-item{position:relative}.nav-item>a,.nav-item__top>a{min-height:44px;color:var(--ink);white-space:nowrap;border-radius:7px;align-items:center;padding:.55rem .7rem;font-size:.88rem;font-weight:720;text-decoration:none;display:inline-flex}.nav-item>a:hover,.nav-item__top>a:hover,.nav-item a[aria-current=page]{background:color-mix(in srgb, var(--cyan) 13%, var(--surface));color:var(--navy)}.nav-item__top{align-items:center;display:flex}.submenu-toggle{width:32px;height:42px;color:var(--ink);background:0 0;border:0;border-radius:6px;place-items:center;margin-left:-.5rem;display:inline-grid}.submenu-toggle svg{transition:transform .18s}.submenu-toggle svg.is-open{transform:rotate(180deg)}.submenu{border:1px solid var(--line);background:var(--surface);width:310px;box-shadow:var(--shadow);border-radius:12px;position:absolute;top:calc(100% + .45rem);left:0;padding:.55rem!important}.submenu li+li{margin-top:.1rem}.submenu a{color:var(--ink);white-space:normal;border-radius:7px;padding:.65rem .75rem;font-size:.9rem;font-weight:650;text-decoration:none;display:block}.submenu a:hover{background:var(--surface-alt);color:var(--navy)}.header-actions{align-items:center;gap:.45rem;display:flex}.header-contact-link{background:var(--navy-dark);color:#fff;border-radius:8px;align-items:center;min-height:42px;padding:.55rem .85rem;font-weight:780;text-decoration:none;display:inline-flex}.header-contact-link[aria-current=page]{box-shadow:0 0 0 3px color-mix(in srgb, var(--yellow) 70%, transparent)}.mobile-contact-item{display:none}.icon-button{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;color:var(--ink);border-radius:9px;place-items:center;display:inline-grid}.menu-button{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink);border-radius:9px;align-items:center;gap:.4rem;padding:.55rem .75rem;font-weight:750;display:none}.home-hero,.page-intro{background:linear-gradient(125deg, var(--navy-dark) 0%, #173b73 56%, #126f78 100%);color:#fff;position:relative;overflow:hidden}.home-hero:before,.page-intro:before{content:"";border:70px solid #f4c51d24;border-radius:50%;width:420px;height:420px;position:absolute;top:-210px;right:-110px}.home-hero{min-height:620px;padding:clamp(4rem, 9vw, 7.5rem) max(1rem, calc((100% - var(--max))/2));grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.home-hero__content{z-index:1;position:relative}.home-hero h1,.page-intro h1{color:#fff;margin:0;font-size:clamp(2.6rem,5.5vw,5.6rem);line-height:.98}.home-hero__content>p:not(.eyebrow),.page-intro>div>p:not(.eyebrow){color:#e6f2fb;margin:1.4rem 0 0;font-size:clamp(1.05rem,1.8vw,1.28rem);font-weight:540}.eyebrow{color:var(--pink);letter-spacing:.09em;text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:850}.home-hero .eyebrow,.page-intro .eyebrow,.page-section--dark .eyebrow{color:var(--yellow)}.hero-actions,.card-actions,.form-actions,.export-buttons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.hero-actions{margin-top:2rem}.button,.export-buttons button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:46px;padding:.7rem 1rem;font-weight:790;line-height:1.2;text-decoration:none;display:inline-flex}.button--primary{background:var(--yellow);color:#161616}.button--secondary{color:#142c67;background:#fff}.button--outline,.export-buttons button{border-color:var(--line);background:var(--surface);color:var(--ink)}.home-hero .button--outline,.page-intro .button--outline{color:#fff;background:0 0;border-color:#ffffff73}.button:hover,.export-buttons button:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0c1b4526}.hero-compass{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff17;border:1px solid #fff3;border-radius:18px;padding:1.4rem;position:relative}.hero-compass>p{color:var(--yellow);text-transform:uppercase;margin:0 0 1rem;font-weight:850}.hero-compass ol{margin:0;padding:0;list-style:none}.hero-compass li{border-top:1px solid #ffffff2e;grid-template-columns:1fr;gap:.1rem;padding:.85rem 0;display:grid}.hero-compass strong{color:#fff;font-size:1.05rem}.hero-compass span{color:#dbeaf4}.page-intro{padding:clamp(4rem, 8vw, 7rem) max(1rem, calc((100% - var(--max))/2))}.page-intro>div{z-index:1;max-width:980px;position:relative}.page-intro h1{font-size:clamp(2.45rem,5vw,4.8rem)}.page-section,.page-shell{width:min(calc(100% - 2rem), var(--max));margin:0 auto;padding:clamp(3.5rem,7vw,6rem) 0}.page-section--tint{width:100%;max-width:none;padding-left:max(1rem, calc((100% - var(--max))/2));padding-right:max(1rem, calc((100% - var(--max))/2));background:var(--surface-alt);border-block:1px solid var(--line)}.page-section--dark{width:100%;max-width:none;padding-left:max(1rem, calc((100% - var(--max))/2));padding-right:max(1rem, calc((100% - var(--max))/2));background:var(--navy-dark);color:#fff}.page-section--dark h2,.page-section--dark h3,.page-section--dark p{color:#fff}.section-heading{max-width:850px;margin-bottom:2rem}.section-heading h2{margin:0;font-size:clamp(2rem,4.2vw,3.6rem)}.section-heading>p:not(.eyebrow){color:var(--muted);margin:1rem 0 0;font-size:1.08rem}.page-section--dark .section-heading>p:not(.eyebrow){color:#d8e4f2}.lead{font-size:1.15rem}.source{color:var(--muted);font-size:.88rem}.tag-line,.result-kicker,.level-label{color:var(--teal);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:850}.section-nav{width:min(calc(100% - 2rem), var(--max));border:1px solid var(--line);background:var(--surface);border-radius:12px;margin:1.25rem auto;padding:.8rem 1rem}.section-nav>strong{text-transform:uppercase;margin-bottom:.45rem;font-size:.82rem;display:block}.section-nav ul{flex-wrap:wrap;gap:.35rem .8rem;margin:0;padding:0;list-style:none;display:flex}.section-nav li{margin:0}.section-nav a{font-size:.88rem;font-weight:680}.situation-grid,.three-column,.concept-grid,.issue-summary-grid,.action-columns,.project-configs,.maturity-levels,.reading-grid,.tool-library,.question-axes,.prompt-grid,.resource-library,.case-sheets,.project-deliverables,.partner-grid,.film-use{gap:1rem;display:grid}.situation-grid,.three-column,.action-columns,.project-configs,.resource-library{grid-template-columns:repeat(3,1fr)}.situation-card,.three-column>article,.two-column>article,.concept-grid>article,.issue-summary-grid>article,.action-columns>article,.project-configs>article,.maturity-levels>article,.reading-grid>article,.tool-library>article,.question-axes>article,.prompt-card,.resource-library>article,.case-sheets>article,.project-deliverables>article,.partner-grid>article,.film-use>article,.registry-tool,.editorial-checklist{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 26px #0c1b450f}.situation-card{border-top:6px solid var(--teal);flex-direction:column;min-height:285px;padding:1.35rem;display:flex}.situation-card:nth-child(2){border-top-color:var(--pink)}.situation-card:nth-child(3){border-top-color:var(--yellow)}.situation-card h3{margin:1.1rem 0 .5rem;font-size:1.35rem}.situation-card p{color:var(--muted)}.situation-card a{margin-top:auto;font-weight:800}.card-number{color:var(--pink);font-size:.88rem;font-weight:900}.orientation-tool{grid-template-columns:minmax(230px,.7fr) minmax(0,1.6fr);align-items:start;gap:1rem;display:grid}.orientation-select,.orientation-result{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.orientation-select{gap:.55rem;font-weight:800;display:grid}.orientation-result h3{margin:1.2rem 0 .35rem}.orientation-result>p{margin:.25rem 0}.orientation-result ol{margin-top:.6rem}input,select,textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:46px;color:var(--ink);border-radius:7px;padding:.7rem .75rem}textarea{resize:vertical;min-height:105px}.resource-shortlist{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.resource-shortlist a{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:.25rem;padding:1rem;text-decoration:none;display:grid}.resource-shortlist a:hover{border-color:var(--teal);box-shadow:var(--shadow)}.resource-shortlist span{color:var(--pink);text-transform:uppercase;font-size:.75rem;font-weight:850}.resource-shortlist strong{color:var(--ink);font-size:1.1rem}.resource-shortlist small{color:var(--muted)}.takeaway{border-left:6px solid var(--yellow);background:color-mix(in srgb, var(--yellow) 10%, var(--surface));border-radius:8px;grid-template-columns:120px 1fr;align-items:start;gap:1rem;margin:0 0 1.6rem;padding:1rem 1.2rem;display:grid}.takeaway strong{color:var(--navy);text-transform:uppercase}.takeaway p{margin:0}.concept-grid{grid-template-columns:repeat(4,1fr);margin-top:1.5rem}.concept-grid>article,.three-column>article,.two-column>article,.issue-summary-grid>article{padding:1.2rem}.concept-grid h3,.three-column h3,.two-column h3{margin:0 0 .5rem}.concept-grid p,.three-column p,.two-column p{color:var(--muted)}.source-actions{flex-wrap:wrap;gap:.8rem 1.2rem;margin-top:1.5rem;font-weight:750;display:flex}.two-column{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.observable-list{grid-template-columns:repeat(5,1fr);gap:.8rem;margin-top:1rem;display:grid}.observable-list article{border-top:4px solid var(--teal);background:var(--surface);padding:1rem}.observable-list h3{margin:0 0 .4rem;font-size:1rem}.observable-list p{color:var(--muted);font-size:.92rem}.question-table,.registry-table{border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto}table{border-collapse:collapse;background:var(--surface);width:100%;min-width:720px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.85rem}thead th{background:var(--navy-dark);color:#fff}tbody th{color:var(--ink)}.issue-summary-grid{grid-template-columns:repeat(3,1fr)}.issue-summary-grid>article{border-top:5px solid var(--teal)}.issue-summary-grid h3{margin-top:0;font-size:1.4rem}.issue-summary-grid h4{color:var(--navy);margin:1rem 0 .25rem}.glossary .filters-row{gap:1rem;margin-bottom:1.2rem;display:grid}.search-bar{border:1px solid var(--line);background:var(--surface);border-radius:9px;align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.search-bar input{background:0 0;border:0}.filter-pills,.tool-filters{flex-wrap:wrap;gap:.45rem;display:flex}.pill,.filter-button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);border-radius:999px;padding:.5rem .85rem;font-weight:720}.pill.is-active,.filter-button.is-active{border-color:var(--navy);background:var(--navy-dark);color:#fff}.glossary-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.glossary-entry{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.15rem}.glossary-entry h3{margin-top:0}.glossary-entry dl{margin:0}.glossary-entry dt,.prompt-card dt{color:var(--navy);margin-top:.7rem;font-weight:800}.glossary-entry dd,.prompt-card dd{color:var(--muted);margin:.15rem 0 0}.content-note{border-left:6px solid var(--teal);background:var(--surface);border-radius:8px;margin:.8rem 0;padding:1rem 1.1rem}.content-note strong{color:var(--navy);text-transform:uppercase;display:block}.content-note p{margin:.3rem 0}.content-note a,.content-note small{margin-top:.4rem;display:block}.content-note small{color:var(--muted)}.content-note--legal{border-left-color:var(--navy)}.content-note--recommendation{border-left-color:var(--teal)}.content-note--example{border-left-color:var(--cyan)}.action-columns{margin-top:1.2rem}.action-columns>article{padding:1rem 1.1rem}.action-columns h3{margin-top:0;font-size:1.05rem}.watch-panel{border-top:5px solid var(--pink)!important}.tool-link{background:var(--navy-dark);color:#fff;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin-top:1rem;padding:.85rem 1rem;text-decoration:none;display:grid}.tool-link span:first-child{color:var(--yellow);text-transform:uppercase;font-size:.75rem;font-weight:850}.update-line{margin-top:1.2rem}.legal-footer{border-top:1px solid var(--line)}.method-dialogues article{border-top:6px solid var(--cyan)}.method-dialogues article:nth-child(2){border-top-color:var(--green)}.method-dialogues article:nth-child(3){border-top-color:var(--pink)}.actor-line{margin-top:1.2rem}.project-configs article{padding:1.1rem}.project-configs h3{margin-top:0}.cycle-list,.iterative-timeline,.editorial-checklist>ol,.project-calendar{margin:2rem 0 0;padding:0;list-style:none}.cycle-list{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.cycle-list li{border-top:4px solid var(--teal);background:var(--surface);margin:0;padding:1rem}.cycle-list span,.checklist-title>span{background:var(--navy-dark);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:850;display:inline-grid}.cycle-list h3{margin:.75rem 0 .3rem}.cycle-list p{color:var(--muted);font-size:.9rem}.iterative-timeline{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid;position:relative}.iterative-timeline:before{content:"";border-top:3px solid var(--line);position:absolute;top:23px;left:4%;right:4%}.iterative-timeline>li{z-index:1;border:1px solid var(--line);background:var(--surface);border-radius:12px;margin:0;padding:.85rem;position:relative}.timeline-marker span{border:4px solid var(--surface);background:var(--navy-dark);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:850;display:inline-grid}.timeline-marker h3{min-height:2.5em;margin:.7rem 0;font-size:1.05rem}.iterative-timeline dl,.maturity-levels dl,.reading-grid dl,.tool-library dl,.case-sheets dl,.prompt-card dl{margin:0}.iterative-timeline dt,.maturity-levels dt,.reading-grid dt,.tool-library dt,.case-sheets dt{color:var(--navy);text-transform:uppercase;margin-top:.75rem;font-size:.76rem;font-weight:850}.iterative-timeline dd,.maturity-levels dd,.reading-grid dd,.tool-library dd,.case-sheets dd{color:var(--muted);margin:.15rem 0 0;font-size:.9rem}.revoyure-layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.maturity-levels{grid-template-columns:repeat(4,1fr)}.maturity-levels article{border-top:6px solid var(--line);padding:1.1rem}.maturity-levels article:nth-child(2){border-top-color:var(--cyan)}.maturity-levels article:nth-child(3){border-top-color:var(--teal)}.maturity-levels article:nth-child(4){border-top-color:var(--green)}.maturity-levels h3{min-height:2.5em}.reading-grid{grid-template-columns:repeat(2,1fr)}.reading-grid article{padding:1.2rem}.reading-grid__head{justify-content:space-between;align-items:start;gap:.8rem;display:flex}.reading-grid h3{margin-top:0}.status-label,.status-key span{border:1px solid var(--line);background:var(--surface-alt);color:var(--ink);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}.status-key{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.2rem;display:flex}.tool-filters{margin-bottom:1.3rem}.tool-library{grid-template-columns:repeat(3,1fr)}.tool-library article,.question-axes article,.prompt-card,.resource-library article,.case-sheets article{padding:1.15rem}.tool-library h3,.question-axes h3,.prompt-card h3,.resource-library h3,.case-sheets h3{margin-top:.25rem}.tool-library .button{margin-top:1rem}.tool-panel__head{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem;display:flex}.tool-panel__head h3{margin:0;font-size:1.7rem}.editorial-checklist,.registry-tool{padding:1.3rem}.editorial-checklist>ol{gap:.8rem;display:grid}.editorial-checklist>ol>li{border:1px solid var(--line);background:var(--surface);break-inside:avoid;border-radius:10px;margin:0;padding:1rem}.checklist-title{align-items:center;gap:.75rem;display:flex}.checklist-title h4{margin:0;font-size:1.12rem}.editorial-checklist dl{grid-template-columns:190px 1fr;gap:.45rem 1rem;margin:.9rem 0 0;display:grid}.editorial-checklist dt{color:var(--navy);font-weight:800}.editorial-checklist dd{margin:0}.registry-form{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.registry-form label{align-content:start;gap:.3rem;font-weight:750;display:grid}.registry-form .field-wide,.registry-form .form-actions{grid-column:1/-1}.export-buttons button{min-height:40px}.registry-list{margin-top:2rem}.registry-list>article{border-top:1px solid var(--line);justify-content:space-between;gap:1rem;padding:1rem 0;display:flex}.registry-list h4,.registry-list h5{margin:0}.registry-list h5{font-size:1.05rem}.registry-list p{color:var(--muted);margin:.2rem 0}.text-button{min-height:44px;color:var(--navy);text-underline-offset:.2em;background:0 0;border:0;align-items:center;gap:.4rem;padding:.45rem .15rem;font-weight:800;text-decoration:underline;display:inline-flex}.text-button--danger{color:var(--red)}.question-axes{grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.clause-points{grid-template-columns:repeat(4,1fr);gap:.8rem;display:grid}.clause-points article{border-top:4px solid var(--teal);background:var(--surface);padding:1rem}.clause-points h3{margin-top:0}.legal-caution{border-left:6px solid var(--yellow);padding-left:1rem;font-weight:680}.agreement-outline{columns:2;column-gap:2.5rem;margin-bottom:1.5rem}.agreement-outline li{break-inside:avoid;margin:0 0 .75rem}.prompt-grid{grid-template-columns:repeat(2,1fr)}.prompt-card details{margin:.9rem 0}.prompt-card summary{min-height:44px;color:var(--navy);cursor:pointer;align-items:center;font-weight:800;display:flex}pre{white-space:pre-wrap;word-break:break-word;border:1px solid var(--line);background:var(--surface-alt);border-radius:8px;max-height:360px;padding:.9rem;overflow:auto}.resource-feature{grid-template-columns:1.3fr .7fr;align-items:center;gap:2rem;display:grid}.guide-mark{aspect-ratio:4/3;background:linear-gradient(145deg, var(--navy-dark), var(--teal));color:#fff;border-radius:18px;align-content:end;padding:1.5rem;display:grid}.guide-mark span{color:var(--yellow);font-weight:850}.guide-mark strong{text-transform:uppercase;font-size:2.5rem;line-height:.95}.resource-library article{flex-direction:column;display:flex}.resource-library article>a{margin-top:auto;font-weight:800}.case-sheets{grid-template-columns:repeat(2,1fr)}.case-sheets h3{font-size:1.55rem}.sources-panel{border-top:1px solid var(--line)}.project-deliverables,.partner-grid,.film-use{grid-template-columns:repeat(4,1fr)}.project-deliverables article,.partner-grid article,.film-use article{padding:1.1rem}.project-deliverables span{color:var(--pink);font-weight:900}.project-deliverables h3,.partner-grid h3,.film-use h3{margin:.65rem 0 .3rem}.project-calendar{gap:.7rem;display:grid}.project-calendar li{border-left:5px solid var(--teal);background:var(--surface);grid-template-columns:160px 1fr;align-items:start;gap:1rem;margin:0;padding:1rem;display:grid}.project-calendar time{color:var(--navy);font-weight:850}.project-calendar h3,.project-calendar p{margin:0}.project-calendar p{color:var(--muted)}.section-cta{margin-top:1.5rem}.video-embed{aspect-ratio:16/9;background:#000;border:1px solid #fff3;border-radius:14px;width:100%;position:relative;overflow:hidden}.video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.film-access{background:#ffffff14;border:1px solid #ffffff38;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;padding:.8rem 1rem;display:flex}.film-access>div{display:grid}.film-access span{color:#dce8f3}.film-use{grid-template-columns:repeat(3,1fr);margin-top:1rem}.film-use article{box-shadow:none;background:#ffffff14;border-color:#ffffff2e}.partner-grid img{object-fit:contain;width:170px;height:80px}.credits-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.credits-grid article{border-left:6px solid var(--teal);background:var(--surface);padding:1.1rem}.why-ia-grid,.thematic-cards,.cse-question-axes,.evolving-points,.essential-clauses,.agreement-examples,.after-film-grid,.contact-objectives,.contact-partners{gap:1rem;display:grid}.why-ia-grid{grid-template-columns:repeat(4,1fr)}.why-ia-grid article,.after-film-grid article,.evolving-points article,.agreement-examples article,.contact-objectives article,.contact-partners article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.2rem;box-shadow:0 10px 26px #0c1b450f}.why-ia-grid article{border-top:5px solid var(--teal)}.why-ia-grid article:nth-child(2){border-top-color:var(--pink)}.why-ia-grid article:nth-child(3){border-top-color:var(--cyan)}.why-ia-grid article:nth-child(4){border-top-color:var(--yellow)}.why-ia-grid h3,.after-film-grid h3,.evolving-points h3,.agreement-examples h3,.contact-objectives h3,.contact-partners h3{margin-top:0}.why-ia-grid p,.after-film-grid p,.evolving-points p,.agreement-examples p,.contact-objectives p,.contact-partners p{color:var(--muted)}.thematic-cards{grid-template-columns:repeat(2,1fr)}.thematic-cards>article{scroll-margin-top:calc(var(--header-height) + 30px);border:1px solid var(--line);border-top:7px solid var(--topic-color);border-radius:var(--radius);background:var(--surface);padding:1.3rem;box-shadow:0 10px 26px #0c1b450f}.thematic-card__head{align-items:center;gap:.75rem;display:flex}.thematic-card__head h3{margin:0;font-size:1.45rem}.thematic-card__icon{background:color-mix(in srgb, var(--topic-color) 14%, var(--surface));width:46px;height:46px;color:var(--topic-color);border-radius:50%;flex:0 0 46px;place-items:center;display:inline-grid}.thematic-cards h4{color:var(--topic-color);margin:1rem 0 .25rem}.central-question{font-size:1.08rem;font-weight:720}.thematic-cards a,.after-film-grid a{font-weight:820}.cse-question-axes{margin-top:1.5rem}.cse-question-axes>article{scroll-margin-top:calc(var(--header-height) + 30px);border:1px solid var(--line);border-left:8px solid var(--axis-color);border-radius:var(--radius);background:var(--surface);break-inside:avoid;padding:1.35rem}.cse-question-axes header{align-items:center;gap:.8rem;display:flex}.cse-question-axes header span{color:var(--axis-color);font-size:1.25rem;font-weight:900}.cse-question-axes h3{margin:0;font-size:1.55rem}.cse-question-axes h4{color:var(--axis-color);margin:1.2rem 0 .35rem}.cse-axis-details{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.cse-question-axes aside{background:color-mix(in srgb, var(--axis-color) 10%, var(--surface));border-radius:9px;margin-top:1rem;padding:.9rem 1rem}.cse-question-axes aside p{margin:.25rem 0 0}.evolving-points{grid-template-columns:repeat(4,1fr)}.agreement-comparison table{min-width:900px}.essential-clauses{grid-template-columns:repeat(2,1fr);padding:0;list-style:none}.essential-clauses li{border:1px solid var(--line);background:var(--surface);border-radius:9px;align-items:center;gap:.8rem;margin:0;padding:.85rem 1rem;display:flex}.essential-clauses span,.contact-objectives span{color:var(--pink);font-weight:900}.literacy-cards article{box-shadow:none;background:#ffffff14;border-color:#fff3}.legal-caution--dark,.page-section--dark .source-actions a,.film-fallback,.film-fallback a{color:#fff}.agreement-examples{grid-template-columns:repeat(3,1fr)}.agreement-example--fiction{border-style:dashed!important}.home-film-callout{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;display:grid}.film-callout-mark{background:linear-gradient(145deg,#17316f,#167b82);border:1px solid #fff3;border-radius:18px;align-content:end;min-height:260px;padding:1.5rem;display:grid}.film-callout-mark span{color:var(--yellow);font-weight:850}.film-callout-mark strong{color:#fff;text-transform:uppercase;font-size:clamp(1.8rem,4vw,3.2rem);line-height:.95}.after-film-grid{grid-template-columns:repeat(5,1fr)}.contact-project-intro{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;display:grid}.contact-objectives,.contact-partners{grid-template-columns:repeat(2,1fr)}.contact-lead{grid-template-columns:1.4fr .6fr;gap:2rem;display:grid}.contact-lead .contact-role,.contact-address{color:var(--yellow);font-weight:800}.contact-address{margin:.3rem 0 1rem;display:inline-block}.contact-links{border-left:1px solid #ffffff40;align-content:start;gap:.7rem;padding-left:1.5rem;display:grid}.contact-links a{color:#fff;font-weight:760}.contact-update{padding-top:0;padding-bottom:1rem}.brand-lockup{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.brand-lockup__card{border-radius:12px;place-items:center;min-height:96px;padding:.9rem;display:grid}.brand-lockup__card--navigia{background:#fff}.brand-lockup__card--cfecgc{background:linear-gradient(135deg,#17316f,#126f78)}.brand-lockup img{object-fit:contain;width:100%;height:64px}.brand-lockup--compact{max-width:410px}.brand-lockup--compact .brand-lockup__card{min-height:72px;padding:.55rem}.brand-lockup--compact img{height:48px}.partner-logo-card--cfecgc{background:linear-gradient(135deg,#17316f,#126f78);border-radius:10px;place-items:center;padding:.8rem;display:grid}.page-section--contact{padding-top:2rem;padding-bottom:2rem}.contact-block{background:var(--navy-dark);color:#fff;border-radius:16px;padding:1.5rem}.contact-block h2{color:#fff;margin:0;font-size:1.45rem}.contact-block p{color:#dce8f3;margin:.4rem 0}.contact-block a{color:var(--yellow);font-weight:800}.contact-block .button--primary{color:#161616}.contact-block .text-button{color:#fff}.contact-block--compact{background:0 0;padding:0}.contact-block--compact h2{font-size:1rem}.site-footer{color:#fff;padding:3rem max(1rem, calc((100% - var(--max))/2));background:#081532;margin-top:2rem}.site-footer__grid{grid-template-columns:1.2fr .8fr 1fr;gap:2rem;display:grid}.site-footer h2{color:#fff}.site-footer p{color:#d5e2ee}.site-footer a{color:#fff}.footer-links{gap:.35rem;display:grid}.footer-links a{text-decoration:none}.footer-partners{gap:.8rem;margin-top:2rem;display:flex}.footer-partners img{object-fit:contain;background:#fff;border-radius:6px;width:120px;height:58px;padding:.4rem}.footer-note{border-top:1px solid #ffffff29;margin:1.5rem 0 0;padding-top:1rem;font-size:.85rem}.not-found{align-content:center;min-height:60vh;display:grid}.not-found h1{margin:0;font-size:clamp(2.5rem,6vw,5.5rem)}@media (width<=1180px){.site-header__inner{grid-template-columns:170px 1fr auto}.nav-item>a,.nav-item__top>a{padding-inline:.45rem;font-size:.78rem}.submenu-toggle{margin-left:-.4rem}.concept-grid,.observable-list,.cycle-list,.iterative-timeline{grid-template-columns:repeat(3,1fr)}.iterative-timeline:before{display:none}.maturity-levels,.project-deliverables,.partner-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=980px){.site-header__inner{grid-template-columns:1fr auto}.main-nav{top:var(--header-height);max-height:calc(100vh - var(--header-height));border-bottom:1px solid var(--line);background:var(--surface);padding:.75rem 1rem 1.5rem;display:none;position:absolute;left:0;right:0;overflow-y:auto}.main-nav.is-open{display:block}.main-nav__list{gap:.25rem;display:grid}.nav-item>a,.nav-item__top>a{white-space:normal;width:100%;min-height:48px;padding:.65rem .75rem;font-size:.96rem}.nav-item__top{width:100%}.nav-item__top>a{flex:1}.submenu-toggle{border:1px solid var(--line);width:48px;height:48px;margin:0}.submenu{border-left:3px solid var(--teal);width:auto;box-shadow:none;border-radius:0 8px 8px 0;position:static;margin:.25rem 0 .5rem .75rem!important}.submenu a{align-items:center;min-height:44px;display:flex}.menu-button{display:inline-flex}.header-contact-link{display:none}.mobile-contact-item{display:block}.home-hero{grid-template-columns:1fr}.hero-compass{max-width:650px}.situation-grid,.action-columns,.project-configs,.issue-summary-grid,.resource-library,.tool-library,.concept-grid,.iterative-timeline,.clause-points,.site-footer__grid,.why-ia-grid,.evolving-points,.after-film-grid,.agreement-examples{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){:root{--header-height:68px}.site-header__inner{width:calc(100% - 1rem)}.brand-logo{width:145px;height:40px}.home-hero{min-height:auto;padding-top:4.5rem;padding-bottom:4.5rem}.home-hero h1,.page-intro h1{font-size:clamp(2.2rem,12vw,3.2rem)}.page-section,.page-shell{width:min(calc(100% - 1.25rem), var(--max))}.page-section--tint,.page-section--dark{width:100%;padding-inline:.625rem}.section-nav{width:calc(100% - 1.25rem)}.section-nav ul{grid-template-columns:1fr 1fr;display:grid}.situation-grid,.three-column,.two-column,.concept-grid,.issue-summary-grid,.action-columns,.project-configs,.maturity-levels,.reading-grid,.tool-library,.question-axes,.clause-points,.prompt-grid,.resource-library,.case-sheets,.project-deliverables,.partner-grid,.film-use,.resource-shortlist,.credits-grid,.site-footer__grid,.orientation-tool,.revoyure-layout,.resource-feature,.why-ia-grid,.thematic-cards,.evolving-points,.essential-clauses,.agreement-examples,.after-film-grid,.contact-objectives,.contact-partners,.home-film-callout,.contact-project-intro,.contact-lead,.cse-axis-details{grid-template-columns:1fr}.contact-links{border-top:1px solid #ffffff40;border-left:0;padding:1rem 0 0}.observable-list,.cycle-list,.iterative-timeline{grid-template-columns:1fr}.iterative-timeline>li{grid-template-columns:92px 1fr;gap:.5rem;display:grid}.timeline-marker h3{min-height:0}.reading-grid__head,.tool-panel__head{display:grid}.editorial-checklist dl{grid-template-columns:1fr}.editorial-checklist dt{margin-top:.5rem}.registry-form{grid-template-columns:1fr}.registry-form .field-wide,.registry-form .form-actions{grid-column:1}.registry-list>article{display:grid}.agreement-outline{columns:1}.project-calendar li{grid-template-columns:1fr}.film-access{flex-direction:column;align-items:start}}@media (width<=420px){.icon-button{display:none}.menu-button svg{display:inline}.section-nav ul{grid-template-columns:1fr}.hero-actions,.card-actions,.form-actions{flex-direction:column;align-items:stretch}.button{width:100%}.tool-link{grid-template-columns:1fr auto}.tool-link span:first-child{grid-column:1/-1}.iterative-timeline>li{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{@page{margin:1.5cm}body{color:#000;background:#fff;font-size:10.5pt}.site-header,.site-footer,.section-nav,.page-intro,.home-hero,.tool-filters,.page-section:not(.print-checklist):not(.print-cse-section),.print-action,.export-buttons,.card-actions{display:none!important}.print-checklist,.print-cse-section{color:#000!important;background:#fff!important;border:0!important;width:100%!important;margin:0!important;padding:0!important;display:block!important}.print-cse-section h2,.print-cse-section h3,.print-cse-section h4,.print-cse-section p,.print-cse-section li{color:#000!important}.why-ia-grid{grid-template-columns:repeat(2,1fr)}.cse-question-axes>article{box-shadow:none;border:1px solid #777;margin-bottom:.5cm}.editorial-checklist{box-shadow:none;border:0;padding:0}.editorial-checklist .tool-panel__head,.editorial-checklist>ol{display:block}.editorial-checklist>ol>li{background:#fff;border:1px solid #777;margin:0 0 .6cm}.editorial-checklist dl{grid-template-columns:4cm 1fr}.editorial-checklist dt,.editorial-checklist dd,.editorial-checklist h3,.editorial-checklist h4{color:#000}}
