/* =========================================================
   EDWARD C. GUERRA
   CV / ABOUT PAGE
   Crane Risk Authority
   ========================================================= */


/* =========================================================
   GLOBAL CV
   ========================================================= */

.cv-page {
  overflow: hidden;
  background: var(--white);
}

.cv-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 14px;

  color: var(--gold-dark);

  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;

  text-transform: uppercase;
}

.section-intro {
  max-width: 850px;
  margin-bottom: 52px;
}

.section-intro.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro h2 {
  margin: 0;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 400;
  line-height: 1.25;
}

.section-description {
  max-width: 720px;
  margin: 18px auto 0;

  color: var(--muted);
  font-size: .98rem;
}


/* =========================================================
   CV HERO
   ========================================================= */

.cv-hero {
  position: relative;

  padding: 40px 10px;

  background:
    linear-gradient(
      110deg,
      var(--navy-dark) 0%,
      var(--navy) 62%,
      #214866 100%
    );

  color: var(--white);

  border-bottom: 4px solid var(--gold);
}

.cv-hero::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 43%;

  background:
    linear-gradient(
      90deg,
      rgba(16,36,55,0),
      rgba(183,146,74,.10)
    );

  pointer-events: none;
}

.cv-hero-inner {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 360px;

  align-items: center;
  gap: 80px;
}

.cv-eyebrow {
  margin: 0 0 20px;

  color: var(--gold-light);

  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .23em;

  text-transform: uppercase;
}

.cv-hero h1 {
  margin: 0;

  color: var(--white);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.5rem, 7vw, 6.3rem);
  font-weight: 400;
  line-height: .98;
}

.cv-hero h1 span {
  color: var(--gold-light);
}

.cv-title {
  margin: 28px 0 7px;

  color: rgba(255,255,255,.93);

  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.cv-location {
  margin: 0;

  color: #BFCBD5;

  font-size: .86rem;
}


/* =========================================================
   HERO CONTACT CARD
   ========================================================= */

.cv-contact-card {
  padding: 34px 34px 32px;

  background: rgba(255,255,255,.06);

  border: 1px solid rgba(255,255,255,.18);
  border-top: 3px solid var(--gold);

  box-shadow: 0 20px 50px rgba(0,0,0,.20);

  backdrop-filter: blur(5px);
}

.contact-card-label {
  margin-bottom: 18px;

  color: var(--gold-light);

  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .2em;

  text-transform: uppercase;
}

.cv-contact-card > a:not(.cv-hero-button) {
  display: block;

  margin: 9px 0;

  color: var(--white);

  font-size: .88rem;

  overflow-wrap: anywhere;

  transition: color .2s ease;
}

.cv-contact-card > a:not(.cv-hero-button):hover {
  color: var(--gold-light);
}

.contact-card-rule {
  height: 1px;
  margin: 25px 0 22px;

  background: rgba(255,255,255,.16);
}

.cv-hero-button {
  display: inline-flex;

  min-height: 48px;

  align-items: center;
  justify-content: center;

  padding: 0 22px;

  background: var(--gold);

  color: var(--navy-dark);

  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .15em;

  text-transform: uppercase;

  transition:
    background-color .2s ease,
    color .2s ease;
}

.cv-hero-button:hover {
  background: var(--gold-light);
}


/* =========================================================
   CV QUICK NAV
   ========================================================= */

.cv-nav {
  position: sticky;
  top: 0;
  z-index: 40;

  background: rgba(255,255,255,.96);

  border-bottom: 1px solid #DDD8CF;

  box-shadow: 0 4px 18px rgba(0,0,0,.05);

  backdrop-filter: blur(10px);
}

.cv-nav-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 58px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.cv-nav a {
  position: relative;

  padding: 20px 0 18px;

  color: #62676C;

  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;

  text-transform: uppercase;

  transition: color .2s ease;
}

.cv-nav a::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 2px;

  background: var(--gold);

  transform: scaleX(0);
  transform-origin: center;

  transition: transform .2s ease;
}

.cv-nav a:hover {
  color: var(--navy);
}

.cv-nav a:hover::after {
  transform: scaleX(1);
}


/* =========================================================
   SUMMARY
   ========================================================= */

.summary-section {
  padding: 88px 24px 94px;

  background: var(--white);
}

.summary-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;

  align-items: start;
}

