:root{scroll-behavior:smooth}
.pwb2-site{font-family:var(--body);color:#3f4d58;background:#fff;line-height:1.62;width:100%;overflow:hidden}
.pwb2-site *{box-sizing:border-box}
.pwb2-site svg{width:1.35em;height:1.35em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pwb2-container{width:min(var(--max-width),calc(100% - 48px));margin:0 auto}
.pwb2-site h1,.pwb2-site h2{font-family:var(--heading);font-weight:500;line-height:1.06;color:var(--primary)}
.pwb2-site h1{font-size:clamp(56px,7vw,78px);color:#fff;margin:7px 0 0;text-shadow:0 1px 3px rgba(0,0,0,.12)}
.pwb2-site h2{font-size:clamp(34px,3.4vw,46px);margin:0 0 20px}
.pwb2-site p{margin:0 0 12px}

.pwb2-nav{background:var(--primary);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.pwb2-nav .pwb2-container{display:flex;align-items:center;justify-content:space-between;min-height:62px}
.pwb2-nav a{color:#fff!important;text-decoration:none!important}
.pwb2-brand{font-family:var(--heading);font-size:25px}
.pwb2-nav nav{display:flex;gap:38px}
.pwb2-nav nav a{padding:20px 0;position:relative;font-size:14px}
.pwb2-nav nav a:first-child:after,.pwb2-nav nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--accent)}

.pwb2-hero{min-height:var(--hero-height);background-size:cover;background-position:center right;display:flex;align-items:center;color:#fff;position:relative}
.pwb2-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,39,67,.38) 0%,rgba(5,39,67,.12) 44%,rgba(5,39,67,0) 76%)}
.pwb2-hero-copy{max-width:505px;padding:66px 0 72px;position:relative;z-index:1}
.pwb2-hero-copy.has-decoration:before{content:"";position:absolute;left:-88px;top:-22px;width:365px;height:300px;background:url("images/organic-flower.png") no-repeat left center/contain;opacity:.88;filter:blur(.2px);z-index:-1;pointer-events:none}
.pwb2-eyebrow{font-size:18px;margin:0 0 3px}
.pwb2-gold-line{display:block;width:58px;height:3px;background:var(--accent);margin:25px 0}
.pwb2-lead{font-size:18px;max-width:475px}
.pwb2-lead p{margin-bottom:26px}
.pwb2-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.pwb2-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:5px;text-decoration:none!important;font-weight:600;min-height:48px}
.pwb2-filled{background:var(--accent);color:#fff!important}
.pwb2-outline{background:#fff;color:var(--primary)!important;border:1px solid rgba(10,50,80,.25)}
.pwb2-link{padding:8px 0;color:var(--accent)!important}
.pwb2-button-icon{display:inline-flex}

.pwb2-section{padding:var(--section-padding) 0}
.pwb2-research{background:var(--research-bg)}
.pwb2-research-grid,.pwb2-thesis-grid{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center}
.pwb2-research-grid>div:first-child{padding-right:12px}
.pwb2-more{display:inline-block;margin-top:14px;color:var(--accent)!important;text-decoration:none!important}
.pwb2-research-items{border-left:1px solid #e2e2e2;padding-left:50px}
.pwb2-research-items article{display:flex;align-items:flex-start;gap:22px;padding:24px 0;min-height:94px;border-bottom:0}
.pwb2-research-items article:last-child{border-bottom:0}
.pwb2-research-items h3{margin:0 0 4px;color:var(--primary);font-size:17px;line-height:1.35}
.pwb2-research-items p{margin:0;font-size:15px;line-height:1.65}
.pwb2-icon-circle{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#f4f0e9;color:var(--primary);flex:0 0 auto}
.pwb2-icon-circle svg{width:30px;height:30px}

.pwb2-thesis{background:var(--thesis-bg);overflow:visible;padding-top:54px;padding-bottom:54px}
.pwb2-thesis-grid{align-items:center}
.pwb2-cover-stage{position:relative;min-height:304px;display:flex;justify-content:center;align-items:flex-start;overflow:visible}
.pwb2-book-wrap{position:relative;width:var(--cover-width);max-width:82%;margin-top:calc(-1 * var(--cover-overlap) + 14px);z-index:2}
.pwb2-book-object{position:relative;width:100%;z-index:2;filter:drop-shadow(0 3px 5px rgba(18,31,42,.08))}
.pwb2-book-object img{display:block;width:100%;aspect-ratio:17/24;object-fit:cover;object-position:center;position:relative;z-index:2;border-radius:1px}
.pwb2-book-spine{position:absolute;left:-8px;top:1px;bottom:1px;width:12px;background:linear-gradient(90deg,#071f36 0%,#0d2f4c 55%,#143c5c 100%);border-radius:2px 0 0 2px;z-index:1;box-shadow:inset -1px 0 1px rgba(255,255,255,.14)}
.pwb2-book-edge{position:absolute;right:-4px;top:4px;bottom:4px;width:4px;background:linear-gradient(#e8edf0,#cfd8de,#e9eef1);z-index:1;opacity:.9}
.pwb2-cover-stage.mode-book .pwb2-book-object{transform:perspective(900px) rotateY(-5deg)}
.pwb2-cover-stage.mode-flat .pwb2-book-spine{width:8px;left:-5px;opacity:.72}.pwb2-cover-stage.mode-flat .pwb2-book-edge{display:none}
.pwb2-cover-stage.mode-original .pwb2-book-wrap{margin-top:0}.pwb2-cover-stage.mode-original .pwb2-book-object{filter:none}.pwb2-cover-stage.mode-original .pwb2-book-object img{aspect-ratio:auto;object-fit:contain}
.pwb2-cover-stage.mode-original .pwb2-book-spine,.pwb2-cover-stage.mode-original .pwb2-book-edge{display:none}
.pwb2-cover-shadow{position:absolute;left:-38%;right:9%;bottom:-18px;height:66px;background:radial-gradient(ellipse at 73% 18%,rgba(18,31,42,.34) 0%,rgba(18,31,42,.24) 28%,rgba(18,31,42,.13) 50%,rgba(18,31,42,.055) 66%,rgba(18,31,42,0) 84%);filter:blur(11px);border-radius:50%;transform:skewX(-22deg) translateX(-14px);z-index:1;pointer-events:none}.pwb2-cover-shadow:before{content:"";position:absolute;left:52%;right:7%;top:-8px;height:10px;background:rgba(12,24,34,.58);filter:blur(2px);border-radius:50%;transform:skewX(-8deg)}.pwb2-cover-shadow:after{content:"";position:absolute;left:24%;right:20%;top:4px;height:18px;background:rgba(18,31,42,.18);filter:blur(7px);border-radius:50%;transform:skewX(-15deg) translateX(-12px)}
.pwb2-cover-shadow.hidden{display:none}
.pwb2-label{color:var(--accent);font-weight:700;font-size:13px;letter-spacing:.08em;margin-bottom:8px}
.pwb2-thesis-copy h2{margin-bottom:20px}
.pwb2-blocks{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.pwb2-blocks .pwb2-richtext,.pwb2-blocks h3,.pwb2-blocks .pwb2-shortcode,.pwb2-blocks .pwb2-divider{flex-basis:100%}
.pwb2-divider{border:0;border-top:1px solid #ddd}
.pwb2-inline-shortcode{flex-basis:100%}

.pwb2-about{background:var(--about-bg)}
.pwb2-about-grid{display:grid;grid-template-columns:235px 1fr;gap:58px;align-items:center}
.pwb2-portrait{width:185px;height:185px;border-radius:50%;object-fit:cover;display:block;margin:auto}

.pwb2-footer{background:var(--primary);color:#fff;padding:44px 0 16px}
.pwb2-footer-grid{display:grid;grid-template-columns:1fr 1.3fr .8fr;gap:60px}
.pwb2-footer h3{margin:0 0 16px;color:#fff;font-size:16px}
.pwb2-footer a{color:#dce7ef!important;text-decoration:none!important}
.pwb2-footer-grid>div:first-child>a{display:block;margin:3px 0}
.pwb2-contact-row{display:flex;gap:12px;align-items:flex-start;margin:8px 0}
.pwb2-contact-row>span:first-child{color:var(--accent);display:flex}
.pwb2-socials{display:flex;gap:10px;flex-wrap:wrap}
.pwb2-socials a{display:grid!important;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.75);border-radius:50%}
.pwb2-social-letter{font-weight:700;font-size:12px}
.pwb2-copyright{border-top:1px solid rgba(255,255,255,.16);margin-top:32px;padding-top:16px;text-align:center;color:#cbd7df;font-size:13px}

body.pwb2-fullscreen-page{margin:0!important;padding:0!important}
body.pwb2-fullscreen-page header:not(.pwb2-nav),body.pwb2-fullscreen-page footer:not(.pwb2-footer),body.pwb2-fullscreen-page .site-header,body.pwb2-fullscreen-page #masthead,body.pwb2-fullscreen-page .site-footer,body.pwb2-fullscreen-page #colophon,body.pwb2-fullscreen-page .entry-header,body.pwb2-fullscreen-page .entry-title,body.pwb2-fullscreen-page .wp-block-post-title{display:none!important}
body.pwb2-fullscreen-page #page,body.pwb2-fullscreen-page .site,body.pwb2-fullscreen-page #content,body.pwb2-fullscreen-page .site-content,body.pwb2-fullscreen-page #primary,body.pwb2-fullscreen-page main,body.pwb2-fullscreen-page article,body.pwb2-fullscreen-page .entry-content,body.pwb2-fullscreen-page .ast-container,body.pwb2-fullscreen-page .wp-site-blocks,body.pwb2-fullscreen-page .wp-block-post-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

@media(max-width:900px){
  .pwb2-container{width:min(100% - 30px,var(--max-width))}
  .pwb2-nav nav{display:none}
  .pwb2-research-grid,.pwb2-thesis-grid,.pwb2-about-grid,.pwb2-footer-grid{grid-template-columns:1fr;gap:38px}
  .pwb2-research-items{border-left:0;padding-left:0}
  .pwb2-about-grid{text-align:center}
  .pwb2-cover-stage{min-height:262px}
  .pwb2-book-wrap{max-width:66%;margin-top:calc(-.7 * var(--cover-overlap) + 10px)}
  .pwb2-cover-shadow{left:-24%;right:9%;bottom:-13px;height:50px;filter:blur(9px);transform:skewX(-18deg) translateX(-8px)}.pwb2-cover-shadow:before{left:49%;right:8%;top:-6px;height:8px;filter:blur(2px)}.pwb2-cover-shadow:after{left:27%;right:18%;top:3px;height:14px;filter:blur(6px)}
  .pwb2-hero-copy.has-decoration:before{left:-34px;top:0;width:245px;height:220px;opacity:.7}
}

/* Inner pages: research and chapters */
.pwb2-virtual-body{margin:0;background:#fff}
.pwb2-inner-site{min-height:100vh;background:#fff;color:#172b3d;font-family:var(--body)}
.pwb2-inner-site .pwb2-nav{position:relative}
.pwb2-inner-hero{min-height:300px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}
.pwb2-inner-copy{max-width:610px;padding:55px 0}
.pwb2-inner-copy h1{font:700 clamp(38px,5vw,62px)/1.05 var(--heading);margin:0 0 16px}
.pwb2-inner-copy p{font:400 clamp(18px,2.2vw,25px)/1.45 var(--heading);color:var(--accent);max-width:520px;margin:0 0 30px}
.pwb2-inner-copy a{color:#fff;text-decoration:none;font-size:14px}
.pwb2-inner-section{padding:68px 0;background:#fff}
.pwb2-inner-section.pwb2-soft{background:#eef5f8}
.pwb2-centered{text-align:center}
.pwb2-narrow{max-width:850px}
.pwb2-inner-section h2,.pwb2-impact h2{font:700 clamp(30px,4vw,45px)/1.15 var(--heading);color:var(--primary);margin:6px 0 20px}
.pwb2-inner-section .pwb2-label,.pwb2-impact .pwb2-label{letter-spacing:.19em;font-weight:700;font-size:12px;color:var(--accent);margin:0 0 8px}
.pwb2-ornament{display:block;color:var(--accent);font-size:28px;margin:22px 0}
.pwb2-goal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}
.pwb2-goal-card{background:linear-gradient(180deg,#f7fafc,#eef4f7);padding:28px 18px 24px;min-height:255px}
.pwb2-goal-icon{display:inline-flex;width:48px;height:48px;color:var(--accent);margin-bottom:14px}
.pwb2-goal-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}
.pwb2-goal-card h3{font:700 21px/1.15 var(--heading);color:var(--primary);margin:4px 0 12px}
.pwb2-goal-card p{font-size:14px;line-height:1.6;margin:0}
.pwb2-two-col{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:54px;align-items:center}
.pwb2-pathway{position:relative;width:100%;max-width:540px;height:420px;margin:0 auto 0 -28px;border:0;display:flex;align-items:center;justify-content:center}
.pwb2-pathway:before{content:"";position:absolute;left:50%;top:50%;width:300px;height:300px;transform:translate(-50%,-50%);border:1px dashed #8ca2b3;border-radius:50%}
.pwb2-pathway-center{position:relative;z-index:2;width:150px;height:150px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;font:700 20px/1.15 var(--heading);box-shadow:0 8px 25px rgba(0,0,0,.15)}
.pwb2-pathway span{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;width:190px;min-height:54px;background:#fff;border:1px solid #d5e0e7;border-radius:999px;padding:9px 16px;text-align:center;font-weight:700;font-size:13px;line-height:1.2;box-sizing:border-box;box-shadow:0 5px 14px rgba(22,44,62,.08)}
.pwb2-pathway span:nth-of-type(1){top:0;left:50%;transform:translateX(-50%)}
.pwb2-pathway span:nth-of-type(2){right:0;top:104px}
.pwb2-pathway span:nth-of-type(3){right:20px;bottom:34px}
.pwb2-pathway span:nth-of-type(4){left:20px;bottom:34px}
.pwb2-pathway span:nth-of-type(5){left:0;top:104px}
.pwb2-part-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:30px 0}
.pwb2-part-grid article{background:#f3f7f9;padding:28px 20px;min-height:205px}
.pwb2-part-grid b{color:var(--accent);font-size:13px}.pwb2-part-grid h3{font:700 21px/1.2 var(--heading);color:var(--primary);margin:10px 0}.pwb2-part-grid p{font-size:14px;line-height:1.55}
.pwb2-impact{padding:55px 0;background:var(--primary);color:#fff}
.pwb2-impact h2{color:#fff}
.pwb2-impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:26px}
.pwb2-impact-grid article{display:flex;gap:18px}.pwb2-impact-grid article>span{width:50px;min-width:50px;color:var(--accent)}.pwb2-impact-grid svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.pwb2-impact-grid h3{font:700 20px var(--heading);margin:0 0 8px}.pwb2-impact-grid p{font-size:14px;line-height:1.55;margin:0;color:#e6edf2}
.pwb2-final-actions .pwb2-button{margin:6px}
.pwb2-inner-footer{padding-top:0}.pwb2-inner-footer .pwb2-copyright{padding-top:22px;padding-bottom:22px;text-align:center}
.pwb2-part-heading{margin-bottom:26px}.pwb2-part-heading>span{color:var(--accent);font-weight:700;letter-spacing:.16em;font-size:12px}.pwb2-part-heading h2{margin-top:8px;max-width:900px}
.pwb2-chapter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pwb2-chapter-card{background:#fff;border:1px solid #dce6ec;padding:27px 25px;box-shadow:0 7px 20px rgba(19,49,70,.05);display:flex;flex-direction:column;height:100%}
.pwb2-chapters>.pwb2-inner-section:not(.pwb2-soft) .pwb2-chapter-card{background:#f8fafb}
.pwb2-chapter-card>span{color:var(--accent);font-weight:700;letter-spacing:.15em;font-size:11px}.pwb2-chapter-card h3{font:700 20px/1.28 var(--heading);color:var(--primary);margin:10px 0 0}.pwb2-chapter-card p{font-size:14px;line-height:1.55;margin:12px 0 0}
@media(max-width:900px){.pwb2-goal-grid{grid-template-columns:repeat(2,1fr)}.pwb2-part-grid{grid-template-columns:repeat(2,1fr)}.pwb2-two-col{grid-template-columns:1fr;gap:45px}.pwb2-pathway{margin:0 auto}.pwb2-impact-grid{grid-template-columns:1fr}.pwb2-chapter-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.pwb2-inner-hero{min-height:240px}.pwb2-inner-copy{padding:38px 0}.pwb2-goal-grid,.pwb2-part-grid,.pwb2-chapter-grid{grid-template-columns:1fr}.pwb2-inner-section{padding:48px 0}.pwb2-pathway{height:350px;max-width:390px;margin:0 auto;transform:none}.pwb2-pathway:before{width:230px;height:230px}.pwb2-pathway-center{width:122px;height:122px;font-size:18px}.pwb2-pathway span{width:150px;min-height:44px;padding:8px 10px;font-size:12px}.pwb2-pathway span:nth-of-type(2),.pwb2-pathway span:nth-of-type(3){right:0}.pwb2-pathway span:nth-of-type(4),.pwb2-pathway span:nth-of-type(5){left:0}.pwb2-inner-site .pwb2-nav nav{display:none}}
/* Editable chapter and part labels */
.pwb2-chapters .pwb2-part-heading>span{font-size:var(--part-label-size,16px);line-height:1.25}
.pwb2-chapter-card .pwb2-chapter-label{display:block;font-size:var(--chapter-label-size,16px);line-height:1.25}
.pwb2-chapter-single{max-width:none}
.pwb2-chapter-grid-single{grid-template-columns:minmax(0,760px);justify-content:start}
.pwb2-chapter-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--primary);font-weight:700;text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:4px}
.pwb2-chapter-link:hover{color:var(--accent)}
/* Research page editable media and icons */
.pwb2-approach-image{display:flex;align-items:center;justify-content:center;min-height:300px}
.pwb2-approach-image img{display:block;width:100%;max-width:520px;height:auto;max-height:430px;object-fit:contain;border-radius:4px}
.pwb2-two-col.pwb2-image-left .pwb2-approach-copy{order:2}.pwb2-two-col.pwb2-image-left .pwb2-approach-image,.pwb2-two-col.pwb2-image-left .pwb2-pathway{order:1}
.pwb2-part-icon{display:flex;width:54px;height:54px;margin:0 auto 12px;color:var(--accent)}
.pwb2-part-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}
.pwb2-research-page .pwb2-richtext p{font-size:inherit;text-align:inherit}
.pwb2-research-page h2{line-height:1.15}
.pwb2-final-actions .pwb2-button-icon{width:18px;height:18px}
@media(max-width:900px){.pwb2-two-col.pwb2-image-left .pwb2-approach-copy,.pwb2-two-col.pwb2-image-left .pwb2-approach-image,.pwb2-two-col.pwb2-image-left .pwb2-pathway{order:initial}.pwb2-approach-image{min-height:0}}
.pwb2-chapter-icon,.pwb2-part-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(184,139,62,.45);border-radius:50%;color:var(--accent);margin:0 0 14px}
.pwb2-chapter-icon svg,.pwb2-part-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pwb2-chapter-card[style*="text-align:center"] .pwb2-chapter-icon,.pwb2-part-heading[style*="text-align:center"] .pwb2-part-icon{margin-left:auto;margin-right:auto}
.pwb2-chapter-card[style*="text-align:right"] .pwb2-chapter-icon,.pwb2-part-heading[style*="text-align:right"] .pwb2-part-icon{margin-left:auto}
.pwb2-chapter-description p{margin:12px 0 0}
/* Individual chapter PDF pages */
.pwb2-chapter-links{display:flex;flex-wrap:wrap;gap:16px 20px;align-items:center;margin-top:auto;padding-top:22px}
.pwb2-chapter-links .pwb2-chapter-link{margin-top:0}
.pwb2-article-link{opacity:.82}
.pwb2-reader-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}
.pwb2-back-link{color:var(--primary);font-weight:700;text-decoration:none}
.pwb2-reader-actions{display:flex;gap:10px;flex-wrap:wrap}
.pwb2-pdf-frame{width:100%;min-height:500px;background:#eaf1f5;border:1px solid #cfdde5;box-shadow:0 12px 32px rgba(17,48,69,.10);overflow:hidden}
.pwb2-pdf-frame iframe{display:block;width:100%;height:100%;border:0;background:#eaf1f5}
.pwb2-publication-link{text-align:center;margin:24px 0 0}.pwb2-publication-link a{color:var(--primary);font-weight:700}
@media(max-width:700px){.pwb2-reader-head{align-items:flex-start;flex-direction:column}.pwb2-reader-actions{width:100%}.pwb2-reader-actions .pwb2-button{flex:1;justify-content:center}.pwb2-pdf-frame{height:680px!important}}
