body.alt{
  --btn-primary-bg:#0B5FFF;
  --btn-primary-hover:#0B5FFF;
  --btn-primary-text:#FFFFFF;
  --btn-secondary-bg:#1b8175;
  --btn-secondary-hover:#125850;
  --btn-secondary-text:#fff;
  --btn-tertiary-bg:#fff;
  --btn-tertiary-hover:#0F172A;
  --btn-tertiary-text:#0F172A;
  --tab-bg:#dff6fd;
  --tab-text:#0f1220;
  --tab-muted:rgba(15,18,32,.72);
  --tab-border:rgba(15,18,32,.18);
  --tab-outline:rgba(11,95,255,.55);
}

body.alt{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

body.alt main{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}

body.alt main > .gv-section:last-of-type{ flex:1 0 auto; }

body.alt .site-header{ 
  background:linear-gradient(90deg,rgb(35, 60, 120) 0%,rgb(31, 144, 168) 100%);
  position:relative;
  z-index:10;
}

body.alt .site-footer{
  background:#111f3f;
  color:#fff;
}

body.alt .gv-container{ padding-left:12px; padding-right:12px; }
@media (min-width:992px){
  body.alt .gv-container{ padding-left:0; padding-right:0; }
}

body.alt .gv-section{ background:#dff6fd; }

body.alt .hero{
  color:#000;
  padding-top:16px;
}

body.alt .gv-section-head{ margin-bottom:18px; }

body.alt .gv-section-title{
  margin:0 0 6px 0;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:none;
  font-size:clamp(1.2rem,2.0vw,1.85rem);
  color:#0f1220;
}

body.alt .gv-section-sub{
  margin:0;
  color:rgb(63 56 56);
  max-width:100ch;
  font-size:1.0rem;
  text-transform:none;
  letter-spacing:0.2em;
  font-weight:normal;
  line-height:1.5;
}

body.alt .gv-card{
  background:rgba(255,255,255,.86);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--gv-shadow2);
  border:1px solid rgba(15,18,32,.10);
  position:relative;
  overflow:hidden;
}

body.alt .gv-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(45deg,rgba(15,18,32,0.06) 0,rgba(15,18,32,0.06) 2px,rgba(0,0,0,0) 2px,rgba(0,0,0,0) 22px);
  opacity:.18;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0) 70%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0) 70%);
}

body.alt .gv-accent-blue{ border-left:6px solid #4e73df; }
body.alt .gv-accent-green{ border-left:6px solid #1cc88a; }
body.alt .gv-accent-gold{ border-left:6px solid #de8c2d; }
body.alt .gv-accent-cyan{ border-left:6px solid #36b9cc; }

body.alt .gv-card-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px 0;
  font-weight:900;
  color:#0f1220;
  position:relative;
  z-index:1;
  font-size:1.05rem;
}

body.alt .gv-ico{ font-size:18px; opacity:.92; }

body.alt .gv-list{
  margin:0;
  padding-left:18px;
  color:rgba(15,18,32,.82);
  position:relative;
  z-index:1;
  font-size:.98rem;
}

body.alt .gv-list li{ margin:.25rem 0; }

body.alt .gv-subhead{
  margin:4px 0 10px 0;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size:.98rem;
  color:#0f1220;
}

body.alt .gv-panel{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,18,32,.10);
  color:#000;
  border-radius:18px;
  box-shadow:var(--gv-shadow2);
  padding:18px;
}

body.alt .gv-block-title{
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0f1220;
  margin:0 0 10px 0;
  font-size:1.05rem;
}

body.alt .gv-bullets{
  margin:0;
  padding-left:18px;
  color:rgba(15,18,32,.86);
  font-size:.98rem;
}

body.alt .gv-bullets li{ margin:.60rem 0; }

body.alt .gv-resume-wrap{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  max-width:980px;
}

body.alt .gv-resume-item{
  padding:0 !important;
  flex:1 1 0;
}

body.alt .gv-resume-wrap .btn-cta{
  width:100%!important;
  max-width:none;
  margin:0;
}

body.alt .gv-iconbox{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,18,32,.10);
  border-radius:18px;
  box-shadow:var(--gv-shadow2);
  padding:18px;
  position:relative;
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
}

body.alt .gv-iconbox::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(45deg,rgba(15,18,32,0.06) 0,rgba(15,18,32,0.06) 2px,rgba(0,0,0,0) 2px,rgba(0,0,0,0) 22px);
  opacity:.12;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0) 70%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.50) 40%,rgba(0,0,0,0) 70%);
}

