.project-heading{display:grid;grid-template-columns:1fr 280px;gap:4rem;padding-top:68px;padding-bottom:54px}.project-heading h1{font-size:clamp(36px,4.3vw,68px);line-height:1.08;letter-spacing:-.055em;margin:20px 0}.project-heading p:not(.eyebrow){max-width:690px;font-size:19px;line-height:1.6;color:#716879}.project-heading aside{border-left:1px solid #ddd2e7;padding:24px 0 0 36px;display:flex;align-items:flex-start;flex-direction:column;gap:20px}.project-heading aside svg{width:40px;height:40px;color:#80519b}.project-heading aside strong{font-size:25px;line-height:1.4}.project-heading aside span{color:#756b7d;line-height:1.7}.project-workspace{padding-bottom:80px}.project-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:24px;background:#f6f1fa;border:1px solid #e4d9ec;border-radius:18px}.project-title{flex:1;max-width:600px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#71577f}.project-title input{display:block;width:100%;font:600 23px 'Manrope',sans-serif;background:transparent;border:0;border-bottom:1px solid #cdb9da;border-radius:0;padding:12px 0;color:#30213b}.project-toolbar>div{display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.project-toolbar span{font-size:12px;max-width:210px;color:#716879}.project-session{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:20px 0;font-size:13px;color:#716879}.project-session label{display:flex;gap:12px;align-items:center}.project-session select{max-width:300px;border:1px solid #ded3e7;background:white;border-radius:8px;padding:9px;font:inherit}.project-steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e4d9ec;border-radius:14px;overflow:hidden;margin:10px 0 40px}.project-steps a{display:flex;align-items:center;gap:18px;padding:22px;color:#3e2c4c;text-decoration:none;border-right:1px solid #e4d9ec}.project-steps a:last-child{border:0}.project-steps a:hover{background:#f6f1fa}.project-steps b{font-size:23px;color:#a681b8}.project-steps small{display:block;color:#84778c;font-size:12px;margin-top:5px}.project-panel{scroll-margin-top:110px;padding:40px;border:1px solid #e4d9ec;border-radius:20px;margin-top:24px}.project-section-heading{margin-bottom:28px}.project-section-heading>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#92709f}.project-section-heading h2{font-size:clamp(26px,3vw,39px);line-height:1.18;letter-spacing:-.035em;margin:14px 0}.project-section-heading p{max-width:750px;color:#756b7d;line-height:1.6}.project-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-field{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#4c3c58;min-width:0}.project-field input,.project-field select,.project-field textarea{font:inherit;color:#30213b;max-width:100%;min-width:0;border:1px solid #ded3e7;border-radius:9px;background:white;padding:12px}.project-field textarea{min-height:88px;resize:vertical}.project-field.wide{grid-column:1/-1}.project-choice{border:0;padding:0;margin:0;grid-column:1/-1}.project-choice legend{font-size:13px;margin-bottom:12px}.project-choice>div{display:flex;flex-wrap:wrap;gap:10px}.project-choice label{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f7f4f9;border:1px solid #e1d6e9;border-radius:8px;font-size:13px}.project-choice input{accent-color:#65407d;width:17px;height:17px}.project-details{border-top:1px solid #e4d9ec;margin-top:24px;padding-top:18px}.project-details summary{cursor:pointer;font-weight:600;padding:7px 0 15px}.project-message{padding:16px 20px;background:#f9f4e9;color:#634b29;border:1px solid #e4d6b9;margin:20px 0;border-radius:12px;line-height:1.5}.project-decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-decision-grid article{padding:24px;background:#f7f4fa;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start}.project-decision-grid article>svg{width:27px;height:27px;color:#9870ad}.project-decision-grid h3{font-size:20px;margin:20px 0 10px}.project-decision-grid p{font-size:14px;line-height:1.6;color:#756b7d;flex:1}.project-decision-grid .btn{font-size:13px;min-height:48px;padding:12px 16px;text-align:left}.project-footnote{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;font-size:12px;color:#84778c}.project-footnote p{max-width:650px;line-height:1.6}.project-links>div{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4d9ec;padding:15px 0;gap:12px;font-size:13px}.project-estimates{font-size:13px;color:#716879}.project-estimates article{padding:14px 0;border-bottom:1px solid #e4d9ec}#project-link-output{background:#f1eaf6;padding:22px;border-radius:12px;margin-top:24px}#project-link-output label{display:block;font-size:13px}#project-link-value{display:block;width:100%;padding:12px;border:1px solid #d5c4e0;border-radius:8px;margin:8px 0 12px;font:inherit}#project-link-expiry{font-size:12px}.project-workspace [disabled]{opacity:.6;cursor:not-allowed}.project-workspace [hidden]{display:none!important}
@media(max-width:850px){.project-heading{grid-template-columns:1fr;padding-top:40px;gap:15px}.project-heading aside{display:none}.project-toolbar{align-items:stretch;flex-direction:column}.project-toolbar>div{justify-content:space-between}.project-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.project-decision-grid{grid-template-columns:1fr}.project-steps a{padding:15px;gap:10px}.project-steps small{display:none}.project-panel{padding:24px}.project-footnote{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.project-heading h1{font-size:36px}.project-heading p:not(.eyebrow){font-size:16px}.project-toolbar{padding:18px}.project-title input{font-size:20px}.project-steps{display:flex;overflow:auto}.project-steps a{min-width:160px;font-size:13px}.project-fields{grid-template-columns:1fr}.project-panel{padding:20px 16px}.project-session label{align-items:flex-start;flex-direction:column}.project-session select{max-width:100%}.project-links>div{align-items:flex-start;flex-direction:column}.project-toolbar .btn{width:100%;justify-content:center}.project-title{max-width:100%}}
.project-actionbar{position:sticky;bottom:14px;z-index:12;background:#30203e;color:white;border-radius:14px;padding:16px 22px;margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 8px 30px #2a183b22}.project-actionbar span{font-size:14px}.project-actionbar small{display:block;color:#ccbcd9;font-size:12px;margin-top:5px}.project-actionbar .btn{background:white;color:#382344}.project-toolbar>div{max-width:580px}@media(max-width:600px){.project-actionbar{bottom:8px;padding:12px;gap:10px}.project-actionbar span{font-size:12px}.project-actionbar small{display:none}.project-actionbar .btn{font-size:12px;padding:12px;min-width:150px}.project-toolbar>div{max-width:100%}}

.project-workspace .text-link{border:0;background:transparent;color:#714586;padding:8px 0;font:inherit;font-size:13px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.project-toolbar .btn.secondary{background:white;color:#543468;border:1px solid #cdb9da}.project-toolbar>div{display:grid;grid-template-columns:1fr 1fr;max-width:480px}.project-toolbar #project-save-status{grid-column:1/-1;max-width:none}.project-toolbar .btn{font-size:13px;padding:14px 18px;white-space:nowrap}@media(max-width:520px){.project-toolbar>div{display:flex;flex-direction:column;align-items:stretch}.project-toolbar #project-save-status{font-size:11px}}

.project-summary{background:#f5f0f9;border:1px solid #e4d9ec;border-radius:20px;padding:28px;margin:10px 0 24px}.project-summary h2{font-size:clamp(24px,3vw,36px);letter-spacing:-.035em;margin:12px 0 18px}.project-summary>p{max-width:760px;line-height:1.6}.project-summary-actions{display:flex;gap:12px;flex-wrap:wrap}.project-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-summary-grid article{background:white;border:1px solid #e4d9ec;padding:22px;border-radius:14px;min-width:0}.project-summary-grid h3{margin:0 0 16px;font-size:18px}.project-summary-grid p,.project-summary-detail{font-size:13px;line-height:1.6}.project-summary-amount{font-size:clamp(22px,3vw,34px);letter-spacing:-.03em;color:#402950;display:block}.project-summary-note{color:#807488;font-size:12px}.project-summary-next{border-top:1px solid #e4d9ec;padding-top:14px;color:#604077}.project-summary-detail summary{cursor:pointer;font-weight:600;padding:12px 0}.project-summary-detail ul{padding-left:20px;max-height:240px;overflow:auto}.project-summary-detail li{margin-bottom:8px}.project-disclosure{padding:0}.project-disclosure>summary{padding:25px 32px;cursor:pointer;font-size:20px;font-weight:600}.project-disclosure>summary span{display:block;font-size:13px;color:#807488;font-weight:400;margin-top:8px}.project-disclosure>summary:focus-visible{outline:3px solid #9b6cbb;outline-offset:3px}.project-disclosure-body{padding:0 32px 32px}.project-estimates h4{font-size:18px;color:#402950;margin:5px 0}.project-estimates article{padding:24px;background:#faf8fc;border-radius:12px;margin:16px 0}.project-estimates .project-summary-amount{font-size:24px}@media(max-width:650px){.project-summary-grid{grid-template-columns:1fr}.project-summary{padding:20px 16px}.project-summary-grid article{padding:18px}.project-summary-actions .btn{width:100%;font-size:13px}.project-disclosure>summary{padding:22px 16px;font-size:18px}.project-disclosure-body{padding:0 16px 22px}.project-estimates article{padding:18px}}
