/*
Theme Name: Canada Tech Council Institutional
Theme URI: https://canadatechcouncil.ca/
Author: Canada Tech Council
Description: Premium, non-destructive institutional technology theme for Canada Tech Council. Preserves existing WordPress page IDs, slugs, URLs, menus, forms and media while replacing legacy presentation with a modern AI/technology editorial system.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: ctc-institutional
License: GPL-2.0-or-later
*/

:root{
  --ctc-navy:#061521;
  --ctc-navy-2:#0a2132;
  --ctc-navy-3:#102d42;
  --ctc-ink:#111518;
  --ctc-text:#273139;
  --ctc-muted:#64727c;
  --ctc-line:#dfe3e5;
  --ctc-line-dark:rgba(255,255,255,.16);
  --ctc-soft:#f4f4f0;
  --ctc-soft-2:#eceeea;
  --ctc-white:#fff;
  --ctc-blue:#1d5dff;
  --ctc-max:1380px;
  --ctc-reading:820px;
  --ctc-gutter:clamp(22px,4.5vw,64px);
  --ctc-header:82px;
  --ctc-ease:cubic-bezier(.2,.72,.28,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ctc-white)}
body{margin:0;background:var(--ctc-white);color:var(--ctc-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:inherit}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid #6f9dff;outline-offset:3px}
::selection{background:#c9d8ff;color:#061521}
.ctc-shell{width:min(calc(100% - (var(--ctc-gutter) * 2)),var(--ctc-max));margin-inline:auto}
.ctc-skip-link{position:absolute;left:-9999px;top:auto}
.ctc-skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;color:#000;padding:11px 15px;border:1px solid #000}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(17,21,24,.10);backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.985);box-shadow:0 8px 28px rgba(6,21,33,.06)}
.admin-bar .site-header{top:32px}
.ctc-header-inner{min-height:var(--ctc-header);display:flex;align-items:center;justify-content:space-between;gap:34px}
.site-branding{display:flex;align-items:center;min-width:0;position:relative;z-index:3}
.custom-logo-link,.ctc-brand-logo-link{display:flex;align-items:center;text-decoration:none}
.custom-logo{display:block;max-height:43px;width:auto;max-width:300px}
.ctc-brand-logo{display:block;width:auto;height:52px;max-width:220px;object-fit:contain}
.site-title{font-size:18px;font-weight:680;letter-spacing:-.025em;text-decoration:none;white-space:nowrap}
.site-nav{display:flex;align-items:center;gap:28px}
.site-nav ul{display:flex;align-items:center;gap:clamp(18px,2.2vw,30px);margin:0;padding:0;list-style:none}
.site-nav li{position:relative}
.site-nav a{position:relative;display:block;padding:29px 0 26px;font-size:13px;font-weight:680;letter-spacing:.012em;text-decoration:none;color:#1c252c;white-space:nowrap}
.site-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:var(--ctc-ink);transition:right .28s var(--ctc-ease)}
.site-nav a:hover::after,.site-nav .current-menu-item>a::after,.site-nav .current_page_item>a::after{right:0}
.site-nav .sub-menu{display:none;position:absolute;left:-20px;top:100%;min-width:220px;padding:10px 20px 14px;background:#fff;border:1px solid var(--ctc-line);box-shadow:0 18px 44px rgba(6,21,33,.08)}
.site-nav li:hover>.sub-menu,.site-nav li:focus-within>.sub-menu{display:block}
.site-nav .sub-menu a{padding:10px 0;font-size:13px}
.site-nav .sub-menu a::after{bottom:5px}
.ctc-menu-toggle{display:none;border:0;background:transparent;padding:10px;margin-right:-10px;color:var(--ctc-navy);font-weight:700;cursor:pointer;position:relative;z-index:4}
.ctc-menu-toggle span{display:block;width:25px;height:1.5px;background:currentColor;margin:6px 0;transition:transform .2s ease,opacity .2s ease}
.ctc-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.ctc-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.ctc-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* Shared typography */
.ctc-section-label{font-size:11px;line-height:1.25;text-transform:uppercase;letter-spacing:.18em;font-weight:760;color:#677681;margin:0 0 24px}
.ctc-display{font-size:clamp(44px,5.9vw,86px);line-height:.99;letter-spacing:-.055em;font-weight:560;margin:0;text-wrap:balance}
.ctc-display--medium{font-size:clamp(39px,4.8vw,68px);line-height:1.02}
.ctc-text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:720;text-decoration:none;border-bottom:1px solid #8a969e;padding-bottom:5px;transition:gap .2s ease,border-color .2s ease}
.ctc-text-link:hover{gap:18px;border-color:var(--ctc-ink)}
.ctc-text-link--light{color:#fff;border-color:rgba(255,255,255,.5)}
.ctc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}
.ctc-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 21px;border:1px solid transparent;border-radius:0;text-decoration:none;font-size:13px;font-weight:720;letter-spacing:.012em;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.ctc-button:hover{transform:translateY(-1px)}
.ctc-button--light{background:#fff;color:var(--ctc-navy)}
.ctc-button--light:hover{background:#eef2f4;color:var(--ctc-navy)}
.ctc-button--ghost{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.025)}
.ctc-button--ghost:hover{background:rgba(255,255,255,.10);color:#fff}
.ctc-button--dark,.ctc-button--navy{background:var(--ctc-navy);color:#fff}
.ctc-button--dark:hover,.ctc-button--navy:hover{background:var(--ctc-navy-2);color:#fff}
.ctc-button--outline{background:transparent;border-color:#9ea8ae;color:var(--ctc-ink)}
.ctc-button--outline:hover{border-color:var(--ctc-ink)}

/* Homepage hero */
.ctc-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--ctc-navy);color:#fff;min-height:min(900px,calc(100svh - var(--ctc-header)));display:flex;align-items:stretch}
.ctc-hero-media{position:absolute;inset:0;z-index:-4;background:var(--ctc-navy)}
.ctc-hero-media img,.ctc-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ctc-hero-media img{filter:saturate(.70) contrast(1.06) brightness(.72)}
.ctc-deferred-video{opacity:0;filter:saturate(.72) contrast(1.05) brightness(.72);transition:opacity .8s var(--ctc-ease)}
.ctc-deferred-video.is-ready{opacity:1}
.ctc-hero::before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(4,15,24,.98) 0%,rgba(4,15,24,.91) 38%,rgba(4,15,24,.48) 68%,rgba(4,15,24,.74) 100%),linear-gradient(0deg,rgba(4,15,24,.66),transparent 55%)}
.ctc-hero-grid,.ctc-page-hero-grid{position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to right,#000,transparent 78%)}
.ctc-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:80px;align-items:end;padding-top:clamp(94px,12vw,160px);padding-bottom:clamp(64px,8vw,100px);min-height:min(900px,calc(100svh - var(--ctc-header)))}
.ctc-hero-copy-block{max-width:1050px}
.ctc-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 28px;font-size:11px;font-weight:760;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.70)}
.ctc-eyebrow::before{content:"";width:38px;height:1px;background:rgba(255,255,255,.5)}
.ctc-hero h1{font-size:clamp(56px,8vw,112px);line-height:.89;letter-spacing:-.067em;margin:0;max-width:1020px;font-weight:535;text-wrap:balance}
.ctc-hero-copy{font-size:clamp(18px,1.8vw,24px);line-height:1.48;color:rgba(255,255,255,.77);max-width:780px;margin:34px 0 0}
.ctc-hero-rail{align-self:end;border-left:1px solid rgba(255,255,255,.20);padding-left:22px;display:flex;flex-direction:column;gap:16px;color:rgba(255,255,255,.68);font-size:11px;text-transform:uppercase;letter-spacing:.11em}
.ctc-hero-rail span{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.12)}

/* Ecosystem logo wall — three-column institutional grid */
.ctc-logo-section{padding:clamp(82px,9vw,132px) 0 clamp(78px,9vw,122px);background:#fff;border-bottom:1px solid var(--ctc-line)}
.ctc-logo-head{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:clamp(44px,7vw,108px);align-items:start;margin-bottom:clamp(52px,6vw,78px)}
.ctc-logo-head .ctc-section-label{padding-top:8px;color:#314252}
.ctc-logo-head h2{margin:0;font-size:clamp(46px,5.65vw,82px);line-height:.94;letter-spacing:-.058em;font-weight:535;max-width:1040px;text-wrap:balance}
.ctc-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #d7dbde;border-left:1px solid #d7dbde;background:#fff}
.ctc-logo-cell{height:220px;display:flex;align-items:center;justify-content:center;padding:42px 52px;border-right:1px solid #d7dbde;border-bottom:1px solid #d7dbde;background:#fff;overflow:hidden;transition:background .22s ease}
.ctc-logo-cell:hover{background:#f8f9f7}
.ctc-logo-cell img{display:block;width:auto;height:auto;max-width:76%;max-height:82px;object-fit:contain;filter:none;opacity:1;mix-blend-mode:normal}
.ctc-logo-cell--munich-re img{max-width:64%;max-height:78px}
.ctc-logo-cell--microsoft-ai-cloud img{max-width:72%;max-height:82px}
.ctc-logo-cell--telus-health img{max-width:72%;max-height:80px}
.ctc-logo-cell--canadian-ai img{max-width:82%;max-height:94px}
.ctc-logo-cell--aws-partner-network img{max-width:70%;max-height:96px}
.ctc-logo-cell--salesforce img{max-width:42%;max-height:92px}
.ctc-logo-note{margin:17px 0 0 auto;max-width:650px;color:#78848b;font-size:11px;line-height:1.55;text-align:right}

/* Statement */
.ctc-statement-section{padding:clamp(96px,13vw,190px) 0;background:var(--ctc-soft)}
.ctc-statement-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:clamp(50px,8vw,120px)}
.ctc-statement-copy{display:grid;grid-template-columns:minmax(0,680px) auto;gap:60px;align-items:end;margin-top:50px;border-top:1px solid #cdd2d3;padding-top:26px}
.ctc-statement-copy p{margin:0;color:#445058;font-size:18px;line-height:1.65}

/* Capabilities */
.ctc-capability-section{padding:clamp(92px,11vw,154px) 0;background:#fff}
.ctc-section-head{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.55fr);gap:clamp(44px,8vw,110px);align-items:end;margin-bottom:54px}
.ctc-section-head p{margin:0;color:var(--ctc-muted);font-size:15px;line-height:1.68}
.ctc-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-capability-card{position:relative;min-height:315px;padding:28px 30px 30px;border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;background:#fff;transition:background .25s ease,color .25s ease}
.ctc-capability-card:hover{background:var(--ctc-navy);color:#fff}
.ctc-card-num{font-size:11px;letter-spacing:.14em;color:#71808a;transition:color .25s ease}
.ctc-capability-card:hover .ctc-card-num{color:rgba(255,255,255,.55)}
.ctc-capability-card h3{font-size:clamp(22px,2vw,29px);line-height:1.08;letter-spacing:-.033em;margin:0 0 15px;font-weight:590}
.ctc-capability-card p{margin:0;color:var(--ctc-muted);font-size:14px;line-height:1.6;max-width:330px;transition:color .25s ease}
.ctc-capability-card:hover p{color:rgba(255,255,255,.66)}
.ctc-card-arrow{position:absolute;right:28px;top:25px;font-size:18px;color:#7b8992;transition:transform .25s ease,color .25s ease}
.ctc-capability-card:hover .ctc-card-arrow{transform:translate(3px,-3px);color:#fff}

/* Image-backed editorial feature */
.ctc-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);min-height:720px;background:var(--ctc-navy);color:#fff}
.ctc-story-media{min-height:620px;overflow:hidden}
.ctc-story-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.70) contrast(1.06);transition:transform 1s var(--ctc-ease)}
.ctc-story:hover .ctc-story-media img{transform:scale(1.015)}
.ctc-story-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(54px,8vw,120px)}
.ctc-story-content .ctc-section-label{color:rgba(255,255,255,.55)}
.ctc-story-content h2{font-size:clamp(43px,5vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:540;margin:0;max-width:720px}
.ctc-story-content p{font-size:18px;line-height:1.67;color:rgba(255,255,255,.70);max-width:610px;margin:32px 0 38px}

/* Image system */
.ctc-image-system{padding:clamp(94px,12vw,170px) 0;background:#fff}
.ctc-image-mosaic{display:grid;grid-template-columns:1.28fr .72fr;grid-template-rows:repeat(2,minmax(310px,1fr));gap:12px;min-height:820px}
.ctc-image-card{position:relative;isolation:isolate;overflow:hidden;min-height:310px;background:var(--ctc-navy);color:#fff}
.ctc-image-card--large{grid-row:1 / span 2}
.ctc-image-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;filter:saturate(.76) contrast(1.04);transition:transform .9s var(--ctc-ease)}
.ctc-image-card:hover>img{transform:scale(1.025)}
.ctc-image-card-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(0deg,rgba(4,15,24,.88),rgba(4,15,24,.04) 68%)}
.ctc-image-card-copy{position:absolute;left:clamp(26px,3vw,42px);right:clamp(26px,3vw,42px);bottom:clamp(26px,3vw,42px)}
.ctc-image-card-copy span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.62);margin-bottom:14px}
.ctc-image-card-copy h3{margin:0;font-size:clamp(25px,2.6vw,41px);line-height:1.06;letter-spacing:-.036em;font-weight:560;max-width:770px}
.ctc-image-card:not(.ctc-image-card--large) .ctc-image-card-copy h3{font-size:clamp(22px,2vw,31px)}

/* Pathways */
.ctc-pathways{padding:clamp(96px,12vw,170px) 0;background:var(--ctc-soft)}
.ctc-pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #cfd4d5;border-left:1px solid #cfd4d5;margin-top:54px}
.ctc-pathway-card{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;padding:28px;border-right:1px solid #cfd4d5;border-bottom:1px solid #cfd4d5;text-decoration:none;transition:background .22s ease}
.ctc-pathway-card:hover{background:#fff}
.ctc-pathway-card h3{font-size:27px;line-height:1.08;letter-spacing:-.035em;font-weight:570;margin:0 0 14px}
.ctc-pathway-card p{font-size:14px;color:var(--ctc-muted);line-height:1.6;margin:0}
.ctc-pathway-card span:last-child{font-size:17px;align-self:flex-end}

/* Insights */
.ctc-insights-section{padding:clamp(92px,11vw,154px) 0;background:#fff}
.ctc-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-post-card{background:#fff;min-height:440px;display:flex;flex-direction:column;overflow:hidden}
.ctc-post-card-media{display:block;aspect-ratio:1.35/1;overflow:hidden;background:var(--ctc-navy)}
.ctc-post-card-media img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05);transition:transform .65s var(--ctc-ease)}
.ctc-post-card:hover .ctc-post-card-media img{transform:scale(1.025)}
.ctc-post-card-body{padding:28px;display:flex;flex-direction:column;flex:1}
.ctc-card-meta{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#76848c}
.ctc-post-card h3{font-size:clamp(22px,2vw,29px);line-height:1.12;letter-spacing:-.03em;margin:36px 0 14px;font-weight:580}
.ctc-post-card h3 a{text-decoration:none}
.ctc-post-card p{color:var(--ctc-muted);font-size:14px;line-height:1.62;margin:0 0 24px}
.ctc-post-card .ctc-text-link,.ctc-post-card-body>a:last-child{margin-top:auto;align-self:flex-start;font-size:13px;font-weight:700;text-decoration:none}
.ctc-post-card-body>a:last-child:not(.ctc-text-link){border-bottom:1px solid #9aa5ac;padding-bottom:4px}

/* CTA */
.ctc-final-cta,.ctc-page-cta{background:var(--ctc-navy);color:#fff;padding:clamp(78px,8.5vw,122px) 0;border-top:1px solid rgba(255,255,255,.08)}
.ctc-final-cta-inner,.ctc-page-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:70px}
.ctc-final-cta h2,.ctc-page-cta h2{font-size:clamp(38px,4.8vw,67px);line-height:1.01;letter-spacing:-.052em;font-weight:555;margin:0;max-width:900px;color:#fff}
.ctc-final-cta .ctc-section-label,.ctc-page-cta .ctc-section-label{color:rgba(255,255,255,.58)}
.ctc-final-cta .ctc-button--dark,.ctc-page-cta .ctc-button--dark{background:#fff;color:var(--ctc-navy);border-color:#fff}
.ctc-final-cta .ctc-button--dark:hover,.ctc-page-cta .ctc-button--dark:hover{background:#edf1f3;color:var(--ctc-navy)}
.ctc-final-cta .ctc-button--outline,.ctc-page-cta .ctc-button--outline{border-color:rgba(255,255,255,.48);color:#fff}
.ctc-final-cta .ctc-button--outline:hover,.ctc-page-cta .ctc-button--outline:hover{background:rgba(255,255,255,.08);border-color:#fff;color:#fff}
.ctc-page-cta .ctc-actions{margin-top:0}

/* Internal page hero */
.ctc-page-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--ctc-navy);color:#fff;min-height:clamp(480px,65vh,690px);display:flex;align-items:flex-end}
.ctc-page-hero-media{position:absolute;inset:0;z-index:-3;background:var(--ctc-navy)}
.ctc-page-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.70) contrast(1.05) brightness(.62)}
.ctc-page-hero::before,.ctc-page-hero-shade{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,15,24,.98) 0%,rgba(4,15,24,.87) 48%,rgba(4,15,24,.43) 78%),linear-gradient(0deg,rgba(4,15,24,.60),transparent 58%)}
.ctc-page-hero-inner{position:relative;z-index:1;padding-top:clamp(90px,11vw,140px);padding-bottom:clamp(58px,7vw,84px)}
.ctc-page-hero .ctc-section-label{color:rgba(255,255,255,.62)}
.ctc-page-hero h1,.ctc-archive-title{font-size:clamp(50px,7vw,96px);line-height:.93;letter-spacing:-.062em;font-weight:535;max-width:1050px;margin:0;text-wrap:balance}
.ctc-page-hero p{max-width:760px;font-size:clamp(17px,1.6vw,22px);line-height:1.5;color:rgba(255,255,255,.72);margin:28px 0 0}
.ctc-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:rgba(255,255,255,.62);font-size:11px;text-transform:uppercase;letter-spacing:.11em}

/* Internal page body */
.ctc-page-body,.ctc-content-wrap{padding:clamp(74px,9vw,126px) 0;background:#fff}
.ctc-page-body-grid{display:grid;grid-template-columns:minmax(220px,290px) minmax(0,900px);gap:clamp(54px,9vw,130px);align-items:start;justify-content:space-between}
.ctc-page-rail{position:sticky;top:118px;border-top:1px solid var(--ctc-ink);padding-top:18px;color:var(--ctc-muted);font-size:13px;line-height:1.62}
.ctc-page-rail-label{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--ctc-ink);font-weight:760;margin-bottom:18px}
.ctc-page-rail p{margin:0 0 26px}
.ctc-page-rail-links{border-top:1px solid var(--ctc-line)}
.ctc-page-rail-links a{display:block;text-decoration:none;padding:12px 0;border-bottom:1px solid var(--ctc-line);font-size:13px;color:#39464f}
.ctc-page-rail-links a:hover{color:var(--ctc-ink)}
.ctc-editorial{width:100%;max-width:var(--ctc-reading);margin-inline:auto}
.ctc-content-wrap>.ctc-editorial{width:min(calc(100% - (var(--ctc-gutter) * 2)),var(--ctc-reading))}
.ctc-editorial>*:first-child{margin-top:0}
.ctc-editorial>*:last-child{margin-bottom:0}
.ctc-editorial h2{font-size:clamp(31px,3.8vw,50px);line-height:1.08;letter-spacing:-.041em;font-weight:565;margin:62px 0 20px;color:var(--ctc-ink)}
.ctc-editorial h3{font-size:clamp(24px,2.7vw,34px);line-height:1.13;letter-spacing:-.032em;font-weight:590;margin:48px 0 16px;color:var(--ctc-ink)}
.ctc-editorial h4{font-size:20px;letter-spacing:-.02em;margin:36px 0 12px}
.ctc-editorial p,.ctc-editorial li{color:#344048;font-size:17px;line-height:1.72}
.ctc-editorial p{margin:0 0 24px}
.ctc-editorial ul,.ctc-editorial ol{padding-left:1.25em;margin:0 0 28px}
.ctc-editorial li+li{margin-top:8px}
.ctc-editorial a{color:#194e9c}
.ctc-editorial blockquote{margin:46px 0;padding:28px 0 28px 30px;border-left:2px solid var(--ctc-navy);font-size:clamp(22px,2.6vw,31px);line-height:1.4;color:#17232b}
.ctc-editorial blockquote p{font-size:inherit;line-height:inherit;color:inherit}
.ctc-editorial figure{margin:42px 0}
.ctc-editorial img{width:auto;max-width:100%;height:auto}
.ctc-editorial table{width:100%;border-collapse:collapse;font-size:14px;display:block;overflow-x:auto}
.ctc-editorial th,.ctc-editorial td{padding:14px 13px;border-bottom:1px solid var(--ctc-line);text-align:left;vertical-align:top;min-width:130px}
.ctc-editorial th{color:var(--ctc-ink)}
.ctc-editorial .wp-block-button__link{border-radius:0;background:var(--ctc-navy);padding:14px 20px;color:#fff;text-decoration:none}
.ctc-editorial .wp-block-cover{min-height:430px;margin:48px 0}
.ctc-editorial .wp-block-columns{gap:28px}

/* Cleaned legacy-builder output */
.ctc-legacy-feature,.ctc-legacy-blurb{border-top:1px solid var(--ctc-line);padding:28px 0;margin:24px 0}
.ctc-legacy-feature{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:28px;align-items:start}
.ctc-legacy-image{width:100%;height:auto;object-fit:cover}
.ctc-legacy-feature h2,.ctc-legacy-feature h3,.ctc-legacy-blurb h2,.ctc-legacy-blurb h3{margin-top:0}
.ctc-legacy-button{display:inline-flex;text-decoration:none;background:var(--ctc-navy);color:#fff!important;padding:12px 18px;margin:8px 0}
.ctc-core-editorial>br:only-child{display:none}

/* General archive section support */
.ctc-section{padding:clamp(72px,9vw,120px) 0}
.ctc-section--soft{background:var(--ctc-soft)}
.ctc-section--navy{background:var(--ctc-navy);color:#fff}
.ctc-empty{padding:40px 0;color:var(--ctc-muted)}
.navigation.pagination{margin-top:48px}
.nav-links{display:flex;gap:6px;flex-wrap:wrap}
.page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--ctc-line);text-decoration:none;font-size:13px}
.page-numbers.current{background:var(--ctc-navy);color:#fff;border-color:var(--ctc-navy)}

/* Forms */
.ctc-editorial form,.ctc-page-body form{max-width:760px}
.ctc-editorial input[type="text"],.ctc-editorial input[type="email"],.ctc-editorial input[type="tel"],.ctc-editorial input[type="url"],.ctc-editorial input[type="number"],.ctc-editorial select,.ctc-editorial textarea,.ctc-page-body input[type="text"],.ctc-page-body input[type="email"],.ctc-page-body input[type="tel"],.ctc-page-body input[type="url"],.ctc-page-body select,.ctc-page-body textarea{width:100%;border:1px solid #bcc5ca;border-radius:0;background:#fff;padding:14px 15px;min-height:52px;color:var(--ctc-ink)}
.ctc-editorial textarea,.ctc-page-body textarea{min-height:160px;resize:vertical}
.ctc-editorial input[type="submit"],.ctc-editorial button[type="submit"],.ctc-page-body input[type="submit"],.ctc-page-body button[type="submit"]{border:0;border-radius:0;background:var(--ctc-navy);color:#fff;min-height:52px;padding:14px 22px;font-weight:700;cursor:pointer}
.wpcf7-form p{margin-bottom:18px}

/* Legacy homepage content: optional, collapsed */
.ctc-legacy-home-section{padding:40px 0;background:#fff;border-top:1px solid var(--ctc-line)}
.ctc-legacy-home-section summary{cursor:pointer;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}
.ctc-legacy-home-section details[open] .ctc-editorial{margin-top:40px}

/* Footer */
.site-footer{background:var(--ctc-navy);color:#fff;padding:78px 0 30px}
.ctc-footer-top{display:grid;grid-template-columns:minmax(250px,1.55fr) repeat(4,minmax(120px,.7fr));gap:clamp(28px,4vw,58px);padding-bottom:70px}
.ctc-footer-brand{font-size:clamp(24px,2vw,31px);letter-spacing:-.035em;font-weight:590}
.ctc-footer-logo-link{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:18px}
.ctc-footer-logo{display:block;width:auto;height:72px;max-width:180px;object-fit:contain;filter:invert(1);opacity:.96}
.ctc-footer-note{max-width:390px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.65;margin:16px 0 0}
.ctc-footer-col h2{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.45);margin:4px 0 19px;font-weight:720}
.ctc-footer-col ul{list-style:none;padding:0;margin:0}
.ctc-footer-col li+li{margin-top:10px}
.ctc-footer-col a{color:rgba(255,255,255,.75);font-size:13px;text-decoration:none}
.ctc-footer-col a:hover{color:#fff}
.ctc-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:25px;border-top:1px solid rgba(255,255,255,.14);font-size:11px;color:rgba(255,255,255,.47)}
.ctc-footer-bottom nav ul{display:flex;gap:18px;list-style:none;padding:0;margin:0}
.ctc-footer-bottom a{color:inherit;text-decoration:none}

/* Motion: enhancement only; content remains visible without JS */
.ctc-js .ctc-reveal{opacity:0;transform:translateY(22px);transition:opacity .68s var(--ctc-ease),transform .68s var(--ctc-ease)}
.ctc-js .ctc-reveal.is-visible{opacity:1;transform:none}

/* Hardening against raw builder residue accidentally injected into rendered text */
.ctc-editorial [class*="et_pb_"],.ctc-editorial [class*="et-db"],.ctc-editorial .et_builder_inner_content{max-width:100%}

@media (max-width:1180px){
  :root{--ctc-gutter:clamp(22px,3.5vw,42px)}
  .ctc-hero-inner{grid-template-columns:1fr;gap:44px}
  .ctc-hero-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:18px 0 0;gap:12px}
  .ctc-hero-rail span{border-bottom:0;padding:0 12px 0 0}
  .ctc-story{grid-template-columns:1fr 1fr}
  .ctc-story-content{padding:clamp(46px,5vw,72px)}
  .ctc-pathway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-footer-top{grid-template-columns:1.4fr repeat(2,1fr)}
  .ctc-footer-brand-block{grid-row:1 / span 2}
}

@media (max-width:960px){
  .admin-bar .site-header{top:46px}
  .ctc-menu-toggle{display:block}
  .site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);padding:12px var(--ctc-gutter) 26px;max-height:calc(100vh - var(--ctc-header));overflow:auto}
  .site-nav.is-open{display:block}
  .site-nav ul{display:block}
  .site-nav a{padding:14px 0;border-bottom:1px solid var(--ctc-line);font-size:15px}
  .site-nav a::after{display:none}
  .site-nav .sub-menu{display:block;position:static;box-shadow:none;border:0;padding:0 0 0 16px;min-width:0}
  .site-nav .sub-menu a{font-size:14px}
  .ctc-logo-head,.ctc-section-head{grid-template-columns:1fr;gap:30px}
  .ctc-logo-head{margin-bottom:46px}
  .ctc-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ctc-logo-cell{height:180px;padding:34px}
  .ctc-statement-grid{grid-template-columns:1fr;gap:34px}
  .ctc-statement-copy{grid-template-columns:1fr;gap:26px}
  .ctc-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-story{grid-template-columns:1fr;min-height:auto}
  .ctc-story-media{min-height:520px}
  .ctc-image-mosaic{min-height:720px}
  .ctc-page-body-grid{grid-template-columns:1fr;gap:50px}
  .ctc-page-rail{position:static;display:grid;grid-template-columns:170px 1fr;gap:22px;border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);padding:20px 0}
  .ctc-page-rail-label{margin:0}
  .ctc-page-rail p{margin:0}
  .ctc-page-rail-links{display:none}
  .ctc-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-final-cta-inner,.ctc-page-cta-inner{grid-template-columns:1fr;align-items:start;gap:34px}
  .ctc-footer-top{grid-template-columns:repeat(2,1fr)}
  .ctc-footer-brand-block{grid-column:1 / -1;grid-row:auto;margin-bottom:18px}
}

@media (max-width:720px){
  :root{--ctc-gutter:22px;--ctc-header:72px}
  body{font-size:16px}
  .ctc-header-inner{min-height:72px}
  .custom-logo{max-height:37px;max-width:235px}
  .ctc-brand-logo{height:44px;max-width:190px}
  .ctc-hero{min-height:740px}
  .ctc-hero-inner{min-height:740px;padding-top:88px;padding-bottom:42px;gap:42px}
  .ctc-hero h1{font-size:clamp(52px,15.1vw,74px);line-height:.91;letter-spacing:-.061em}
  .ctc-hero-copy{font-size:17px;margin-top:24px}
  .ctc-actions{margin-top:28px;display:grid;grid-template-columns:1fr}
  .ctc-button{width:100%}
  .ctc-hero-rail{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px;font-size:9px}
  .ctc-logo-section{padding:68px 0 72px}
  .ctc-logo-head{gap:19px;margin-bottom:38px}
  .ctc-logo-head .ctc-section-label{padding-top:0}
  .ctc-logo-head h2{font-size:clamp(42px,12.2vw,62px);line-height:.96}
  .ctc-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-logo-cell{height:142px;padding:24px}
  .ctc-logo-cell img{max-width:76%;max-height:62px}
  .ctc-logo-cell--salesforce img{max-width:52%}
  .ctc-logo-note{text-align:left;margin:15px 0 0;max-width:none}
  .ctc-statement-section,.ctc-capability-section,.ctc-image-system,.ctc-pathways,.ctc-insights-section{padding:82px 0}
  .ctc-display{font-size:clamp(39px,12.5vw,58px)}
  .ctc-display--medium{font-size:clamp(37px,11vw,53px)}
  .ctc-capability-grid{grid-template-columns:1fr}
  .ctc-capability-card{min-height:250px;padding:24px}
  .ctc-story-media{min-height:410px}
  .ctc-story-content{padding:58px 22px 66px}
  .ctc-story-content h2{font-size:clamp(41px,12vw,58px)}
  .ctc-image-mosaic{display:grid;grid-template-columns:1fr;grid-template-rows:none;min-height:0;gap:10px}
  .ctc-image-card,.ctc-image-card--large{min-height:430px;grid-row:auto}
  .ctc-image-card:not(.ctc-image-card--large){min-height:340px}
  .ctc-pathway-grid{grid-template-columns:1fr}
  .ctc-pathway-card{min-height:210px}
  .ctc-post-grid{grid-template-columns:1fr}
  .ctc-post-card{min-height:0}
  .ctc-page-hero{min-height:520px}
  .ctc-page-hero-inner{padding-top:95px;padding-bottom:52px}
  .ctc-page-hero h1,.ctc-archive-title{font-size:clamp(48px,14vw,70px);line-height:.94}
  .ctc-page-hero p{font-size:17px}
  .ctc-page-body,.ctc-content-wrap{padding:66px 0}
  .ctc-page-rail{grid-template-columns:1fr;gap:9px}
  .ctc-editorial h2{margin-top:50px}
  .ctc-editorial p,.ctc-editorial li{font-size:16px}
  .ctc-legacy-feature{grid-template-columns:1fr}
  .ctc-final-cta,.ctc-page-cta{padding:68px 0}
  .ctc-footer-top{grid-template-columns:1fr 1fr;gap:34px 24px;padding-bottom:50px}
  .ctc-footer-bottom{display:block}
  .ctc-footer-bottom nav ul{margin-top:14px;flex-wrap:wrap}
}

@media (max-width:430px){
  :root{--ctc-gutter:20px}
  .site-title{font-size:16px}
  .custom-logo{max-width:205px}
  .ctc-brand-logo{height:40px;max-width:174px}
  .ctc-hero{min-height:720px}
  .ctc-hero-inner{min-height:720px}
  .ctc-hero h1{font-size:clamp(48px,14vw,61px)}
  .ctc-logo-grid{grid-template-columns:1fr 1fr}
  .ctc-logo-cell{height:124px;padding:18px}
  .ctc-logo-cell img{max-width:78%;max-height:54px}
  .ctc-logo-cell--salesforce img{max-width:54%}
  .ctc-page-hero h1,.ctc-archive-title{font-size:clamp(44px,13vw,58px)}
  .ctc-footer-top{grid-template-columns:1fr}
}

@media (max-width:350px){
  :root{--ctc-gutter:18px}
  .ctc-hero h1{font-size:45px}
  .ctc-hero-rail{grid-template-columns:1fr}
  .ctc-logo-grid{grid-template-columns:1fr}
  .ctc-logo-cell{height:96px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .ctc-js .ctc-reveal{opacity:1!important;transform:none!important}
  .ctc-deferred-video{display:none!important}
}

/* v2 pathway metadata refinement */
.ctc-pathway-card>span:first-child{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#78858c}
.ctc-pathway-card>strong{font-size:13px;font-weight:700;align-self:flex-start;border-bottom:1px solid #89959b;padding-bottom:4px;margin-top:28px}
.ctc-pathway-card:hover>strong{border-color:var(--ctc-ink)}
ul.page-numbers{list-style:none;margin:0;padding:0;display:flex;gap:6px;flex-wrap:wrap}
ul.page-numbers li{margin:0}
ul.page-numbers li a,ul.page-numbers li span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--ctc-line);text-decoration:none;font-size:13px;padding:0 10px}
ul.page-numbers li span.current{background:var(--ctc-navy);color:#fff;border-color:var(--ctc-navy)}


/* v2.2 — industry, research, legal navigation and advanced motion */
.ctc-footer-top{grid-template-columns:minmax(240px,1.45fr) repeat(5,minmax(110px,.72fr));gap:clamp(24px,3.2vw,48px)}
.ctc-footer-col--legal a{font-size:12px}
.ctc-footer-bottom{align-items:flex-start}
.ctc-footer-bottom span:last-child{max-width:640px;text-align:right}
.ctc-logo-cell--canadian-ai img{max-width:82%;max-height:88px}

.ctc-hero-grid{animation:ctc-grid-drift 24s linear infinite}
.ctc-page-hero-grid{animation:ctc-grid-drift 30s linear infinite}
.ctc-hero-scan{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.ctc-hero-scan::before{content:"";position:absolute;left:0;right:0;height:1px;top:17%;background:linear-gradient(90deg,transparent,rgba(142,196,255,.34),transparent);box-shadow:0 0 42px rgba(91,156,255,.18);animation:ctc-scan 9s var(--ctc-ease) infinite}
@keyframes ctc-grid-drift{to{background-position:64px 64px}}
@keyframes ctc-scan{0%{transform:translateY(-22vh);opacity:0}18%{opacity:.8}80%{opacity:.35}100%{transform:translateY(88vh);opacity:0}}

.ctc-industry-section{padding:clamp(96px,11vw,160px) 0;background:var(--ctc-soft);border-top:1px solid #d8dcda;border-bottom:1px solid #d8dcda}
.ctc-industry-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:clamp(34px,6vw,86px);align-items:stretch;margin-top:clamp(50px,6vw,78px)}
.ctc-industry-list{border-top:1px solid #cbd1d2}
.ctc-industry-row{display:grid;grid-template-columns:42px minmax(0,1fr) 28px;gap:18px;align-items:start;padding:24px 6px;border-bottom:1px solid #cbd1d2;cursor:pointer;outline:none;transition:padding .28s var(--ctc-ease),background .28s ease,color .28s ease}
.ctc-industry-row:hover,.ctc-industry-row:focus-visible,.ctc-industry-row.is-active{padding-left:18px;padding-right:14px;background:#fff}
.ctc-industry-index{font-size:10px;letter-spacing:.14em;color:#75828a;padding-top:5px}
.ctc-industry-row h3{font-size:clamp(23px,2vw,31px);line-height:1.08;letter-spacing:-.035em;font-weight:580;margin:0}
.ctc-industry-row p{font-size:13px;line-height:1.55;color:#6b7880;margin:8px 0 0;max-width:600px}
.ctc-industry-arrow{font-size:18px;color:#7b8992;transition:transform .25s var(--ctc-ease),color .25s ease}
.ctc-industry-row:hover .ctc-industry-arrow,.ctc-industry-row:focus-visible .ctc-industry-arrow,.ctc-industry-row.is-active .ctc-industry-arrow{transform:translate(3px,-3px);color:var(--ctc-ink)}
.ctc-industry-stage{position:relative;isolation:isolate;overflow:hidden;min-height:650px;background:var(--ctc-navy);color:#fff}
.ctc-industry-stage::after,.ctc-spotlight::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;background:radial-gradient(420px circle at var(--ctc-mx,50%) var(--ctc-my,50%),rgba(255,255,255,.10),transparent 48%);opacity:.72;transition:opacity .25s ease}
.ctc-industry-stage-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;filter:saturate(.72) contrast(1.07);transition:opacity .34s var(--ctc-ease),transform .8s var(--ctc-ease)}
.ctc-industry-stage.is-switching .ctc-industry-stage-image{opacity:.28;transform:scale(1.015)}
.ctc-industry-stage-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(0deg,rgba(3,13,21,.92),rgba(3,13,21,.04) 72%),linear-gradient(90deg,rgba(3,13,21,.22),transparent 60%)}
.ctc-industry-stage-copy{position:absolute;left:clamp(28px,4vw,56px);right:clamp(28px,4vw,56px);bottom:clamp(28px,4vw,54px);z-index:3}
.ctc-industry-stage-copy span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:rgba(255,255,255,.58);margin-bottom:12px}
.ctc-industry-stage-copy strong{display:block;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.05em;font-weight:550}
.ctc-section-action{margin-top:34px;display:flex;justify-content:flex-end}

.ctc-research-section{padding:clamp(96px,12vw,170px) 0;background:var(--ctc-navy);color:#fff;overflow:hidden;position:relative}
.ctc-research-section::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent,#000 35%,#000 70%,transparent);opacity:.7}
.ctc-research-section .ctc-shell{position:relative;z-index:1}
.ctc-research-section .ctc-section-label{color:rgba(255,255,255,.56)}
.ctc-research-section .ctc-section-head>p{color:rgba(255,255,255,.62)}
.ctc-research-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);gap:12px;min-height:820px;margin-top:clamp(52px,6vw,78px)}
.ctc-research-stack{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.ctc-research-card{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:flex-end;min-height:380px;color:#fff;text-decoration:none;background:#0a2132}
.ctc-research-card--primary{min-height:820px}
.ctc-research-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;filter:saturate(.72) contrast(1.05);transition:transform .95s var(--ctc-ease),filter .5s ease}
.ctc-research-card:hover>img,.ctc-research-card:focus-visible>img{transform:scale(1.025);filter:saturate(.82) contrast(1.07)}
.ctc-research-card-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(0deg,rgba(3,13,21,.95),rgba(3,13,21,.06) 74%)}
.ctc-research-card-copy{position:relative;z-index:3;padding:clamp(28px,4vw,52px);max-width:850px}
.ctc-research-card-copy>span{display:block;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.17em;color:rgba(255,255,255,.62);margin-bottom:16px}
.ctc-research-card-copy h3{font-size:clamp(29px,3.7vw,58px);line-height:1;letter-spacing:-.048em;font-weight:550;margin:0}
.ctc-research-stack .ctc-research-card-copy h3{font-size:clamp(25px,2.6vw,38px)}
.ctc-research-card-copy p{font-size:16px;line-height:1.62;color:rgba(255,255,255,.7);margin:22px 0 24px;max-width:670px}
.ctc-research-card-copy strong{font-size:13px;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px}

.ctc-animated-media{position:relative;overflow:hidden}
.ctc-animated-media::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(112,174,255,.45),transparent);animation:ctc-rule-pulse 7s ease-in-out infinite}
@keyframes ctc-rule-pulse{0%,100%{transform:translateX(-45%);opacity:.2}50%{transform:translateX(45%);opacity:.7}}

.ctc-js .ctc-image-reveal{clip-path:inset(0 0 100% 0);transition:clip-path .95s var(--ctc-ease),opacity .68s var(--ctc-ease),transform .68s var(--ctc-ease)}
.ctc-js .ctc-image-reveal.is-visible{clip-path:inset(0 0 0 0)}
.ctc-image-card::before,.ctc-research-card::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.10) 49%,transparent 61%);transform:translateX(-120%);transition:transform .9s var(--ctc-ease)}
.ctc-image-card:hover::before,.ctc-research-card:hover::before,.ctc-research-card:focus-visible::before{transform:translateX(120%)}

.ctc-page-hero-media>img{animation:ctc-page-hero-settle 1.4s var(--ctc-ease) both}
@keyframes ctc-page-hero-settle{from{transform:scale(1.035);opacity:.7}to{transform:scale(1);opacity:1}}

.ctc-page-legal-disclaimer .ctc-page-body,.ctc-page-cookie-notice .ctc-page-body,.ctc-page-intellectual-property .ctc-page-body,.ctc-page-privacy-policy .ctc-page-body,.ctc-page-terms-and-conditions .ctc-page-body,.ctc-page-accessibility .ctc-page-body{background:#fbfbf8}
.ctc-page-legal-disclaimer .ctc-editorial h2,.ctc-page-cookie-notice .ctc-editorial h2,.ctc-page-intellectual-property .ctc-editorial h2,.ctc-page-privacy-policy .ctc-editorial h2,.ctc-page-terms-and-conditions .ctc-editorial h2,.ctc-page-accessibility .ctc-editorial h2{padding-top:18px;border-top:1px solid var(--ctc-line)}

@media (max-width:1180px){
  .ctc-footer-top{grid-template-columns:1.4fr repeat(3,1fr)}
  .ctc-footer-brand-block{grid-row:1 / span 2}
  .ctc-industry-layout{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:42px}
  .ctc-industry-stage{min-height:610px}
}
@media (max-width:960px){
  .ctc-footer-top{grid-template-columns:repeat(2,1fr)}
  .ctc-footer-brand-block{grid-column:1 / -1;grid-row:auto}
  .ctc-industry-layout{grid-template-columns:1fr}
  .ctc-industry-stage{min-height:520px;order:-1}
  .ctc-research-grid{grid-template-columns:1fr;min-height:0}
  .ctc-research-card--primary{min-height:620px}
  .ctc-research-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .ctc-research-stack .ctc-research-card{min-height:390px}
}
@media (max-width:720px){
  .ctc-industry-section,.ctc-research-section{padding:82px 0}
  .ctc-industry-stage{min-height:430px}
  .ctc-industry-row{grid-template-columns:34px minmax(0,1fr) 22px;padding:20px 0;gap:12px}
  .ctc-industry-row:hover,.ctc-industry-row:focus-visible,.ctc-industry-row.is-active{padding-left:10px;padding-right:8px}
  .ctc-industry-row p{font-size:12px}
  .ctc-section-action{justify-content:flex-start}
  .ctc-research-card--primary{min-height:520px}
  .ctc-research-stack{grid-template-columns:1fr}
  .ctc-research-stack .ctc-research-card{min-height:340px}
  .ctc-footer-bottom span:last-child{text-align:left;margin-top:10px;display:block}
}
@media (max-width:430px){
  .ctc-industry-stage{min-height:360px}
  .ctc-industry-stage-copy strong{font-size:35px}
  .ctc-research-card--primary{min-height:480px}
  .ctc-research-card-copy{padding:26px 22px}
  .ctc-logo-cell--canadian-ai img{max-width:88%;max-height:68px}
}
@media (prefers-reduced-motion:reduce){
  .ctc-hero-grid,.ctc-page-hero-grid,.ctc-hero-scan::before,.ctc-animated-media::after,.ctc-page-hero-media>img{animation:none!important}
  .ctc-js .ctc-image-reveal{clip-path:none!important}
  .ctc-spotlight::after{display:none!important}
}
.ctc-js .ctc-reveal{transition-delay:var(--ctc-delay,0ms)}

/* Keep editorial copy above pointer spotlight layers. */
.ctc-image-card-copy{z-index:3}

/* v2.2 editorial image interludes across internal pages. */
.ctc-page-feature{position:relative;min-height:clamp(390px,48vw,650px);overflow:hidden;background:#061523;color:#fff;isolation:isolate}
.ctc-page-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.025);transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .9s ease}
.ctc-page-feature-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(2,17,31,.88) 0%,rgba(2,17,31,.58) 48%,rgba(2,17,31,.24) 100%)}
.ctc-page-feature-inner{position:relative;z-index:3;min-height:inherit;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(70px,9vw,130px);padding-bottom:clamp(54px,7vw,96px)}
.ctc-page-feature .ctc-section-label{color:rgba(255,255,255,.72)}
.ctc-page-feature h2{max-width:980px;margin:20px 0 0;font-size:clamp(40px,5.6vw,82px);line-height:.98;letter-spacing:-.055em;font-weight:500;text-wrap:balance}
.ctc-page-feature.is-visible>img{transform:scale(1)}
.ctc-page-feature.ctc-spotlight::after{z-index:2}

/* Slow cinematic depth, intentionally subtle and disabled for reduced motion. */
@media (prefers-reduced-motion:no-preference){
  .ctc-page-hero-media img{animation:ctc-page-media-drift 18s ease-in-out infinite alternate}
  .ctc-page-feature.is-visible>img{animation:ctc-feature-media-drift 20s ease-in-out 1.05s infinite alternate}
}
@keyframes ctc-page-media-drift{0%{transform:scale(1.015) translate3d(0,0,0)}100%{transform:scale(1.055) translate3d(-.6%,.4%,0)}}
@keyframes ctc-feature-media-drift{0%{transform:scale(1) translate3d(0,0,0)}100%{transform:scale(1.045) translate3d(.5%,-.4%,0)}}

@media (max-width:720px){
  .ctc-page-feature{min-height:390px}
  .ctc-page-feature-shade{background:linear-gradient(180deg,rgba(2,17,31,.25) 0%,rgba(2,17,31,.82) 75%,rgba(2,17,31,.94) 100%)}
  .ctc-page-feature h2{font-size:clamp(37px,11vw,55px)}
}
@media (prefers-reduced-motion:reduce){
  .ctc-page-hero-media img,.ctc-page-feature>img{animation:none!important;transition:none!important;transform:none!important}
}


/* v2.3 — denser homepage information architecture, page-depth modules and contact experience */
.ctc-statement-section{padding:clamp(78px,9vw,132px) 0}
.ctc-capability-section,.ctc-image-system,.ctc-pathways,.ctc-insights-section{padding:clamp(78px,9vw,132px) 0}
.ctc-industry-section,.ctc-research-section{padding:clamp(82px,9.5vw,138px) 0}
.ctc-logo-section{padding:clamp(72px,8vw,110px) 0 clamp(70px,8vw,106px);border-top:1px solid var(--ctc-line);border-bottom:0}

.ctc-agenda-section{padding:clamp(74px,8.5vw,124px) 0;background:var(--ctc-navy);color:#fff;position:relative;overflow:hidden}
.ctc-agenda-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 92%);pointer-events:none}
.ctc-agenda-section .ctc-shell{position:relative;z-index:1}
.ctc-agenda-section .ctc-section-label{color:rgba(255,255,255,.58)}
.ctc-agenda-section .ctc-section-head>p{color:rgba(255,255,255,.67)}
.ctc-agenda-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18);margin-top:44px}
.ctc-agenda-card{min-height:300px;padding:28px 28px 32px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column}
.ctc-agenda-card>span{font-size:10px;letter-spacing:.15em;color:rgba(255,255,255,.48)}
.ctc-agenda-card h3{font-size:clamp(24px,2.2vw,33px);line-height:1.04;letter-spacing:-.04em;font-weight:560;margin:auto 0 16px}
.ctc-agenda-card p{font-size:13px;line-height:1.62;color:rgba(255,255,255,.65);margin:0}

.ctc-work-model{padding:clamp(78px,9vw,132px) 0;background:#fff;border-top:1px solid var(--ctc-line)}
.ctc-work-model-head{display:grid;grid-template-columns:220px minmax(0,1fr) minmax(260px,.55fr);gap:clamp(34px,5vw,76px);align-items:end;margin-bottom:48px}
.ctc-work-model-head .ctc-section-label{margin:0;align-self:start;padding-top:10px}
.ctc-work-model-head p{margin:0;color:var(--ctc-muted);font-size:15px;line-height:1.68}
.ctc-work-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-work-model-card{min-height:390px;padding:30px;display:flex;flex-direction:column;text-decoration:none;border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);transition:background .25s ease,color .25s ease}
.ctc-work-model-card:hover{background:var(--ctc-soft)}
.ctc-work-model-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#73818a}
.ctc-work-model-card h3{font-size:clamp(27px,2.7vw,40px);line-height:1.03;letter-spacing:-.045em;font-weight:560;margin:auto 0 18px}
.ctc-work-model-card p{font-size:14px;line-height:1.62;color:var(--ctc-muted);margin:0 0 28px}
.ctc-work-model-card strong{font-size:13px;align-self:flex-start;border-bottom:1px solid #8a969e;padding-bottom:4px}

.ctc-page-depth{padding:clamp(74px,8.5vw,124px) 0;background:var(--ctc-soft);border-top:1px solid #d7dcdd;border-bottom:1px solid #d7dcdd}
.ctc-page-depth-head{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(42px,7vw,100px);align-items:start;margin-bottom:48px}
.ctc-page-depth-head .ctc-section-label{padding-top:9px}
.ctc-page-depth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #cbd1d2;border-left:1px solid #cbd1d2}
.ctc-page-depth-card{min-height:300px;padding:30px 32px;border-right:1px solid #cbd1d2;border-bottom:1px solid #cbd1d2;background:rgba(255,255,255,.56);display:flex;flex-direction:column}
.ctc-page-depth-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#73818a}
.ctc-page-depth-card h3{font-size:clamp(26px,2.6vw,39px);line-height:1.04;letter-spacing:-.04em;font-weight:560;margin:auto 0 16px;max-width:600px}
.ctc-page-depth-card p{font-size:14px;line-height:1.66;color:#5f6d76;margin:0;max-width:680px}

.ctc-contact-intro{padding:clamp(76px,9vw,132px) 0;background:#fff}
.ctc-contact-intro-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:clamp(54px,8vw,120px);align-items:start}
.ctc-contact-intro-copy{position:sticky;top:120px}
.ctc-contact-intro-copy>p{font-size:16px;line-height:1.68;color:var(--ctc-muted);max-width:600px;margin:30px 0 0}
.ctc-contact-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-contact-topic{min-height:285px;padding:28px;border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);display:flex;flex-direction:column}
.ctc-contact-topic>span{font-size:10px;letter-spacing:.15em;color:#74818a}
.ctc-contact-topic h3{font-size:clamp(24px,2.2vw,34px);line-height:1.05;letter-spacing:-.04em;font-weight:560;margin:auto 0 14px}
.ctc-contact-topic p{font-size:13px;line-height:1.62;color:var(--ctc-muted);margin:0}

.ctc-contact-form-section{padding:clamp(78px,9vw,132px) 0;background:var(--ctc-soft)}
.ctc-contact-form-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(54px,8vw,120px);align-items:start}
.ctc-contact-form-aside{position:sticky;top:120px}
.ctc-contact-form-aside h2{font-size:clamp(40px,4.6vw,66px);line-height:1;letter-spacing:-.052em;font-weight:550;margin:0}
.ctc-contact-form-aside>p{font-size:15px;line-height:1.68;color:#64727c;margin:28px 0}
.ctc-contact-meta{display:flex;gap:8px;flex-wrap:wrap}
.ctc-contact-meta span{border:1px solid #c8ced1;padding:8px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#5d6a72;background:#fff}
.ctc-contact-form-panel{background:#fff;border:1px solid #d4d9db;padding:clamp(26px,4vw,52px)}
.ctc-contact-authored-content{margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid var(--ctc-line)}
.ctc-contact-authored-content:empty{display:none}
.ctc-native-contact{max-width:none}
.ctc-contact-form{max-width:none!important;margin:0}
.ctc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}
.ctc-form-grid label{display:flex;flex-direction:column;gap:9px;font-size:12px;font-weight:680;letter-spacing:.02em;color:#263139}
.ctc-form-grid label>span{display:block}
.ctc-form-grid b{color:#8a2d2d;font-weight:700}
.ctc-form-full{grid-column:1 / -1}
.ctc-contact-form input[type="text"],.ctc-contact-form input[type="email"],.ctc-contact-form select,.ctc-contact-form textarea{width:100%;border:1px solid #bac3c7;background:#fff;color:var(--ctc-ink);border-radius:0;padding:14px 15px;min-height:54px;transition:border-color .2s ease,box-shadow .2s ease}
.ctc-contact-form textarea{min-height:190px;resize:vertical}
.ctc-contact-form input:focus,.ctc-contact-form select:focus,.ctc-contact-form textarea:focus{outline:none;border-color:#52636f;box-shadow:0 0 0 3px rgba(29,93,255,.11)}
.ctc-form-submit{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px;border-top:1px solid var(--ctc-line);padding-top:24px}
.ctc-form-submit p{margin:0;max-width:480px;font-size:11px;line-height:1.55;color:#77848c}
.ctc-form-submit .ctc-button{width:auto;border:0;cursor:pointer}
.ctc-form-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ctc-form-notice{padding:14px 16px;margin:0 0 24px;border:1px solid #c8ced1;font-size:13px;line-height:1.55}
.ctc-form-notice--success{background:#f1f7f2;border-color:#b7d1bb;color:#1f4a27}
.ctc-form-notice--error{background:#fbf2f2;border-color:#ddbebe;color:#6b2828}

@media (max-width:1100px){
  .ctc-agenda-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-work-model-head{grid-template-columns:1fr;gap:24px}
  .ctc-work-model-head .ctc-section-label{padding-top:0}
  .ctc-contact-intro-grid,.ctc-contact-form-layout{grid-template-columns:1fr;gap:52px}
  .ctc-contact-intro-copy,.ctc-contact-form-aside{position:static}
}
@media (max-width:760px){
  .ctc-statement-section,.ctc-capability-section,.ctc-image-system,.ctc-pathways,.ctc-insights-section,.ctc-agenda-section,.ctc-work-model,.ctc-page-depth,.ctc-contact-intro,.ctc-contact-form-section{padding:68px 0}
  .ctc-industry-section,.ctc-research-section{padding:72px 0}
  .ctc-agenda-grid,.ctc-work-model-grid,.ctc-page-depth-grid,.ctc-contact-topic-grid{grid-template-columns:1fr}
  .ctc-agenda-card{min-height:240px}
  .ctc-work-model-card{min-height:320px}
  .ctc-page-depth-head{grid-template-columns:1fr;gap:18px;margin-bottom:34px}
  .ctc-page-depth-head .ctc-section-label{padding-top:0}
  .ctc-page-depth-card{min-height:260px;padding:25px 24px}
  .ctc-contact-topic{min-height:235px}
  .ctc-form-grid{grid-template-columns:1fr}
  .ctc-form-full{grid-column:auto}
  .ctc-form-submit{align-items:stretch;flex-direction:column}
  .ctc-form-submit .ctc-button{width:100%}
  .ctc-contact-form-panel{padding:24px 20px}
}

/* v2.4.0 — Sector intelligence, research publishing and motion system */
.ctc-sector-showcase{padding:clamp(84px,9vw,132px) 0 72px;background:#fff;overflow:hidden}
.ctc-sector-viewport{max-width:100%;overflow:hidden}
.ctc-sector-scroller{display:flex;gap:24px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:4px max(24px,calc((100vw - var(--ctc-shell,1680px))/2)) 26px;scrollbar-width:none}
.ctc-sector-scroller::-webkit-scrollbar{display:none}
.ctc-sector-card{position:relative;flex:0 0 clamp(320px,30vw,520px);aspect-ratio:.95;min-height:440px;overflow:hidden;border-radius:28px;scroll-snap-align:start;background:#061522;color:#fff;isolation:isolate}
.ctc-sector-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s ease}
.ctc-sector-card:hover img{transform:scale(1.035)}
.ctc-sector-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,13,22,.14),rgba(2,13,22,.18) 42%,rgba(2,13,22,.88));z-index:1}
.ctc-sector-card-copy{position:absolute;inset:auto 0 0 0;z-index:2;padding:34px}
.ctc-sector-card-copy h3{font-size:clamp(28px,2.25vw,42px);line-height:1.02;letter-spacing:-.035em;margin:0 0 13px;font-weight:530}
.ctc-sector-card-copy p{font-size:14px;line-height:1.6;max-width:430px;margin:0;color:rgba(255,255,255,.82)}
.ctc-sector-progress{height:4px;background:#d9dee1;max-width:690px;margin:20px auto 0;overflow:hidden;border-radius:999px}
.ctc-sector-progress span{display:block;width:24%;height:100%;background:#153ac6;transform-origin:left center;transition:transform .16s linear}
.ctc-sector-showcase .ctc-section-action{padding-top:40px}

.ctc-image-system--filled{padding:clamp(78px,8vw,118px) 0;background:#f7f8f8}
.ctc-image-system--filled .ctc-section-head{margin-bottom:54px}
.ctc-image-mosaic--editorial{display:grid;grid-template-columns:1.45fr .8fr .8fr;gap:18px;min-height:0!important}
.ctc-image-mosaic--editorial .ctc-image-card{min-height:540px;height:auto}
.ctc-image-mosaic--editorial .ctc-image-card--wide{min-height:540px}
.ctc-image-mosaic--editorial .ctc-image-card-copy{max-width:720px}
.ctc-image-mosaic--editorial .ctc-image-card-copy p{max-width:600px;margin:14px 0 0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.6}

.ctc-motion-feature,.ctc-page-motion{position:relative;min-height:clamp(620px,76vh,860px);display:flex;align-items:flex-end;overflow:hidden;background:#061522;color:#fff;isolation:isolate}
.ctc-motion-media,.ctc-page-motion-media{position:absolute;inset:0}
.ctc-motion-media img,.ctc-motion-media video,.ctc-page-motion-media img,.ctc-page-motion-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ctc-motion-media video,.ctc-page-motion-media video{opacity:0;transition:opacity .75s ease}
.ctc-motion-media video.is-ready,.ctc-page-motion-media video.is-ready{opacity:1}
.ctc-motion-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,14,24,.9) 0%,rgba(2,14,24,.7) 42%,rgba(2,14,24,.18) 75%),linear-gradient(0deg,rgba(2,14,24,.56),transparent 56%)}
.ctc-motion-inner,.ctc-page-motion-inner{position:relative;z-index:2;padding-top:110px;padding-bottom:clamp(64px,8vw,112px);width:100%}
.ctc-motion-inner{max-width:980px;margin-left:max(0px,calc((100vw - 1680px)/2))}
.ctc-motion-inner h2,.ctc-page-motion-inner h2{font-size:clamp(52px,6.7vw,104px);line-height:.94;letter-spacing:-.06em;font-weight:530;max-width:1100px;margin:18px 0 28px}
.ctc-motion-inner p{max-width:670px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.68;margin:0 0 34px}
.ctc-page-motion{min-height:600px}
.ctc-page-motion-inner h2{font-size:clamp(48px,5.8vw,90px);max-width:1050px}

.ctc-research-section--editorial{background:#061522;color:#fff;padding:clamp(92px,10vw,146px) 0}
.ctc-research-section--editorial .ctc-section-head>p{color:rgba(255,255,255,.67)}
.ctc-research-section--editorial .ctc-section-label{color:#9fb4c2}
.ctc-research-publication-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.18)}
.ctc-publication-card{background:#061522;padding:0 32px 38px;min-width:0}
.ctc-publication-media{display:block;aspect-ratio:1.28;margin:0 -32px 28px;overflow:hidden;background:#102533}
.ctc-publication-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.ctc-publication-card:hover .ctc-publication-media img{transform:scale(1.025)}
.ctc-publication-meta{display:flex;justify-content:space-between;gap:20px;font-size:10px;line-height:1.35;letter-spacing:.13em;text-transform:uppercase;color:#8fa5b4;margin-bottom:22px}
.ctc-publication-card h3,.ctc-research-library-card h3{font-size:clamp(28px,2.3vw,40px);line-height:1.03;letter-spacing:-.042em;margin:0 0 16px;font-weight:520}
.ctc-publication-card h3 a{color:#fff;text-decoration:none}
.ctc-publication-card p{color:rgba(255,255,255,.66);font-size:14px;line-height:1.65;margin:0 0 26px}
.ctc-research-agenda-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ctc-research-agenda-card{position:relative;min-height:570px;overflow:hidden;color:#fff;text-decoration:none;background:#0a2232}
.ctc-research-agenda-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.ctc-research-agenda-card:hover img{transform:scale(1.035)}
.ctc-research-agenda-card .ctc-research-card-copy{position:absolute;inset:auto 0 0;z-index:2;padding:32px}
.ctc-research-agenda-card .ctc-research-card-copy span{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.ctc-research-agenda-card .ctc-research-card-copy h3{font-size:clamp(32px,3vw,48px);line-height:1;letter-spacing:-.045em;margin:16px 0 13px;font-weight:520}
.ctc-research-agenda-card .ctc-research-card-copy p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.75);max-width:440px;margin:0}
.ctc-research-section--editorial .ctc-section-action{padding-top:40px}

/* Research page — editorial publishing system */
.ctc-research-hero{position:relative;min-height:min(860px,92vh);display:flex;align-items:flex-end;background:#051521;color:#fff;overflow:hidden}
.ctc-research-hero-media{position:absolute;inset:0}
.ctc-research-hero-media>img,.ctc-research-hero-media>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ctc-research-hero-media>video{opacity:0;transition:opacity .8s ease}
.ctc-research-hero-media>video.is-ready{opacity:1}
.ctc-research-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,22,.93),rgba(2,13,22,.68) 50%,rgba(2,13,22,.18)),linear-gradient(0deg,rgba(2,13,22,.64),transparent 52%)}
.ctc-research-hero-inner{position:relative;z-index:2;padding-top:160px;padding-bottom:clamp(60px,8vw,110px)}
.ctc-research-hero-inner h1{font-size:clamp(66px,9.1vw,150px);line-height:.88;letter-spacing:-.07em;font-weight:520;max-width:1420px;margin:18px 0 32px}
.ctc-research-hero-inner p{font-size:clamp(16px,1.5vw,23px);line-height:1.54;max-width:850px;color:rgba(255,255,255,.76);margin:0}
.ctc-research-mandate{padding:clamp(92px,10vw,150px) 0;background:#fff}
.ctc-research-mandate-grid{display:grid;grid-template-columns:minmax(180px,.3fr) minmax(0,1fr);gap:clamp(40px,8vw,130px)}
.ctc-research-mandate .ctc-display{font-size:clamp(58px,7vw,112px);line-height:.92;letter-spacing:-.065em;max-width:1250px;margin:0 0 36px}
.ctc-research-lede{max-width:830px;font-size:clamp(17px,1.5vw,22px);line-height:1.62;color:#5e6b73}
.ctc-research-topics{padding:clamp(82px,8vw,125px) 0;background:#f4f5f5}
.ctc-research-domain-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #cfd5d8;border-left:1px solid #cfd5d8}
.ctc-research-domain{min-height:310px;padding:28px 26px 30px;border-right:1px solid #cfd5d8;border-bottom:1px solid #cfd5d8;display:flex;flex-direction:column}
.ctc-research-domain>span{font-size:10px;letter-spacing:.12em;color:#65727a}
.ctc-research-domain h3{font-size:clamp(24px,2.1vw,35px);line-height:1.05;letter-spacing:-.035em;margin:auto 0 17px;font-weight:550}
.ctc-research-domain p{font-size:13px;line-height:1.58;color:#65727a;margin:0}
.ctc-research-library{padding:clamp(92px,10vw,145px) 0;background:#fff}
.ctc-research-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 28px}
.ctc-research-library-media{display:block;aspect-ratio:1.36;overflow:hidden;margin-bottom:24px;background:#eef0f1}
.ctc-research-library-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.ctc-research-library-card:hover .ctc-research-library-media img{transform:scale(1.025)}
.ctc-research-library-card .ctc-publication-meta{color:#65727a}
.ctc-research-library-card h3 a{color:#10161a;text-decoration:none}
.ctc-research-library-card p{font-size:14px;line-height:1.65;color:#65727a;margin:0 0 24px}
.ctc-research-empty{border-top:1px solid #cdd3d6;border-bottom:1px solid #cdd3d6;padding:48px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end}
.ctc-research-empty span{font-size:10px;letter-spacing:.13em;color:#63727b}
.ctc-research-empty h3{font-size:clamp(38px,4vw,64px);line-height:.98;letter-spacing:-.052em;margin:18px 0 0;font-weight:530}
.ctc-research-empty p{font-size:15px;line-height:1.68;color:#65727a;margin:0}
.ctc-research-method{padding:clamp(86px,9vw,130px) 0;background:#061522;color:#fff}
.ctc-research-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:42px;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
.ctc-research-method-card{min-height:280px;padding:30px 27px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.ctc-research-method-card h3{font-size:26px;line-height:1.08;letter-spacing:-.034em;margin:90px 0 18px;font-weight:530}
.ctc-research-method-card p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.62);margin:0}
.ctc-research-authored{padding:90px 0;background:#fff}
.ctc-research-single-hero{padding:150px 0 80px;background:#f4f5f5}
.ctc-research-single-head{max-width:1280px}
.ctc-research-single-head h1{font-size:clamp(58px,8vw,128px);line-height:.91;letter-spacing:-.067em;font-weight:520;margin:25px 0 30px}
.ctc-research-single-head>p{font-size:clamp(17px,1.7vw,25px);line-height:1.55;max-width:850px;color:#5e6b73}
.ctc-research-single-image{margin-top:62px;height:min(70vh,820px);overflow:hidden}
.ctc-research-single-image img{width:100%;height:100%;object-fit:cover}
.ctc-research-single-body{padding:90px 0 120px;background:#fff}
.ctc-research-single-grid{display:grid;grid-template-columns:250px minmax(0,820px);gap:clamp(55px,8vw,130px);justify-content:center}
.ctc-research-single-rail{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#66747c}
.ctc-research-single-rail strong{display:block;color:#12191d;margin-top:9px}
.ctc-research-single-topics{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}
.ctc-research-single-topics span{border:1px solid #cbd2d5;padding:7px 8px}
.ctc-research-return{padding:0 0 90px;background:#fff}

@media (max-width:1100px){
  .ctc-image-mosaic--editorial{grid-template-columns:1.25fr .75fr}
  .ctc-image-mosaic--editorial .ctc-image-card:last-child{grid-column:1/-1;min-height:430px}
  .ctc-research-publication-grid,.ctc-research-agenda-grid,.ctc-research-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-research-domain-grid,.ctc-research-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .ctc-sector-showcase{padding:68px 0 54px}
  .ctc-sector-scroller{gap:14px;padding-inline:20px}
  .ctc-sector-card{flex-basis:82vw;min-height:430px;border-radius:22px}
  .ctc-sector-card-copy{padding:25px 23px}
  .ctc-sector-progress{max-width:calc(100% - 40px);margin-top:10px}
  .ctc-image-system--filled{padding:68px 0}
  .ctc-image-mosaic--editorial{grid-template-columns:1fr;gap:12px}
  .ctc-image-mosaic--editorial .ctc-image-card,.ctc-image-mosaic--editorial .ctc-image-card--wide,.ctc-image-mosaic--editorial .ctc-image-card:last-child{grid-column:auto;min-height:460px}
  .ctc-motion-feature,.ctc-page-motion{min-height:640px}
  .ctc-motion-inner h2,.ctc-page-motion-inner h2{font-size:clamp(46px,13vw,68px)}
  .ctc-research-publication-grid,.ctc-research-agenda-grid,.ctc-research-library-grid,.ctc-research-domain-grid,.ctc-research-method-grid{grid-template-columns:1fr}
  .ctc-research-agenda-card{min-height:520px}
  .ctc-research-mandate-grid,.ctc-research-empty,.ctc-research-single-grid{grid-template-columns:1fr;gap:34px}
  .ctc-research-hero{min-height:760px}
  .ctc-research-hero-inner{padding-top:130px}
  .ctc-research-hero-inner h1{font-size:clamp(60px,17vw,92px)}
  .ctc-research-domain{min-height:250px}
  .ctc-research-method-card{min-height:230px}
  .ctc-research-method-card h3{margin-top:55px}
  .ctc-research-single-hero{padding-top:120px}
  .ctc-research-single-image{height:52vh;margin-top:40px}
}

/* v2.6 institutional content cleanup */
.ctc-curated-intro{max-width:900px;margin-bottom:clamp(34px,5vw,70px)}
.ctc-curated-intro p{margin:0;font-size:clamp(22px,2.2vw,34px);line-height:1.28;letter-spacing:-.025em;color:var(--ctc-ink)}
.ctc-curated-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-curated-block{padding:clamp(28px,4vw,52px);border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);min-height:280px}
.ctc-curated-block>span{display:block;margin-bottom:34px;font-size:11px;font-weight:760;letter-spacing:.16em;text-transform:uppercase;color:var(--ctc-muted)}
.ctc-curated-block h2{margin:0 0 18px;font-size:clamp(24px,2.1vw,36px);line-height:1.12;letter-spacing:-.035em;font-weight:620}
.ctc-curated-block p{margin:0;color:var(--ctc-text);max-width:56ch}
.ctc-contact-direct{margin-top:30px;padding-top:26px;border-top:1px solid rgba(255,255,255,.18);display:grid;gap:22px}
.ctc-contact-direct>div{display:grid;gap:4px}
.ctc-contact-direct span{font-size:10px;font-weight:760;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.ctc-contact-direct a,.ctc-contact-direct p{margin:0;color:#fff;text-decoration:none;line-height:1.45}
@media (max-width:760px){.ctc-curated-grid{grid-template-columns:1fr}.ctc-curated-block{min-height:0}.ctc-curated-intro p{font-size:clamp(21px,7vw,28px)}}

/* =========================================================
   v2.7.1 — consolidated footer, Research + News architecture
   ========================================================= */

/* Consolidated footer navigation */
.ctc-footer-top{
  grid-template-columns:minmax(260px,1.45fr) minmax(320px,1.15fr) minmax(220px,.7fr)!important;
  gap:clamp(42px,6vw,96px)!important;
  align-items:start;
}
.ctc-footer-col--council ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:38px;
  row-gap:10px;
}
.ctc-footer-col--council li+li{margin-top:0}
.ctc-footer-col--legal ul{display:grid;gap:10px}
.ctc-footer-col--legal li+li{margin-top:0}

/* From Research to Deployment */
.ctc-deployment-conditions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:18px;
  border:1px solid var(--ctc-line);
  background:#fff;
}
.ctc-deployment-condition{
  min-height:240px;
  padding:30px 28px 32px;
  border-right:1px solid var(--ctc-line);
}
.ctc-deployment-condition:last-child{border-right:0}
.ctc-deployment-condition>span{
  display:block;
  margin-bottom:44px;
  color:#6c7b85;
  font-size:10px;
  font-weight:760;
  letter-spacing:.16em;
}
.ctc-deployment-condition h3{
  margin:0 0 13px;
  font-size:clamp(21px,1.8vw,29px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:570;
}
.ctc-deployment-condition p{
  margin:0;
  max-width:30ch;
  color:#64727c;
  font-size:14px;
  line-height:1.65;
}
.ctc-deployment-brief{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);
  gap:clamp(48px,7vw,110px);
  margin-top:18px;
  padding:clamp(38px,4.5vw,64px);
  background:var(--ctc-navy);
  color:#fff;
}
.ctc-deployment-brief .ctc-section-label{color:rgba(255,255,255,.5);margin-bottom:18px}
.ctc-deployment-brief h3{
  margin:0;
  max-width:900px;
  font-size:clamp(34px,3.7vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:550;
}
.ctc-deployment-brief p{
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:15px;
  line-height:1.7;
}
.ctc-deployment-actions{display:flex;gap:28px;flex-wrap:wrap;margin-top:28px}
.ctc-deployment-brief .ctc-text-link{color:#fff;border-color:rgba(255,255,255,.38)}

/* Research home — editorial index inspired by institutional AI research libraries */
.ctc-research-home-intro{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);
  gap:clamp(50px,7vw,110px);
  align-items:end;
  margin-bottom:42px;
}
.ctc-research-home-intro>p{
  margin:0 0 6px;
  max-width:560px;
  color:rgba(255,255,255,.67);
  font-size:16px;
  line-height:1.7;
}
.ctc-research-topic-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  margin-bottom:48px;
  padding:18px 0 20px;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
}
.ctc-research-topic-strip span{
  color:rgba(255,255,255,.75);
  font-size:12px;
  line-height:1.3;
  letter-spacing:.015em;
}
.ctc-research-preview-list,
.ctc-research-agenda-list,
.ctc-research-index-list{
  border-top:1px solid rgba(255,255,255,.2);
}
.ctc-research-preview-row,
.ctc-research-agenda-row,
.ctc-research-index-row{
  position:relative;
  display:grid;
  grid-template-columns:250px minmax(0,1fr) 44px;
  gap:clamp(24px,3vw,48px);
  align-items:center;
  padding:28px 0;
  border-bottom:1px solid rgba(255,255,255,.2);
  text-decoration:none;
}
.ctc-research-preview-media,
.ctc-research-index-media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#10283a;
}
.ctc-research-preview-media img,
.ctc-research-index-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s var(--ctc-ease);
}
.ctc-research-preview-row:hover img,
.ctc-research-index-row:hover img{transform:scale(1.035)}
.ctc-research-preview-content h3,
.ctc-research-agenda-row h3,
.ctc-research-index-content h3{
  margin:10px 0 10px;
  font-size:clamp(28px,3vw,48px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:550;
}
.ctc-research-preview-content h3 a,
.ctc-research-index-content h3 a{text-decoration:none}
.ctc-research-preview-content p,
.ctc-research-agenda-row p,
.ctc-research-index-content p{
  margin:0;
  max-width:850px;
  color:rgba(255,255,255,.65);
  font-size:14px;
  line-height:1.65;
}
.ctc-research-preview-byline,
.ctc-research-index-byline{
  margin-top:14px;
  color:rgba(255,255,255,.45);
  font-size:11px;
  letter-spacing:.05em;
}
.ctc-research-preview-arrow{
  align-self:center;
  justify-self:end;
  color:rgba(255,255,255,.72);
  font-size:24px;
  text-decoration:none;
  transition:transform .25s var(--ctc-ease),color .25s ease;
}
.ctc-research-preview-row:hover .ctc-research-preview-arrow,
.ctc-research-agenda-row:hover .ctc-research-preview-arrow,
.ctc-research-index-row:hover .ctc-research-preview-arrow{transform:translate(4px,-4px);color:#fff}
.ctc-research-agenda-row{
  grid-template-columns:minmax(0,1fr) 44px;
  padding:34px 0;
  color:#fff;
}
.ctc-research-agenda-row .ctc-publication-meta,
.ctc-research-agenda-row h3,
.ctc-research-agenda-row p{grid-column:1}
.ctc-research-agenda-row .ctc-research-preview-arrow{grid-column:2;grid-row:1/4}

/* Research page index */
.ctc-research-index-intro{padding:34px 0 0;background:var(--ctc-navy)}
.ctc-research-index-intro .ctc-research-topic-strip{margin-bottom:0}
.ctc-research-library--index{background:var(--ctc-navy);color:#fff;padding-top:64px}
.ctc-research-library--index .ctc-section-label{color:rgba(255,255,255,.54)}
.ctc-research-library--index .ctc-section-head>p{color:rgba(255,255,255,.62)}
.ctc-research-index-list{margin-top:48px}
.ctc-research-index-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.ctc-research-index-tags span{
  border:1px solid rgba(255,255,255,.22);
  padding:6px 9px;
  color:rgba(255,255,255,.62);
  font-size:10px;
  letter-spacing:.06em;
}

/* News */
.ctc-news-section,
.ctc-news-library{padding:clamp(84px,9vw,132px) 0;background:#fff}
.ctc-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--ctc-line);
  border:1px solid var(--ctc-line);
}
.ctc-news-card{background:#fff;min-width:0}
.ctc-news-card-media{display:block;aspect-ratio:4/3;overflow:hidden;background:#eef0ef}
.ctc-news-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ctc-ease)}
.ctc-news-card:hover .ctc-news-card-media img{transform:scale(1.035)}
.ctc-news-card-body{padding:28px 28px 32px}
.ctc-news-card-body h3{margin:10px 0 13px;font-size:clamp(24px,2.2vw,34px);line-height:1.05;letter-spacing:-.04em;font-weight:560}
.ctc-news-card-body h3 a{text-decoration:none}
.ctc-news-card-body p{margin:0 0 22px;color:#65727b;font-size:14px;line-height:1.65}
.ctc-news-empty-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--ctc-line);
  background:#fff;
}
.ctc-news-empty-card{min-height:250px;padding:30px;border-right:1px solid var(--ctc-line)}
.ctc-news-empty-card:last-child{border-right:0}
.ctc-news-empty-card>span{display:block;margin-bottom:48px;color:#6a7983;font-size:10px;font-weight:760;letter-spacing:.16em}
.ctc-news-empty-card h3{margin:0 0 13px;font-size:clamp(24px,2.3vw,34px);line-height:1.05;letter-spacing:-.04em;font-weight:560}
.ctc-news-empty-card p{margin:0;color:#65727b;font-size:14px;line-height:1.65}
.ctc-news-mandate{padding:clamp(78px,9vw,120px) 0;background:#f6f7f6}
.ctc-news-mandate-grid{display:grid;grid-template-columns:minmax(140px,.35fr) minmax(0,1.5fr);gap:clamp(40px,8vw,120px)}
.ctc-news-mandate-grid>div:last-child>p{max-width:820px;color:#61707a;font-size:16px;line-height:1.75}

/* footer/nav + responsive */
@media (max-width:1080px){
  .ctc-footer-top{grid-template-columns:1fr 1fr!important}
  .ctc-footer-brand-block{grid-column:1/-1!important;grid-row:auto!important}
  .ctc-deployment-conditions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-deployment-condition:nth-child(2){border-right:0}
  .ctc-deployment-condition:nth-child(-n+2){border-bottom:1px solid var(--ctc-line)}
  .ctc-research-preview-row,.ctc-research-index-row{grid-template-columns:190px minmax(0,1fr) 34px}
}
@media (max-width:760px){
  .ctc-footer-top{grid-template-columns:1fr!important}
  .ctc-footer-brand-block{grid-column:auto!important}
  .ctc-footer-col--council ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}
  .ctc-deployment-conditions{grid-template-columns:1fr}
  .ctc-deployment-condition{border-right:0;border-bottom:1px solid var(--ctc-line)!important;min-height:0}
  .ctc-deployment-condition:last-child{border-bottom:0!important}
  .ctc-deployment-condition>span{margin-bottom:28px}
  .ctc-deployment-brief{grid-template-columns:1fr;gap:28px;padding:32px 24px}
  .ctc-research-home-intro{grid-template-columns:1fr;gap:24px;margin-bottom:30px}
  .ctc-research-preview-row,.ctc-research-index-row{grid-template-columns:1fr 28px;gap:18px;padding:24px 0}
  .ctc-research-preview-media,.ctc-research-index-media{grid-column:1/-1;aspect-ratio:16/9}
  .ctc-research-preview-content,.ctc-research-index-content{grid-column:1}
  .ctc-research-preview-arrow{grid-column:2;grid-row:2;align-self:start;margin-top:8px}
  .ctc-research-agenda-row{grid-template-columns:1fr 28px}
  .ctc-news-grid,.ctc-news-empty-grid{grid-template-columns:1fr}
  .ctc-news-empty-card{border-right:0;border-bottom:1px solid var(--ctc-line)}
  .ctc-news-empty-card:last-child{border-bottom:0}
  .ctc-news-mandate-grid{grid-template-columns:1fr;gap:18px}
}
@media (max-width:430px){
  .ctc-footer-col--council ul{grid-template-columns:1fr}
  .ctc-research-topic-strip{gap:9px 14px}
  .ctc-research-topic-strip span{font-size:11px}
  .ctc-news-card-body{padding:24px 22px 28px}
}

/* =========================================================
   v2.7.1 — compact deployment composition + light research index
   ========================================================= */

/* Remove the unused second explicit grid row inherited from the legacy mosaic.
   This was the source of the large blank block beneath/around the deployment cards. */
.ctc-image-system--filled{
  padding:clamp(54px,6vw,84px) 0;
}
.ctc-image-system--filled .ctc-section-head{
  margin-bottom:clamp(24px,2.4vw,34px);
}
.ctc-image-system--filled .ctc-section-head .ctc-display{
  max-width:980px;
}
.ctc-image-mosaic--editorial{
  grid-template-rows:none!important;
  grid-auto-rows:minmax(390px,auto);
  align-items:stretch;
}
.ctc-image-mosaic--editorial .ctc-image-card,
.ctc-image-mosaic--editorial .ctc-image-card--wide{
  min-height:430px;
}
.ctc-deployment-conditions{margin-top:14px}
.ctc-deployment-brief{margin-top:14px}

/* Research homepage — light, publication-first editorial index. */
.ctc-research-section--editorial.ctc-research-section--nyai{
  background:#f6f5f0;
  color:var(--ctc-ink);
  padding:clamp(72px,7.5vw,112px) 0 clamp(82px,8vw,124px);
}
.ctc-research-section--nyai::before{display:none}
.ctc-research-section--nyai .ctc-section-label{color:#68747b}
.ctc-research-nyai-head{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(310px,.58fr);
  gap:clamp(50px,8vw,130px);
  align-items:end;
  padding-bottom:44px;
  border-bottom:1px solid #d2d3cf;
}
.ctc-research-nyai-head .ctc-display{
  max-width:960px;
  margin:16px 0 0;
  font-size:clamp(52px,6.3vw,98px);
  line-height:.96;
  letter-spacing:-.064em;
  font-weight:520;
  color:#0f1417;
}
.ctc-research-nyai-aside{
  max-width:430px;
  padding-bottom:4px;
}
.ctc-research-nyai-aside p{
  margin:0 0 30px;
  color:#303b42;
  font-size:14px;
  line-height:1.66;
}
.ctc-research-nyai-aside .ctc-text-link{
  color:#111518;
  border-color:#111518;
}
.ctc-research-topic-strip--light{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 50px;
  padding:0;
  border:0;
}
.ctc-research-topic-strip--light span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px 6px;
  border:1px solid #d2d3cf;
  background:rgba(255,255,255,.28);
  color:#192126;
  font-size:9px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.095em;
  text-transform:uppercase;
}
.ctc-research-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(36px,4vw,64px) clamp(20px,2.2vw,34px);
  max-width:none;
}
.ctc-research-feature-card{
  min-width:0;
}
.ctc-research-feature-media{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:1.28/1;
  background:var(--ctc-navy);
  text-decoration:none;
}
.ctc-research-feature-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(5,19,31,.34),transparent 48%);
  pointer-events:none;
}
.ctc-research-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.70) contrast(1.04);
  transition:transform .7s var(--ctc-ease),filter .45s ease;
}
.ctc-research-feature-card:hover .ctc-research-feature-media img{
  transform:scale(1.025);
  filter:saturate(.82) contrast(1.05);
}
.ctc-research-feature-media>span{
  position:absolute;
  left:14px;
  bottom:13px;
  z-index:2;
  color:rgba(255,255,255,.82);
  font-size:9px;
  font-weight:760;
  line-height:1;
  letter-spacing:.08em;
}
.ctc-research-feature-meta{
  margin-top:17px;
  color:#68747b;
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.ctc-research-feature-card h3{
  margin:12px 0 12px;
  max-width:24ch;
  font-size:clamp(28px,2.5vw,42px);
  line-height:1.02;
  letter-spacing:-.047em;
  font-weight:520;
}
.ctc-research-feature-card h3 a{
  color:#101518;
  text-decoration:none;
}
.ctc-research-feature-card p{
  max-width:60ch;
  margin:0;
  color:#536069;
  font-size:13px;
  line-height:1.62;
}
.ctc-research-feature-byline{
  display:flex;
  flex-wrap:wrap;
  gap:4px 10px;
  margin-top:14px;
  color:#6d777d;
  font-size:10px;
  line-height:1.45;
}
.ctc-research-feature-byline span+span::before{
  content:"|";
  margin-right:10px;
  color:#a0a7aa;
}

@media (max-width:960px){
  .ctc-research-nyai-head{grid-template-columns:1fr;gap:28px;padding-bottom:34px}
  .ctc-research-nyai-aside{max-width:620px}
  .ctc-research-feature-grid{max-width:none}
  .ctc-image-mosaic--editorial{grid-template-rows:none!important;grid-auto-rows:auto}
  .ctc-image-mosaic--editorial .ctc-image-card,
  .ctc-image-mosaic--editorial .ctc-image-card--wide,
  .ctc-image-mosaic--editorial .ctc-image-card:last-child{min-height:390px}
}
@media (max-width:720px){
  .ctc-image-system--filled{padding:54px 0}
  .ctc-image-system--filled .ctc-section-head{margin-bottom:24px}
  .ctc-research-section--editorial.ctc-research-section--nyai{padding:62px 0 72px}
  .ctc-research-nyai-head .ctc-display{font-size:clamp(46px,13vw,70px)}
  .ctc-research-topic-strip--light{margin-bottom:34px}
  .ctc-research-feature-grid{grid-template-columns:1fr;gap:44px}
  .ctc-research-feature-card h3{max-width:none}
}


/* =========================================================
   v2.7.2 — deployment visibility hardening + Research routing
   ========================================================= */
/* The deployment cards must never depend on IntersectionObserver for basic
   visibility. This removes the large blank area seen when reveal observers are
   delayed, blocked by optimization plugins, or initialized after layout. */
.ctc-image-system--filled{
  padding-top:clamp(42px,4.4vw,62px);
  padding-bottom:clamp(52px,5.2vw,74px);
}
.ctc-image-system--filled .ctc-section-head{
  margin-bottom:18px!important;
}
.ctc-image-system--filled .ctc-image-mosaic--editorial{
  margin-top:0!important;
  grid-template-rows:none!important;
  grid-auto-rows:minmax(360px,auto)!important;
  min-height:0!important;
}
.ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card,
.ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card--wide{
  min-height:390px!important;
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
}
.ctc-image-system--filled .ctc-deployment-conditions,
.ctc-image-system--filled .ctc-deployment-brief{
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
}
.ctc-image-system--filled .ctc-deployment-conditions{margin-top:12px!important}
.ctc-image-system--filled .ctc-deployment-brief{margin-top:12px!important}

@media (max-width:760px){
  .ctc-image-system--filled{padding:44px 0 54px}
  .ctc-image-system--filled .ctc-section-head{margin-bottom:16px!important}
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card--wide,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card:last-child{min-height:360px!important}
}

/* =========================================================
   v2.7.3 — institutional typography scale + deployment spacing
   ========================================================= */

/* Institutional typography: more controlled hierarchy, less startup-scale type. */
.ctc-section-label{
  font-size:10px;
  line-height:1.3;
  letter-spacing:.17em;
  margin-bottom:18px;
}
.ctc-display{
  font-size:clamp(42px,5vw,74px);
  line-height:1.01;
  letter-spacing:-.047em;
  font-weight:550;
}
.ctc-display--medium{
  font-size:clamp(37px,4.15vw,60px);
  line-height:1.035;
  letter-spacing:-.044em;
}
.ctc-hero h1{
  font-size:clamp(52px,6.8vw,92px);
  line-height:.94;
  letter-spacing:-.056em;
  font-weight:535;
  max-width:980px;
}
.ctc-hero-copy{
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.55;
  max-width:740px;
}
.ctc-logo-head h2{
  font-size:clamp(42px,4.8vw,70px);
  line-height:.99;
  letter-spacing:-.048em;
}
.ctc-story-content h2{
  font-size:clamp(39px,4.35vw,64px);
  line-height:1.01;
  letter-spacing:-.047em;
}
.ctc-final-cta h2,.ctc-page-cta h2{
  font-size:clamp(35px,4vw,56px);
  line-height:1.04;
  letter-spacing:-.044em;
}
.ctc-page-hero h1,.ctc-archive-title{
  font-size:clamp(46px,5.8vw,78px);
  line-height:.97;
  letter-spacing:-.052em;
  max-width:980px;
}
.ctc-page-hero p{
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.56;
  max-width:720px;
}
.ctc-editorial h2{
  font-size:clamp(29px,3.1vw,44px);
  line-height:1.12;
  letter-spacing:-.034em;
  margin-top:52px;
}
.ctc-page-feature h2{
  font-size:clamp(38px,4.6vw,64px);
  line-height:1.015;
  letter-spacing:-.047em;
  max-width:920px;
}
.ctc-motion-inner h2,.ctc-page-motion-inner h2{
  font-size:clamp(44px,5.4vw,78px);
  line-height:.99;
  letter-spacing:-.052em;
  max-width:980px;
}
.ctc-page-motion-inner h2{
  font-size:clamp(42px,4.9vw,70px);
}
.ctc-contact-form-aside h2{
  font-size:clamp(35px,3.8vw,54px);
  line-height:1.04;
  letter-spacing:-.043em;
}
.ctc-industry-row h3{
  font-size:clamp(21px,1.75vw,28px);
  line-height:1.12;
  letter-spacing:-.029em;
}
.ctc-industry-stage-copy strong{
  font-size:clamp(31px,3.4vw,49px);
  line-height:1.01;
  letter-spacing:-.043em;
}
.ctc-image-card-copy h3{
  font-size:clamp(23px,2.25vw,34px);
  line-height:1.09;
  letter-spacing:-.031em;
}
.ctc-image-card:not(.ctc-image-card--large) .ctc-image-card-copy h3{
  font-size:clamp(21px,1.75vw,28px);
}
.ctc-deployment-condition h3{
  font-size:clamp(23px,2vw,30px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.ctc-deployment-brief h3{
  font-size:clamp(31px,3.35vw,48px);
  line-height:1.03;
  letter-spacing:-.042em;
}

/* Research pages retain authority without oversized display typography. */
.ctc-research-hero-inner h1{
  font-size:clamp(54px,7vw,98px);
  line-height:.93;
  letter-spacing:-.058em;
}
.ctc-research-mandate .ctc-display{
  font-size:clamp(47px,5.9vw,84px);
  line-height:.96;
  letter-spacing:-.052em;
}
.ctc-research-single-head h1{
  font-size:clamp(47px,6.4vw,90px);
  line-height:.95;
  letter-spacing:-.055em;
}
.ctc-research-nyai-head .ctc-display{
  font-size:clamp(44px,5.15vw,76px);
  line-height:.99;
  letter-spacing:-.052em;
  max-width:900px;
}
.ctc-research-feature-card h3,
.ctc-research-library-card h3{
  letter-spacing:-.032em;
}

/* From Research to Deployment: eliminate the invisible reserved media area.
   These cards are content, not optional reveal decoration, so they render immediately. */
.ctc-image-system--filled{
  padding-top:clamp(48px,4.6vw,66px);
  padding-bottom:clamp(54px,5.2vw,76px);
}
.ctc-image-system--filled .ctc-section-head{
  margin-bottom:20px!important;
  align-items:end;
}
.ctc-image-system--filled .ctc-section-head .ctc-section-label{
  margin-bottom:16px;
}
.ctc-image-system--filled .ctc-image-mosaic--editorial{
  margin:0!important;
  min-height:0!important;
  grid-template-rows:none!important;
  grid-auto-rows:minmax(330px,auto)!important;
  gap:12px;
}
.ctc-js .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-reveal,
.ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-reveal{
  clip-path:inset(0 0 0 0)!important;
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
}
.ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card,
.ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card--wide{
  min-height:340px!important;
  height:auto!important;
}
.ctc-image-system--filled .ctc-image-card-copy{
  bottom:clamp(24px,2.4vw,34px);
  left:clamp(24px,2.4vw,34px);
  right:clamp(24px,2.4vw,34px);
}
.ctc-image-system--filled .ctc-deployment-conditions{
  margin-top:12px!important;
}
.ctc-image-system--filled .ctc-deployment-condition{
  min-height:250px;
  padding:34px 30px 32px;
}
.ctc-image-system--filled .ctc-deployment-condition>span{
  margin-bottom:36px;
}
.ctc-image-system--filled .ctc-deployment-brief{
  margin-top:12px!important;
}

/* Slightly more disciplined section rhythm across the site. */
.ctc-section-head{
  margin-bottom:clamp(34px,3.7vw,48px);
}
.ctc-page-hero{
  min-height:clamp(440px,58vh,620px);
}
.ctc-page-hero-inner{
  padding-top:clamp(82px,9vw,120px);
  padding-bottom:clamp(50px,5.7vw,70px);
}

@media (max-width:960px){
  .ctc-display{font-size:clamp(39px,8vw,62px)}
  .ctc-display--medium{font-size:clamp(36px,7.2vw,54px)}
  .ctc-page-hero h1,.ctc-archive-title{font-size:clamp(44px,9vw,64px)}
  .ctc-research-nyai-head .ctc-display{font-size:clamp(42px,8.5vw,64px)}
  .ctc-image-system--filled .ctc-image-mosaic--editorial{
    grid-auto-rows:minmax(320px,auto)!important;
  }
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card--wide,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card:last-child{
    min-height:320px!important;
  }
}

@media (max-width:720px){
  .ctc-section-label{font-size:9.5px;margin-bottom:14px}
  .ctc-display{font-size:clamp(37px,10.8vw,52px);line-height:1.02}
  .ctc-display--medium{font-size:clamp(34px,9.7vw,48px);line-height:1.04}
  .ctc-hero h1{font-size:clamp(46px,12.8vw,62px);line-height:.96}
  .ctc-hero-copy{font-size:17px}
  .ctc-logo-head h2{font-size:clamp(37px,10.8vw,52px)}
  .ctc-story-content h2{font-size:clamp(36px,10vw,50px)}
  .ctc-page-hero{min-height:460px}
  .ctc-page-hero-inner{padding-top:84px;padding-bottom:48px}
  .ctc-page-hero h1,.ctc-archive-title{font-size:clamp(41px,11.8vw,56px);line-height:.98}
  .ctc-page-feature h2{font-size:clamp(35px,10vw,50px)}
  .ctc-motion-inner h2,.ctc-page-motion-inner h2{font-size:clamp(39px,10.8vw,54px)}
  .ctc-research-hero-inner h1{font-size:clamp(48px,13vw,68px)}
  .ctc-research-mandate .ctc-display{font-size:clamp(42px,11.5vw,58px)}
  .ctc-research-single-head h1{font-size:clamp(42px,11.5vw,60px)}
  .ctc-research-nyai-head .ctc-display{font-size:clamp(39px,10.7vw,54px)}
  .ctc-image-system--filled{padding:42px 0 52px}
  .ctc-image-system--filled .ctc-section-head{margin-bottom:16px!important}
  .ctc-image-system--filled .ctc-image-mosaic--editorial{
    grid-auto-rows:auto!important;
  }
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card--wide,
  .ctc-image-system--filled .ctc-image-mosaic--editorial .ctc-image-card:last-child{
    min-height:300px!important;
  }
  .ctc-image-system--filled .ctc-deployment-condition{
    min-height:0;
    padding:28px 24px;
  }
  .ctc-image-system--filled .ctc-deployment-condition>span{margin-bottom:22px}
}

/* =============================================================
   v2.9.0 — Events alignment + navy research-to-deployment system
   ============================================================= */

/* Research to Deployment: remove photographic treatment and keep a compact,
   institutional navy content system immediately beneath the section heading. */
.ctc-image-system--filled{
  padding-top:clamp(44px,4vw,60px);
  padding-bottom:clamp(48px,4.8vw,68px);
}
.ctc-image-system--filled .ctc-section-head{
  margin-bottom:22px!important;
}
.ctc-deployment-foundations{
  display:grid;
  grid-template-columns:1.22fr 1fr 1fr;
  gap:1px;
  margin:0;
  background:rgba(255,255,255,.16);
  border:1px solid var(--ctc-navy);
}
.ctc-deployment-foundation{
  min-height:300px;
  padding:clamp(28px,3.2vw,46px);
  background:var(--ctc-navy);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.ctc-deployment-foundation>span{
  display:block;
  margin:0 auto auto 0;
  color:rgba(255,255,255,.54);
  font-size:10px;
  font-weight:760;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.ctc-deployment-foundation h3{
  margin:34px 0 12px;
  max-width:22ch;
  font-size:clamp(23px,2vw,32px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:560;
}
.ctc-deployment-foundation p{
  margin:0;
  max-width:54ch;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.62;
}
.ctc-image-system--filled .ctc-deployment-conditions{margin-top:12px!important}
.ctc-image-system--filled .ctc-deployment-brief{margin-top:12px!important}

/* Events page: deliberately remove the legacy rail/content misalignment and
   use a full-width institutional editorial composition. */
.ctc-events-intro{
  padding:clamp(66px,7.5vw,108px) 0 clamp(52px,6vw,84px);
  background:#fff;
}
.ctc-events-intro-grid,
.ctc-events-archive-head,
.ctc-events-model-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.72fr);
  gap:clamp(54px,8vw,128px);
  align-items:start;
}
.ctc-events-intro h2,
.ctc-events-archive-head h2,
.ctc-events-model h2{
  margin:0;
  max-width:850px;
  font-size:clamp(38px,4.15vw,64px);
  line-height:1.01;
  letter-spacing:-.048em;
  font-weight:540;
}
.ctc-events-intro-copy{padding-top:28px}
.ctc-events-intro-copy p,
.ctc-events-archive-head>p{
  margin:0 0 28px;
  max-width:540px;
  color:var(--ctc-text);
  font-size:16px;
  line-height:1.68;
}
.ctc-events-archive{
  padding:clamp(62px,7vw,104px) 0;
  background:var(--ctc-soft);
  border-top:1px solid var(--ctc-line);
  border-bottom:1px solid var(--ctc-line);
}
.ctc-events-archive-head{margin-bottom:clamp(34px,4vw,54px);align-items:end}
.ctc-events-archive-head>p{margin-bottom:5px;color:var(--ctc-muted)}
.ctc-event-preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:var(--ctc-line);
  border:1px solid var(--ctc-line);
}
.ctc-event-preview-card{
  min-width:0;
  background:#fff;
}
.ctc-event-preview-card:nth-child(5){grid-column:1 / -1;display:grid;grid-template-columns:1.15fr .85fr}
.ctc-event-preview-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  background:var(--ctc-navy);
}
.ctc-event-preview-card:nth-child(5) .ctc-event-preview-media{aspect-ratio:auto;min-height:390px}
.ctc-event-preview-media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .8s var(--ctc-ease);
}
.ctc-event-preview-card:hover .ctc-event-preview-media img{transform:scale(1.025)}
.ctc-event-preview-media::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,21,33,.02),rgba(6,21,33,.22));pointer-events:none;
}
.ctc-event-preview-media>span{
  position:absolute;z-index:2;top:20px;left:22px;
  color:#fff;font-size:10px;font-weight:760;letter-spacing:.16em;
}
.ctc-event-preview-body{
  padding:clamp(26px,3vw,40px);
  min-height:250px;
}
.ctc-event-preview-card:nth-child(5) .ctc-event-preview-body{display:flex;flex-direction:column;justify-content:center;min-height:390px}
.ctc-event-preview-meta{
  margin-bottom:16px;
  color:var(--ctc-muted);
  font-size:10px;
  font-weight:760;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ctc-event-preview-body h3{
  margin:0 0 14px;
  max-width:25ch;
  font-size:clamp(25px,2.5vw,38px);
  line-height:1.06;
  letter-spacing:-.038em;
  font-weight:560;
}
.ctc-event-preview-body p{margin:0;max-width:55ch;color:var(--ctc-text);font-size:15px;line-height:1.65}
.ctc-event-photo-note{
  margin:18px 0 0;
  color:var(--ctc-muted);
  font-size:11px;
  line-height:1.55;
}
.ctc-events-model{padding:clamp(66px,7vw,100px) 0;background:#fff}
.ctc-events-model-items{border-top:1px solid var(--ctc-line)}
.ctc-events-model-items article{
  display:grid;
  grid-template-columns:52px minmax(180px,.65fr) minmax(240px,1fr);
  gap:20px;
  padding:26px 0;
  border-bottom:1px solid var(--ctc-line);
  align-items:start;
}
.ctc-events-model-items span{font-size:10px;font-weight:760;letter-spacing:.15em;color:var(--ctc-muted)}
.ctc-events-model-items h3{margin:0;font-size:19px;line-height:1.25;font-weight:610;letter-spacing:-.02em}
.ctc-events-model-items p{margin:0;color:var(--ctc-text);font-size:14px;line-height:1.62}

@media (max-width:960px){
  .ctc-deployment-foundations{grid-template-columns:1fr}
  .ctc-deployment-foundation{min-height:250px}
  .ctc-events-intro-grid,.ctc-events-archive-head,.ctc-events-model-grid{grid-template-columns:1fr;gap:28px}
  .ctc-events-intro-copy{padding-top:0}
  .ctc-event-preview-card:nth-child(5){grid-template-columns:1fr}
  .ctc-event-preview-card:nth-child(5) .ctc-event-preview-media{aspect-ratio:16/9;min-height:0}
  .ctc-event-preview-card:nth-child(5) .ctc-event-preview-body{min-height:250px}
}
@media (max-width:720px){
  .ctc-event-preview-grid{grid-template-columns:1fr}
  .ctc-event-preview-card:nth-child(5){grid-column:auto;display:block}
  .ctc-event-preview-body{min-height:0}
  .ctc-events-model-items article{grid-template-columns:40px 1fr;gap:10px 16px}
  .ctc-events-model-items p{grid-column:2}
  .ctc-deployment-foundation{min-height:230px;padding:26px 22px}
  .ctc-deployment-foundation h3{font-size:24px}
}

/* =========================================================
   v2.9.0 — image-led institutional pages + resilient Research media
   ========================================================= */

/* Research previews are core editorial content. They must remain visible even
   if cache/minification plugins delay the IntersectionObserver motion layer. */
.ctc-research-section--nyai .ctc-research-feature-card,
.ctc-research-section--nyai .ctc-research-feature-media{
  opacity:1!important;
  transform:none!important;
  clip-path:none!important;
}
.ctc-research-section--nyai .ctc-research-feature-media img{
  opacity:1!important;
  visibility:visible!important;
}

/* Secondary-page visual story system: generous editorial composition without
   empty space or generic card-dashboard styling. */
.ctc-page-story{
  padding:clamp(76px,8vw,118px) 0;
  background:#f5f6f4;
  border-top:1px solid #d9dddc;
  border-bottom:1px solid #d9dddc;
}
.ctc-page-story-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);
  gap:clamp(48px,8vw,120px);
  align-items:end;
  margin-bottom:clamp(40px,5vw,66px);
  padding-top:18px;
  border-top:1px solid #aeb7b9;
}
.ctc-page-story-head h2{
  margin:16px 0 0;
  max-width:940px;
  font-size:clamp(39px,4.7vw,70px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:530;
  text-wrap:balance;
}
.ctc-page-story-head>p{
  margin:0;
  max-width:500px;
  color:#55636b;
  font-size:15px;
  line-height:1.7;
}
.ctc-page-story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:#ccd2d2;
  border:1px solid #ccd2d2;
}
.ctc-page-story-card{
  display:grid;
  grid-template-rows:minmax(310px,28vw) auto;
  min-width:0;
  background:#fff;
}
.ctc-page-story-card--reverse .ctc-page-story-media{order:2}
.ctc-page-story-card--reverse .ctc-page-story-copy{order:1}
.ctc-page-story-media{
  position:relative;
  overflow:hidden;
  background:var(--ctc-navy);
}
.ctc-page-story-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(5,20,31,.02),rgba(5,20,31,.14));
}
.ctc-page-story-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.78) contrast(1.03);
  transition:transform .8s var(--ctc-ease),filter .45s ease;
}
.ctc-page-story-card:hover .ctc-page-story-media img{
  transform:scale(1.025);
  filter:saturate(.9) contrast(1.04);
}
.ctc-page-story-copy{
  min-height:255px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:clamp(26px,3.3vw,46px);
}
.ctc-page-story-copy>span{
  margin-bottom:auto;
  color:#68767e;
  font-size:9px;
  font-weight:760;
  line-height:1.35;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ctc-page-story-copy h3{
  margin:42px 0 14px;
  max-width:18ch;
  font-size:clamp(27px,2.6vw,40px);
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:560;
}
.ctc-page-story-copy p{
  max-width:61ch;
  margin:0;
  color:#58666e;
  font-size:14px;
  line-height:1.66;
}

/* Keep standard editorial pages dense enough to feel authored rather than
   template-empty while retaining calm institutional whitespace. */
.ctc-page-body{padding-bottom:clamp(66px,7vw,96px)}
.ctc-page-story + .ctc-page-depth{border-top:0}

@media (max-width:960px){
  .ctc-page-story-head{grid-template-columns:1fr;gap:24px;align-items:start}
  .ctc-page-story-head>p{max-width:700px}
  .ctc-page-story-card{grid-template-rows:minmax(300px,44vw) auto}
}
@media (max-width:720px){
  .ctc-page-story{padding:62px 0}
  .ctc-page-story-head{margin-bottom:32px}
  .ctc-page-story-head h2{font-size:clamp(35px,10vw,48px)}
  .ctc-page-story-grid{grid-template-columns:1fr}
  .ctc-page-story-card{grid-template-rows:270px auto}
  .ctc-page-story-card--reverse .ctc-page-story-media{order:1}
  .ctc-page-story-card--reverse .ctc-page-story-copy{order:2}
  .ctc-page-story-copy{min-height:220px;padding:24px 22px 28px}
  .ctc-page-story-copy h3{margin-top:34px;font-size:clamp(26px,8vw,35px)}
}

/* =========================================================
   v2.9.1 — Register page institutional redesign
   ========================================================= */
.ctc-register-hero{min-height:clamp(500px,62vh,660px)}
.ctc-register-hero .ctc-page-hero-inner{padding-bottom:clamp(58px,7vw,82px)}
.ctc-register-hero h1{max-width:1040px;font-size:clamp(48px,5.8vw,80px);line-height:.96;letter-spacing:-.054em;font-weight:535}
.ctc-register-hero p{max-width:720px;font-size:clamp(16px,1.45vw,20px);line-height:1.56}

.ctc-register-intro{padding:clamp(72px,7.8vw,108px) 0;background:#fff}
.ctc-register-intro-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.65fr);gap:clamp(48px,8vw,124px);align-items:end}
.ctc-register-intro h2,.ctc-register-section-head h2,.ctc-register-process-intro h2,.ctc-register-form h2,.ctc-register-cta h2{margin:14px 0 0;max-width:900px;font-size:clamp(38px,4.2vw,62px);line-height:1.01;letter-spacing:-.048em;font-weight:535;text-wrap:balance}
.ctc-register-intro-copy{padding-bottom:4px}
.ctc-register-intro-copy p{margin:0;color:var(--ctc-text);font-size:15px;line-height:1.72;max-width:560px}
.ctc-register-intro-copy p+p{margin-top:18px}

.ctc-register-pathways{padding:0 0 clamp(78px,8vw,116px);background:#fff}
.ctc-register-section-head{padding-top:20px;border-top:1px solid #9ea8ae;margin-bottom:clamp(34px,4vw,52px)}
.ctc-register-section-head h2{max-width:760px}
.ctc-register-pathway-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-register-pathway{min-height:330px;padding:clamp(30px,3.6vw,50px);background:#fff;display:flex;flex-direction:column}
.ctc-register-pathway>span{font-size:10px;font-weight:760;letter-spacing:.15em;text-transform:uppercase;color:var(--ctc-muted)}
.ctc-register-pathway h3{margin:54px 0 16px;max-width:20ch;font-size:clamp(26px,2.4vw,37px);line-height:1.05;letter-spacing:-.038em;font-weight:560}
.ctc-register-pathway p{margin:0 0 26px;max-width:58ch;color:var(--ctc-text);font-size:14px;line-height:1.68}
.ctc-register-pathway a{margin-top:auto;align-self:flex-start;text-decoration:none;font-size:12px;font-weight:720;border-bottom:1px solid #95a0a6;padding-bottom:4px}

.ctc-register-feature{padding:clamp(76px,8vw,116px) 0;background:var(--ctc-soft);border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line)}
.ctc-register-feature-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:580px;background:var(--ctc-navy)}
.ctc-register-feature-media{min-height:520px;overflow:hidden}
.ctc-register-feature-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(1.04)}
.ctc-register-feature-copy{padding:clamp(44px,5vw,72px);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.ctc-register-feature-copy .ctc-section-label{color:rgba(255,255,255,.54);margin-bottom:auto}
.ctc-register-feature-copy h2{margin:54px 0 18px;max-width:15ch;font-size:clamp(34px,3.7vw,56px);line-height:1;letter-spacing:-.047em;font-weight:535;color:#fff}
.ctc-register-feature-copy>p{margin:0;max-width:54ch;color:rgba(255,255,255,.68);font-size:14px;line-height:1.72}
.ctc-register-feature-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.ctc-register-feature-points span{border:1px solid rgba(255,255,255,.24);padding:8px 10px;color:rgba(255,255,255,.72);font-size:9px;font-weight:720;letter-spacing:.12em;text-transform:uppercase}

.ctc-register-audience{padding:clamp(80px,8.5vw,124px) 0;background:#fff}
.ctc-register-section-head--split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.52fr);gap:clamp(50px,8vw,120px);align-items:end}
.ctc-register-section-head--split>p{margin:0 0 4px;max-width:490px;color:var(--ctc-muted);font-size:14px;line-height:1.7}
.ctc-register-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-register-audience-grid article{min-height:300px;padding:clamp(28px,3vw,42px);border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line)}
.ctc-register-audience-grid span{display:block;font-size:10px;font-weight:760;letter-spacing:.15em;color:var(--ctc-muted)}
.ctc-register-audience-grid h3{margin:58px 0 16px;max-width:18ch;font-size:clamp(23px,2.1vw,32px);line-height:1.08;letter-spacing:-.034em;font-weight:570}
.ctc-register-audience-grid p{margin:0;color:var(--ctc-text);font-size:14px;line-height:1.68}

.ctc-register-process{padding:clamp(78px,8vw,116px) 0;background:#f6f7f5;border-top:1px solid var(--ctc-line)}
.ctc-register-process-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:clamp(56px,8vw,128px);align-items:start}
.ctc-register-process-intro{position:sticky;top:118px}
.ctc-register-process-intro h2{max-width:620px;font-size:clamp(36px,3.8vw,56px)}
.ctc-register-process-steps{border-top:1px solid #aeb7b9}
.ctc-register-process-steps article{display:grid;grid-template-columns:62px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--ctc-line)}
.ctc-register-process-steps>article>span{font-size:10px;font-weight:760;letter-spacing:.15em;color:var(--ctc-muted);padding-top:5px}
.ctc-register-process-steps h3{margin:0 0 8px;font-size:21px;line-height:1.22;letter-spacing:-.025em;font-weight:610}
.ctc-register-process-steps p{margin:0;max-width:60ch;color:var(--ctc-text);font-size:14px;line-height:1.68}

.ctc-register-form{padding:clamp(78px,8vw,116px) 0;background:#fff}
.ctc-register-form-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(420px,1.1fr);gap:clamp(56px,8vw,120px);align-items:start}
.ctc-register-form h2{max-width:620px;font-size:clamp(35px,3.6vw,54px)}
.ctc-register-form-grid>div:first-child>p{max-width:500px;margin:22px 0 0;color:var(--ctc-muted);font-size:14px;line-height:1.7}
.ctc-register-form-panel{border-top:1px solid var(--ctc-ink);padding-top:24px}
.ctc-register-form-panel form{max-width:none}
.ctc-register-form-panel input[type="text"],.ctc-register-form-panel input[type="email"],.ctc-register-form-panel input[type="tel"],.ctc-register-form-panel input[type="url"],.ctc-register-form-panel select,.ctc-register-form-panel textarea{width:100%;border:1px solid #b9c2c7;border-radius:0;background:#fff;padding:14px 15px;color:var(--ctc-ink)}
.ctc-register-form-panel textarea{min-height:150px}
.ctc-register-form-panel input[type="submit"],.ctc-register-form-panel button[type="submit"]{border:1px solid var(--ctc-navy);border-radius:0;background:var(--ctc-navy);color:#fff;padding:14px 22px;min-height:50px;font-weight:700;cursor:pointer}

.ctc-register-cta{padding:clamp(76px,8vw,112px) 0;background:var(--ctc-navy);color:#fff}
.ctc-register-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:end}
.ctc-register-cta .ctc-section-label{color:rgba(255,255,255,.54)}
.ctc-register-cta h2{color:#fff;max-width:800px}
.ctc-register-cta .ctc-button--outline{border-color:rgba(255,255,255,.42);color:#fff}
.ctc-register-cta .ctc-button--outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}

@media (max-width:960px){
  .ctc-register-intro-grid,.ctc-register-section-head--split,.ctc-register-process-grid,.ctc-register-form-grid{grid-template-columns:1fr;gap:30px}
  .ctc-register-feature-grid{grid-template-columns:1fr;min-height:0}
  .ctc-register-feature-media{min-height:clamp(330px,60vw,520px)}
  .ctc-register-feature-copy{min-height:430px}
  .ctc-register-audience-grid{grid-template-columns:1fr 1fr}
  .ctc-register-process-intro{position:static}
  .ctc-register-cta-inner{grid-template-columns:1fr;gap:34px;align-items:start}
}
@media (max-width:720px){
  .ctc-register-hero{min-height:510px}
  .ctc-register-hero h1{font-size:clamp(42px,11.8vw,58px)}
  .ctc-register-intro,.ctc-register-audience,.ctc-register-process,.ctc-register-form{padding:62px 0}
  .ctc-register-pathways{padding-bottom:62px}
  .ctc-register-pathway-grid,.ctc-register-audience-grid{grid-template-columns:1fr}
  .ctc-register-pathway{min-height:0;padding:26px 22px 30px}
  .ctc-register-pathway h3{margin-top:40px;font-size:28px}
  .ctc-register-feature{padding:0}
  .ctc-register-feature .ctc-shell{width:100%;max-width:none}
  .ctc-register-feature-media{min-height:300px}
  .ctc-register-feature-copy{min-height:400px;padding:32px 22px}
  .ctc-register-feature-copy h2{font-size:clamp(34px,9.5vw,46px)}
  .ctc-register-audience-grid article{min-height:0;padding:28px 22px}
  .ctc-register-audience-grid h3{margin-top:38px}
  .ctc-register-process-steps article{grid-template-columns:42px 1fr}
  .ctc-register-cta{padding:64px 0}
  .ctc-register-cta .ctc-actions{display:flex;flex-direction:column;align-items:stretch}
  .ctc-register-cta .ctc-button{justify-content:center}
}


/* v2.9.2 — institutional navigation + advocacy density */
.site-nav .ctc-institutional-menu{gap:clamp(18px,1.65vw,27px)}
.site-nav .ctc-institutional-menu a{font-size:12px;font-weight:680;letter-spacing:.035em;padding-top:30px;padding-bottom:27px}
.site-nav .ctc-nav-register{margin-left:8px}
.site-nav .ctc-nav-register>a{padding:11px 15px;border:1px solid #aeb7bd;background:#fff;transition:background .2s ease,border-color .2s ease,color .2s ease}
.site-nav .ctc-nav-register>a::after{display:none}
.site-nav .ctc-nav-register>a:hover,.site-nav .ctc-nav-register.current-menu-item>a{background:var(--ctc-navy);border-color:var(--ctc-navy);color:#fff}

.ctc-advocacy-intro{padding:clamp(72px,7vw,104px) 0;background:#fff}
.ctc-advocacy-intro-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.62fr);gap:clamp(48px,7vw,110px);align-items:end}
.ctc-advocacy-intro h2,.ctc-advocacy-principles h2,.ctc-advocacy-focus-head h2{margin:12px 0 0;max-width:900px;font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.045em;font-weight:540;text-wrap:balance}
.ctc-advocacy-intro-copy{font-size:15px;line-height:1.72;color:var(--ctc-text);max-width:580px}
.ctc-advocacy-focus{padding:0 0 clamp(78px,7vw,104px);background:#fff}
.ctc-advocacy-focus-head{border-top:1px solid #9aa5ab;padding-top:20px;margin-bottom:34px}
.ctc-advocacy-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ctc-line);border-left:1px solid var(--ctc-line)}
.ctc-advocacy-focus-card{min-height:280px;padding:clamp(28px,3.2vw,44px);border-right:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line);background:#fff;display:flex;flex-direction:column}
.ctc-advocacy-focus-card>span{font-size:10px;font-weight:760;letter-spacing:.16em;text-transform:uppercase;color:var(--ctc-muted)}
.ctc-advocacy-focus-card h3{margin:54px 0 14px;font-size:clamp(25px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em;font-weight:570;max-width:18ch}
.ctc-advocacy-focus-card p{margin:0;color:var(--ctc-text);font-size:14px;line-height:1.68;max-width:62ch}
.ctc-advocacy-systems{padding:clamp(76px,7.5vw,110px) 0;background:var(--ctc-soft);border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line)}
.ctc-advocacy-systems-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-advocacy-system-card{display:grid;grid-template-columns:minmax(0,1fr);background:var(--ctc-navy);color:#fff;min-height:470px;overflow:hidden}
.ctc-advocacy-system-media{height:230px;overflow:hidden}
.ctc-advocacy-system-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.68) contrast(1.04)}
.ctc-advocacy-system-copy{padding:clamp(28px,3vw,42px);display:flex;flex-direction:column}
.ctc-advocacy-system-copy span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);font-weight:760}
.ctc-advocacy-system-copy h3{margin:34px 0 14px;font-size:clamp(25px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em;font-weight:560;color:#fff}
.ctc-advocacy-system-copy p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.7}
.ctc-advocacy-principles{padding:clamp(76px,7.5vw,110px) 0;background:#fff}
.ctc-advocacy-principles-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(420px,1.15fr);gap:clamp(54px,8vw,128px);align-items:start}
.ctc-advocacy-principles-list{border-top:1px solid #9aa5ab}
.ctc-advocacy-principle{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--ctc-line)}
.ctc-advocacy-principle>span{font-size:10px;font-weight:760;letter-spacing:.15em;color:var(--ctc-muted);padding-top:4px}
.ctc-advocacy-principle h3{margin:0 0 8px;font-size:21px;line-height:1.2;letter-spacing:-.025em;font-weight:620}
.ctc-advocacy-principle p{margin:0;color:var(--ctc-text);font-size:14px;line-height:1.68;max-width:65ch}

@media (max-width:1100px){
  .site-nav .ctc-institutional-menu{gap:16px}
  .site-nav .ctc-institutional-menu a{font-size:11.5px}
}
@media (max-width:980px){
  .site-nav .ctc-nav-register{margin-left:0}
  .site-nav .ctc-nav-register>a{border:0;background:transparent;padding:14px 0}
  .site-nav .ctc-nav-register>a:hover,.site-nav .ctc-nav-register.current-menu-item>a{background:transparent;color:var(--ctc-ink)}
  .ctc-advocacy-intro-grid,.ctc-advocacy-principles-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width:760px){
  .ctc-advocacy-intro,.ctc-advocacy-systems,.ctc-advocacy-principles{padding:62px 0}
  .ctc-advocacy-focus{padding-bottom:62px}
  .ctc-advocacy-focus-grid,.ctc-advocacy-systems-grid{grid-template-columns:1fr}
  .ctc-advocacy-focus-card{min-height:0;padding:26px 22px 30px}
  .ctc-advocacy-focus-card h3{margin-top:38px}
  .ctc-advocacy-system-card{min-height:0}
  .ctc-advocacy-system-media{height:240px}
}

/* ========================================================================== */
/* v3.0 — Institutional Newsroom + Privacy                                   */
/* ========================================================================== */

/* Homepage newsroom */
.ctc-home-newsroom{background:#f8f8f5;border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line)}
.ctc-newsroom-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(42px,8vw,120px);align-items:end;margin-bottom:clamp(42px,5vw,70px)}
.ctc-newsroom-intro-copy{max-width:520px;justify-self:end}
.ctc-newsroom-intro-copy p{margin:0 0 24px;color:#61707a;font-size:15px;line-height:1.7}
.ctc-home-news-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-home-news-lead,.ctc-home-news-list{background:#fff}
.ctc-home-news-lead-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#e9ecea}
.ctc-home-news-lead-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ctc-ease)}
.ctc-home-news-lead:hover .ctc-home-news-lead-media img{transform:scale(1.025)}
.ctc-home-news-lead-copy{padding:clamp(28px,4vw,52px)}
.ctc-home-news-lead-copy h3{margin:12px 0 18px;max-width:820px;font-size:clamp(30px,3.3vw,49px);line-height:1.02;letter-spacing:-.045em;font-weight:560}
.ctc-home-news-lead-copy h3 a,.ctc-home-news-list-item h3 a{text-decoration:none}
.ctc-home-news-lead-copy p{margin:0 0 24px;max-width:720px;color:#61707a;font-size:15px;line-height:1.7}
.ctc-home-news-list{display:grid;grid-template-rows:repeat(2,minmax(0,1fr))}
.ctc-home-news-list-item{padding:clamp(28px,3.2vw,42px);border-bottom:1px solid var(--ctc-line)}
.ctc-home-news-list-item:last-child{border-bottom:0}
.ctc-home-news-list-item h3{margin:12px 0 14px;font-size:clamp(24px,2.35vw,34px);line-height:1.06;letter-spacing:-.035em;font-weight:560}
.ctc-home-news-list-item p{margin:0 0 18px;color:#65727b;font-size:13px;line-height:1.65}

/* Newsroom page */
.ctc-newsroom-page{background:#fff}
.ctc-newsroom-hero{padding:clamp(105px,11vw,160px) 0 clamp(72px,8vw,112px);border-top:4px solid var(--ctc-ink);background:#fbfbf8}
.ctc-newsroom-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:clamp(48px,9vw,140px);align-items:end}
.ctc-newsroom-hero h1{margin:18px 0 0;max-width:900px;font-size:clamp(48px,6.2vw,92px);line-height:.95;letter-spacing:-.058em;font-weight:520}
.ctc-newsroom-hero-copy{max-width:480px;justify-self:end}
.ctc-newsroom-hero-copy p{margin:0 0 30px;font-size:16px;line-height:1.72;color:#52616a}
.ctc-newsroom-topics{position:sticky;top:var(--wp-admin--admin-bar--height,0px);z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid var(--ctc-line);border-bottom:1px solid var(--ctc-line)}
.ctc-newsroom-topic-row{display:flex;gap:0;overflow:auto;scrollbar-width:none}
.ctc-newsroom-topic-row::-webkit-scrollbar{display:none}
.ctc-newsroom-topic-row a{white-space:nowrap;text-decoration:none;padding:18px 20px 16px;border-right:1px solid var(--ctc-line);font-size:10px;font-weight:760;letter-spacing:.12em;text-transform:uppercase;color:#61707a}
.ctc-newsroom-topic-row a:first-child{border-left:1px solid var(--ctc-line)}
.ctc-newsroom-topic-row a:hover,.ctc-newsroom-topic-row a.is-current{background:var(--ctc-navy);color:#fff}
.ctc-newsroom-feature{padding:clamp(72px,8vw,116px) 0;background:#fff}
.ctc-newsroom-feature-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-newsroom-feature-media{display:block;min-height:560px;overflow:hidden;background:#e8ebea}
.ctc-newsroom-feature-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ctc-ease)}
.ctc-newsroom-feature-media:hover img{transform:scale(1.025)}
.ctc-newsroom-feature-copy{background:#f8f8f5;padding:clamp(40px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.ctc-newsroom-feature-copy h2{margin:14px 0 22px;font-size:clamp(36px,4.4vw,64px);line-height:.99;letter-spacing:-.05em;font-weight:540}
.ctc-newsroom-feature-copy h2 a{text-decoration:none}
.ctc-newsroom-feature-copy p{margin:0 0 30px;max-width:610px;color:#5d6b74;font-size:15px;line-height:1.72}
.ctc-newsroom-latest{padding:clamp(84px,9vw,128px) 0;background:#f8f8f5;border-top:1px solid var(--ctc-line)}
.ctc-newsroom-section-head{margin-bottom:clamp(42px,5vw,66px)}
.ctc-newsroom-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ctc-line);border:1px solid var(--ctc-line)}
.ctc-newsroom-card{background:#fff;min-width:0}
.ctc-newsroom-card-media{display:block;aspect-ratio:4/3;overflow:hidden;background:#e8ebea}
.ctc-newsroom-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ctc-ease)}
.ctc-newsroom-card:hover .ctc-newsroom-card-media img{transform:scale(1.03)}
.ctc-newsroom-card-copy{padding:28px 28px 32px}
.ctc-newsroom-card-copy h3{margin:11px 0 14px;font-size:clamp(23px,2.2vw,32px);line-height:1.06;letter-spacing:-.035em;font-weight:560}
.ctc-newsroom-card-copy h3 a{text-decoration:none}
.ctc-newsroom-card-copy p{margin:0 0 22px;color:#66737b;font-size:13px;line-height:1.65}
.ctc-newsroom-empty-intro{padding:clamp(72px,8vw,110px) 0;background:#fff}
.ctc-newsroom-empty-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(50px,9vw,140px);align-items:end}
.ctc-newsroom-empty-grid h2{margin:14px 0 0;max-width:760px;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.045em;font-weight:550}
.ctc-newsroom-empty-grid>p{margin:0;color:#61707a;font-size:15px;line-height:1.72}
.ctc-press-release-section{padding:clamp(86px,9vw,132px) 0;background:#fff;border-top:1px solid var(--ctc-line)}
.ctc-press-release-layout{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);gap:clamp(48px,8vw,120px)}
.ctc-press-release-heading{position:sticky;top:120px;align-self:start}
.ctc-press-release-heading h2{margin:16px 0 18px;font-size:clamp(34px,3.8vw,52px);line-height:1;letter-spacing:-.045em;font-weight:550}
.ctc-press-release-heading p{max-width:420px;color:#65727b;font-size:14px;line-height:1.68}
.ctc-press-release-list{border-top:1px solid var(--ctc-ink)}
.ctc-press-release-row{display:grid;grid-template-columns:110px minmax(0,1fr) 30px;gap:26px;align-items:start;padding:28px 0;border-bottom:1px solid var(--ctc-line)}
.ctc-press-release-row time,.ctc-press-release-row span{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#6d7a82}
.ctc-press-release-row h3{margin:6px 0 0;font-size:clamp(23px,2.1vw,31px);line-height:1.08;letter-spacing:-.034em;font-weight:560}
.ctc-press-release-row h3 a{text-decoration:none}
.ctc-press-release-arrow{text-decoration:none;font-size:18px;text-align:right}
.ctc-press-release-empty{padding:34px 0;border-bottom:1px solid var(--ctc-line)}
.ctc-press-release-empty p{margin:0;color:#65727b;line-height:1.7}
.ctc-newsroom-archive-preview{padding:0 0 clamp(82px,9vw,128px);background:#fff}
.ctc-newsroom-index-row{display:grid;grid-template-columns:120px minmax(0,1fr) 32px;gap:28px;align-items:start;padding:28px 0;border-top:1px solid var(--ctc-line)}
.ctc-newsroom-index-row:last-child{border-bottom:1px solid var(--ctc-line)}
.ctc-newsroom-index-row time,.ctc-newsroom-index-row span{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#6d7a82}
.ctc-newsroom-index-row h3{margin:7px 0 0;font-size:clamp(23px,2.1vw,31px);line-height:1.08;font-weight:560;letter-spacing:-.034em}
.ctc-newsroom-index-row h3 a,.ctc-newsroom-index-row>a{text-decoration:none}
.ctc-newsroom-media{padding:clamp(80px,9vw,126px) 0;background:var(--ctc-navy);color:#fff}
.ctc-newsroom-media-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(48px,8vw,120px);align-items:end}
.ctc-newsroom-media h2{margin:16px 0 0;max-width:800px;font-size:clamp(38px,4.5vw,64px);line-height:.98;letter-spacing:-.05em;font-weight:540}
.ctc-newsroom-media-grid>div:last-child{max-width:520px;justify-self:end}
.ctc-newsroom-media p{margin:0 0 26px;color:rgba(255,255,255,.68);line-height:1.72}

/* News article */
.ctc-news-article{background:#fff}
.ctc-news-article-hero{padding:clamp(100px,10vw,150px) 0 clamp(64px,7vw,96px);border-top:4px solid var(--ctc-ink);background:#fbfbf8}
.ctc-news-article-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);gap:clamp(48px,8vw,120px);align-items:end}
.ctc-news-article-heading h1{margin:18px 0 0;max-width:1050px;font-size:clamp(44px,5.4vw,78px);line-height:.97;letter-spacing:-.052em;font-weight:530}
.ctc-news-article-deck{max-width:850px;margin:28px 0 0;font-size:clamp(18px,1.8vw,24px);line-height:1.5;color:#5b6871}
.ctc-news-article-meta{display:grid;gap:12px;justify-items:start;color:#60707a;font-size:12px}
.ctc-news-article-meta a{text-decoration:none;border-bottom:1px solid #9ea7ab;padding-bottom:3px}
.ctc-news-article-visual{padding:0 0 clamp(60px,7vw,90px)}
.ctc-news-article-visual img{display:block;width:100%;max-height:760px;object-fit:cover;background:#e9ecea}
.ctc-news-article-body{padding:0 0 clamp(94px,10vw,146px)}
.ctc-news-article-body-grid{display:grid;grid-template-columns:220px minmax(0,760px);gap:clamp(48px,8vw,110px);justify-content:center;align-items:start}
.ctc-news-article-rail{position:sticky;top:120px;border-top:1px solid var(--ctc-ink)}
.ctc-news-article-rail>div{padding:18px 0;border-bottom:1px solid var(--ctc-line)}
.ctc-news-article-rail span{display:block;margin-bottom:7px;font-size:9px;font-weight:760;letter-spacing:.12em;text-transform:uppercase;color:#75828a}
.ctc-news-article-rail strong,.ctc-news-article-rail a{font-size:12px;line-height:1.5;font-weight:520;text-decoration:none}
.ctc-news-editorial{font-size:17px;line-height:1.82}
.ctc-related-news{padding:clamp(82px,9vw,126px) 0;background:#f8f8f5;border-top:1px solid var(--ctc-line)}

/* Privacy */
.ctc-privacy-page{background:#fff}
.ctc-privacy-hero{padding:clamp(100px,10vw,150px) 0 clamp(68px,7vw,100px);border-top:4px solid var(--ctc-ink);background:#fbfbf8}
.ctc-privacy-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(50px,9vw,140px);align-items:end}
.ctc-privacy-hero h1{margin:16px 0 0;font-size:clamp(50px,6vw,88px);line-height:.95;letter-spacing:-.055em;font-weight:520}
.ctc-privacy-hero-copy{max-width:520px;justify-self:end}
.ctc-privacy-hero-copy p{margin:0 0 22px;color:#52616a;font-size:16px;line-height:1.72}
.ctc-privacy-hero-copy span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#75828a}
.ctc-privacy-overview{padding:clamp(72px,8vw,112px) 0;background:#fff;border-bottom:1px solid var(--ctc-line)}
.ctc-privacy-overview-grid{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);gap:clamp(50px,8vw,120px)}
.ctc-privacy-summary{border-top:1px solid var(--ctc-ink);padding-top:20px}
.ctc-privacy-summary ul{list-style:none;padding:0;margin:26px 0 0}
.ctc-privacy-summary li{padding:13px 0;border-top:1px solid var(--ctc-line);font-size:12px;line-height:1.55;color:#5f6e77}
.ctc-privacy-summary li:last-child{border-bottom:1px solid var(--ctc-line)}
.ctc-privacy-intro h2{margin:14px 0 24px;max-width:900px;font-size:clamp(36px,4.4vw,62px);line-height:.99;letter-spacing:-.048em;font-weight:540}
.ctc-privacy-intro p{max-width:840px;margin:0;color:#5f6d75;font-size:15px;line-height:1.78}
.ctc-privacy-content{padding:clamp(82px,9vw,132px) 0;background:#f8f8f5}
.ctc-privacy-policy-grid{display:grid;grid-template-columns:240px minmax(0,820px);gap:clamp(52px,8vw,118px);justify-content:center;align-items:start}
.ctc-privacy-nav{position:sticky;top:120px;border-top:1px solid var(--ctc-ink)}
.ctc-privacy-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--ctc-line);text-decoration:none;color:#66747d;font-size:11px;line-height:1.4}
.ctc-privacy-nav a:hover{color:var(--ctc-ink)}
.ctc-privacy-article>section{scroll-margin-top:120px;padding:0 0 54px;margin:0 0 54px;border-bottom:1px solid var(--ctc-line)}
.ctc-privacy-article>section:last-child{margin-bottom:0}
.ctc-privacy-index{margin-bottom:12px;font-size:9px;font-weight:760;letter-spacing:.14em;color:#75828a}
.ctc-privacy-article h2{margin:0 0 20px;font-size:clamp(28px,3vw,42px);line-height:1.04;letter-spacing:-.04em;font-weight:560}
.ctc-privacy-article p{margin:0 0 18px;color:#4f5e67;font-size:15px;line-height:1.8}
.ctc-privacy-article .ctc-button{margin-top:12px}
.ctc-privacy-authored{padding:clamp(76px,8vw,116px) 0;background:#fff;border-top:1px solid var(--ctc-line)}
.ctc-privacy-authored .ctc-editorial{max-width:820px;margin:0 auto}

@media (max-width:960px){
  .ctc-newsroom-intro,.ctc-newsroom-hero-grid,.ctc-newsroom-feature-grid,.ctc-newsroom-empty-grid,.ctc-newsroom-media-grid,.ctc-privacy-hero-grid,.ctc-privacy-overview-grid{grid-template-columns:1fr}
  .ctc-newsroom-intro-copy,.ctc-newsroom-hero-copy,.ctc-newsroom-media-grid>div:last-child,.ctc-privacy-hero-copy{justify-self:start;max-width:720px}
  .ctc-home-news-grid{grid-template-columns:1fr}
  .ctc-home-news-list{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .ctc-home-news-list-item{border-bottom:0;border-right:1px solid var(--ctc-line)}
  .ctc-home-news-list-item:last-child{border-right:0}
  .ctc-newsroom-feature-media{min-height:460px}
  .ctc-newsroom-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ctc-press-release-layout{grid-template-columns:1fr}
  .ctc-press-release-heading{position:static}
  .ctc-news-article-hero-grid{grid-template-columns:1fr}
  .ctc-news-article-body-grid{grid-template-columns:1fr;max-width:820px}
  .ctc-news-article-rail{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid var(--ctc-ink)}
  .ctc-privacy-policy-grid{grid-template-columns:1fr;max-width:900px}
  .ctc-privacy-nav{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}
}
@media (max-width:720px){
  .ctc-newsroom-hero,.ctc-news-article-hero,.ctc-privacy-hero{padding-top:80px}
  .ctc-newsroom-hero h1,.ctc-privacy-hero h1{font-size:clamp(42px,13vw,62px)}
  .ctc-home-news-list{grid-template-columns:1fr}
  .ctc-home-news-list-item{border-right:0;border-bottom:1px solid var(--ctc-line)}
  .ctc-newsroom-feature-media{min-height:340px}
  .ctc-newsroom-card-grid{grid-template-columns:1fr}
  .ctc-press-release-row{grid-template-columns:86px minmax(0,1fr) 24px;gap:14px}
  .ctc-newsroom-index-row{grid-template-columns:82px minmax(0,1fr) 24px;gap:14px}
  .ctc-news-article-heading h1{font-size:clamp(38px,11vw,56px)}
  .ctc-news-article-rail{grid-template-columns:1fr}
  .ctc-news-article-visual{padding-left:20px;padding-right:20px}
  .ctc-privacy-nav{grid-template-columns:1fr}
  .ctc-privacy-overview,.ctc-privacy-content{padding-top:68px;padding-bottom:68px}
}