body.alt .gv-iconbox .icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgb(120 154 192 / 17%);
  margin:0 auto 12px auto;
  position:relative;
  z-index:1;
}

body.alt .gv-iconbox .icon i{
  color:#263759;
  font-size:22px;
  opacity:1;
}

body.alt .gv-iconbox .title{
  margin:0 0 8px 0;
  font-weight:900;
  color:#0f1220;
  font-size:1.02rem;
  position:relative;
  z-index:1;
  text-align:center;
}

body.alt .gv-iconbox .description{
  margin:0;
  color:rgba(15,18,32,.78);
  font-size:.98rem;
  line-height:1.6;
  position:relative;
  z-index:1;
  text-align:center;
  flex:1 1 auto;
}

body.alt .gv-filters{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,18,32,.10);
  border-radius:18px;
  padding:10px 12px;
  box-shadow:var(--gv-shadow2);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  list-style:none;
  margin:0;
}

body.alt .gv-filters li{
  cursor:pointer;
  padding:8px 10px;
  border-radius:14px;
  border:1px solid rgba(15,18,32,.10);
  background:rgba(255,255,255,.74);
  font-weight:900;
  letter-spacing:.04em;
  color:rgba(15,18,32,.82);
  font-size:.92rem;
}

body.alt .gv-filters li.filter-active{
  background:rgba(87, 77, 77, 0.74);
  color:#fff;
}

body.alt .gv-portfolio-wrap{
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--gv-shadow2);
  border:1px solid rgba(15,18,32,.10);
  background:rgba(255,255,255,.86);
}
body.alt .gv-portfolio-wrap img{ display:block; width:100%; height:auto; }
body.alt .portfolio-info{
  padding:12px 14px;
  border-top:1px solid rgba(15,18,32,.08);
}
body.alt .portfolio-info h4{
  margin:0;
  font-weight:900;
  font-size:1.02rem;
  color:#0f1220;
}
body.alt .portfolio-info p{
  margin:4px 0 0 0;
  color:rgba(15,18,32,.72);
  font-size:.95rem;
}

body.alt .gv-video{
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--gv-shadow2);
  border:1px solid rgba(15,18,32,.10);
  background:rgba(255,255,255,.86);
  margin-bottom:24px;
}

body.alt .gv-video iframe{ display:block; }

body.alt .gv-carousel{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(15,18,32,.10);
  background:rgba(255,255,255,.78);
  box-shadow:var(--gv-shadow2);
}

body.alt .gv-carousel-inner{ padding:22px 22px 56px 22px; }

@media (max-width:768px){
  body.alt .gv-carousel-inner{ padding:18px 16px 56px 16px; }
}

body.alt .gv-testimonial-item{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,18,32,.10);
  border-radius:18px;
  box-shadow:0 10px 22px rgba(15,18,32,.10);
  padding:20px;
  display:flex;
  flex-direction:column;
}
body.alt .gv-quote{
  margin:0 0 14px 0;
  color:rgba(15,18,32,.84);
  font-size:1.0rem;
  line-height:1.7;
  flex:1 1 auto;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:7;
  line-clamp:7;
  overflow:hidden;
}
body.alt .gv-quote-mark{
  display:inline-block;
  opacity:.22;
  margin:0 8px;
  transform:translateY(-1px);
}
body.alt .gv-person{
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:12px;
  border-top:1px solid rgba(15,18,32,.08);
  margin-top:auto;
}
body.alt .gv-avatar{
  width:46px;
  height:46px;
  border-radius:999px;
  object-fit:cover;
  border:1px solid rgba(15,18,32,.12);
}
body.alt .gv-person-name{
  font-weight:900;
  color:#0f1220;
  letter-spacing:.02em;
}
body.alt .gv-person-title{
  color:rgba(15,18,32,.70);
  font-size:.92rem;
}

body.alt .gv-carousel-indicators{ margin:0; }
body.alt .gv-carousel-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid rgba(15,18,32,.28);
  background:rgba(255,255,255,.0);
  opacity:1;
}
body.alt .gv-carousel-indicators .active{
  background:rgba(78,115,223,.80);
  border-color:rgba(78,115,223,.95);
}

body.alt .gv-carousel-control{
  width:12%;
  opacity:.95;
}
body.alt .gv-carousel .carousel-control-prev-icon,
body.alt .gv-carousel .carousel-control-next-icon{
  filter:invert(1) grayscale(1);
}

body.alt .carousel-indicators{ bottom:10px; }

