:root{
  --lightgray:#c0e3f9;
  --gray:#8a8a8a;
  --yellow:#fff;
  --blue:#0075a7;
  --black:#0075a7;
  --darkgray:#333533;
  --white:#fff;
    /* fluid type scales */
  --fs-hero: clamp(2rem, 1.5rem + 3vw, 3.5rem);         /* 32 → 56px */
  --fs-hero-sub: clamp(1rem, 1rem + 0.3vw, 1.5rem);  /* 18 → 24px */
  --fs-eyebrow: clamp(0.813rem, 0.75rem + 0.3vw, 0.938rem); /* 13 → 15px */
  --fs-cta: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);      /* 16 → 18px */
  --fs-chip: clamp(0.938rem, 0.9rem + 0.2vw, 1.063rem);  /* 15 → 17px */
  --lh-tight: 1.15;
  --lh-normal: 1.5;
}

body,li,p,span,div,nav,main{
    font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:var(--darkgray);
}
html, body{
  padding:0;
  margin:0;
  font-size: 16px;
  overflow-x: hidden;
}
.holder{
  display: flex;
  margin-left:180px;
}
nav a, nav a span{
  text-decoration: none;
  transition: all 0.2s;
  text-transform: capitalize;
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
}

nav a:hover,  nav a:hover span{
  text-decoration: none;
  color: var(--black);
}
aside{
  position:fixed;
  top: 0;
  height:100vh;
  padding:34px 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-right: solid 1px var(--lightgray);
  background-color: var(--white);
      z-index: 99999;
      width: 180px;
}

.socials{
  text-align:left;
  font-size: 16px;
  cursor:pointer;
  height: 30px;
  position: relative;
  overflow: hidden;
  font-weight: 800;
  margin: 0 0 16px;
}

