:root{
  --accent:#F04E3C;
  --accent-dark:#C93A2B;
  --charcoal:#121212;
  --charcoal-2:#1b1b1b;
  --grey:#54595F;
  --text-grey:#7A7A7A;
  --off-white:#FAF9F5;
  --white:#FFFFFF;
  --border:#ececea;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color:var(--charcoal);
  background:var(--white);
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family:'Open Sans', sans-serif;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-0.01em;
}
a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}
ul{list-style:none;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:15px 30px;
  font-weight:700; font-size:14px; letter-spacing:0.04em; text-transform:uppercase;
  border-radius:2px; cursor:pointer; border:2px solid transparent;
  transition:all .25s ease;
}
.btn-primary{background:var(--accent); color:var(--white);}
.btn-primary:hover{background:var(--accent-dark); transform:translateY(-2px);}
.btn-outline{border-color:rgba(255,255,255,0.35); color:var(--white);}
.btn-outline:hover{border-color:var(--white); background:rgba(255,255,255,0.08);}
.btn-outline-dark{border-color:var(--charcoal); color:var(--charcoal);}
.btn-outline-dark:hover{background:var(--charcoal); color:var(--white);}

/* Header */
header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:22px 0;
  transition:all .3s ease;
  background:transparent;
}
header.scrolled, header.solid{
  background:rgba(255,255,255,0.97);
  box-shadow:0 2px 24px rgba(0,0,0,0.06);
  padding:14px 0;
}
header .wrap{display:flex; align-items:center; justify-content:space-between;}
.logo{display:flex; align-items:center; gap:10px;}
.logo img{height:34px; width:auto;}
.logo-mark-light{display:block;}
.logo-mark-dark{display:none;}
header.scrolled .logo-mark-light, header.solid .logo-mark-light{display:none;}
header.scrolled .logo-mark-dark, header.solid .logo-mark-dark{display:block;}
nav ul{display:flex; gap:38px;}
nav a{
  font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:0.04em;
  color:var(--white); position:relative; padding-bottom:4px;
}
header.scrolled nav a, header.solid nav a{color:var(--charcoal);}
nav a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--accent);
  transition:width .25s ease;
}
nav a:hover::after, nav a.active::after{width:100%;}
.nav-cta{display:flex; align-items:center; gap:28px;}
.nav-cta .btn{padding:11px 22px; font-size:12px;}
.nav-cta .btn-outline{border-color:rgba(255,255,255,0.5); color:var(--white);}
header.scrolled .nav-cta .btn-outline, header.solid .nav-cta .btn-outline{border-color:var(--charcoal); color:var(--charcoal);}
header.scrolled .nav-cta .btn-outline:hover, header.solid .nav-cta .btn-outline:hover{background:var(--charcoal); color:var(--white);}

/* Hero (homepage, full height) */
.hero{
  position:relative;
  min-height:100vh;
  display:flex; align-items:center;
  background:#121212;
  color:var(--white);
  padding-top:120px;
  overflow:hidden;
}
.hero-video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; z-index:0;
}
.hero::before{
  content:'';
  position:absolute; inset:0;
  background:
    linear-gradient(120deg, rgba(18,18,18,0.92) 10%, rgba(18,18,18,0.55) 55%, rgba(240,78,60,0.35) 100%),
    radial-gradient(circle at 80% 20%, rgba(240,78,60,0.25), transparent 45%);
  z-index:1;
}
.hero > .wrap{position:relative; z-index:2;}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--accent); margin-bottom:26px;
}
.hero-eyebrow::before{content:''; width:34px; height:2px; background:var(--accent);}
.hero h1{
  font-size:clamp(38px, 5.4vw, 68px);
  max-width:820px;
  margin-bottom:26px;
}
.hero p.lede{
  font-size:19px; line-height:1.65; color:rgba(255,255,255,0.72);
  max-width:560px; margin-bottom:44px; font-weight:400;
}
.hero-ctas{display:flex; gap:18px; flex-wrap:wrap; margin-bottom:70px;}
.hero-meta{
  display:flex; gap:56px; flex-wrap:wrap;
  padding-top:32px; border-top:1px solid rgba(255,255,255,0.14);
  max-width:760px;
}
.hero-meta div{display:flex; flex-direction:column; gap:4px;}
.hero-meta .num{font-size:30px; font-weight:700; color:var(--white);}
.hero-meta .label{font-size:12.5px; text-transform:uppercase; letter-spacing:0.06em; color:rgba(255,255,255,0.55);}
.scroll-cue{
  position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
  z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  color:rgba(255,255,255,0.55); font-size:11px; letter-spacing:0.14em; text-transform:uppercase;
}
.scroll-cue span.line{width:1px; height:34px; background:rgba(255,255,255,0.35); animation:scrollpulse 1.8s ease-in-out infinite;}
@keyframes scrollpulse{0%{opacity:.2; transform:scaleY(.4); transform-origin:top;} 50%{opacity:1; transform:scaleY(1); transform-origin:top;} 100%{opacity:.2; transform:scaleY(.4); transform-origin:top;}}