body.alt .contact-strip{
  background:linear-gradient(90deg,rgb(35, 60, 120) 0%,rgb(31, 144, 168) 100%);
  color:#fff;
  backdrop-filter:blur(12px);
  border-top:1px solid var(--gv-border);
  border-bottom:1px solid var(--gv-border);
}

body.alt .skills-content > [class*="col-"]{ display:flex; }

body.alt .skills-content > [class*="col-"] > .gv-card{
  flex:1 1 auto;
  height:100%;
}

body.alt .resume_wrap a.btn-cta:hover{
  background:linear-gradient(180deg,rgba(255, 184, 90, .98) 0%,rgba(255, 155, 74, .98) 100%);
  color:#000;
}

body.alt .gv-accent-gold{ border-left:6px solid #de8c2d!important; }

body.alt .tain_wrap{
  background:#000;
  padding:60px;
  border-radius:20px;
}

body.alt .tain{ max-width:250px; }

body.alt .nav-tabs{
  border-bottom:1px solid rgb(32 106 146);
  gap:10px;
}

body.alt .nav-tabs .nav-link{
  border:1px solid var(--tab-border);
  border-bottom-color:var(--tab-border);
  padding:.65rem .95rem;
  font-weight:900;
  letter-spacing:.02em;
  color:var(--tab-text);
  background:rgba(255,255,255,.72);
  box-shadow:none;
  transition:background-color .15s ease, border-color .15s ease;
}

body.alt .nav-tabs .nav-link .fa-solid{ opacity:.92; }

body.alt .nav-tabs .nav-link:hover{
  background:rgba(255,255,255,.90);
  border-color:rgba(15,18,32,.28);
  transform:none;
}

body.alt .nav-tabs .nav-link:focus-visible{
  outline:3px solid var(--tab-outline);
  outline-offset:2px;
}

body.alt .nav-tabs .nav-link[aria-selected="true"],
body.alt .nav-tabs .nav-link.active{
  color:var(--tab-text);
  border-color:rgb(32 106 146);
  border-bottom-color:transparent;
  background:var(--tab-bg);
}

body.alt .nav-tabs .nav-link[aria-selected="false"]{
  color:rgba(15,18,32,.86);
  border-bottom:solid 1px rgb(32 106 146);
}

body.alt .tab-content{
  border-radius:0 18px 18px 18px;
  background:var(--tab-bg);
  padding:16px;
}

@media (min-width:768px){
  body.alt .tab-content{ padding:18px; }
}

body.alt .portfolio-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(15,18,32,.10);
  background:rgba(255,255,255,.86);
  box-shadow:var(--gv-shadow2);
}

body.alt .portfolio-card .card-body{
  border-top:1px solid rgba(15,18,32,.08);
}

body.alt .portfolio-media{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  background:rgba(255,255,255,.60);
  border:0;
  text-align:inherit;
  aspect-ratio:16/10;
}

body.alt .portfolio-media:focus-visible{
  outline:3px solid var(--tab-outline);
  outline-offset:-2px;
}

body.alt .portfolio-media img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:170px;
  object-fit:contain;
  border-radius:14px;
  display:block;
  box-shadow:0 10px 22px rgba(15,18,32,.12);
  background:rgba(255,255,255,.92);
}

@media (max-width:600px){
  body.alt .portfolio-media{ padding:12px; }
  body.alt .portfolio-media img{ max-height:140px; }
}

@media (max-width:600px){
  body.alt .gv-resume-item{
    padding:0 !important;
    margin:0 !important;
    width:100%;
    padding:0 8px !important;
    margin-bottom:16px !important;
    flex:none;
  }

  body.alt .gv-section-sub{ font-size:.75rem; }

  body.alt .tain{ max-width:162px; }
}

@media (max-width:575.98px){
  body.alt .nav-tabs{
    flex-wrap:nowrap;
    justify-content:flex-start !important;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    gap:8px;
    padding:0 2px 8px 2px;
    border-bottom:0;
  }

  body.alt .nav-tabs::-webkit-scrollbar{ height:0; }
  body.alt .nav-tabs{ scrollbar-width:none; }

  body.alt .nav-tabs .nav-item{
    flex:0 0 auto;
    scroll-snap-align:start;
  }

  body.alt .nav-tabs .nav-link{
    flex:0 0 auto;
    min-width:max-content;
    padding:.6rem .8rem;
    font-size:.95rem;
  }

  body.alt .modal{ z-index:99999; }
  body.alt .modal-backdrop{ z-index:99998; }
}

#galleryStatus {
  display: none;
}