@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700&display=swap');
:root{--purple:#4e2a89;--bright:#7136d3;--line:#6c56a3;--ink:#342d43;--muted:#746e7c;--lavender:#eee6ff;--blue:#e8f5ff;--peach:#fff0e8;--mint:#e9f7ef;--yellow:#fff5d5;--page:#f5f5f7;--white:#fff;--serif:'DM Serif Display',Georgia,serif;--sans:Inter,Arial,sans-serif;--shadow:0 15px 38px rgba(68,45,106,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--sans);font-size:16px}a{color:inherit}.skip-link{position:fixed;left:16px;top:-60px;background:#fff;padding:12px;z-index:99}.skip-link:focus{top:16px}.app-shell{max-width:1380px;min-height:calc(100vh - 48px);margin:24px auto;background:#fff;border:2px solid var(--line);border-radius:22px;overflow:hidden}.site-header{height:96px;border-bottom:1px solid #ebe7f0;padding:0 40px;display:flex;align-items:center;gap:54px}.brand{font-weight:500;color:var(--purple);text-decoration:none}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:28px;flex:1}.site-nav a{font-size:13px;text-decoration:none;padding:35px 0 14px;white-space:nowrap}.site-nav .active{color:var(--purple);border-bottom:2px solid var(--bright)}.menu-button{display:none}main{padding:40px 76px 18px}.eyebrow,.breadcrumb{font-size:14px;color:var(--muted);margin:0 0 10px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.hero h1,.page-title{font-family:var(--serif);color:var(--purple);margin:0;line-height:.98;font-weight:400}.hero h1{font-size:62px;letter-spacing:-.5px}.hero h1 em{font-weight:400}.hero-copy{font-size:18px;color:var(--muted);line-height:1.6;max-width:580px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--bright);color:white;text-decoration:none;border:0;border-radius:10px;padding:16px 24px;font-weight:700;cursor:pointer}.button.secondary{min-width:145px;background:#fff;color:var(--purple);border:2px solid var(--bright)}.hero-art{min-height:280px;display:flex;align-items:center;justify-content:center}.hero-art img{width:min(470px,100%);height:auto;object-fit:contain}.section-title{font-family:var(--serif);font-size:24px;font-weight:400;color:var(--purple);margin:20px 0 6px}.section-note{color:var(--muted);margin:0 0 20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:26px 28px;border-radius:14px}.step:nth-child(1){background:var(--lavender)}.step:nth-child(2){background:var(--blue)}.step:nth-child(3){background:var(--mint)}.num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bright);color:#fff;font-weight:700}.step h3{font-family:var(--serif);font-weight:400;color:var(--purple);margin:0 0 8px}.step p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.timeline-panel{margin:24px 0;background:#f8f4ff;border-radius:30px;padding:30px 34px;display:grid;grid-template-columns:350px 1fr;gap:36px}.timeline-copy h2{font-family:var(--serif);font-weight:400;color:var(--purple);margin:0 0 12px}.timeline-copy p{font-size:14px;color:var(--muted);line-height:1.55}.timeline{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.timeline:before{content:'';position:absolute;left:6%;right:6%;top:27px;border-top:2px dashed #8a66cf}.timeline a{z-index:1;text-decoration:none;text-align:center;font-size:11px;font-weight:700;color:var(--purple);width:88px}.timeline a>span:last-child{display:block}.timeline .bubble{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px}.timeline a:nth-child(1) .bubble{background:#eee4ff}.timeline a:nth-child(2) .bubble{background:#e7f5ff}.timeline a:nth-child(3) .bubble{background:#e8f8ef}.timeline a:nth-child(4) .bubble{background:#fff4cc}.timeline a:nth-child(5) .bubble{background:#fff0e8}.timeline a:nth-child(6) .bubble{background:#ffdcca}.timeline a:nth-child(7) .bubble{background:#e8dcf6}.compact-footer{border:1px solid #dfd8ea;border-radius:14px;display:grid;grid-template-columns:360px 1fr;gap:22px;padding:14px 20px;margin-top:20px;align-items:center}.footer-about{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;border-right:1px solid #e4dfeb;padding-right:22px}.footer-about>img{width:66px;height:66px;object-fit:contain}.footer-about h3,.resources h3{margin:0 0 5px;color:var(--purple);font-size:14px}.footer-about p{margin:0;color:var(--muted);font-size:11px;line-height:1.35}.footer-about small{display:block;margin-top:5px;color:var(--purple);font-size:10px}.resources{display:grid;grid-template-columns:120px repeat(4,1fr);align-items:center;gap:10px}.resource-link{text-decoration:none;text-align:center;font-size:10px;color:var(--ink)}.resource-link img{width:42px;height:42px;object-fit:contain;display:block;margin:0 auto 5px}.resource-link span{display:block}.resource-link b{color:var(--bright)}.page-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.page-title{font-size:48px}.page-intro{color:var(--muted);line-height:1.5;max-width:620px}.notice{margin:28px 0;background:#f8f3ff;border-radius:14px;padding:22px 28px}.notice strong{display:block;color:var(--purple);font-size:18px;margin-bottom:5px}.notice span{color:var(--muted);font-size:13px}.topics-heading{font-size:30px;color:var(--purple);margin:22px 0}.topic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.topic-card{min-height:340px;border:0;border-radius:28px;padding:28px 18px 20px;text-align:center;cursor:pointer;color:var(--ink);display:flex;flex-direction:column;align-items:center;transition:.2s transform,.2s box-shadow;font-family:inherit}.topic-card.lavender{background:var(--lavender)}.topic-card.blue{background:var(--blue)}.topic-card.peach{background:var(--peach)}.topic-card.mint{background:var(--mint)}.topic-card.yellow{background:var(--yellow)}.topic-card:hover,.topic-card:focus-visible{transform:translateY(-4px);box-shadow:var(--shadow);outline:3px solid rgba(116,56,211,.18)}.topic-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#8b4a96;color:#fff;margin:10px 0 22px}.topic-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.topic-icon-image{width:38px;height:38px;display:block;object-fit:contain}.topic-icon svg path:first-child{fill:currentColor;stroke:none}.topic-card.blue .topic-icon{background:#a9cede}.topic-card.peach .topic-icon{background:#ff916f}.topic-card.mint .topic-icon{background:#98b68d}.topic-card.yellow .topic-icon{background:#d8bb68}.topic-card h3{font-size:17px;color:var(--purple);line-height:1.12;margin:0 0 12px}.topic-card p{color:var(--muted);font-size:13px;line-height:1.35;margin:0}.topic-card .link-text{margin-top:auto;padding-top:18px;color:var(--purple);font-weight:700;font-size:12px}.related-strip{margin:26px 0 0;background:#e9def8;border-radius:14px;padding:14px 22px;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px;align-items:center}.related-intro{display:flex;gap:14px;align-items:center}.bulb{width:46px;height:46px;color:var(--purple)}.bulb svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.4}.related-intro h3{font-size:16px;color:var(--purple);margin:0 0 5px}.related-intro p{font-size:12px;color:var(--muted);margin:0}.related-card{background:white;border-radius:16px;padding:10px 12px;text-decoration:none;display:grid;grid-template-columns:44px 1fr 64px;gap:10px;align-items:center}.related-card .bubble{width:42px;height:42px;border-radius:50%;background:#eee4ff;display:grid;place-items:center;color:var(--purple);font-weight:700}.related-card strong{display:block;color:var(--purple);font-size:13px}.related-card span span{display:block;font-size:11px;color:var(--muted)}.related-card b{font-size:10px;color:var(--purple)}.related-card img{width:60px;height:60px;border-radius:50%;object-fit:cover}.modal-backdrop{position:fixed;inset:0;background:rgba(36,30,49,.55);display:flex;align-items:center;justify-content:center;padding:24px;z-index:30;overflow-y:auto}.modal{width:min(760px,calc(100vw - 48px));max-height:90vh;margin:auto;background:#f6efff;border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:auto}.modal-head{display:flex;justify-content:center;align-items:center;border-bottom:1px solid #d9cde9;padding:24px 64px;position:relative;position:sticky;top:0;background:#f6efff;z-index:2}.modal-head h2{margin:0;color:var(--purple);font-size:24px}.close{position:absolute;right:24px;border:0;background:transparent;font-size:30px;cursor:pointer;color:var(--purple)}.insight-body{padding:24px 34px;display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:start}.modal .topic-icon{margin:0;width:60px;height:60px}.modal .topic-icon.lavender{background:#8b4a96}.modal .topic-icon.blue{background:#a9cede}.modal .topic-icon.peach{background:#ff916f}.modal .topic-icon.mint{background:#98b68d}.modal .topic-icon.yellow{background:#d8bb68}.insight-body p{margin:0;color:var(--muted);line-height:1.6}.modal-resource{border-top:1px solid #d9cde9;padding:22px 34px 28px}.modal-resource h3{text-align:center;color:var(--purple);margin:0 0 16px}.research-list{display:grid;gap:8px}.research-list a{display:flex;justify-content:space-between;gap:14px;align-items:center;background:#fff;border:1px solid #e2d8f0;border-radius:10px;padding:11px 14px;color:#5e5170;text-decoration:none;font-size:13px;line-height:1.35}.research-list a:hover{border-color:var(--bright);color:var(--purple)}.research-list b{color:var(--bright)}.stage-selection{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:54px}.stage-card{border:1px solid #ded6e8;border-radius:16px;padding:22px;text-decoration:none;display:grid;grid-template-columns:54px 1fr 92px;gap:16px;align-items:center;min-height:145px}.stage-card:hover{box-shadow:var(--shadow);border-color:#bba5dc}.stage-card .bubble{width:54px;height:54px;border-radius:50%;background:#eee4ff;display:grid;place-items:center;color:var(--purple);font-size:20px;font-weight:700}.stage-card:nth-child(2) .bubble{background:#e7f5ff}.stage-card:nth-child(3) .bubble{background:#e8f8ef}.stage-card:nth-child(4) .bubble{background:#fff4cc}.stage-card:nth-child(5) .bubble{background:#fff0e8}.stage-card:nth-child(6) .bubble{background:#ffdcca}.stage-card:nth-child(7) .bubble{background:#e8dcf6}.stage-card h3{color:var(--purple);margin:0 0 8px}.stage-card p{margin:0;color:var(--muted);font-size:14px}.stage-card strong{display:block;margin-top:14px;color:var(--purple);font-size:12px}.stage-card img{width:84px;height:84px;border-radius:50%;object-fit:cover}.choose-note{grid-column:2/4;background:#f8f3ff;border-radius:14px;padding:28px}.choose-note h3{color:var(--purple);margin:0 0 8px}.choose-note p{color:var(--muted);margin:0}
@media(max-width:1100px){.site-header{padding:0 24px}.menu-button{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 12px}.site-nav{position:absolute;top:88px;left:24px;right:24px;background:#fff;box-shadow:var(--shadow);padding:20px;display:none;flex-direction:column;align-items:flex-start;z-index:20}.site-nav.open{display:flex}.site-nav a{padding:6px}.hero{grid-template-columns:1fr}.hero-art{display:none}.timeline-panel{grid-template-columns:1fr}.topic-grid{grid-template-columns:repeat(2,1fr)}.compact-footer{grid-template-columns:1fr}.footer-about{border-right:0;border-bottom:1px solid #e5dff0;padding-bottom:16px}.resources{grid-template-columns:repeat(4,1fr)}.resources h3{grid-column:1/-1}.stage-selection{grid-template-columns:1fr 1fr}.choose-note{grid-column:1/-1}}
@media(max-width:680px){.app-shell{margin:0;border:0;border-radius:0}.site-header{height:72px}.site-nav{top:70px}main{padding:30px 20px}.hero h1{font-size:44px}.steps{grid-template-columns:1fr}.timeline{overflow-x:auto;gap:18px;justify-content:flex-start}.timeline:before{display:none}.topic-grid{grid-template-columns:1fr}.topic-card{min-height:270px}.related-strip{grid-template-columns:1fr}.resources{grid-template-columns:1fr 1fr}.stage-selection{grid-template-columns:1fr}.page-title{font-size:40px}.page-head{flex-direction:column}.stage-card{grid-template-columns:48px 1fr 70px}.stage-card img{width:64px;height:64px}.modal-backdrop{padding:14px}.modal{width:100%;max-height:calc(100vh - 28px);border-radius:16px}.insight-body{grid-template-columns:1fr}.modal .topic-icon{margin:auto}.research-list a{font-size:12px}}


/* Final handover refinements */
*,*::before,*::after{box-sizing:border-box}
.topic-grid{align-items:stretch}
.topic-card{width:100%;height:100%;justify-self:stretch}
.topic-icon.custom-icon{background:transparent!important;width:70px;height:70px;margin:10px 0 22px}
.topic-icon.custom-icon .topic-icon-image{width:70px;height:70px;object-fit:contain}
.modal .topic-icon.custom-icon{background:transparent!important;width:65px;height:65px}
.modal .topic-icon.custom-icon .topic-icon-image{width:65px;height:65px;object-fit:contain}
.bulb{display:flex;align-items:center;justify-content:center;flex:0 0 48px}
.bulb img{width:48px;height:48px;display:block}
.modal-backdrop{display:grid;place-items:center;padding:20px}
.modal{margin:0;justify-self:center;align-self:center}
.modal-head h2{text-align:center}
.insight-body{min-width:0}
.insight-body p{overflow-wrap:anywhere}
.research-list a span{min-width:0;overflow-wrap:anywhere}
.related-card{min-width:0}
.related-card>span:nth-child(2){min-width:0}
@media(max-width:980px){.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.related-strip{grid-template-columns:1fr 1fr}.related-intro{grid-column:1/-1}}
@media(max-width:680px){main{overflow-x:hidden}.topic-grid{grid-template-columns:1fr;gap:18px}.topic-card{min-height:300px;padding:26px 22px}.modal-backdrop{padding:12px}.modal{width:min(100%,520px);max-height:calc(100dvh - 24px);border-radius:18px}.modal-head{padding:20px 52px 20px 20px}.modal-head h2{font-size:21px;line-height:1.2}.close{right:16px;top:50%;transform:translateY(-50%)}.insight-body{grid-template-columns:1fr;padding:22px 22px 20px;text-align:left}.modal .topic-icon{margin:0 auto}.modal-resource{padding:20px 20px 24px}.modal-resource h3{font-size:17px;line-height:1.25}.related-strip{grid-template-columns:1fr}.related-intro{grid-column:auto}.related-card{grid-template-columns:42px minmax(0,1fr) 54px}.related-card img{width:52px;height:52px}.page-head .button.secondary{align-self:flex-end}}


/* Feedback refinements - Maria Silva + Mandy Daly */
.brand{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.brand img{width:58px;height:58px;object-fit:contain;display:block}
.brand-text{font-size:0;position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}
.breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.breadcrumb a{color:var(--muted);text-decoration:none;border-bottom:1px solid transparent}
.breadcrumb a:hover,.breadcrumb a:focus-visible{color:var(--purple);border-bottom-color:var(--purple)}
.breadcrumb span[aria-current="page"]{color:var(--ink)}
.timeline-panel{align-items:center}
.timeline{align-items:center;min-height:118px}
.timeline:before{top:32px}
.timeline a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:105px}
.timeline .bubble{width:64px;height:64px;font-size:17px;margin-bottom:10px}
.evolving-banner{margin:18px 0 0;border:1px solid #ded5ed;background:#faf7ff;border-radius:14px;padding:14px 18px;display:flex;gap:18px;align-items:center}
.evolving-banner strong{color:var(--purple);white-space:nowrap}
.evolving-banner span{color:var(--muted);font-size:12px;line-height:1.45}
.evolving-note{color:var(--muted)!important;line-height:1.35}
.downloads-section{margin:28px 0;background:#fbf8ff;border:1px solid #e3d9f1;border-radius:18px;padding:24px}
.downloads-head{display:grid;grid-template-columns:1fr 310px;gap:24px;align-items:center;margin-bottom:18px}
.downloads-head h2{font-family:var(--serif);font-weight:400;color:var(--purple);font-size:28px;margin:0 0 6px}
.downloads-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.inha-guide{display:flex;flex-direction:column;gap:4px;text-decoration:none;background:#eee6ff;border-radius:12px;padding:14px 16px;color:var(--purple)}
.inha-guide span{font-size:11px;font-weight:700}
.download-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.download-card{display:grid;grid-template-columns:38px 1fr;gap:10px;text-decoration:none;background:#fff;border:1px solid #e3d9f1;border-radius:12px;padding:14px;color:var(--ink);min-height:122px}
.download-card:hover,.download-card:focus-visible{border-color:var(--bright);box-shadow:0 9px 24px rgba(68,45,106,.10)}
.download-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--lavender);color:var(--purple);font-weight:800;font-size:18px}
.download-card strong{display:block;color:var(--purple);font-size:12px;margin-bottom:5px}
.download-card p{font-size:10px;color:var(--muted);line-height:1.35;margin:0 0 8px}
.download-card div>span{font-size:10px;color:var(--purple);font-weight:700}
@media(max-width:1100px){.site-header{gap:24px}.brand img{width:52px;height:52px}.downloads-head{grid-template-columns:1fr}.download-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.brand img{width:46px;height:46px}.timeline .bubble{width:58px;height:58px}.evolving-banner{align-items:flex-start;flex-direction:column;gap:6px}.evolving-banner strong{white-space:normal}.download-grid{grid-template-columns:1fr}.downloads-section{padding:18px}.compact-footer{margin-top:26px}}
.download-actions{display:grid;gap:8px}
.full-pack-download{display:flex;flex-direction:column;gap:4px;text-decoration:none;background:#6f39cc;border-radius:12px;padding:14px 16px;color:#fff;box-shadow:0 6px 16px rgba(111,57,204,.13)}
.full-pack-download:hover,.full-pack-download:focus-visible{background:#5e2fb1;box-shadow:0 9px 22px rgba(111,57,204,.20)}
.full-pack-download span{font-size:11px;font-weight:700;opacity:.9}
