
:root{
  --navy:#092d53;
  --navy-dark:#062746;
  --navy-deep:#051d35;
  --text:#183858;
  --muted:#61758a;
  --gold:#d9a14a;
  --line:#dce4ea;
  --soft:#eef5fa;
  --shell:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:min(var(--shell),calc(100% - 64px));margin-inline:auto}
.visually-hidden{
  position:absolute!important;width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;overflow:hidden!important;
  clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important
}
.skip-link{position:absolute;left:-10000px;top:auto}
.skip-link:focus{left:18px;top:18px;z-index:999;background:#fff;padding:10px 14px}

/* Header */
.site-header{
  height:78px;
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #e8edf1;
}
.header-row{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand,.signature-brand{
  display:flex;align-items:center;gap:20px;text-decoration:none;color:var(--navy)
}
.brand-mark{
  font:400 30px/1 "Libre Baskerville",Georgia,serif;
  letter-spacing:-.11em
}
.brand-name{
  font:700 15px/1 "Libre Baskerville",Georgia,serif;
  letter-spacing:.16em
}
.primary-nav{display:flex;align-items:center;gap:34px;font-size:14px}
.primary-nav a{text-decoration:none}
.nav-button{
  color:#fff;background:var(--navy);
  padding:14px 22px;border-radius:4px
}
.menu-button{display:none}

/* Hero */
.hero{
  background:linear-gradient(90deg,#fff 0 48%,#f1f6fa 48% 100%);
  overflow:hidden
}
.hero-layout{
  height:515px;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:stretch
}
.hero-copy{
  display:flex;flex-direction:column;justify-content:center;
  padding-right:26px
}
.kicker{
  display:flex;align-items:center;gap:15px;
  font-size:11px;font-weight:600;letter-spacing:.16em;color:#61778e
}
.kicker span,.gold-rule,.section-label span,.short-rule{
  display:block;height:2px;background:var(--gold)
}
.kicker span{width:34px}
.hero h1{
  margin:21px 0 8px;
  font:400 54px/1.03 "Libre Baskerville",Georgia,serif;
  letter-spacing:.012em;color:var(--navy)
}
.hero h2{
  margin:0;
  font:400 31px/1.28 "Libre Baskerville",Georgia,serif;
  color:var(--navy)
}
.short-rule{width:34px;margin:16px 0 8px}
.hero-summary{
  margin:0 0 22px;max-width:455px;
  font-size:15px;line-height:1.55;color:#5d7185
}
.hero-buttons{display:flex;gap:14px}
.button{
  min-height:48px;padding:0 20px;
  display:inline-flex;align-items:center;justify-content:center;gap:11px;
  border-radius:4px;text-decoration:none;font-size:13px;font-weight:600
}
.button-dark{background:var(--navy);color:#fff}
.button-light{border:1px solid #315b80;background:#fff;color:var(--navy)}
.in-badge{
  width:20px;height:20px;display:inline-grid;place-items:center;
  border-radius:2px;font-size:11px;font-weight:700;
  background:#fff;color:var(--navy)
}
.save-icon{
  width:18px;height:18px;display:grid;place-items:center;
  border:2px solid var(--navy);border-radius:50%;font-size:7px
}

.hero-visual{
  position:relative;
  min-width:0;
  background:
    linear-gradient(133deg,transparent 0 54%,rgba(207,225,237,.60) 54% 100%)
}
.hero-photo-frame{
  position:absolute;
  inset:0 13% 0 -5%;
  overflow:hidden;
  pointer-events:none;
}
.hero-photo-frame img{
  position:absolute;
  left:48%;
  bottom:-17%;
  transform:translateX(-50%);
  height:118%;
  width:auto;
  max-width:none;
  object-fit:contain;
}
.hero-keywords{
  position:absolute;
  right:1%;
  top:146px;
  width:132px;
  color:var(--navy);
  font-size:11px;line-height:1.86;letter-spacing:.145em;font-weight:600
}
.hero-keywords .gold-rule{width:28px;margin-bottom:8px}

/* Focus */
.focus{border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4;background:#fff}
.focus-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.focus-item{
  min-height:185px;padding:30px 23px 28px;
  text-align:center;position:relative
}
.focus-item:not(:last-child)::after{
  content:"";position:absolute;right:0;top:24px;bottom:24px;width:1px;background:var(--line)
}
.focus-item svg{
  width:46px;height:46px;margin:0 auto 10px;
  fill:none;stroke:var(--navy);stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round
}
.focus-item h3{
  margin:0 0 8px;
  font:400 17px/1.25 "Libre Baskerville",Georgia,serif;color:var(--navy)
}
.focus-item p{
  margin:0 auto;max-width:210px;
  font-size:13px;line-height:1.47;color:#627487
}

/* About */
.about{padding:46px 0 28px}
.about-layout{
  display:grid;grid-template-columns:31% 1fr;
  gap:54px;align-items:center
}
.about-image{height:316px;overflow:hidden;background:#687688}
.about-image img{
  width:100%;height:100%;object-fit:cover;object-position:center top
}
.section-label{
  display:flex;align-items:center;gap:15px;
  font-size:11px;font-weight:700;letter-spacing:.15em;color:var(--navy)
}
.section-label span{width:34px}
.about-text h2{
  margin:13px 0 17px;
  font:400 36px/1.22 "Libre Baskerville",Georgia,serif;color:var(--navy)
}
.about-text p{
  max-width:765px;margin:0 0 14px;
  font-size:14px;line-height:1.55;color:#5e7286
}
.learn-link{
  display:inline-flex;align-items:center;gap:11px;
  text-decoration:none;font-size:14px;font-weight:600;color:#0c4f91
}

/* Education */
.education{padding:10px 0 31px}
.education-label{margin-bottom:12px}
.education-layout{
  display:grid;grid-template-columns:64% 36%;
  border-top:1px solid #e8edf1
}
.education-wharton{
  display:grid;grid-template-columns:225px 1fr;
  gap:25px;align-items:center;padding:18px 32px 5px 0
}
.wharton-logo{
  width:215px;height:auto;object-fit:contain;border-radius:1px
}
.education-fiu{
  border-left:1px solid var(--line);
  display:flex;align-items:center;padding:18px 0 5px 34px
}
.education-text h3{
  margin:0 0 5px;
  font:700 15px/1.2 "Libre Baskerville",Georgia,serif;color:var(--navy)
}
.education-text p{
  margin:2px 0;font-size:13px;line-height:1.35;color:#536a7f
}

/* Connect */
.connect{
  background:linear-gradient(90deg,var(--navy-dark),#07365f);
  color:#fff;padding:24px 0 15px
}
.connect-main{
  display:grid;grid-template-columns:50% 50%;gap:28px;align-items:center
}
.connect-copy h2{
  margin:0 0 6px;
  font:400 30px/1.15 "Libre Baskerville",Georgia,serif
}
.connect-copy p{
  margin:0;max-width:540px;
  font-size:13px;line-height:1.48;color:#f3f6f8
}
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.contact-grid a{
  min-height:62px;padding:0 12px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;
  text-decoration:none;color:#fff;font-size:12px;
  border-left:1px solid rgba(255,255,255,.23)
}
.contact-grid a:first-child{border-left:0}
.contact-symbol{font-size:22px;line-height:1}
.contact-grid .in-badge{width:20px;height:20px;font-size:11px}
.phone-symbol{font-size:15px;border:2px solid #fff;border-radius:50%;width:20px;height:20px;display:grid;place-items:center}
.globe-symbol{font-size:25px}
.footer-divider{height:1px;background:rgba(255,255,255,.36);margin:17px 0 12px}
.signature-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.signature-brand{color:#fff}
.signature-brand .brand-mark{font-size:28px}
.signature-brand .brand-name{font-size:13px}
.tagline{font-size:9px;letter-spacing:.16em;color:#f5f7f9}
.copyright{background:var(--navy-deep);color:#9eb0c0;font-size:10px;padding:7px 0}

/* Mobile keeps EVERY section and EVERY word; only reflows. */
@media (max-width:760px){
  .shell{width:min(100% - 28px,560px)}
  .site-header{height:68px}
  .brand{gap:13px}
  .brand-mark{font-size:27px}
  .brand-name{font-size:13px}

  .menu-button{
    display:block;border:0;background:transparent;padding:8px;cursor:pointer
  }
  .menu-button span{display:block;width:22px;height:2px;background:var(--navy);margin:5px 0}
  .primary-nav{
    position:absolute;top:67px;left:0;right:0;
    display:none;flex-direction:column;gap:0;
    padding:8px 14px 14px;background:#fff;border-bottom:1px solid #e5ebf0;
    box-shadow:0 12px 24px rgba(7,37,65,.08)
  }
  .primary-nav.open{display:flex}
  .primary-nav a{padding:11px 8px;width:100%}
  .nav-button{text-align:center;margin-top:5px}

  .hero{background:#fff}
  .hero-layout{
    height:auto;display:flex;flex-direction:column
  }
  .hero-visual{
    order:1;height:188px;margin:0 -14px;
    background:linear-gradient(133deg,#eff6fa 0 68%,#dceaf3 68% 100%)
  }
 .hero-photo-frame{
    left:12%;right:22%;top:0;bottom:0
  }
  .hero-photo-frame img{height:103%}
  .hero-keywords{
    right:13px;top:67px;width:92px;
    font-size:7px;line-height:1.7;letter-spacing:.11em
  }
  .hero-keywords .gold-rule{width:22px;margin-bottom:5px}

  .hero-copy{order:2;padding:15px 0 18px}
  .kicker{font-size:8px;letter-spacing:.12em;gap:0}
  .kicker span{display:none}
  .hero h1{font-size:33px;margin:9px 0 5px}
  .hero h2{font-size:21px;line-height:1.25}
  .short-rule{width:26px;margin:10px 0 6px}
  .hero-summary{font-size:12px;line-height:1.43;margin-bottom:13px}
  .hero-buttons{gap:8px}
  .button{min-height:38px;padding:0 10px;font-size:10px;flex:1}
  .in-badge{width:16px;height:16px;font-size:8px}
  .save-icon{width:15px;height:15px}

  .focus-grid{grid-template-columns:repeat(2,1fr)}
  .focus-item{min-height:155px;padding:16px 8px}
  .focus-item:nth-child(1),.focus-item:nth-child(2){border-bottom:1px solid var(--line)}
  .focus-item:nth-child(2)::after{display:none}
  .focus-item svg{width:33px;height:33px;margin-bottom:6px}
  .focus-item h3{font-size:12px;margin-bottom:5px}
  .focus-item p{font-size:9px;line-height:1.35;max-width:145px}

  .about{padding:17px 0 11px}
  .about-layout{grid-template-columns:1fr;gap:9px}
  .about-image{width:44%;height:132px}
 .about-image img{object-position:center 34%}
  .section-label{font-size:8px;gap:9px}
  .section-label span{width:25px}
  .about-text h2{font-size:20px;margin:7px 0 7px}
  .about-text p{font-size:9.7px;line-height:1.37;margin-bottom:7px}
  .learn-link{font-size:10px}

  .education{padding:7px 0 13px}
  .education-label{margin-bottom:7px}
  .education-layout{display:block}
  .education-wharton{
    grid-template-columns:126px 1fr;gap:10px;padding:9px 0
  }
  .wharton-logo{width:120px}
  .education-fiu{
    border-left:0;border-top:1px solid var(--line);padding:9px 0
  }
  .education-text h3{font-size:10px;margin-bottom:2px}
  .education-text p{font-size:8.6px;line-height:1.25}

  .connect{padding:12px 0 8px}
  .connect-main{grid-template-columns:1fr;gap:9px}
  .connect-copy h2{font-size:19px;margin-bottom:3px}
  .connect-copy p{font-size:8px;line-height:1.38}
  .contact-grid a{min-height:43px;padding:0 3px;font-size:7px;gap:4px}
  .contact-symbol{font-size:14px}
  .contact-grid .in-badge{width:14px;height:14px;font-size:7px}
  .phone-symbol{width:14px;height:14px;font-size:7px}
  .globe-symbol{font-size:16px}
  .footer-divider{margin:9px 0 7px}
  .signature-brand{gap:8px}
  .signature-brand .brand-mark{font-size:18px}
  .signature-brand .brand-name{font-size:7.5px}
  .tagline{font-size:5.2px;letter-spacing:.11em;text-align:right}
  .copyright{font-size:6.5px;padding:5px 0}
}


/* Production v2: crisp line icons */
.ui-icon{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.button-dark .ui-icon{
  color:#fff;
}
.button-light .ui-icon{
  color:var(--navy);
}
.contact-grid .ui-icon{
  width:22px;
  height:22px;
  color:#fff;
}

@media (max-width:760px){
  .hero-visual{
    background:linear-gradient(133deg,#eff6fa 0 68%,#dceaf3 68% 100%);
    overflow:hidden;
  }
 .hero-photo-frame{
    left:7%;
    right:18%;
    top:0;
    bottom:0;
    overflow:visible;
  }
  .hero-photo-frame img{
    height:99%;
    left:50%;
    bottom:-1px;
    transform:translateX(-50%);
  }
  .contact-grid .ui-icon{width:15px;height:15px}
  .button .ui-icon{width:16px;height:16px}
}
\n/* FINAL 2026-09-05 — locked visual corrections */
/* Hero: original transparent portrait floats directly on geometric field. */
.hero-visual{overflow:hidden;}
.hero-photo-frame{
  left:-1.5%; right:13%; top:0; bottom:0; overflow:visible;
}
.hero-photo-frame img{
  position:absolute; left:50%; bottom:-18%; transform:translateX(-50%);
  height:126%; width:auto; max-width:none; object-fit:contain;
}
/* About: source was pre-cropped with safe headroom; never crop the top again. */
.about-image img{width:100%;height:100%;object-fit:cover;object-position:center top;}
/* Wharton: use user's supplied mark exactly, without reconstruction/recoloring. */
.wharton-logo{
  width:205px; height:78px; object-fit:cover; object-position:left top;
  background:#0b4f87; padding:0; border:0;
}
@media (max-width:760px){
 .hero-photo-frame{left:0;right:15%;top:0;bottom:0;overflow:visible;}
  .hero-photo-frame img{height:128%;left:50%;bottom:-22%;transform:translateX(-50%);}
 .about-image img{object-position:center top;}
  .wharton-logo{width:120px;height:46px;object-fit:cover;object-position:left top;}
}

/* FINAL surgical corrections requested 2026-09-05 */
.hero-photo-frame{
  left:4%;
  right:14%;
  top:0;
  bottom:0;
  overflow:hidden;
}
.hero-photo-frame img{
  left:50%;
  bottom:-3%;
  height:111%;
  width:auto;
  max-width:none;
  transform:translateX(-50%);
  object-fit:contain;
}
.about-image img{
  object-position:center 8%;
}
.wharton-logo{
  width:205px;
  height:auto;
  object-fit:contain;
  object-position:center;
  background:transparent;
}
.linkedin-icon{fill:currentColor;stroke:none;}
.button-dark .linkedin-icon{color:#fff;}
.contact-grid .linkedin-icon{color:#fff;}
@media (max-width:760px){
  .hero-photo-frame{left:9%;right:18%;top:0;bottom:0;overflow:hidden;}
  .hero-photo-frame img{height:108%;left:50%;bottom:-2%;transform:translateX(-50%);}
  .about-image img{object-position:center 8%;}
  .wharton-logo{width:120px;height:auto;object-fit:contain;background:transparent;}
}

/* FINAL requested refinements — 2026-09-05 */
/* Hero: the soft blue field now spans the ENTIRE hero, including the left copy. */
.hero{
  background:
    radial-gradient(ellipse at 72% 37%, rgba(166,205,231,.72) 0%, rgba(202,226,241,.50) 28%, rgba(230,242,249,.34) 48%, rgba(241,247,251,.18) 66%, transparent 82%),
    radial-gradient(ellipse at 25% 26%, rgba(222,239,249,.90) 0%, rgba(238,247,252,.78) 42%, rgba(245,250,253,.60) 70%, rgba(234,244,250,.72) 100%),
    #eaf4fa;
}
.hero-visual{
  background:linear-gradient(133deg,transparent 0 58%,rgba(194,218,234,.38) 58% 100%);
}
.hero-photo-frame{
  left:-4%;
  right:10%;
  top:0;
  bottom:0;
  overflow:hidden;
}
.hero-photo-frame img{
  left:49%;
  bottom:-30%;
  height:131%;
  width:auto;
  max-width:none;
  transform:translateX(-50%);
  object-fit:contain;
}
.hero-copy{position:relative;z-index:2;}
.hero-keywords{z-index:3;}
.button-light{background:rgba(255,255,255,.88);}

/* Official LinkedIn [in] mark used as the profile-link icon. */
.linkedin-official{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:block;
}
.contact-grid .linkedin-official{width:22px;height:22px;flex-basis:22px;}

/* Clean Wharton mark taken from the supplied Wharton source asset; no fake shield or CSS reconstruction. */
.wharton-logo{
  width:205px;
  height:auto;
  object-fit:contain;
  background:transparent;
}

/* FIU remains text-only and intentionally subordinate to Wharton. */
.education-layout{grid-template-columns:66% 34%;}
.education-fiu{padding-left:30px;}
.education-fiu .education-text h3{font-size:14px;}
.education-fiu .education-text p{font-size:12px;}

@media (max-width:760px){
  .hero{
    background:
      radial-gradient(ellipse at 56% 20%, rgba(168,207,232,.70) 0%, rgba(213,232,244,.58) 32%, rgba(237,247,252,.52) 64%, transparent 86%),
      #eaf4fa;
  }
  .hero-visual{background:linear-gradient(133deg,transparent 0 69%,rgba(194,218,234,.42) 69% 100%);}
  .hero-photo-frame{left:4%;right:15%;top:0;bottom:0;overflow:hidden;}
  .hero-photo-frame img{height:126%;left:50%;bottom:-31%;transform:translateX(-50%);}
  .linkedin-official{width:16px;height:16px;flex-basis:16px;}
  .contact-grid .linkedin-official{width:15px;height:15px;flex-basis:15px;}
  .wharton-logo{width:120px;height:auto;}
  .education-layout{display:block;}
  .education-fiu .education-text h3{font-size:9.2px;}
  .education-fiu .education-text p{font-size:8px;}
}

/* LOCKED FINAL PASS — hero crop + education hierarchy */
@media (min-width:761px){
  /* Keep the full-width blue hero field; crop portrait at mid-chest and clip outer shoulders. */
  .hero-photo-frame{
    left:5.5%;
    right:17.5%;
    top:0;
    bottom:0;
    overflow:hidden;
  }
  .hero-photo-frame img{
    left:49%;
    bottom:-34%;
    height:136%;
    width:auto;
    max-width:none;
    transform:translateX(-50%);
    object-fit:contain;
  }
  .wharton-logo{width:220px;height:auto;image-rendering:auto;}
  .education-fiu{padding-left:34px;}
  .education-fiu .education-text h3{font-size:13.5px;}
  .education-fiu .education-text p{font-size:11.5px;}
}
