:root{--navy:#061b43;--deep:#03132f;--red:#d71920;--gold:#d6a332;--blue:#0b55d9;--green:#19833b;--orange:#f07b00;--purple:#7433c6;--muted:#536177;--line:#dce5f1;--shadow:0 16px 42px rgba(6,27,67,.10)}
*{box-sizing:border-box}
body{margin:0;color:var(--navy);font-family:Inter,Arial,sans-serif;background:#fff}
a{text-decoration:none;color:inherit}

.site-header{height:84px;padding:0 46px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.logo{display:flex;gap:12px;align-items:center}
.leaf{font-size:38px;line-height:1;color:var(--red);display:inline-block;transform:rotate(45deg)}
.logo strong{font-family:Georgia,serif;display:block;font-size:28px;line-height:.88}
.logo b{display:block;color:var(--red);font-size:19px;line-height:1.05;letter-spacing:.34em}
.logo em{display:block;font-style:normal;font-size:11px;color:#26334d;margin-top:2px}
nav{display:flex;gap:30px;height:100%;align-items:center;font-size:14px;font-weight:800}
nav a{height:100%;display:flex;align-items:center;position:relative}
nav a.active:after{content:"";position:absolute;bottom:20px;left:0;right:0;height:3px;background:var(--red);border-radius:4px}
.header-actions{display:flex;align-items:center;gap:22px}
.search{font-size:28px}
.cta{background:var(--red);color:#fff;border-radius:8px;padding:15px 22px;font-weight:900;box-shadow:0 10px 24px rgba(215,25,32,.22)}

.final-approved-hero{
  height:560px;
  position:relative;
  overflow:hidden;
  background:url('assets/hero-proportional-1920.webp') center center/cover no-repeat;
}
.final-approved-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(3,19,47,.96) 0%,rgba(3,19,47,.91) 26%,rgba(3,19,47,.60) 46%,rgba(3,19,47,.16) 68%,rgba(3,19,47,0) 100%);
  pointer-events:none;
}
.hero-dark-copy{
  position:relative;
  z-index:2;
  width:43%;
  min-width:560px;
  height:100%;
  padding-left:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{text-transform:uppercase;color:#ff3131;font-weight:900;letter-spacing:.12em;font-size:13px;margin:0 0 12px}
h1{
  font-family:Georgia,serif;
  font-size:48px;
  line-height:1.04;
  letter-spacing:-.04em;
  margin:0 0 10px;
  max-width:590px;
  color:#fff;
  text-shadow:0 3px 18px rgba(0,0,0,.35);
}
h1 span{color:#ff3131}
.gold-line{display:block;width:74px;height:3px;background:var(--gold);border-radius:3px;margin:0 0 18px}
.hero-dark-copy p:not(.eyebrow){
  max-width:540px;
  color:#f4f7ff;
  font-size:16px;
  line-height:1.62;
  margin:0;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}
.hero-dark-copy strong{color:#ff3131}
.hero-buttons{display:flex;gap:18px;margin-top:22px}
.btn{height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:0 23px;font-weight:900;font-size:14px}
.btn-red{background:var(--red);color:#fff}
.btn-outline-light{border:1px solid rgba(255,255,255,.70);background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(3px)}

.credential-bar{
  height:82px;
  background:linear-gradient(90deg,#052153,#02122d);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  padding:0 58px;
  color:#fff;
}
.credential-bar article{height:48px;display:flex;align-items:center;gap:17px;padding:0 26px;border-right:1px solid rgba(255,255,255,.27)}
.credential-bar article:last-child{border-right:0}
.credential-bar span{font-size:29px;color:var(--gold)}
.credential-bar b{font-size:15px;line-height:1.3}

.start-section{padding:28px 70px 12px}.section-title{text-align:center}.section-title h2{text-transform:uppercase;font-size:18px;letter-spacing:.04em;margin:0}.section-title i,.redline{display:block;width:35px;height:3px;background:var(--red);border-radius:4px;margin:11px auto 0}.start-grid{max-width:1100px;margin:23px auto 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:31px}.start-card{min-height:164px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:26px 32px 24px 116px;position:relative;box-shadow:0 8px 24px rgba(6,27,67,.045)}.circle{position:absolute;left:32px;top:29px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:34px}.start-card h3{font-size:20px;margin:0 0 10px}.start-card p{margin:0 0 13px;color:#45546d;font-size:14px;line-height:1.55}.start-card a{font-weight:900;font-size:14px}.start-card.blue{border-color:#cbd9f0}.blue .circle{background:var(--blue)}.start-card.blue h3,.start-card.blue a{color:var(--blue)}.start-card.green{border-color:#cce4d1}.green .circle{background:var(--green)}.start-card.green h3,.start-card.green a{color:var(--green)}.start-card.red{border-color:#f1cece}.red .circle{background:var(--red)}.start-card.red h3,.start-card.red a{color:var(--red)}

.featured-section{padding:0 70px 24px}.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:22px}.resource-card{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden;position:relative;box-shadow:0 9px 28px rgba(6,27,67,.05)}.resource-card img{height:132px;width:100%;object-fit:cover;display:block;border-bottom:1px solid var(--line)}.badge{
  position:absolute;
  top:110px;
  left:22px;
  width:48px;
  height:48px;
  border-radius:50%;
  border:5px solid #fff;
  display:grid;
  place-items:center;
  color:#fff;
  box-shadow:0 8px 18px rgba(6,27,67,.16);
  z-index:3;
}
.badge svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.badge.blue{background:var(--blue)}
.badge.green{background:var(--green)}
.badge.orange{background:var(--orange)}
.badge.purple{background:var(--purple)}.resource-card div{padding:34px 16px 18px}.resource-card h3{font-size:20px;line-height:1.08;margin:0 0 8px}.resource-card p{font-size:14px;line-height:1.45;color:#4b5a72;margin:0 0 10px}.resource-card a{color:var(--blue);font-size:14px;font-weight:900}

.two-column-section{display:grid;grid-template-columns:1fr 1fr;gap:21px;padding:0 70px 36px}.panel{border:1px solid var(--line);border-radius:5px;background:#fff;padding:23px 22px;box-shadow:0 10px 26px rgba(6,27,67,.04)}.panel h2{text-transform:uppercase;font-size:18px;letter-spacing:.03em;margin:0}.panel .redline{margin:9px 0 20px}.article-row{display:grid;grid-template-columns:150px 1fr auto;gap:18px;align-items:center;border-top:1px solid var(--line);padding:13px 0}.article-row.main{grid-template-columns:150px 1fr;border-top:0;padding-top:0}.article-row img{height:88px;width:100%;object-fit:cover;border-radius:5px}.article-row h3{font-size:17px;line-height:1.28;margin:0 0 7px}.article-row p{font-size:13px;line-height:1.42;color:#4e5d75;margin:0}.article-row a,.view-link,.event-row a{color:var(--blue);font-size:13px;font-weight:900}.event-row{display:grid;grid-template-columns:80px 1fr auto;gap:18px;align-items:center;border-top:1px solid var(--line);padding:17px 0}.event-row:first-of-type{border-top:0;padding-top:0}.event-row time{height:78px;width:78px;border:1px solid #f1d5d5;background:#fffaf9;border-radius:8px;color:var(--red);font-weight:900;text-align:center;display:flex;flex-direction:column;justify-content:center}.event-row time strong{font-size:28px}.event-row h3{font-size:15px;margin:0 0 7px}.event-row p{font-size:13px;line-height:1.48;color:#43526c;margin:0}

.newsletter{position:relative;min-height:120px;background:linear-gradient(90deg,#052153,#02122d);color:#fff;display:grid;grid-template-columns:70px 1fr 420px;gap:22px;align-items:center;padding:26px 70px;overflow:hidden}.mail{width:62px;height:62px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;font-size:31px}.newsletter h2{font-family:Georgia,serif;font-size:27px;margin:0 0 7px}.newsletter p{margin:0;color:#dfe8f7;font-size:14px}.newsletter form{display:grid;grid-template-columns:1fr 136px;z-index:2}.newsletter input{height:46px;border:0;border-radius:6px 0 0 6px;padding:0 17px}.newsletter button{border:0;background:var(--red);color:#fff;border-radius:0 6px 6px 0;font-weight:900}.newsletter img{position:absolute;right:28px;bottom:-5px;width:410px;opacity:.55}
footer{background:linear-gradient(90deg,#052153,#02122d);color:#fff;padding:34px 70px 18px;border-top:1px solid rgba(255,255,255,.14)}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .9fr 1fr;gap:45px}.footer-logo strong,.footer-logo b,.footer-logo em{color:#fff}footer p{color:#dce6f4;line-height:1.6;font-size:14px}.social{display:flex;gap:10px}.social span{width:28px;height:28px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-size:13px}footer h3{text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin:8px 0 18px}footer a{display:block;color:#dce6f4;font-size:14px;margin-bottom:11px}footer b{display:block;font-size:24px;margin-bottom:9px}.copyright{text-align:right;margin:16px 0 0;color:#c5d1e3;font-size:12px}







@media(max-width:1120px){
  nav{display:none}
  .final-approved-hero{
  height:560px;
  position:relative;
  overflow:hidden;
  background:url('assets/hero-proportional-1920.webp') center center/cover no-repeat;
}
.final-approved-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(3,19,47,.96) 0%,rgba(3,19,47,.91) 26%,rgba(3,19,47,.60) 46%,rgba(3,19,47,.16) 68%,rgba(3,19,47,0) 100%);
  pointer-events:none;
}
  .hero-dark-copy{
  position:relative;
  z-index:2;
  width:43%;
  min-width:560px;
  height:100%;
  padding-left:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
  h1{font-size:36px}
  .hero-buttons{flex-direction:column;align-items:flex-start}
  .credential-bar,.start-grid,.resource-grid,.two-column-section,.footer-grid{grid-template-columns:1fr}
}


/* Proportion fix override */
.final-approved-hero{
  height:560px !important;
  background-image:url('assets/hero-proportional-1920.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
}
@media(max-width:1120px){
  .final-approved-hero{height:560px !important;background-position:66% center !important;}
}
@media(max-width:700px){
  .final-approved-hero{height:620px !important;background-position:70% center !important;}
}




/* Sharp Featured Resources card update */
.resource-grid{
  align-items:stretch;
}

.resource-card{
  border:1px solid #dce5f1;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,27,67,.06);
}

.resource-card img{
  width:100%;
  height:190px;
  object-fit:cover;
  object-position:center;
  display:block;
  border-bottom:1px solid #e7edf6;
}

.resource-card div{
  padding:28px 28px 30px !important;
  display:grid;
  grid-template-columns:62px 1fr;
  column-gap:18px;
  align-items:start;
}

.resource-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  margin:0;
  box-shadow:none;
  border:0;
  grid-row:1 / span 3;
}

.resource-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.resource-icon.blue{background:var(--blue);}
.resource-icon.green{background:var(--green);}
.resource-icon.orange{background:var(--orange);}
.resource-icon.purple{background:var(--purple);}

.resource-card h3{
  margin:0 0 16px !important;
  font-size:24px;
  line-height:1.16;
  color:var(--navy);
}

.resource-card p{
  margin:0 0 42px !important;
  color:#536177;
  font-size:16px;
  line-height:1.55;
}

.resource-card a{
  font-weight:900;
  color:var(--blue);
  font-size:15px;
}

@media(max-width:700px){
  .resource-card div{
    grid-template-columns:52px 1fr;
    column-gap:14px;
    padding:22px !important;
  }
  .resource-icon{
    width:46px;
    height:46px;
  }
  .resource-icon svg{
    width:23px;
    height:23px;
  }
}


/* Balanced Featured Resources sizing */
.resource-card{
  min-height:520px !important;
}

.resource-card img{
  height:165px !important;
}

.resource-card div{
  padding:20px 20px 22px !important;
  grid-template-columns:52px 1fr !important;
  column-gap:14px !important;
}

.resource-icon{
  width:46px !important;
  height:46px !important;
}

.resource-icon svg{
  width:22px !important;
  height:22px !important;
}

.resource-card h3{
  font-size:18px !important;
  line-height:1.2 !important;
  margin:0 0 10px !important;
}

.resource-card p{
  font-size:14px !important;
  line-height:1.5 !important;
  margin:0 0 18px !important;
}

.resource-card a{
  font-size:14px !important;
}


/* Tighten Featured Resources cards */
.resource-card{
  min-height: auto !important;
  height: auto !important;
}

.resource-card div{
  padding-bottom: 18px !important;
}

.resource-card p{
  margin-bottom: 12px !important;
}

.resource-card a{
  display:inline-block;
  margin-bottom:0 !important;
}

.resource-grid{
  align-items:start !important;
}


/* Latest Articles thumbnail fix */
.article-row img{
  width:150px !important;
  height:88px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:8px !important;
  display:block !important;
  background:#eef3f8 !important;
}

.article-row.main img{
  width:150px !important;
  height:88px !important;
}

.latest .article-row{
  min-height:108px;
}

@media(max-width:700px){
  .article-row img,
  .article-row.main img{
    width:100% !important;
    height:160px !important;
  }
}


/* Hero CTA icon fix */
.btn-icon{
  width:20px;
  height:20px;
  margin-right:10px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

.btn{
  gap:0;
}


/* Final Resources nav chevron fix */
nav a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  line-height: 1 !important;
}

.nav-chevron {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 1px;
}


/* Navigation consistency fix: no dropdown caret on Resources */
.nav-chevron {
  display: none !important;
}


/* Replace Upcoming Events with Success Stories */
.testimonials{
  background:#fff;
}

.testimonials h2{
  text-transform:uppercase;
  font-size:18px;
  letter-spacing:.03em;
  margin:0;
  color:var(--navy);
}

.testimonial-card{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  padding:18px 0;
  border-top:1px solid var(--line);
}

.testimonial-card:first-of-type{
  border-top:0;
  padding-top:0;
}

.avatar{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--navy),#123a76);
  color:#fff;
  font-weight:900;
  font-size:15px;
  letter-spacing:.03em;
}

.quote{
  margin:0 0 12px;
  color:#31405b;
  font-size:14px;
  line-height:1.55;
}

.person strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  margin-bottom:2px;
}

.person span{
  display:block;
  color:#65728a;
  font-size:13px;
}

.testimonials .view-link{
  display:inline-block;
  margin-top:4px;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
}

@media(max-width:700px){
  .testimonial-card{
    grid-template-columns:46px 1fr;
    gap:14px;
  }
  .avatar{
    width:46px;
    height:46px;
    font-size:13px;
  }
}


/* Dedicated My Journey page */
.journey-hero{
  min-height:430px;
  display:flex;
  align-items:center;
  padding:70px 70px;
  background:
    linear-gradient(90deg,rgba(3,19,47,.96),rgba(3,19,47,.82),rgba(3,19,47,.55)),
    url('assets/hero-proportional-1920.webp') center center/cover no-repeat;
  color:#fff;
}

.journey-hero > div{
  max-width:780px;
}

.journey-hero h1{
  font-size:58px;
  max-width:780px;
  color:#fff;
}

.journey-hero p:not(.eyebrow){
  max-width:700px;
  color:#f4f7ff;
  font-size:18px;
  line-height:1.7;
}

.journey-intro-section{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  padding:56px 70px;
  background:#fff;
}

.journey-intro-card,
.journey-impact-card{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,27,67,.05);
}

.journey-intro-card{
  padding:38px 42px;
}

.journey-intro-card h2,
.journey-cta h2{
  font-family:Georgia,serif;
  font-size:38px;
  line-height:1.15;
  color:var(--navy);
  margin:0 0 18px;
}

.journey-intro-card p{
  color:#44536b;
  font-size:16px;
  line-height:1.75;
}

.journey-impact-card{
  padding:34px 34px;
  background:linear-gradient(135deg,#f8fbff,#fff);
}

.journey-impact-card h3{
  font-family:Georgia,serif;
  font-size:26px;
  margin:0 0 18px;
  color:var(--navy);
}

.journey-impact-card ul{
  margin:0;
  padding-left:20px;
  color:#40506a;
  line-height:1.75;
  font-size:15px;
}

.journey-timeline-page{
  padding:60px 70px;
  background:#f7f9fc;
}

.journey-step{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:28px;
  max-width:980px;
  margin:0 auto 22px;
  padding:28px 32px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.journey-step .year{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  font-weight:900;
  font-size:20px;
}

.journey-step h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:22px;
}

.journey-step p{
  margin:0;
  color:#45546d;
  line-height:1.7;
  font-size:15px;
}

.journey-beliefs{
  padding:56px 70px;
  background:#fff;
}

.belief-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:28px;
}

.belief-grid article{
  border:1px solid var(--line);
  border-radius:14px;
  padding:28px;
  background:#fff;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.belief-grid h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:21px;
  line-height:1.25;
}

.belief-grid p{
  margin:0;
  color:#536177;
  line-height:1.65;
}

.journey-cta{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:center;
  padding:54px 70px;
  background:linear-gradient(90deg,#f8fbff,#fff);
  border-top:1px solid var(--line);
}

.journey-cta p:not(.eyebrow){
  max-width:760px;
  color:#44536b;
  line-height:1.7;
  font-size:16px;
}

@media(max-width:900px){
  .journey-intro-section,
  .belief-grid{
    grid-template-columns:1fr;
  }
  .journey-cta{
    display:block;
  }
  .journey-cta .btn{
    margin-top:20px;
  }
}

@media(max-width:700px){
  .journey-hero,
  .journey-intro-section,
  .journey-timeline-page,
  .journey-beliefs,
  .journey-cta{
    padding-left:24px;
    padding-right:24px;
  }
  .journey-hero h1{
    font-size:38px;
  }
  .journey-step{
    grid-template-columns:1fr;
    padding:24px;
  }
}


/* About Adrian page */
.about-adrian-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  padding:72px 70px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(3,19,47,.96),rgba(3,19,47,.88) 34%,rgba(3,19,47,.42) 66%,rgba(3,19,47,.16)),
    url('assets/hero-proportional-1920.webp') center center/cover no-repeat;
}

.about-adrian-hero-copy{
  max-width:840px;
}

.about-adrian-hero h1{
  font-family:Georgia,serif;
  font-size:58px;
  line-height:1.04;
  max-width:820px;
  color:#fff;
  margin:0 0 20px;
}

.about-adrian-hero p:not(.eyebrow){
  max-width:720px;
  color:#f4f7ff;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.about-hero-actions{
  display:flex;
  gap:16px;
  margin-top:28px;
}

.about-signature{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:30px;
  padding:62px 70px;
  background:#fff;
}

.about-signature-copy,
.about-fact-card,
.mentee-mentor,
.why-arrive{
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,27,67,.05);
}

.about-signature-copy{
  padding:42px 46px;
}

.about-signature h2,
.mentee-mentor h2,
.why-arrive h2{
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:40px;
  line-height:1.16;
  margin:0 0 18px;
}

.about-signature p,
.mentee-mentor p,
.why-arrive p{
  color:#43526c;
  font-size:16px;
  line-height:1.76;
}

.about-fact-card{
  padding:36px 34px;
  background:linear-gradient(135deg,#f8fbff,#fff);
}

.about-fact-card h3{
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:28px;
  margin:0 0 20px;
}

.about-fact-card ul{
  margin:0;
  padding-left:20px;
  color:#40506a;
  line-height:1.75;
  font-size:15px;
}

.about-story-band,
.career-timeline,
.beyond-work{
  padding:62px 70px;
  background:#f7f9fc;
}

.story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:28px;
}

.story-grid article,
.beyond-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  padding:28px;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.story-grid span{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  font-weight:900;
  margin-bottom:16px;
}

.story-grid h3,
.beyond-grid h3{
  color:var(--navy);
  font-size:22px;
  line-height:1.24;
  margin:0 0 12px;
}

.story-grid p,
.beyond-grid p{
  color:#536177;
  line-height:1.65;
  margin:0;
}

.career-timeline{
  background:#fff;
}

.timeline-line{
  max-width:1040px;
  margin:30px auto 0;
  display:grid;
  gap:16px;
}

.timeline-line article{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:26px;
  padding:24px 28px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.timeline-line strong{
  color:var(--navy);
  font-size:18px;
}

.timeline-line p{
  margin:0;
  color:#4b5a72;
  line-height:1.65;
}

.about-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:linear-gradient(90deg,#052153,#02122d);
  color:#fff;
}

.about-metrics article{
  padding:34px 28px;
  border-right:1px solid rgba(255,255,255,.18);
}

.about-metrics article:last-child{
  border-right:0;
}

.about-metrics strong{
  display:block;
  font-family:Georgia,serif;
  color:#fff;
  font-size:38px;
  margin-bottom:8px;
}

.about-metrics span{
  display:block;
  color:#dfe8f7;
  line-height:1.45;
  font-size:14px;
}

.mentee-mentor{
  margin:62px 70px;
  padding:42px 46px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
  align-items:center;
}

.mentee-mentor blockquote{
  margin:0;
  padding:32px;
  border-left:5px solid var(--red);
  background:#f8fbff;
  border-radius:12px;
  font-family:Georgia,serif;
  font-size:26px;
  line-height:1.45;
  color:var(--navy);
}

.beyond-work{
  background:#fff;
}

.beyond-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:28px;
}

.beyond-icon{
  font-size:34px;
  margin-bottom:14px;
}

.why-arrive{
  margin:0 70px 64px;
  padding:42px 46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:34px;
  background:linear-gradient(90deg,#f8fbff,#fff);
}

.why-arrive div{
  max-width:840px;
}

@media(max-width:1000px){
  .about-signature,
  .story-grid,
  .mentee-mentor,
  .beyond-grid,
  .about-metrics{
    grid-template-columns:1fr;
  }
  .timeline-line article{
    grid-template-columns:1fr;
  }
  .why-arrive{
    display:block;
  }
  .why-arrive .btn{
    margin-top:20px;
  }
}

@media(max-width:700px){
  .about-adrian-hero,
  .about-signature,
  .about-story-band,
  .career-timeline,
  .beyond-work,
  .mentee-mentor,
  .why-arrive{
    padding-left:24px;
    padding-right:24px;
    margin-left:0;
    margin-right:0;
  }

  .about-adrian-hero h1{
    font-size:38px;
  }

  .about-hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .about-signature h2,
  .mentee-mentor h2,
  .why-arrive h2{
    font-size:32px;
  }
}


/* Curated Resource Platform Updates */
.recognition-section{
  padding:56px 70px;
  background:#fff;
  border-top:1px solid var(--line);
}

.recognition-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:28px;
}

.recognition-grid article{
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  padding:26px;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.recognition-grid span{
  display:block;
  font-size:34px;
  margin-bottom:14px;
}

.recognition-grid h3{
  color:var(--navy);
  margin:0 0 10px;
  font-size:20px;
  line-height:1.2;
}

.recognition-grid p{
  color:#536177;
  line-height:1.55;
  font-size:14px;
  margin:0 0 14px;
}

.recognition-grid a{
  color:var(--blue);
  font-weight:900;
  font-size:13px;
}

.resource-center-cta{
  text-align:center;
  margin-top:28px;
}

.resource-hero{
  min-height:360px;
  display:flex;
  align-items:center;
  padding:70px 70px;
  background:
    linear-gradient(90deg,rgba(3,19,47,.96),rgba(3,19,47,.86) 45%,rgba(3,19,47,.44)),
    url('assets/hero-proportional-1920.webp') center center/cover no-repeat;
  color:#fff;
}

.resource-hero > div{
  max-width:840px;
}

.resource-hero h1{
  font-family:Georgia,serif;
  color:#fff;
  font-size:58px;
  line-height:1.04;
  margin:0 0 18px;
}

.resource-hero p:not(.eyebrow){
  color:#f4f7ff;
  font-size:18px;
  line-height:1.7;
  max-width:760px;
  margin:0;
}

.resource-page-layout{
  display:grid;
  grid-template-columns:1fr 330px;
  gap:32px;
  padding:58px 70px;
  background:#fff;
}

.resource-main article{
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  padding:34px 38px;
  margin-bottom:22px;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.resource-main h2{
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:30px;
  line-height:1.18;
  margin:0 0 14px;
}

.resource-main p,
.resource-main li{
  color:#43526c;
  font-size:16px;
  line-height:1.72;
}

.resource-main a{
  color:var(--blue);
  font-weight:800;
}

.source-note{
  border-left:5px solid var(--red);
  background:#f8fbff;
  padding:20px 22px;
  border-radius:10px;
  color:#40506a;
  line-height:1.6;
  margin:26px 0;
}

.resource-side{
  align-self:start;
  position:sticky;
  top:110px;
  border:1px solid var(--line);
  border-radius:15px;
  padding:24px;
  background:linear-gradient(135deg,#f8fbff,#fff);
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.resource-side h3{
  margin:0 0 16px;
  color:var(--navy);
  font-size:20px;
}

.resource-side a{
  display:block;
  padding:12px 0;
  border-top:1px solid var(--line);
  color:var(--blue);
  font-weight:900;
  line-height:1.35;
}

.resource-side a:first-of-type{
  border-top:0;
}

.resource-final-cta{
  margin-top:26px;
}

.resources-landing{
  padding:58px 70px;
  background:#fff;
}

.resources-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.resources-card-grid article{
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  padding:28px;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.resources-card-grid h2{
  color:var(--navy);
  margin:0 0 12px;
  font-size:24px;
  line-height:1.16;
}

.resources-card-grid p{
  color:#536177;
  line-height:1.6;
  margin:0 0 18px;
}

.resources-card-grid a{
  color:var(--blue);
  font-weight:900;
}

.triec-trust-band{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:34px;
  margin:0 70px 60px;
  padding:38px 42px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(90deg,#f8fbff,#fff);
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.triec-trust-band h2{
  font-family:Georgia,serif;
  font-size:34px;
  color:var(--navy);
  margin:0 0 12px;
}

.triec-trust-band p:not(.eyebrow){
  color:#43526c;
  line-height:1.7;
  max-width:820px;
  margin:0;
}

@media(max-width:1000px){
  .recognition-grid,
  .resource-page-layout,
  .resources-card-grid{
    grid-template-columns:1fr;
  }
  .resource-side{
    position:static;
  }
  .triec-trust-band{
    display:block;
  }
  .triec-trust-band .btn{
    margin-top:22px;
  }
}

@media(max-width:700px){
  .recognition-section,
  .resource-hero,
  .resource-page-layout,
  .resources-landing,
  .triec-trust-band{
    padding-left:24px;
    padding-right:24px;
    margin-left:0;
    margin-right:0;
  }
  .resource-hero h1{
    font-size:38px;
  }
  .resource-main article{
    padding:26px 24px;
  }
}


/* SEO/GEO content additions */
.geo-answer-box{
  margin:42px 70px 0;
  padding:30px 34px;
  border:1px solid var(--line);
  border-left:5px solid var(--red);
  border-radius:14px;
  background:#f8fbff;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}
.geo-answer-box h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:26px;
  line-height:1.2;
}
.geo-answer-box p{
  margin:0;
  color:#43526c;
  line-height:1.7;
  font-size:16px;
}
.related-resources{
  border:1px solid var(--line);
  border-radius:15px;
  padding:28px;
  margin:26px 0;
  background:#fff;
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}
.related-resources h2{
  margin:0 0 16px;
  font-size:24px;
}
.related-resources a{
  display:inline-block;
  margin:6px 10px 6px 0;
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#f8fbff;
  color:var(--blue);
  font-weight:900;
  font-size:13px;
}
.journal-promo{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  margin:0 70px 50px;
  padding:38px 42px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(90deg,#f8fbff,#fff);
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}
.journal-promo h2{
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:34px;
  margin:0 0 12px;
}
.journal-promo p:not(.eyebrow){
  color:#43526c;
  line-height:1.7;
  margin:0;
  max-width:820px;
}
@media(max-width:700px){
  .geo-answer-box,
  .journal-promo{
    margin-left:24px;
    margin-right:24px;
    padding:24px;
  }
  .journal-promo{
    display:block;
  }
  .journal-promo .btn{
    margin-top:20px;
  }
}


/* Final mailto/contact conversion */
.newsletter-email-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:7px;
  background:var(--red);
  color:#fff !important;
  font-weight:900;
  text-decoration:none;
  position:relative;
  z-index:2;
}

.direct-contact-section,
.about-contact-section {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:34px;
  margin:0 70px 64px;
  padding:42px 46px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(90deg,#f8fbff,#fff);
  box-shadow:0 8px 24px rgba(6,27,67,.04);
}

.direct-contact-section h2,
.about-contact-section h2 {
  font-family:Georgia,serif;
  font-size:34px;
  color:var(--navy);
  margin:0 0 12px;
}

.direct-contact-section p:not(.eyebrow),
.about-contact-section p:not(.eyebrow) {
  margin:0;
  max-width:780px;
  color:#43526c;
  line-height:1.7;
}

.footer-email-strip {
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  color:#dce6f4;
  font-size:14px;
}

.footer-email-strip a {
  display:inline-block;
  margin-left:8px;
  color:#fff;
  font-weight:900;
}

@media(max-width:700px){
  .direct-contact-section,
  .about-contact-section {
    display:block;
    margin-left:24px;
    margin-right:24px;
    padding:28px 24px;
  }
  .direct-contact-section .btn,
  .about-contact-section .btn {
    margin-top:20px;
  }
}


/* Entity-safe positioning sections */
.entity-safe-intro,
.entity-safe-home {
  margin: 0 70px 42px;
  padding: 32px 38px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(90deg,#f8fbff,#fff);
  box-shadow: 0 8px 24px rgba(6,27,67,.04);
}

.entity-safe-intro h2 {
  font-family: Georgia,serif;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 14px;
}

.entity-safe-intro p,
.entity-safe-home p {
  color: #43526c;
  line-height: 1.7;
  font-size: 16px;
  margin: 0 0 12px;
}

.entity-safe-home {
  margin-top: 34px;
}

.entity-links {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.entity-links a {
  display:inline-flex;
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--blue);
  background:#fff;
  font-weight:900;
  font-size:13px;
}

@media(max-width:700px){
  .entity-safe-intro,
  .entity-safe-home{
    margin-left:24px;
    margin-right:24px;
    padding:24px;
  }
}


/* =========================================================
   Final Mobile / Core Web Vitals Optimization
   ========================================================= */

html{
  scroll-behavior:smooth;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

body{
  overflow-x:hidden;
}

/* Faster rendering for below-fold content */
.featured-section,
.two-column-section,
.recognition-section,
.resources-landing,
.resource-page-layout,
.about-story-band,
.career-timeline,
.beyond-work,
.newsletter,
.direct-contact-section,
.about-contact-section,
footer{
  content-visibility:auto;
  contain-intrinsic-size: 1px 700px;
}

/* Prevent image layout shift */
img{
  max-width:100%;
  height:auto;
}

/* Header mobile cleanup */
@media(max-width:900px){
  .site-header{
    position:relative !important;
    height:auto !important;
    padding:14px 20px !important;
    flex-wrap:wrap;
    gap:12px;
  }

  .logo strong{
    font-size:24px !important;
  }

  .logo b{
    font-size:16px !important;
  }

  .logo em{
    font-size:10px !important;
  }

  .leaf{
    font-size:32px !important;
  }

  .site-header nav{
    order:3;
    width:100%;
    display:flex !important;
    overflow-x:auto;
    gap:18px !important;
    padding:8px 0 2px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .site-header nav::-webkit-scrollbar{
    display:none;
  }

  .site-header nav a{
    height:auto !important;
    white-space:nowrap;
    font-size:13px;
    padding:8px 0;
  }

  nav a.active:after{
    bottom:2px !important;
  }

  .header-actions{
    margin-left:auto;
    gap:10px;
  }

  .search{
    display:none;
  }

  .cta{
    padding:11px 14px !important;
    font-size:13px;
  }
}

/* Hero mobile performance + readability */
@media(max-width:900px){
  .final-approved-hero{
    height:620px !important;
    background-position:68% center !important;
  }

  .hero-dark-copy{
    width:100% !important;
    min-width:0 !important;
    padding:38px 24px !important;
    justify-content:center;
  }

  .final-approved-hero:before{
    background:linear-gradient(90deg,rgba(3,19,47,.92),rgba(3,19,47,.80),rgba(3,19,47,.58)) !important;
  }

  .hero-dark-copy h1,
  h1{
    font-size:36px !important;
    line-height:1.08 !important;
    letter-spacing:-.03em !important;
    max-width:92vw !important;
  }

  .hero-dark-copy p:not(.eyebrow){
    font-size:15px !important;
    line-height:1.58 !important;
    max-width:92vw !important;
  }

  .hero-buttons{
    flex-direction:column;
    align-items:flex-start;
    gap:12px !important;
  }

  .btn{
    min-height:44px;
  }
}

@media(max-width:480px){
  .final-approved-hero{
    height:650px !important;
    background-position:72% center !important;
  }

  .hero-dark-copy h1,
  h1{
    font-size:32px !important;
  }

  .eyebrow{
    font-size:12px !important;
  }
}

/* Trust bar mobile */
@media(max-width:900px){
  .credential-bar{
    grid-template-columns:1fr !important;
    height:auto !important;
    padding:16px 24px !important;
  }

  .credential-bar article{
    height:auto !important;
    min-height:48px;
    padding:10px 0 !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .credential-bar article:last-child{
    border-bottom:0 !important;
  }
}

/* Cards and page sections mobile */
@media(max-width:900px){
  .start-section,
  .featured-section,
  .two-column-section,
  .recognition-section,
  .resources-landing,
  .resource-page-layout,
  .about-signature,
  .about-story-band,
  .career-timeline,
  .beyond-work,
  .mentee-mentor,
  .why-arrive,
  .newsletter,
  .direct-contact-section,
  .about-contact-section,
  footer{
    padding-left:24px !important;
    padding-right:24px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .start-grid,
  .resource-grid,
  .recognition-grid,
  .resources-card-grid,
  .two-column-section,
  .story-grid,
  .belief-grid,
  .beyond-grid,
  .about-metrics,
  .resource-page-layout{
    grid-template-columns:1fr !important;
  }

  .resource-card img{
    height:170px !important;
  }

  .resource-card div{
    grid-template-columns:48px 1fr !important;
    column-gap:14px !important;
    padding:20px !important;
  }

  .resource-icon{
    width:44px !important;
    height:44px !important;
  }

  .resource-card h3{
    font-size:19px !important;
  }

  .panel,
  .resource-main article,
  .resources-card-grid article,
  .recognition-grid article,
  .story-grid article{
    padding:22px !important;
  }

  .article-row,
  .article-row.main,
  .event-row,
  .testimonial-card{
    grid-template-columns:1fr !important;
  }

  .article-row img,
  .article-row.main img{
    width:100% !important;
    height:165px !important;
  }

  .newsletter{
    display:block !important;
  }

  .newsletter .mail{
    margin-bottom:16px;
  }

  .newsletter-email-cta,
  .newsletter button{
    margin-top:16px;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
}

/* Optimize resource pages on mobile */
@media(max-width:900px){
  .resource-hero,
  .about-adrian-hero,
  .journey-hero{
    min-height:420px !important;
    padding:54px 24px !important;
  }

  .resource-hero h1,
  .about-adrian-hero h1,
  .journey-hero h1{
    font-size:36px !important;
  }

  .resource-side{
    position:static !important;
  }

  .timeline-line article{
    grid-template-columns:1fr !important;
  }

  .triec-trust-band,
  .journal-promo,
  .geo-answer-box,
  .entity-safe-intro,
  .entity-safe-home{
    margin-left:24px !important;
    margin-right:24px !important;
    padding:24px !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
  }
}


/* =========================================================
   Mobile-only hero image optimization
   Keeps desktop unchanged.
   Improves homepage and About Adrian mobile hero crop to match
   the cleaner Resources mobile hero treatment.
   ========================================================= */
@media(max-width:900px){

  /* Homepage hero: cleaner crop and stronger text overlay */
  .final-approved-hero{
    height:560px !important;
    background-image:url('assets/hero-proportional-1920.jpg') !important;
    background-size:cover !important;
    background-position:62% center !important;
  }

  .final-approved-hero:before{
    background:linear-gradient(
      90deg,
      rgba(3,19,47,.96) 0%,
      rgba(3,19,47,.90) 42%,
      rgba(3,19,47,.66) 70%,
      rgba(3,19,47,.42) 100%
    ) !important;
  }

  .hero-dark-copy{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding:38px 24px !important;
    justify-content:center !important;
  }

  .hero-dark-copy h1{
    max-width:94vw !important;
    font-size:36px !important;
    line-height:1.08 !important;
  }

  .hero-dark-copy p:not(.eyebrow){
    max-width:94vw !important;
    font-size:15.5px !important;
    line-height:1.58 !important;
  }

  /* About Adrian hero: match Resources page mobile readability/crop */
  .about-adrian-hero{
    min-height:520px !important;
    background-image:
      linear-gradient(
        90deg,
        rgba(3,19,47,.96),
        rgba(3,19,47,.88) 46%,
        rgba(3,19,47,.66) 76%,
        rgba(3,19,47,.42)
      ),
      url('assets/hero-proportional-1920.jpg') !important;
    background-size:cover !important;
    background-position:62% center !important;
    padding:52px 24px !important;
  }

  .about-adrian-hero-copy{
    max-width:100% !important;
  }

  .about-adrian-hero h1{
    font-size:36px !important;
    line-height:1.08 !important;
    max-width:94vw !important;
  }

  .about-adrian-hero p:not(.eyebrow){
    max-width:94vw !important;
    font-size:15.5px !important;
    line-height:1.6 !important;
  }
}

@media(max-width:480px){

  .final-approved-hero{
    height:590px !important;
    background-position:64% center !important;
  }

  .about-adrian-hero{
    min-height:560px !important;
    background-position:64% center !important;
  }

  .hero-dark-copy h1,
  .about-adrian-hero h1{
    font-size:32px !important;
  }
}
