/* Ignis Leadership resources and diagnostic pages */
.resources-hub-page{background:#fff;}
.resources-hub-hero{padding:86px 0 92px;background:#fff;border-bottom:1px solid var(--line);}
.resources-hub-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(58px,8vw,110px);align-items:end;margin-top:20px;}
.resources-hub-hero h1{max-width:13ch;font-size:clamp(48px,6vw,72px);line-height:1;letter-spacing:-.052em;text-wrap:balance;}
.resources-hub-hero-grid>div>p{max-width:49ch;margin:0;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:20px;line-height:1.62;}
.resources-type-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:32px;background:var(--line);border:1px solid var(--line);}
.resources-type-nav a{display:block;padding:18px;background:#fff;color:inherit;text-decoration:none;transition:background-color .15s ease;}
.resources-type-nav a:hover{background:var(--tint);}
.resources-type-nav span,.resources-type-nav strong{display:block;}
.resources-type-nav span{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;}
.resources-type-nav strong{margin-top:7px;font-size:12px;line-height:1.4;}
.resources-guides{padding:88px 0 96px;background:var(--tint);border-bottom:1px solid var(--line);scroll-margin-top:76px;}
.resource-card-link{display:inline-block;color:var(--accent);font-size:13px;font-weight:700;text-decoration:none;}
.resource-card-link:hover{text-decoration:underline;text-underline-offset:4px;}
.insights-resource-copy .resource-card-link{align-self:flex-start;margin-top:28px;}
.resources-insights{padding:92px 0 100px;background:#fff;scroll-margin-top:76px;}
.resources-insights-heading{display:grid;grid-template-columns:minmax(0,.82fr) minmax(340px,1.18fr);gap:70px;align-items:end;margin-bottom:38px;}
.resources-insights-heading h2{margin:13px 0 0;font-size:clamp(34px,4vw,48px);line-height:1.07;letter-spacing:-.04em;}
.resources-insights-heading p{max-width:54ch;margin:0 0 18px;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:18px;line-height:1.62;}
.resources-insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);}
.resources-insight-card{display:flex;flex-direction:column;background:#fff;}
.resources-insight-card>a{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--tint);}
.resources-insight-card img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease;}
.resources-insight-card>a:hover img{transform:scale(1.015);}
.resources-insight-card>div{display:flex;flex:1;flex-direction:column;padding:27px 27px 30px;}
.resources-insight-card span{color:var(--accent);font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.resources-insight-card h3{margin:19px 0 14px;font-size:23px;line-height:1.16;letter-spacing:-.025em;}
.resources-insight-card h3 a{color:inherit;text-decoration:none;}
.resources-insight-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;}
.resources-insight-card p{margin:auto 0 0;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:15px;line-height:1.57;}
.insights-resources{padding:88px 0 96px;background:#F6F7F8;border-bottom:1px solid var(--line);}
.insights-resources-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);column-gap:70px;align-items:end;margin-bottom:38px;}
.insights-resources-heading .eyebrow{grid-column:1/-1;margin-bottom:13px;}
.insights-resources-heading h2{font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin:0;max-width:16ch;}
.insights-resources-heading p{font-family:'Source Serif 4',Georgia,serif;font-size:18px;line-height:1.65;color:var(--steel);margin:0;max-width:56ch;}
.insights-resource-feature{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:0;background:#fff;border:1px solid var(--line);}
.insights-resource-visual{display:flex;align-items:stretch;background:#E9EDF2;color:inherit;text-decoration:none;padding:30px;}
.insights-resource-visual .diagnostic-mini-poster{width:100%;min-height:430px;padding:0;overflow:hidden;background:#fff;color:var(--ink);border:1px solid #CFDDEA;box-shadow:0 18px 42px rgba(18,33,58,.14);}
.insights-resource-visual .diagnostic-mini-header{padding:22px 24px 14px;border-bottom:1px solid #DCE4EC;color:var(--cta);}
.insights-resource-visual .diagnostic-mini-header strong{color:var(--steel);}
.insights-resource-visual .diagnostic-mini-poster h3{max-width:13ch;margin:25px 24px 12px;color:var(--ink);font-size:28px;line-height:1.04;}
.insights-resource-visual .diagnostic-mini-poster>p{margin:0 24px;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:11px;line-height:1.5;}
.insights-resource-visual .diagnostic-mini-flow{gap:6px;margin:24px 19px 6px;padding:13px 13px 0;background:#EEF4F8;border:1px solid #AFC7E5;border-bottom:0;border-radius:10px 10px 0 0;}
.insights-resource-visual .diagnostic-mini-flow span{padding:10px 5px;background:#fff;border:0;color:var(--cta);font-size:8px;line-height:1.25;}
.insights-resource-visual .diagnostic-mini-framework{gap:6px;margin:0 19px;padding:6px 13px 13px;background:#EEF4F8;border:1px solid #AFC7E5;border-top:0;border-radius:0 0 10px 10px;}
.insights-resource-visual .diagnostic-mini-framework span{padding:10px 5px;background:#fff;color:var(--cta);font-size:8px;line-height:1.25;}
.insights-resource-visual .diagnostic-mini-footer{margin-top:auto;padding:22px 24px;background:var(--cta);border:0;color:#75CFD7;font-size:8px;line-height:1.4;}
.insights-resource-copy{padding:clamp(34px,5vw,58px);display:flex;flex-direction:column;justify-content:center;}
.resource-status{font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--accent);}
.insights-resource-copy h3{font-size:clamp(29px,3.4vw,42px);line-height:1.08;letter-spacing:-.035em;margin:18px 0;max-width:16ch;}
.insights-resource-copy h3 a{color:inherit;text-decoration:none;}
.insights-resource-copy h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;}
.insights-resource-copy>p{font-family:'Source Serif 4',Georgia,serif;font-size:18px;line-height:1.62;color:var(--steel);margin:0;max-width:58ch;}
.insights-resource-copy ul{list-style:none;margin:26px 0 0;padding:0;border-top:1px solid var(--line);max-width:620px;}
.insights-resource-copy li{position:relative;padding:12px 0 12px 24px;border-bottom:1px solid var(--line);font-size:13px;color:var(--ink);}
.insights-resource-copy li::before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700;}
.insights-resource-copy .edition-read{align-self:flex-start;margin-top:28px;padding-top:0;}

.resource-page{background:#fff;}
.resource-shell{width:min(1140px,calc(100% - 64px));margin:0 auto;}
.resource-hero{padding:74px 0 92px;background:#fff;}
.resource-breadcrumb{display:flex;align-items:center;gap:8px;color:var(--steel);font-size:10.5px;font-weight:700;letter-spacing:.075em;text-transform:uppercase;}
.resource-breadcrumb a{color:var(--accent);text-decoration:none;}
.resource-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px;}
.resource-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,.78fr);gap:clamp(56px,7vw,94px);align-items:start;margin-top:34px;}
.resource-hero-copy{padding-top:14px;}
.resource-hero-copy h1{font-size:clamp(48px,6.1vw,74px);line-height:.99;letter-spacing:-.052em;margin:18px 0 28px;max-width:12ch;text-wrap:balance;}
.resource-standfirst{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(20px,2.2vw,24px);line-height:1.55;color:var(--steel);margin:0;max-width:42ch;}
.resource-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:35px;}
.resource-text-link{color:var(--accent);font-size:13px;font-weight:700;text-decoration:none;}
.resource-text-link:hover{text-decoration:underline;text-underline-offset:4px;}
.resource-byline{display:flex;align-items:center;gap:14px;margin-top:42px;padding-top:22px;border-top:1px solid var(--line);max-width:520px;}
.resource-byline img{width:48px;height:48px;border-radius:50%;object-fit:cover;}
.resource-byline strong,.resource-byline span{display:block;}
.resource-byline strong{font-size:13px;}
.resource-byline span{margin-top:3px;color:var(--steel);font-size:11.5px;}
.resource-poster-figure{margin:0;}
.resource-poster-figure figcaption{margin-top:12px;color:var(--steel);font-size:11px;line-height:1.5;text-align:center;}
.resource-poster{min-height:700px;display:flex;overflow:hidden;flex-direction:column;background:#fff;color:var(--ink);border:1px solid #CFDDEA;box-shadow:0 28px 64px rgba(18,33,58,.18);}
.resource-poster-brand{display:flex;justify-content:space-between;gap:15px;padding:25px 31px 16px;border-bottom:1px solid #DCE4EC;color:var(--cta);font-size:9px;letter-spacing:.12em;text-transform:uppercase;}
.resource-poster-brand strong{color:var(--steel);font-weight:600;}
.resource-poster h2{max-width:12ch;margin:29px 31px 13px;color:var(--ink);font-size:38px;line-height:1.02;letter-spacing:-.04em;}
.resource-poster-principle{max-width:42ch;margin:0 31px;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:11.5px;line-height:1.52;}
.resource-poster-architecture{margin:27px 23px 23px;padding:17px;background:#EEF4F8;border:1px solid #AFC7E5;border-radius:12px;}
.resource-poster-architecture-title{display:block;margin-bottom:13px;color:var(--cta);font-size:8.5px;letter-spacing:.1em;text-align:center;text-transform:uppercase;}
.resource-poster-framework-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}
.resource-poster-framework-grid span{display:flex;min-height:49px;padding:8px 5px;align-items:center;justify-content:center;flex-direction:column;background:#fff;color:var(--ink);font-size:7.7px;line-height:1.2;text-align:center;}
.resource-poster-framework-grid b{display:grid;width:18px;height:18px;margin-bottom:5px;place-items:center;border-radius:50%;background:#E9F1FB;color:#1763C6;font-size:8px;}
.resource-poster-governance{display:flex;margin-top:8px;padding:9px 10px;align-items:center;gap:10px;background:#F8FAFC;border:1px solid #B8CEE8;color:var(--steel);font-size:6.8px;line-height:1.3;}
.resource-poster-governance strong{flex:0 0 auto;color:var(--cta);font-size:7px;letter-spacing:.07em;text-transform:uppercase;}
.resource-poster-outcome{display:flex;margin-top:7px;padding:10px;align-items:center;justify-content:center;gap:9px;background:#EAF9F5;border:1px solid #19A878;color:var(--cta);font-size:7.5px;}
.resource-poster-outcome strong{color:#138D69;font-size:8px;}
.resource-poster-footer{display:flex;margin-top:auto;padding:23px 30px;align-items:center;justify-content:space-between;gap:20px;background:var(--cta);color:#fff;}
.resource-poster-footer>div{display:flex;align-items:center;gap:12px;color:#75CFD7;font-size:10px;font-weight:600;}
.resource-poster-footer img{width:9px;height:30px;object-fit:contain;filter:brightness(0) invert(1);}
.resource-poster-footer small{max-width:21ch;color:rgba(255,255,255,.62);font-size:6.5px;line-height:1.4;text-align:right;}

.resource-intro{padding:96px 0;border-top:1px solid var(--line);}
.resource-intro-grid{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:clamp(48px,8vw,110px);align-items:start;}
.resource-section-heading h2{font-size:clamp(35px,4.4vw,50px);line-height:1.06;letter-spacing:-.04em;margin:15px 0 0;max-width:14ch;}
.resource-intro-copy>p{font-family:'Source Serif 4',Georgia,serif;font-size:21px;line-height:1.65;color:#263140;margin:0 0 25px;max-width:44ch;}
.resource-reframe{margin-top:35px;padding:28px 30px;border-left:3px solid var(--accent);background:var(--tint);}
.resource-reframe span{display:block;margin-bottom:9px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;}
.resource-reframe strong{font-size:21px;line-height:1.4;}

.resource-how{padding:60px 0;background:var(--cta);color:#fff;}
.resource-how-grid{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:70px;align-items:start;}
.resource-how h2{color:#fff;font-size:35px;line-height:1.08;margin:12px 0 14px;}
.resource-how .eyebrow{color:#9FC4E8;}
.resource-how p{margin:0;color:rgba(255,255,255,.74);font-size:14px;max-width:44ch;}
.resource-state-list{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.22);}
.resource-state-list div{padding:23px;border-right:1px solid rgba(255,255,255,.22);}
.resource-state-list div:last-child{border-right:0;}
.resource-state-list strong{display:block;margin-bottom:8px;color:#B9DDE0;font-size:11px;letter-spacing:.08em;text-transform:uppercase;}
.resource-state-list span{display:block;color:rgba(255,255,255,.8);font-size:12px;line-height:1.5;}

.diagnostic-assessment{padding:100px 0;background:#fff;}
.diagnostic-heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:end;margin-bottom:46px;}
.diagnostic-heading h2{font-size:clamp(36px,4.4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:14px 0 0;max-width:13ch;}
.diagnostic-heading p{font-family:'Source Serif 4',Georgia,serif;font-size:19px;line-height:1.65;color:var(--steel);margin:0;max-width:54ch;}
.diagnostic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);}
.diagnostic-card{position:relative;padding:38px 36px 34px;background:#fff;}
.diagnostic-card-number{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:22px;background:var(--cta);color:#fff;font-size:11px;font-weight:700;}
.diagnostic-card h3{font-size:26px;line-height:1.15;letter-spacing:-.025em;margin:0 0 24px;}
.diagnostic-question-list{margin:0;padding-left:24px;}
.diagnostic-question-list li{padding-left:7px;margin-bottom:16px;color:#263140;font-size:14px;line-height:1.62;}
.diagnostic-question-list li::marker{color:var(--accent);font-weight:700;}
.diagnostic-prompt{margin:25px 0 0;padding:18px 20px;background:var(--tint);border-left:2px solid var(--accent);font-size:13px;line-height:1.52;}
.diagnostic-prompt strong{display:block;margin-bottom:5px;color:var(--accent);font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;}

.resource-pattern{padding:90px 0;background:var(--tint);}
.resource-pattern-grid{display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);gap:75px;align-items:start;}
.resource-pattern h2{font-size:clamp(35px,4.2vw,49px);line-height:1.05;letter-spacing:-.04em;margin:14px 0 21px;max-width:13ch;}
.resource-pattern-copy>p{font-family:'Source Serif 4',Georgia,serif;font-size:19px;line-height:1.65;color:var(--steel);margin:0;max-width:54ch;}
.pattern-list{margin:31px 0 0;padding:0;list-style:none;border-top:1px solid var(--line);}
.pattern-list li{display:grid;grid-template-columns:34px 1fr;gap:15px;padding:17px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.55;}
.pattern-list span{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.07em;}

.first-use-case{padding:96px 0;background:#fff;}
.first-use-case-grid{display:grid;grid-template-columns:.74fr 1.26fr;gap:75px;align-items:start;}
.first-use-case h2{font-size:clamp(35px,4.4vw,50px);line-height:1.06;letter-spacing:-.04em;margin:14px 0 20px;max-width:14ch;}
.first-use-case-copy>p{font-family:'Source Serif 4',Georgia,serif;font-size:19px;line-height:1.65;color:var(--steel);margin:0 0 28px;}
.workflow-formula{padding:27px 30px;background:var(--cta);color:#fff;font-size:17px;line-height:1.65;}
.workflow-formula strong{color:#B9DDE0;}
.use-case-filter{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:32px;background:var(--line);border:1px solid var(--line);}
.use-case-filter div{padding:19px 16px;background:#fff;}
.use-case-filter span{display:block;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.use-case-filter p{margin:8px 0 0;color:#263140;font-size:12px;line-height:1.45;}

.test-canvas{padding:96px 0;background:#F1F4F6;}
.test-canvas-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:40px;}
.test-canvas-heading h2{font-size:clamp(36px,4.4vw,50px);line-height:1.06;letter-spacing:-.04em;margin:14px 0 0;max-width:14ch;}
.test-canvas-heading p{max-width:48ch;margin:0;color:var(--steel);font-size:15px;}
.test-canvas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);}
.test-canvas-card{min-height:210px;padding:28px;background:#fff;}
.test-canvas-card span{display:block;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;}
.test-canvas-card h3{font-size:21px;line-height:1.2;margin:13px 0 14px;}
.test-canvas-card p{margin:0;color:var(--steel);font-size:13px;line-height:1.58;}

.resource-download{padding:96px 0;background:#fff;}
.resource-download-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:70px;padding:clamp(38px,6vw,70px);background:var(--cta);color:#fff;align-items:center;}
.resource-download-panel h2{color:#fff;font-size:clamp(35px,4.2vw,49px);line-height:1.06;letter-spacing:-.04em;margin:14px 0 20px;max-width:14ch;}
.resource-download-panel p{max-width:48ch;margin:0;color:rgba(255,255,255,.75);font-size:15px;}
.resource-download-panel .eyebrow{color:#9FC4E8;}
.download-action-stack{display:grid;gap:14px;}
.download-preview-card{padding:31px;background:#fff;color:var(--ink);}
.download-preview-status{display:inline-block;margin-bottom:16px;padding:5px 8px;background:#E6EEF5;color:var(--accent);font-size:9.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;}
.download-preview-card h3{font-size:24px;line-height:1.17;margin:0 0 12px;}
.download-preview-card>p{margin:0 0 20px;color:var(--steel);font-size:13px;}
.download-preview-list{margin:0 0 22px;padding:0;list-style:none;border-top:1px solid var(--line);}
.download-preview-list li{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px;}
.download-direct-button{display:block;width:100%;padding:16px;border:0;background:var(--accent);color:#fff;font:600 12px/1.35 Inter,sans-serif;text-align:center;text-decoration:none;transition:background-color .2s ease,transform .2s ease;}
.download-direct-button:hover{background:var(--cta);transform:translateY(-1px);}
.download-direct-button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;}
.whitepaper-next-card{display:grid;grid-template-columns:auto 1fr;gap:9px 20px;padding:24px;background:#E7EDF2;color:var(--ink);}
.whitepaper-next-card>span:first-child{grid-row:1/3;align-self:start;padding:5px 8px;background:var(--cta);color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.whitepaper-next-card h3{font-size:20px;line-height:1.18;margin:0 0 7px;}
.whitepaper-next-card p{margin:0;color:var(--steel);font-size:12px;line-height:1.5;}
.whitepaper-next-button{grid-column:2;display:inline-block;margin-top:5px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}

.resource-conversation{padding:76px 0;background:var(--tint);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.resource-conversation-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;}
.resource-conversation h2{font-size:clamp(31px,4vw,44px);line-height:1.08;letter-spacing:-.035em;margin:12px 0 13px;max-width:18ch;}
.resource-conversation p{margin:0;color:var(--steel);max-width:65ch;}
.resource-related{padding:88px 0 100px;background:#fff;}
.resource-related-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:31px;}
.resource-related h2{font-size:35px;line-height:1.08;letter-spacing:-.03em;margin:12px 0 0;}
.resource-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);}
.resource-related-card{display:flex;flex-direction:column;padding:27px;background:#fff;color:inherit;text-decoration:none;min-height:230px;}
.resource-related-card span{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;}
.resource-related-card h3{font-size:22px;line-height:1.2;margin:25px 0 12px;}
.resource-related-card p{margin:auto 0 0;color:var(--steel);font-family:'Source Serif 4',Georgia,serif;font-size:15px;line-height:1.55;}
.resource-related-card:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}
.resource-footer{background:var(--cta);}

@media(max-width:950px){
  .resource-hero-grid{grid-template-columns:1fr;}
  .resource-poster-figure{max-width:570px;}
  .resources-hub-hero-grid,.resources-insights-heading,.insights-resources-heading,.resource-intro-grid,.resource-how-grid,.diagnostic-heading,.resource-pattern-grid,.first-use-case-grid{grid-template-columns:1fr;gap:30px;}
  .insights-resource-feature{grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);}
  .resources-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .test-canvas-grid{grid-template-columns:repeat(2,1fr);}
  .resource-download-panel{grid-template-columns:1fr;gap:42px;}
  .download-preview-card{max-width:560px;}
  .download-action-stack{max-width:560px;}
}
@media(max-width:740px){
  .resource-shell{width:calc(100% - 32px);}
  .resources-hub-hero{padding:58px 0 68px;}
  .resources-hub-hero h1{font-size:clamp(42px,12vw,56px);}
  .resources-type-nav{grid-template-columns:1fr;}
  .resources-guides,.resources-insights{padding:68px 0 72px;}
  .resource-hero{padding:52px 0 70px;}
  .resource-hero-grid{gap:46px;margin-top:25px;}
  .resource-hero-copy h1{font-size:clamp(42px,12vw,56px);}
  .resource-poster{min-height:620px;}
  .resource-poster h2{font-size:33px;}
  .insights-resources{padding:68px 0 72px;}
  .insights-resource-feature{grid-template-columns:1fr;}
  .insights-resource-visual{padding:24px;}
  .insights-resource-visual .diagnostic-mini-poster{max-width:420px;}
  .resource-intro,.diagnostic-assessment,.first-use-case,.test-canvas,.resource-download,.resource-related{padding:72px 0;}
  .resource-how{padding:54px 0;}
  .resource-state-list{grid-template-columns:1fr;}
  .resource-state-list div{border-right:0;border-bottom:1px solid rgba(255,255,255,.22);}
  .resource-state-list div:last-child{border-bottom:0;}
  .resources-insights-grid,.diagnostic-grid,.test-canvas-grid,.resource-related-grid{grid-template-columns:1fr;}
  .use-case-filter{grid-template-columns:1fr;}
  .test-canvas-heading,.resource-related-heading,.resource-conversation-grid{display:grid;grid-template-columns:1fr;align-items:start;gap:25px;}
  .resource-download-panel{padding:32px 24px;}
  .whitepaper-next-card{grid-template-columns:1fr;}
  .whitepaper-next-card>span:first-child{grid-row:auto;justify-self:start;}
  .whitepaper-next-button{grid-column:1;}
}
@media(max-width:460px){
  .resource-poster{min-height:760px;}
  .resource-poster-framework-grid{grid-template-columns:repeat(2,1fr);}
  .diagnostic-card{padding:30px 24px;}
  .resource-byline{align-items:flex-start;}
  .insights-resources-heading{display:block;}
  .insights-resources-heading h2{margin-bottom:20px;}
}
