/* ============================================================
   Creative Agency X — Thinking / Resource Detail Template V1
   Reusable for Resource category hubs and individual guides.
   Uses global website width/type tokens only.
   ============================================================ */

.cax-resource-detail{
    --rd-red:#F30101;
    --rd-black:#000;
    --rd-white:#fff;
    --rd-light:#f5f5f5;
    --rd-line:rgba(0,0,0,.24);
    --rd-line-dark:rgba(255,255,255,.27);
    color:#000;
    background:#fff;
    overflow:hidden;
}
.cax-resource-detail,
.cax-resource-detail *,
.cax-resource-detail *::before,
.cax-resource-detail *::after{box-sizing:border-box}

.cax-resource-shell{
    width:min(
        var(--site-width,1600px),
        calc(100% - (var(--site-gutter,24px) * 2))
    );
    margin-inline:auto;
}

.cax-resource-detail h1{
    margin:12px 0 0;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h2);
    font-weight:700;
    line-height:.94;
    letter-spacing:-.035em;
    text-transform:uppercase;
}
.cax-resource-detail h2{
    margin:12px 0 0;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h3);
    font-weight:700;
    line-height:.98;
    letter-spacing:-.025em;
    text-transform:uppercase;
}
.cax-resource-detail h3,
.cax-resource-detail strong{
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h6);
    font-weight:700;
    line-height:1.08;
}
.cax-resource-detail p{
    font-family:var(--font-ui,"Epic Pro",Arial,Helvetica,sans-serif);
    font-size:var(--type-p);
    line-height:1.48;
}
.cax-resource-eyebrow{
    margin:0!important;
    color:var(--rd-red);
    font-family:var(--font-impact,Arial,Helvetica,sans-serif)!important;
    font-size:var(--type-ui)!important;
    font-weight:700;
    line-height:1!important;
    letter-spacing:.07em;
    text-transform:uppercase;
}
.cax-resource-dark{background:#000;color:#fff}
.cax-resource-red{background:#F30101;color:#fff}

/* Breadcrumb */
.cax-resource-breadcrumb{
    min-height:38px;
    padding:10px 0;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    align-items:center;
    border-bottom:1px solid #000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    line-height:1;
    text-transform:uppercase;
}
.cax-resource-breadcrumb a{
    color:#000;
    text-decoration:none;
}
.cax-resource-breadcrumb a:hover{color:#F30101}
.cax-resource-breadcrumb i{
    color:#F30101;
    font-style:normal;
}
.cax-resource-breadcrumb span[aria-current=page]{opacity:.62}

/* Hero */
.cax-resource-hero__grid{
    min-height:clamp(520px,68svh,690px);
    padding:clamp(34px,4vw,60px) 0;
    display:grid;
    grid-template-columns:minmax(0,1.07fr) minmax(390px,.93fr);
    gap:clamp(42px,6vw,96px);
    align-items:stretch;
    border-bottom:1px solid #000;
}
.cax-resource-hero__copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.cax-resource-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-transform:uppercase;
}
.cax-resource-meta i{font-style:normal}
.cax-resource-meta span:last-child{color:#000}
.cax-resource-hero__intro{
    max-width:900px;
    margin:22px 0 0;
}
.cax-resource-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    margin-top:28px;
}
.cax-resource-action{
    min-height:48px;
    padding:12px 16px;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui-lg);
    font-weight:700;
    line-height:1;
    text-decoration:none;
    text-transform:uppercase;
}
.cax-resource-action--primary{
    background:#000;
    color:#fff;
}
.cax-resource-action--primary:hover{
    background:#F30101;
}
.cax-resource-action--text{
    padding-inline:0;
    color:#000;
    border-bottom:2px solid #F30101;
}
.cax-resource-hero__signals{
    margin-top:auto;
    padding-top:22px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-top:1px solid #000;
}
.cax-resource-hero__signals>div{
    min-width:0;
    padding:0 12px;
    border-right:1px solid var(--rd-line);
}
.cax-resource-hero__signals>div:first-child{padding-left:0}
.cax-resource-hero__signals>div:last-child{border-right:0}
.cax-resource-hero__signals span{
    display:block;
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-transform:uppercase;
}
.cax-resource-hero__signals strong{
    display:block;
    margin-top:5px;
    font-size:var(--type-ui-lg)!important;
    text-transform:uppercase;
}
.cax-resource-hero__visual{
    margin:0;
    display:grid;
    grid-template-rows:1fr auto;
}
.cax-resource-hero__visual img{
    display:block;
    width:100%;
    height:100%;
    min-height:340px;
    object-fit:cover;
    filter:grayscale(100%);
    border:1px solid #000;
}
.cax-resource-hero__visual figcaption,
.cax-resource-framework__image figcaption,
.cax-resource-perth__image figcaption{
    padding-top:8px;
    display:flex;
    justify-content:space-between;
    gap:16px;
    font-family:var(--font-ui,"Epic Pro",Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    line-height:1.25;
}
.cax-resource-hero__visual figcaption a,
.cax-resource-framework__image figcaption a,
.cax-resource-perth__image figcaption a{
    color:#000;
    text-decoration-color:#F30101;
}
.cax-resource-perth__image figcaption,
.cax-resource-perth__image figcaption a{
    color:#fff;
}

/* In-page nav */
.cax-resource-section-nav{
    border-bottom:1px solid #000;
}
.cax-resource-section-nav>.cax-resource-shell{
    min-height:48px;
    display:flex;
    gap:22px;
    align-items:center;
}
.cax-resource-section-nav span{
    flex:0 0 auto;
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-transform:uppercase;
}
.cax-resource-section-nav div{
    display:flex;
    gap:10px 20px;
    overflow-x:auto;
    scrollbar-width:thin;
}
.cax-resource-section-nav a{
    flex:0 0 auto;
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
}
.cax-resource-section-nav a:hover{color:#F30101}

/* Shared section heading */
.cax-resource-section-head{
    padding:clamp(36px,4vw,60px) 0 clamp(20px,2vw,30px);
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    gap:clamp(40px,5vw,84px);
    align-items:end;
    border-bottom:1px solid #000;
}
.cax-resource-section-head>p{
    max-width:760px;
    margin:0;
}
.cax-resource-section-head--dark{
    border-color:var(--rd-line-dark);
}
.cax-resource-section-head--dark h2,
.cax-resource-section-head--dark>p{color:#fff}
.cax-resource-section-head--red{
    border-color:rgba(255,255,255,.62);
}
.cax-resource-section-head--red .cax-resource-eyebrow,
.cax-resource-section-head--red h2,
.cax-resource-section-head--red>p{color:#fff}

/* Quick answer */
.cax-resource-answer__grid{
    padding:clamp(54px,6vw,96px) 0;
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:clamp(50px,7vw,110px);
}
.cax-resource-answer h2{color:#fff}
.cax-resource-answer__lead{
    margin:0;
    color:#fff;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif)!important;
    font-size:var(--type-h6)!important;
    font-weight:700;
    line-height:1.25!important;
}
.cax-resource-answer__points{
    margin-top:26px;
    border-top:1px solid var(--rd-line-dark);
}
.cax-resource-answer__points article{
    display:grid;
    grid-template-columns:minmax(200px,.55fr) minmax(0,1.45fr);
    gap:22px;
    padding:14px 0;
    border-bottom:1px solid var(--rd-line-dark);
}
.cax-resource-answer__points strong{
    color:#F30101;
    text-transform:uppercase;
}
.cax-resource-answer__points p{
    margin:0;
    color:rgba(255,255,255,.78);
}
.cax-resource-bridge{
    margin:28px 0 0;
    padding-top:16px;
    border-top:3px solid #F30101;
    color:#fff;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif)!important;
    font-size:var(--type-h6)!important;
    font-weight:700;
    line-height:1.15!important;
    text-transform:uppercase;
}

/* Decision map */
.cax-resource-decisions{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-decision-list{
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid #000;
}
.cax-resource-decision-list li{
    display:grid;
    grid-template-columns:80px minmax(260px,.7fr) minmax(0,1.3fr);
    gap:22px;
    padding:17px 0;
    border-bottom:1px solid #000;
}
.cax-resource-decision-list>li>span{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-decision-list strong{text-transform:uppercase}
.cax-resource-decision-list p{margin:0}
.cax-resource-decision-list a{
    margin-top:12px;
    display:inline-flex;
    gap:14px;
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
}
.cax-resource-decision-list a span{color:#F30101}
.cax-resource-decision-list a:hover{color:#F30101}

/* Guide library */
.cax-resource-guides{
    padding-bottom:clamp(48px,5vw,82px);
}
.cax-resource-guide-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-left:1px solid rgba(255,255,255,.62);
}
.cax-resource-guide-grid a{
    position:relative;
    min-height:350px;
    padding:18px;
    display:flex;
    flex-direction:column;
    border-right:1px solid rgba(255,255,255,.62);
    border-bottom:1px solid rgba(255,255,255,.62);
    color:#fff;
    text-decoration:none;
}
.cax-resource-guide-grid a>span{
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-guide-grid small{
    display:block;
    margin-top:18px;
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
}
.cax-resource-guide-grid strong{
    display:block;
    margin-top:10px;
    text-transform:uppercase;
}
.cax-resource-guide-grid p{
    margin:12px 0 0;
}
.cax-resource-guide-grid b{
    margin-top:auto;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.62);
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    text-transform:uppercase;
}
.cax-resource-guide-grid i{
    margin-top:12px;
    align-self:flex-end;
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-style:normal;
}
.cax-resource-guide-grid a:hover{
    background:#000;
}
.cax-resource-guide-grid a:hover>span,
.cax-resource-guide-grid a:hover small,
.cax-resource-guide-grid a:hover i{
    color:#F30101;
}

/* Framework */
.cax-resource-framework{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-framework__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-left:1px solid #000;
}
.cax-resource-framework__grid article{
    min-height:260px;
    padding:18px;
    display:flex;
    flex-direction:column;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
.cax-resource-framework__grid article>span{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-framework__grid strong{
    margin-top:16px;
    text-transform:uppercase;
}
.cax-resource-framework__grid p{
    margin:10px 0 0;
}
.cax-resource-framework__grid small{
    margin-top:auto;
    padding-top:12px;
    border-top:1px solid var(--rd-line);
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    line-height:1.25;
    text-transform:uppercase;
}
.cax-resource-framework__image{
    margin:26px 0 0;
}
.cax-resource-framework__image img{
    display:block;
    width:100%;
    max-height:540px;
    object-fit:cover;
    filter:grayscale(100%);
    border:1px solid #000;
}

/* Comparison table */
.cax-resource-comparison{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-table-wrap{
    overflow-x:auto;
}
.cax-resource-table{
    width:100%;
    min-width:1050px;
    border-collapse:collapse;
}
.cax-resource-table th,
.cax-resource-table td{
    padding:14px;
    border-right:1px solid var(--rd-line);
    border-bottom:1px solid var(--rd-line);
    vertical-align:top;
    text-align:left;
    font-family:var(--font-ui,"Epic Pro",Arial,Helvetica,sans-serif);
    font-size:var(--type-ui-lg);
    line-height:1.35;
}
.cax-resource-table thead th{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    text-transform:uppercase;
}
.cax-resource-table tbody th{
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui-lg);
    text-transform:uppercase;
}
.cax-resource-table--dark{
    color:#fff;
}
.cax-resource-table--dark th,
.cax-resource-table--dark td{
    border-color:var(--rd-line-dark);
}


/* Commercial pricing context — optional on Thinking pages */
.cax-resource-pricing{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-pricing__meta{
    padding:12px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:10px 24px;
    border-bottom:1px solid #000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
    text-transform:uppercase;
}
.cax-resource-pricing__meta strong{
    color:#F30101;
    font-size:var(--type-ui)!important;
}
.cax-resource-pricing-table{
    min-width:1320px;
}
.cax-resource-pricing-table tbody th{
    max-width:245px;
}
.cax-resource-pricing-table tbody th small{
    display:block;
    margin-top:7px;
    color:rgba(0,0,0,.58);
    font-family:var(--font-ui,"Epic Pro",Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:400;
    line-height:1.3;
    text-transform:none;
}
.cax-resource-pricing-table__cax strong{
    color:#F30101;
    font-size:var(--type-ui-lg)!important;
}
.cax-resource-pricing__notes{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-left:1px solid #000;
}
.cax-resource-pricing__notes p{
    min-height:110px;
    margin:0;
    padding:14px;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    font-size:var(--type-ui-lg)!important;
}

/* Checklist */
.cax-resource-checklist{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-checklist__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-left:1px solid #000;
}
.cax-resource-checklist__grid article{
    min-height:210px;
    padding:18px;
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:10px 16px;
    align-content:start;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
.cax-resource-checklist__grid span{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-checklist__grid strong{text-transform:uppercase}
.cax-resource-checklist__grid p{
    grid-column:2;
    margin:0;
}

/* Mistakes */
.cax-resource-mistakes{
    padding-bottom:clamp(48px,5vw,82px);
}
.cax-resource-mistake-list{
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid rgba(255,255,255,.62);
}
.cax-resource-mistake-list li{
    display:grid;
    grid-template-columns:70px minmax(260px,.72fr) minmax(0,1.28fr);
    gap:22px;
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.62);
}
.cax-resource-mistake-list span{
    color:#000;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-mistake-list strong{
    color:#fff;
    text-transform:uppercase;
}
.cax-resource-mistake-list p{margin:0}

/* Action plan */
.cax-resource-action-plan{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-action-plan__list{
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid #000;
}
.cax-resource-action-plan__list li{
    display:grid;
    grid-template-columns:80px minmax(260px,.7fr) minmax(0,1.3fr);
    gap:22px;
    padding:17px 0;
    border-bottom:1px solid #000;
}
.cax-resource-action-plan__list span{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
    font-weight:700;
}
.cax-resource-action-plan__list strong{text-transform:uppercase}
.cax-resource-action-plan__list p{margin:0}

/* Perth */
.cax-resource-perth__grid{
    padding:clamp(54px,6vw,96px) 0;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:clamp(50px,7vw,110px);
}
.cax-resource-perth h2{color:#fff}
.cax-resource-perth>div>div>p{
    color:rgba(255,255,255,.78);
}
.cax-resource-perth__points{
    margin-top:26px;
    border-top:1px solid var(--rd-line-dark);
}
.cax-resource-perth__points article{
    display:grid;
    grid-template-columns:minmax(200px,.55fr) minmax(0,1.45fr);
    gap:20px;
    padding:13px 0;
    border-bottom:1px solid var(--rd-line-dark);
}
.cax-resource-perth__points strong{
    color:#F30101;
    text-transform:uppercase;
}
.cax-resource-perth__points p{
    margin:0;
    color:rgba(255,255,255,.78);
}
.cax-resource-perth__image{
    margin:0;
}
.cax-resource-perth__image img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
    filter:grayscale(100%);
}

/* Services + related */
.cax-resource-services{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-service-grid,
.cax-resource-related-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-left:1px solid #000;
}
.cax-resource-service-grid a,
.cax-resource-related-grid a{
    position:relative;
    min-height:180px;
    padding:18px 58px 18px 18px;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    color:#000;
    text-decoration:none;
}
.cax-resource-service-grid strong,
.cax-resource-related-grid strong{
    text-transform:uppercase;
}
.cax-resource-service-grid p,
.cax-resource-related-grid p{
    margin:10px 0 0;
}
.cax-resource-service-grid a>span,
.cax-resource-related-grid a>span{
    position:absolute;
    right:18px;
    bottom:16px;
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h5);
}
.cax-resource-service-grid a:hover{
    background:#000;
    color:#fff;
}
.cax-resource-related{
    padding-bottom:clamp(48px,5vw,82px);
}
.cax-resource-related-grid{
    border-color:rgba(255,255,255,.62);
}
.cax-resource-related-grid a{
    color:#fff;
    border-color:rgba(255,255,255,.62);
}
.cax-resource-related-grid a>span{color:#000}
.cax-resource-related-grid a:hover{
    background:#000;
}

/* Sources */
.cax-resource-sources{
    padding-bottom:clamp(54px,6vw,92px);
}
.cax-resource-source-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-left:1px solid var(--rd-line-dark);
}
.cax-resource-source-grid article{
    min-height:190px;
    padding:18px;
    border-right:1px solid var(--rd-line-dark);
    border-bottom:1px solid var(--rd-line-dark);
}
.cax-resource-source-grid strong{
    color:#fff;
    text-transform:uppercase;
}
.cax-resource-source-grid p{
    color:rgba(255,255,255,.75);
}
.cax-resource-source-grid a{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-ui);
    font-weight:700;
}

/* FAQ */
.cax-resource-faq__grid{
    padding:clamp(54px,6vw,90px) 0;
    display:grid;
    grid-template-columns:minmax(300px,.65fr) minmax(0,1.35fr);
    gap:clamp(54px,7vw,110px);
}
.cax-resource-faq__grid h2{margin-top:12px}
.cax-resource-faq__items{border-top:1px solid #000}
.cax-resource-faq details{border-bottom:1px solid #000}
.cax-resource-faq summary{
    min-height:64px;
    padding:10px 0;
    display:grid;
    grid-template-columns:52px minmax(0,1fr) 26px;
    gap:10px;
    align-items:center;
    cursor:pointer;
    list-style:none;
}
.cax-resource-faq summary::-webkit-details-marker{display:none}
.cax-resource-faq summary>span{
    color:#F30101;
    font-family:var(--font-impact,Arial,Helvetica,sans-serif);
    font-size:var(--type-h6);
    font-weight:700;
}
.cax-resource-faq summary strong{text-transform:uppercase}
.cax-resource-faq summary i{
    position:relative;
    width:18px;
    height:18px;
}
.cax-resource-faq summary i:before,
.cax-resource-faq summary i:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    background:#F30101;
    transform:translate(-50%,-50%);
}
.cax-resource-faq summary i:before{
    width:18px;
    height:2px;
}
.cax-resource-faq summary i:after{
    width:2px;
    height:18px;
}
.cax-resource-faq details[open] summary i:after{display:none}
.cax-resource-faq details>div{
    padding:0 0 18px 62px;
}
.cax-resource-faq details p{
    max-width:920px;
    margin:0;
}

/* Final */
.cax-resource-final__grid{
    min-height:clamp(360px,48svh,500px);
    padding:clamp(50px,6vw,90px) 0;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:clamp(52px,7vw,110px);
    align-items:center;
}
.cax-resource-final h2{color:#fff}
.cax-resource-final__grid>div:last-child>p{
    margin:0;
    color:rgba(255,255,255,.8);
}
.cax-resource-final .cax-resource-action{
    margin-top:22px;
    background:#F30101;
}

/* Responsive */
@media(max-width:1180px){
    .cax-resource-hero__grid,
    .cax-resource-answer__grid,
    .cax-resource-perth__grid,
    .cax-resource-faq__grid,
    .cax-resource-final__grid{
        grid-template-columns:1fr;
    }

    .cax-resource-section-head{
        grid-template-columns:1fr;
        gap:18px;
    }

    .cax-resource-guide-grid,
    .cax-resource-framework__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:860px){
    .cax-resource-detail h1{
        font-size:var(--type-h3);
        line-height:.96;
    }

    .cax-resource-detail h2{
        font-size:var(--type-h4);
        line-height:1;
    }

    .cax-resource-decision-list li,
    .cax-resource-mistake-list li,
    .cax-resource-action-plan__list li{
        grid-template-columns:54px 1fr;
    }

    .cax-resource-decision-list li>div,
    .cax-resource-mistake-list p,
    .cax-resource-action-plan__list p{
        grid-column:2;
    }

    .cax-resource-pricing__notes,
    .cax-resource-checklist__grid,
    .cax-resource-guide-grid,
    .cax-resource-framework__grid,
    .cax-resource-service-grid,
    .cax-resource-related-grid,
    .cax-resource-source-grid{
        grid-template-columns:1fr;
    }

    .cax-resource-answer__points article,
    .cax-resource-perth__points article{
        grid-template-columns:1fr;
        gap:5px;
    }

    .cax-resource-table-wrap{
        overflow:visible;
    }

    .cax-resource-table{
        min-width:0;
        display:block;
    }

    .cax-resource-table thead{display:none}

    .cax-resource-table tbody{
        display:grid;
        gap:12px;
    }

    .cax-resource-table tr{
        display:block;
        border:1px solid var(--rd-line-dark);
    }

    .cax-resource-table th,
    .cax-resource-table td{
        display:block;
        width:100%;
        border-right:0;
    }

    .cax-resource-table td:before{
        content:attr(data-label);
        display:block;
        margin-bottom:4px;
        color:#F30101;
        font-family:var(--font-impact,Arial,Helvetica,sans-serif);
        font-size:var(--type-ui);
        font-weight:700;
        text-transform:uppercase;
    }
}

@media(max-width:580px){
    .cax-resource-shell{
        width:min(
            var(--site-width,1600px),
            calc(100% - 32px)
        );
    }

    .cax-resource-actions{
        align-items:stretch;
    }

    .cax-resource-action{
        width:100%;
    }

    .cax-resource-action--text{
        width:max-content;
    }

    .cax-resource-hero__signals{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:14px 0;
    }

    .cax-resource-hero__signals>div:nth-child(2){
        border-right:0;
    }

    .cax-resource-section-nav>.cax-resource-shell{
        align-items:flex-start;
        flex-direction:column;
        padding-block:10px;
    }

    .cax-resource-section-nav div{
        width:100%;
    }

    .cax-resource-faq details>div{
        padding-left:0;
    }

    .cax-resource-faq summary{
        grid-template-columns:42px minmax(0,1fr) 24px;
    }
}

@media(prefers-reduced-motion:reduce){
    .cax-resource-detail *{
        scroll-behavior:auto!important;
        transition:none!important;
    }
}