.socialname{
  transition: all 0.3s;
  position: relative;
  top:0;
  font-weight: 800;
    text-align:left;
  font-size: 24px;
  cursor:pointer;
}
.socialname a{
  color:var(--darkgray);
  text-decoration: none;
}
.socialname span{
  transition: all 0.3s;
  font-weight: 800;
    text-align:left;
  font-size: 24px;
  cursor:pointer;
  white-space:nowrap;
}
small{
  font-size:0.8em;
  top:-1px;
  position: relative;
  display: inline-block;
}
.contact{
  display: block;
  overflow: hidden;
  height: 24px;
}
.contact:hover{

}
.contact span{
  display: block;
  color:var(--gray);
  cursor:pointer;
  transition: all 0.3s;
}
.contact:hover span{
  display: block;
  color:var(--gray);
  cursor:pointer;
    position: relative;
  margin-top:-24px;
}
.sociallinks a{
color:var(--gray);
font-size: 16px;
margin:8px 4px 0 0;
display: inline-block;
}
.sociallinks a:hover{
color:var(--black);
}
#copied{
    position: fixed;
    background:var(--black);
    color: var(--white);
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: none;
    pointer-events: none;
    z-index: 1000;
}
.timeholder{
  margin:auto 0 0;
  text-align:left;
  font-size: 12px;
  color:var(--gray);
}
.blinked{
  opacity: 0;
}
main{
  padding: 0 0 24px;
}
.calendly-overlay{
  z-index: 999999 !important;
}
.calendly-popup-content{
  border-radius: 8px;
    overflow: hidden;
}
div.calendly-overlay .calendly-popup{
  max-height:99vh !important;
}
.menu-toggle{
  display: none;
}
h1 {
  font-size: var(--fs-hero);
  line-height: 1.12;                 /* tight but readable */
  letter-spacing: -0.01em;           /* subtle optical tightening */
  color: var(--white);
  margin: 0;
  text-wrap: balance;                 /* modern browsers balance lines */
  text-transform: uppercase;
}
main h2{
  margin-top:0.5em;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 1.75rem;
}
.eyebrow {
  font-size: var(--fs-eyebrow);
  line-height: var(--lh-tight);
  letter-spacing: 0.08em;
  text-transform:capitalize;
  color: var(--lightgray);
  margin: 0 0 0.5rem;
}
.sub{
  font-size: var(--fs-hero-sub);
  line-height: var(--lh-normal);
  color: var(--lightgray);                   /* ideal measure for readability */
  margin: 0 0 1.25rem;
}
main{
  background-color: var(--white);
}
main p{
  font-size: 18px;
  line-height: 1.4em;
}
.holder{
  max-width:1000px;

}
header{
  position: relative;
}
header:after{
  content:"";
  display: block;
  position: absolute;
  width: 100vw;
  background: var(--darkgray);
  top:0;
  left: 0;
  height: 100%;
  z-index: -1;
}
header img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.headhold{
  background:var(--darkgray);
display: flex;
flex-direction: column;
padding: 24px 32px;
color:var(--white);
    box-sizing: border-box;
}
.topcta{
  padding: 16px 0 16px;
}
.topcta a{
  color: var(--darkgray);
  background:var(--yellow);
  text-decoration: none;
  font-weight: 600;
  padding: 16px 24px;
  font-size: var(--fs-chip);
  display: inline-block;
  margin: 0 16px 0 0;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  border:solid 2px var(--yellow);
}
.topcta a:hover{
  background:var(--white);
  border:solid 2px var(--darkgray);
}
.topcta a.git{
  background:var(--darkgray);
  color:var(--yellow);
  border:solid 2px;
}
.topcta a.git:hover{
  background: transparent;
}
.topcta a.git:before{
  position: absolute;
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background:var(--darkgray);
  z-index: -1;
  border-radius: 4px;
}
.nw{
  white-space:nowrap;
}
.topcta a.git:hover:before{
  background:var(--yellow);
  border-radius: 0;
}
.topcta a.git:hover{
  color:var(--darkgray);
  border:solid 2px var(--yellow);
}
article{
  padding:0 32px;
}
.chips{
  padding:32px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:32px;
}
.chip{
  font-size:1.5rem;
  font-weight: 600;
  color:var(--white);
  background:var(--black);
  padding:24px 24px;
  text-align: center;
  text-wrap: balance;

  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 0.25em;
}
.chip span{
    font-size:1.5rem;
  font-weight: 600;
  color:var(--white);
}
.chip span i{
  background:var(--yellow);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  color:var(--black);
  margin-bottom:8px;
}
@media only screen and (max-width: 768px) {
  .holder{
    flex-direction: column;
    margin:51px 0;
  }
  aside{
    display: block;
    width: 100vw;
    height: auto;
    border-right: 0;
    border-bottom: solid 1px var(--lightgray);
    padding-bottom: 0;
    padding-top:8px;
    background-color: var(--white);
  }
  .socials{
    width: auto;
    display: inline-block;
    margin-bottom:8px;
  }


/* Hamburger icon styling */
.menu-toggle {
  /* Basic button styles */
  position:absolute;
  right:24px;
  top:9px;
  cursor:pointer;
  border:0;
  background-color: var(--white);
  border-radius: 4px;
  display: block;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--black);
  margin: 5px 0;
  transition: all 0.3s ease; /* For smooth animation */
  border-radius: 5px;
}
/* "X" icon styling when menu is open */
.menu-toggle.open .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg); /* Move down and rotate */
}
.menu-toggle.open .bar:nth-child(2) {
  opacity: 0; /* Hide the middle bar */
}
.menu-toggle.open .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); /* Move up and rotate */
}

nav{
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
nav.open{
  height: 130px;
  overflow: hidden;
}
nav a, nav a span{
  line-height: 1.5rem;
}
#centralTime{
  display: none !important;
}
main{
  min-height: 1000px;
}
.topcta a{
      padding: 16px 20px;
}
.chips {
    padding: 8px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 8px;
    max-width: 100vw;
}
.chip span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
}
    .chip {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--white);
        background: var(--black);
        padding: 16px;
        text-align: center;
        text-wrap: balance;
        display: flex;
        text-align: center;
        justify-content: center;
        border-radius: 0.25em;
        width: calc(100% - 8px);
        box-sizing: border-box;
    }
    article {
    padding: 0 8px;
}
.socialname a {
    color: var(--darkgray);
    text-decoration: none;
    position: relative;
    top: 3px;
}
nav a, nav a span, .contact span{
  font-size: 24px;
  line-height: 1.3em;
}
.contact:hover span {
    display: block;
    color: var(--gray);
    cursor: pointer;
    position: relative;
    margin-top: -34px;
}
    .contact:hover span {
        display: block;
        color: var(--gray);
        cursor: pointer;
        position: relative;
        margin-top: -41px;
    }
    .sociallinks a {
    color: var(--gray);
    font-size: 24px;
    margin: 8px 16px 0 0;
    display: inline-block;
}
}