.summary-lead {
  max-width: 780px;
}

.summary-lead p {
  margin: 0 0 22px;

  color: var(--muted);

  font-size: 1rem;
  line-height: 1.85;
}

.summary-lead p:first-child {
  color: var(--text);

  font-size: 1.12rem;
  line-height: 1.8;
}

.summary-lead strong {
  color: var(--navy);
}

.summary-facts {
  border-top: 3px solid var(--gold);
}

.fact {
  padding: 23px 0;

  display: flex;
  flex-direction: column;

  border-bottom: 1px solid #DDD8CF;
}

.fact-number {
  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 2rem;
  line-height: 1.1;
}

.fact-label {
  margin-top: 7px;

  color: var(--muted);

  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
}


/* =========================================================
   EXPERTISE
   ========================================================= */

.expertise-section {
  padding: 92px 24px 105px;

  background: var(--warm-white);

  border-top: 1px solid #E4DED2;
  border-bottom: 1px solid #E4DED2;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.expertise-card {
  position: relative;

  min-height: 365px;

  padding: 32px 27px 30px;

  background: var(--white);

  border-top: 4px solid var(--gold);

  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.card-number {
  margin-bottom: 25px;

  color: var(--gold);

  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.expertise-card h3 {
  margin: 0 0 21px;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

.expertise-card ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.expertise-card li {
  position: relative;

  padding: 8px 0 8px 16px;

  color: var(--muted);

  font-size: .78rem;
  line-height: 1.5;

  border-bottom: 1px solid #ECE8E1;
}

.expertise-card li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 15px;

  width: 5px;
  height: 5px;

  background: var(--gold);

  border-radius: 50%;
}


/* =========================================================
   PROJECT EXPERIENCE
   ========================================================= */

.projects-section {
  padding: 92px 24px 100px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;

  border-top: 1px solid #DCD7CF;
  border-left: 1px solid #DCD7CF;
}

.project-item {
  min-height: 78px;

  padding: 20px 22px;

  display: flex;
  align-items: center;

  background: var(--white);

  color: #50565B;

  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;

  border-right: 1px solid #DCD7CF;
  border-bottom: 1px solid #DCD7CF;

  transition:
    background-color .2s ease,
    color .2s ease;
}

.project-item:hover {
  background: var(--navy);
  color: var(--white);
}

.specialized-lifts {
  margin-top: 55px;
  padding: 38px 42px;

  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 55px;

  background: var(--off-white);

  border-left: 4px solid var(--gold);
}

.specialized-lifts h3 {
  margin: 0;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.4;
}

.specialized-lifts ul {
  margin: 0;
  padding: 0;

  columns: 2;
  column-gap: 45px;

  list-style: none;
}

.specialized-lifts li {
  position: relative;

  margin-bottom: 12px;
  padding-left: 18px;

  color: var(--muted);

  font-size: .79rem;
  line-height: 1.55;

  break-inside: avoid;
}

.specialized-lifts li::before {
  content: "";

  position: absolute;

  left: 0;
  top: .6em;

  width: 6px;
  height: 6px;

  background: var(--gold);

  border-radius: 50%;
}


/* =========================================================
   PROFESSIONAL EXPERIENCE / TIMELINE
   ========================================================= */

.experience-section {
  padding: 95px 24px 105px;

  background: var(--warm-white);

  border-top: 1px solid #E4DED2;
}

.timeline {
  position: relative;

  max-width: 1000px;
  margin: 0 auto;
}

.timeline::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 158px;

  width: 1px;

  background: #D7D0C4;
}

.timeline-item {
  position: relative;

  display: grid;
  grid-template-columns: 125px 1fr;

  gap: 65px;

  padding: 0 0 55px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;

  left: 153px;
  top: 5px;

  width: 11px;
  height: 11px;

  background: var(--white);

  border: 3px solid var(--gold);

  border-radius: 50%;

  box-sizing: border-box;
}

.timeline-item.current .timeline-marker {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(183,146,74,.13);
}

.timeline-date {
  padding-top: 0;

  color: var(--gold-dark);

  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;

  text-align: right;
}

.timeline-content {
  padding: 0 0 0 5px;
}

.timeline-company {
  margin: 0 0 7px;

  color: var(--gold-dark);

  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;

  text-transform: uppercase;
}

.timeline-content h3 {
  margin: 0;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.35;
}

.timeline-location {
  margin: 5px 0 16px;

  color: #858A8E;

  font-size: .75rem;
  font-weight: 600;
}

.timeline-content > p:not(.timeline-company):not(.timeline-location):not(.timeline-note) {
  max-width: 760px;

  margin: 0;

  color: var(--muted);

  font-size: .86rem;
  line-height: 1.8;
}

.timeline-note {
  margin: 7px 0 15px;

  color: #777D81;

  font-size: .75rem;
  font-style: italic;
}

.responsibility-list {
  display: flex;
  flex-wrap: wrap;

  gap: 7px;

  margin-top: 22px;
}

.responsibility-list span {
  padding: 6px 9px;

  background: var(--white);

  color: #5D6267;

  border: 1px solid #DDD8CF;

  font-size: .63rem;
  font-weight: 600;
}

.concurrent-role {
  margin-top: 24px;
  padding: 20px 22px;

  background: var(--white);

  border-left: 3px solid var(--gold);
}

.concurrent-role strong {
  color: var(--navy);

  font-size: .76rem;
}

.concurrent-role > span {
  margin-left: 8px;

  color: var(--gold-dark);

  font-size: .7rem;
  font-weight: 700;
}

.concurrent-role p {
  margin: 10px 0 0;

  color: var(--muted);

  font-size: .8rem;
  line-height: 1.7;
}


/* =========================================================
   INSTRUCTION
   ========================================================= */

.instruction-section {
  padding: 88px 24px;

  background: var(--navy);

  color: var(--white);

  border-top: 4px solid var(--gold);
}

.instruction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.instruction-section .section-kicker {
  color: var(--gold-light);
}

.instruction-section h2 {
  margin: 0 0 25px;

  color: var(--white);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.25;
}

.instruction-section p:not(.section-kicker) {
  color: #D4DDE5;

  font-size: .88rem;
  line-height: 1.8;
}

.instruction-list {
  padding: 30px 32px;

  background: rgba(255,255,255,.055);

  border: 1px solid rgba(255,255,255,.13);
}

.instruction-list h3 {
  margin: 0 0 22px;

  color: var(--gold-light);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.instruction-list ul {
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;

  list-style: none;
}

.instruction-list li {
  padding: 10px 0;

  color: #D5DDE4;

  font-size: .72rem;

  border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   CREDENTIALS
   ========================================================= */

.credentials-section {
  padding: 95px 24px 105px;

  background: var(--white);
}

.credentials-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;

  align-items: start;
}

.credential-card {
  padding: 34px 32px;

  background: var(--warm-white);

  border-top: 3px solid #CFC8BC;
}

.credential-card.featured {
  background: var(--navy);

  border-top-color: var(--gold);

  color: var(--white);
}

.credential-card.associations {
  grid-column: 1 / -1;

  background: var(--white);

  border: 1px solid #DDD8CF;
  border-top: 3px solid var(--gold);
}

.credential-label {
  margin-bottom: 17px;

  color: var(--gold-dark);

  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .2em;

  text-transform: uppercase;
}

.featured .credential-label {
  color: var(--gold-light);
}

.credential-card h3 {
  margin: 0 0 22px;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.4;
}

.featured h3 {
  color: var(--white);
}

.credential-block {
  padding: 16px 0;

  border-top: 1px solid rgba(255,255,255,.14);
}

.credential-block strong {
  display: block;

  color: var(--white);

  font-size: .78rem;
}

.credential-block > span {
  display: block;

  margin-top: 4px;

  color: #B9C5CF;

  font-size: .68rem;
}

.credential-block ul {
  margin: 11px 0 0;
  padding-left: 17px;

  color: #CCD5DD;

  font-size: .71rem;
  line-height: 1.7;
}

.credential-list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.credential-list li {
  padding: 13px 0;

  border-bottom: 1px solid #DDD8CF;
}

.credential-list strong {
  display: block;

  color: var(--navy);

  font-size: .76rem;
}

.credential-list span {
  display: block;

  margin-top: 4px;

  color: var(--muted);

  font-size: .68rem;
  line-height: 1.5;
}

.credential-divider {
  height: 1px;
  margin: 28px 0;

  background: #D8D1C5;
}

.associations ul {
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;

  list-style: none;
}

.associations li {
  padding: 15px 0;

  border-bottom: 1px solid #E2DDD4;
}

.associations li strong {
  display: block;

  color: var(--navy);

  font-size: .74rem;
}

.associations li span {
  display: block;

  margin-top: 4px;

  color: var(--muted);

  font-size: .67rem;
}


/* =========================================================
   TRAINING / MILITARY
   ========================================================= */

.background-section {
  padding: 90px 24px;

  background: var(--off-white);

  border-top: 1px solid #E2DDD4;
}

.background-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 20px;
}

.background-card {
  padding: 40px;

  background: var(--white);

  border-top: 3px solid var(--gold);
}

.background-card h2 {
  margin: 0 0 30px;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.background-entry {
  padding: 20px 0;

  border-top: 1px solid #E1DCD4;
}

.background-entry h3 {
  margin: 0 0 6px;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
}

.background-entry strong {
  color: var(--gold-dark);

  font-size: .7rem;
}

.background-entry p {
  margin: 10px 0 0;

  color: var(--muted);

  font-size: .78rem;
  line-height: 1.7;
}

.background-card.military {
  background: var(--navy);

  border-top-color: var(--gold);
}

.military .section-kicker {
  color: var(--gold-light);
}

.military h2 {
  color: var(--white);
}

.marine-mark {
  display: inline-flex;

  width: 70px;
  height: 70px;

  margin: 0 0 25px;

  align-items: center;
  justify-content: center;

  background: var(--gold);

  color: var(--navy-dark);

  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;

  border-radius: 50%;
}

.military .military-service {
  margin: -18px 0 25px;

  color: var(--gold-light);

  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.military > p:last-child {
  color: #D1DBE3;

  font-size: .86rem;
  line-height: 1.85;
}


/* =========================================================
   LITIGATION
   ========================================================= */

.litigation-section {
  padding: 95px 24px 100px;

  background:
    linear-gradient(
      135deg,
      var(--navy-dark),
      var(--navy)
    );

  color: var(--white);
}

.section-intro.light h2 {
  color: var(--white);
}

.section-intro.light .section-description {
  color: #C7D2DC;
}

.litigation-section .section-kicker {
  color: var(--gold-light);
}

.litigation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}

.litigation-item {
  min-height: 100px;

  padding: 22px 25px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);

  transition: background-color .2s ease;
}

.litigation-item:hover {
  background: rgba(255,255,255,.05);
}

.litigation-item span {
  margin-bottom: 9px;

  color: var(--gold);

  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.litigation-item strong {
  color: #EEF3F7;

  font-size: .77rem;
  font-weight: 600;
  line-height: 1.5;
}

.forensic-note {
  margin-top: 30px;
  padding: 20px 24px;

  display: flex;
  align-items: center;
  gap: 25px;

  background: rgba(183,146,74,.10);

  border-left: 3px solid var(--gold);
}

.forensic-note strong {
  color: var(--gold-light);

  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.forensic-note p {
  margin: 0;

  color: #CBD6DF;

  font-size: .76rem;
}


/* =========================================================
   FINAL CONTACT
   ========================================================= */

.cv-contact-section {
  padding: 82px 24px;

  background: var(--off-white);

  border-top: 1px solid #DDD8CF;
}

.final-contact {
  padding: 50px 55px;

  display: grid;
  grid-template-columns: 1fr .65fr;

  align-items: center;
  gap: 70px;

  background: var(--white);

  border-top: 4px solid var(--gold);

  box-shadow: 0 15px 35px rgba(0,0,0,.06);
}

.final-contact h2 {
  margin: 0 0 17px;

  color: var(--navy);

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.25;
}

.final-contact > div:first-child > p:last-child {
  max-width: 680px;

  margin: 0;

  color: var(--muted);

  font-size: .82rem;
  line-height: 1.75;
}

.final-contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.final-contact-details > a:not(.final-button) {
  color: var(--navy);

  font-size: .88rem;
  font-weight: 600;

  overflow-wrap: anywhere;

  transition: color .2s ease;
}

.final-contact-details > a:not(.final-button):hover {
  color: var(--gold-dark);
}

.final-button {
  display: inline-flex;

  min-height: 50px;

  margin-top: 12px;

  align-items: center;
  justify-content: center;

  padding: 0 24px;

  background: var(--navy);

  color: var(--white);

  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .15em;

  text-transform: uppercase;

  transition:
    background-color .2s ease,
    color .2s ease;
}

.final-button:hover {
  background: var(--gold);
  color: var(--navy-dark);
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .cv-hero-inner {
    grid-template-columns: 1fr 320px;
    gap: 45px;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .summary-layout {
    gap: 45px;
  }

  .specialized-lifts {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .instruction-grid {
    gap: 45px;
  }

}


/* =========================================================
   RESPONSIVE — 800px
   ========================================================= */

@media (max-width: 800px) {

  .cv-hero {
    padding: 65px 24px;
  }

  .cv-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cv-contact-card {
    max-width: 500px;
  }

  .cv-nav {
    position: relative;
  }

  .cv-nav-inner {
    width: calc(100% - 30px);

    justify-content: flex-start;

    gap: 25px;

    overflow-x: auto;
    white-space: nowrap;
  }

  .summary-layout {
    grid-template-columns: 1fr;
  }

  .summary-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    border-top: 3px solid var(--gold);
  }

  .fact {
    border-bottom: 0;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credential-card.associations {
    grid-column: auto;
  }

  .background-grid {
    grid-template-columns: 1fr;
  }

  .instruction-grid {
    grid-template-columns: 1fr;
  }

  .litigation-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .final-contact {
    grid-template-columns: 1fr;
    gap: 35px;
  }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .cv-container {
    width: min(100% - 34px, 1180px);
  }

  .cv-hero {
    padding: 52px 18px 55px;
  }

  .cv-hero-inner {
    width: 100%;
  }

  .cv-eyebrow {
    font-size: .62rem;
    letter-spacing: .17em;
  }

  .cv-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .cv-title {
    font-size: .82rem;
    line-height: 1.6;
  }

  .cv-contact-card {
    padding: 27px 23px;
  }

  .cv-nav-inner {
    width: calc(100% - 28px);
    gap: 23px;
  }

  .cv-nav a {
    font-size: .59rem;
  }

  .summary-section,
  .expertise-section,
  .projects-section,
  .experience-section,
  .credentials-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .section-intro {
    margin-bottom: 35px;
  }

  .section-intro h2 {
    font-size: 1.85rem;
  }

  .summary-lead p:first-child {
    font-size: 1rem;
  }

  .summary-facts {
    display: block;
  }

  .fact {
    padding: 18px 0;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .expertise-card {
    min-height: auto;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .specialized-lifts {
    padding: 28px 23px;
  }

  .specialized-lifts ul {
    columns: 1;
  }

  /* Timeline becomes a simple vertical card layout */

  .timeline::before {
    left: 5px;
  }

  .timeline-item {
    display: block;

    padding-left: 28px;
    padding-bottom: 45px;
  }

  .timeline-marker {
    left: 0;
    top: 2px;
  }

  .timeline-date {
    margin-bottom: 10px;

    text-align: left;
  }

  .timeline-content {
    padding-left: 0;
  }

  .timeline-content h3 {
    font-size: 1.3rem;
  }

  .responsibility-list span {
    font-size: .59rem;
  }

  .instruction-section {
    padding: 65px 18px;
  }

  .instruction-list {
    padding: 25px 22px;
  }

  .instruction-list ul {
    grid-template-columns: 1fr;
  }

  .credentials-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .credential-card {
    padding: 27px 22px;
  }

  .associations ul {
    grid-template-columns: 1fr;
  }

  .background-section {
    padding: 65px 18px;
  }

  .background-card {
    padding: 28px 22px;
  }

  .background-card h2 {
    font-size: 1.7rem;
  }

  .litigation-section {
    padding: 65px 18px;
  }

  .litigation-grid {
    grid-template-columns: 1fr;
  }

  .forensic-note {
    display: block;
  }

  .forensic-note strong {
    display: block;
    margin-bottom: 7px;
  }

  .cv-contact-section {
    padding: 55px 18px;
  }

  .final-contact {
    padding: 32px 25px;
  }

  .final-contact h2 {
    font-size: 1.9rem;
  }

}


/* =========================================================
   PRINT / PDF
   ========================================================= */

@media print {

  .site-header,
  .cv-nav,
  .cv-contact-card,
  .cv-contact-section,
  .site-footer {
    display: none !important;
  }

  .cv-page {
    overflow: visible;
  }

  .cv-hero {
    padding: 35px 0;

    background: var(--navy) !important;

    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .cv-hero-inner {
    width: 100%;

    display: block;
  }

  .cv-hero h1 {
    font-size: 42px;
  }

  .cv-section,
  .instruction-section,
  .background-section,
  .litigation-section {
    padding: 35px 0;
    break-inside: avoid;
  }

  .expertise-grid,
  .credentials-grid,
  .project-grid,
  .litigation-grid {
    break-inside: avoid;
  }

  .timeline-item {
    break-inside: avoid;
  }

}

/* =========================================================
   CURRICULUM VITAE HERO
========================================================= */

.cv-hero {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      115deg,
      #102B43 0%,
      #173852 55%,
      #23445D 100%
    );

  color: var(--white);

  border-bottom: 5px solid var(--gold);
}

.cv-hero-inner {
  width: min(1700px, calc(100% - 80px));
  min-height: 540px;

  margin: 0 auto;
  padding: 55px 0 60px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 495px;
  align-items: center;
  gap: 80px;
}


/* LEFT SIDE */

.cv-hero-copy {
  padding-left: 0;
}

.cv-eyebrow {
  margin: 0 0 28px;

  color: var(--gold-light);

  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.cv-label {
  margin: 0 0 18px;

  color: #FFFFFF;

  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.cv-hero h1 {
  margin: 0;

  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.5rem, 6.3vw, 6.5rem);
  line-height: .94;
  font-weight: 400;
  letter-spacing: -.045em;

  color: var(--white);
}

.cv-hero h1 span {
  color: var(--gold-light);
}

.cv-title {
  margin: 30px 0 8px;

  color: #F4F5F6;

  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.cv-location {
  margin: 0;

  color: #C8D1D9;

  font-size: 1.05rem;
}


/* CONTACT CARD */

.cv-contact {
  padding: 40px 48px;

  background: rgba(255,255,255,.08);

  border: 1px solid rgba(255,255,255,.22);
  border-top: 4px solid var(--gold);

  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.cv-contact-label {
  margin: 0 0 26px;

  color: var(--gold-light);

  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.cv-contact a:not(.cv-contact-button) {
  display: block;

  margin: 0 0 17px;

  color: var(--white);

  font-size: 1rem;
  line-height: 1.5;

  transition: color .2s ease;
}

.cv-contact a:not(.cv-contact-button):hover {
  color: var(--gold-light);
}

.cv-contact-rule {
  height: 1px;
  margin: 30px 0 28px;

  background: rgba(255,255,255,.18);
}

.cv-contact-button {
  display: inline-flex;

  min-height: 54px;
  padding: 0 35px;

  align-items: center;
  justify-content: center;

  background: var(--gold);

  color: var(--navy-dark);

  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;

  transition:
    background-color .2s ease,
    color .2s ease;
}

.cv-contact-button:hover {
  background: var(--gold-light);
  color: var(--navy-dark);
}


/* =========================================================
   CV HERO - TABLET
========================================================= */

@media (max-width: 1100px) {

  .cv-hero-inner {
    width: min(100% - 50px, 900px);

    grid-template-columns: 1fr;

    min-height: auto;
    padding: 75px 0;

    gap: 55px;
  }

  .cv-contact {
    max-width: 600px;
  }

}


/* =========================================================
   CV HERO - MOBILE
========================================================= */

@media (max-width: 640px) {

  .cv-hero-inner {
    width: calc(100% - 36px);

    padding: 55px 0 60px;

    gap: 42px;
  }

  .cv-eyebrow {
    margin-bottom: 22px;

    font-size: .65rem;
    letter-spacing: .18em;
  }

  .cv-label {
    margin-bottom: 15px;

    font-size: .72rem;
    letter-spacing: .22em;
  }

  .cv-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
    line-height: .95;
  }

  .cv-title {
    margin-top: 30px;

    font-size: 1rem;
    line-height: 1.5;
  }

  .cv-location {
    font-size: .95rem;
  }

  .cv-contact {
    padding: 32px 26px;
  }

  .cv-contact a:not(.cv-contact-button) {
    font-size: .9rem;
    overflow-wrap: anywhere;
  }

  .cv-contact-button {
    width: 100%;
  }

}