/* Page hero (interior pages, shorter banner) */
.page-hero{
  position:relative;
  min-height:56vh;
  display:flex; align-items:flex-end;
  background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%);
  background-color:#121212;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:var(--white);
  padding:160px 0 70px;
}
.page-hero--about{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/unsplash-image-ZIQOUoWpm_U.jpeg');}
.page-hero--crisis{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/BG.jpg');}
.page-hero--ltr{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/Ben-with-Group-4.jpg');}
.page-hero--resilience{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/chris-herath-FcvIlm3I2Ts-unsplash.jpg');}
.page-hero--keynotes{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/Keynotes-2.jpg');}
.page-hero--strategic{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/modern-building-2021-08-26-16-36-21-utc.jpg');}
.page-hero--team{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/adrien-olichon-gOdavfpH-3s-unsplash.jpg');}
.page-hero--news{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/adrien-olichon-gOdavfpH-3s-unsplash.jpg');}
.page-hero--student{background-image:linear-gradient(120deg, rgba(18,18,18,0.94) 20%, rgba(18,18,18,0.6) 60%, rgba(240,78,60,0.3) 100%), url('img/Student.jpg');}
.page-hero .breadcrumb{
  font-size:13px; text-transform:uppercase; letter-spacing:0.08em; color:rgba(255,255,255,0.5); margin-bottom:18px;
}
.page-hero .breadcrumb a:hover{color:var(--accent);}
.page-hero h1{font-size:clamp(32px,4.6vw,54px); max-width:760px;}
.page-hero p.lede{font-size:18px; color:rgba(255,255,255,0.72); max-width:620px; margin-top:18px; line-height:1.6;}

/* Section generic */
section{padding:110px 0;}
.section-label{
  font-size:13px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--accent); margin-bottom:18px; display:block;
}
.section-head{max-width:680px; margin-bottom:56px;}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}
.section-head h2{font-size:clamp(28px,3.4vw,42px); margin-bottom:20px;}
.section-head p{font-size:17px; color:var(--text-grey); line-height:1.7;}
.services-head-grid{display:grid; grid-template-columns:1.25fr 1fr; gap:56px; align-items:center; max-width:none;}
.services-graphic{max-width:320px; width:100%; margin:0 auto; display:block;}

.two-col{display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center;}
.two-col img{border-radius:2px;}
.body-copy p{font-size:16.5px; line-height:1.85; color:var(--grey); margin-bottom:20px;}
.body-copy strong{color:var(--charcoal);}

/* Meaning / definition block */
.meaning{background:var(--off-white);}
.meaning-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:80px; align-items:center;}
.meaning-grid-single{grid-template-columns:1fr; max-width:760px; margin:0 auto; text-align:left;}
.meaning-word{font-size:15px; text-transform:uppercase; letter-spacing:0.1em; color:var(--accent); font-weight:700; margin-bottom:10px;}
.meaning h3{font-size:clamp(36px,4vw,52px); margin-bottom:6px;}
.meaning .phon{font-style:italic; color:var(--text-grey); font-size:18px; margin-bottom:22px; display:block;}
.meaning .pos{display:inline-block; font-size:12px; text-transform:uppercase; letter-spacing:0.08em; color:var(--white); background:var(--charcoal); padding:4px 12px; border-radius:20px; margin-bottom:22px;}
.meaning-def{font-size:20px; line-height:1.6; color:var(--charcoal); font-weight:600;}
.quote-block{border-left:3px solid var(--accent); padding-left:26px; margin-top:8px;}
.quote-block p{font-size:19px; font-style:italic; color:var(--charcoal); line-height:1.6;}

/* Services grid (home) */
.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:#e9e7e2;}
.service-card{
  background:var(--white); padding:48px 40px; position:relative; overflow:hidden;
  transition:background .3s ease;
  min-height:280px; display:flex; flex-direction:column; justify-content:flex-end;
}
.service-card:hover{background:var(--charcoal);}
.service-card:hover h3, .service-card:hover p{color:var(--white);}
.service-card:hover .service-arrow{color:var(--accent); transform:translateX(4px);}
.service-icon{width:44px; height:44px; object-fit:contain; margin-bottom:18px; display:block;}
.service-card h3{font-size:22px; margin-bottom:12px; transition:color .3s ease;}
.service-card p{font-size:15px; line-height:1.65; color:var(--text-grey); margin-bottom:22px; transition:color .3s ease;}
.service-arrow{font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:var(--accent); display:inline-flex; align-items:center; gap:8px; transition:transform .25s ease;}

/* Feature blocks (crisis mgmt "what we offer") */
.feature-list{display:grid; gap:2px; background:#e9e7e2; grid-template-columns:1fr;}
.feature-row{background:var(--white); padding:44px 48px; display:grid; grid-template-columns:280px 1fr; gap:40px;}
.feature-row h3{font-size:19px; color:var(--accent); text-transform:uppercase; letter-spacing:0.03em;}
.feature-row p{font-size:16px; line-height:1.75; color:var(--grey);}

/* 4-up highlight strip */
.highlight-strip{display:grid; grid-template-columns:repeat(4,1fr); gap:40px;}
.highlight-strip .hl{border-top:3px solid var(--accent); padding-top:22px;}
.highlight-strip .hl h4{font-size:15px; text-transform:uppercase; letter-spacing:0.05em; margin-bottom:12px;}
.highlight-strip .hl p{font-size:15px; line-height:1.65; color:var(--text-grey);}

/* Stats band */
.stats{background:var(--charcoal); color:var(--white); background-image:radial-gradient(circle at 15% 30%, rgba(240,78,60,0.18), transparent 40%);}
.stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:40px;}
.stat{text-align:left; border-left:1px solid rgba(255,255,255,0.14); padding-left:26px;}
.stat .stat-num{font-size:clamp(40px,4vw,56px); font-weight:700; color:var(--white); display:flex; align-items:baseline; gap:2px;}
.stat .stat-num .suffix{font-size:0.5em; color:var(--accent);}
.stat .stat-label{font-size:13.5px; text-transform:uppercase; letter-spacing:0.06em; color:rgba(255,255,255,0.55); margin-top:10px; line-height:1.5;}

/* Testimonials */
.testimonials{background:var(--off-white);}
.t-track-wrap{overflow:hidden; position:relative;}
.t-track{display:flex; gap:28px; transition:transform .6s cubic-bezier(.65,0,.35,1);}
.t-card{flex:0 0 calc(33.333% - 19px); background:var(--white); border:1px solid var(--border); padding:38px 34px; border-radius:2px; display:flex; flex-direction:column; justify-content:space-between; min-height:230px;}
.t-card p.quote{font-size:16px; line-height:1.7; color:var(--charcoal); margin-bottom:24px;}
.t-card .author{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:var(--accent);}
.t-controls{display:flex; justify-content:center; gap:14px; margin-top:44px;}
.t-dot{width:8px; height:8px; border-radius:50%; background:#d8d5cf; cursor:pointer; transition:background .2s ease;}
.t-dot.active{background:var(--accent);}
.testi-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:28px;}
.testi-grid .t-card{flex:none;}

/* Client marquee */
.clients{padding:80px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border);}
.clients .section-label{text-align:center; display:block;}
.marquee{overflow:hidden; -webkit-mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);}
.marquee-track{display:flex; gap:64px; width:max-content; animation:scroll 32s linear infinite;}
.marquee-track img{height:34px; width:auto; filter:grayscale(1); opacity:.55;}
@keyframes scroll{from{transform:translateX(0);} to{transform:translateX(var(--marquee-distance, -50%));}}

/* Team */
.team-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:2px; background:#e9e7e2;}
.team-card{background:var(--white); padding:44px; display:grid; grid-template-columns:150px 1fr; gap:28px;}
.team-card img{width:150px; height:150px; object-fit:cover; border-radius:2px;}
.team-card h3{font-size:21px; margin-bottom:4px;}
.team-card .role{font-size:12.5px; text-transform:uppercase; letter-spacing:0.06em; color:var(--accent); font-weight:700; margin-bottom:14px; display:block;}
.team-card p{font-size:15px; line-height:1.7; color:var(--grey); margin-bottom:10px;}
.team-card details summary{cursor:pointer; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; color:var(--accent); margin-top:8px; list-style:none;}
.team-card details summary::-webkit-details-marker{display:none;}
.team-card details[open] summary{margin-bottom:12px;}

/* Article cards */
.article-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:32px;}
.article-card{background:var(--white); border:1px solid var(--border); overflow:hidden; transition:box-shadow .25s ease, transform .25s ease;}
.article-card:hover{box-shadow:0 20px 40px rgba(0,0,0,0.08); transform:translateY(-4px);}
.article-card img{height:190px; object-fit:cover; width:100%;}
.article-body{padding:26px 26px 30px;}
.article-meta{font-size:12px; text-transform:uppercase; letter-spacing:0.05em; color:var(--accent); font-weight:700; margin-bottom:10px;}
.article-body h3{font-size:19px; margin-bottom:12px; line-height:1.35;}
.article-body p{font-size:14.5px; color:var(--text-grey); line-height:1.65; margin-bottom:18px;}
.article-body .read-more{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:var(--charcoal);}
.article-card:hover .read-more{color:var(--accent);}

/* Resource cards (book/podcast) */
.resource-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:28px;}
.resource-card{display:grid; grid-template-columns:120px 1fr; gap:24px; align-items:center; background:var(--off-white); padding:28px; border-radius:2px;}
.resource-card img{border-radius:2px;}
.resource-card h3{font-size:19px; margin-bottom:8px;}
.resource-card p{font-size:14.5px; color:var(--text-grey); line-height:1.6; margin-bottom:14px;}

/* 3-up variant: image on top, stacked below (used when a 3rd resource is added) */
.resource-grid.cols-3{grid-template-columns:repeat(3,1fr);}
.resource-card.stacked{grid-template-columns:1fr;}
.resource-card.stacked img{width:100%; height:230px; object-fit:contain; object-position:center; margin-bottom:18px;}
.resource-placeholder{
  height:230px; margin-bottom:18px; border-radius:2px;
  background:linear-gradient(135deg, var(--charcoal), var(--accent));
  display:flex; align-items:center; justify-content:center; text-align:center; padding:20px;
  color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; font-size:15px;
}
.resource-subhead{font-size:13px; text-transform:uppercase; letter-spacing:0.08em; color:var(--accent); font-weight:700; margin:0 0 20px;}

/* Contact form */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:72px;}
.form-field{margin-bottom:22px;}
.form-field label{display:block; font-size:12.5px; text-transform:uppercase; letter-spacing:0.05em; font-weight:700; color:var(--grey); margin-bottom:8px;}
.form-field input, .form-field select, .form-field textarea{
  width:100%; padding:13px 16px; border:1px solid #ddd; border-radius:2px; font-family:inherit; font-size:15px; color:var(--charcoal);
}
.form-field textarea{min-height:130px; resize:vertical;}
.contact-info-item{display:flex; gap:18px; margin-bottom:30px;}
.contact-info-item .ico{width:44px; height:44px; border-radius:50%; background:var(--off-white); display:flex; align-items:center; justify-content:center; color:var(--accent); font-weight:700; flex-shrink:0;}
.contact-info-item h4{font-size:15px; margin-bottom:6px;}
.contact-info-item p, .contact-info-item a{font-size:15px; color:var(--grey); line-height:1.6;}

/* CTA band */
.cta-band{background:var(--accent); color:var(--white); text-align:center; padding:100px 0;}
.cta-band h2{font-size:clamp(30px,4vw,46px); margin-bottom:24px; max-width:760px; margin-left:auto; margin-right:auto;}
.cta-band p{font-size:17px; opacity:.92; max-width:560px; margin:0 auto 40px;}
.cta-band .btn-outline{border-color:rgba(255,255,255,0.7); color:var(--white);}
.cta-band .btn-outline:hover{background:var(--white); color:var(--accent); border-color:var(--white);}
.cta-band .btn-primary{background:var(--charcoal);}
.cta-band .btn-primary:hover{background:#000;}

/* Footer */
footer{background:var(--charcoal-2); color:rgba(255,255,255,0.65); padding:80px 0 30px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:50px; padding-bottom:60px; border-bottom:1px solid rgba(255,255,255,0.1);}
.footer-grid h4{color:var(--white); font-size:14px; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:20px;}
.footer-grid li{margin-bottom:12px; font-size:14.5px;}
.footer-grid a:hover{color:var(--accent);}
.footer-logo{height:32px; margin-bottom:20px;}
.footer-about p{font-size:14.5px; line-height:1.7; max-width:280px; margin-bottom:24px;}
.footer-social{display:flex; gap:14px;}
.footer-social a{width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.25); display:flex; align-items:center; justify-content:center; font-size:13px;}
.footer-social a:hover{border-color:var(--accent); background:var(--accent);}
.footer-bottom{padding-top:26px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; font-size:13px; color:rgba(255,255,255,0.4);}
.footer-bottom .ack{max-width:600px; font-style:italic; line-height:1.6;}

.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1; transform:none;}

@media (max-width:980px){
  nav, .nav-cta .btn-outline{display:none;}
  .hero-meta{gap:32px;}
  .meaning-grid, .two-col, .contact-grid, .services-head-grid{grid-template-columns:1fr; gap:40px;}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr); row-gap:40px;}
  .t-card{flex:0 0 calc(100% - 0px);}
  .footer-grid{grid-template-columns:1fr 1fr; row-gap:40px;}
  .feature-row{grid-template-columns:1fr; gap:14px;}
  .highlight-strip{grid-template-columns:repeat(2,1fr); row-gap:30px;}
  .team-grid, .article-grid, .testi-grid, .resource-grid{grid-template-columns:1fr;}
  .resource-grid.cols-3{grid-template-columns:1fr;}
  .team-card{grid-template-columns:100px 1fr;}
}
@media (max-width:600px){
  .services-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .highlight-strip{grid-template-columns:1fr;}
}
