@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/public/fonts/source-sans-pro-200.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/public/fonts/source-sans-pro-300.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/montserrat-400.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/noto-sans-400.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

.site-page {
  margin: 0;
  min-width: 320px;
  color: #ffffff;
  line-height: 1;
  overflow-x: hidden;
}

.site-page.modal-open {
  overflow: hidden;
}

.site-page a {
  color: inherit;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--social-gap, 1.25rem);
  margin: var(--social-margin, 1.5rem) 0;
  padding: 0;
  list-style: none;
}

.social-button {
  display: grid;
  width: var(--social-size, 2.75rem);
  height: var(--social-size, 2.75rem);
  place-items: center;
  border: 0;
  border-radius: var(--social-radius, 0.375rem);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  overflow: hidden;
  padding: 0;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.social-button:hover {
  transform: translateY(-1px);
}

.social-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.social-button svg {
  display: block;
  width: 60%;
  height: 60%;
  fill: currentColor;
  transform-origin: center;
  transition: transform 160ms ease;
}

.social-button img {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
  transform-origin: center;
  transition: transform 160ms ease;
}

.vibhor-site {
  min-height: 100vh;
  min-height: 100svh;
  background: #100d0c url("/public/vibhorchhabra/bg.jpg") top left / cover no-repeat fixed;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.vibhor-site::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.62);
  content: "";
  pointer-events: none;
}

.vibhor-hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: flex-end;
  padding: 3.875rem 3.125rem;
  text-align: right;
}

.vibhor-panel {
  width: min(44rem, 100%);
  animation: fade-slide-left 900ms ease both;
}

.vibhor-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.625rem, 3.55vw, 2.85rem);
  font-weight: 200;
  letter-spacing: 0.35rem;
  line-height: 1.175;
  text-transform: uppercase;
}

.vibhor-tagline {
  margin: 1.125rem 0 0;
  color: rgba(255, 255, 255, 0.541);
  font-size: clamp(1.05rem, 1.38vw, 1.3rem);
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.675;
}

.vibhor-socials {
  --social-gap: 1.375rem;
  --social-margin: 1.5rem;
  --social-radius: 0.375rem;
  justify-content: flex-end;
}

.vibhor-socials .linkedin {
  background: #0077b5;
  color: #ffffff;
}

.vibhor-socials .shunya-link {
  background: #fcfcfc;
  color: #0029ff;
}

.vibhor-socials .shunya-mark {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.vibhor-socials .kodaware-link {
  background: #ffffff;
}

.vibhor-socials .kodaware-mark {
  width: 104%;
  height: 104%;
}

.vibhor-socials .nomadicvibz-link {
  background: #ffffff;
}

.vibhor-socials .nomadicvibz-mark {
  width: 96%;
  height: 96%;
  object-fit: contain;
}

.vibhor-socials .social-button:hover {
  border-radius: var(--social-radius, 0.375rem);
  transform: none;
}

.vibhor-socials .social-button:hover svg,
.vibhor-socials .social-button:hover img {
  transform: scale(0.8);
}

.shunya-site {
  position: relative;
  min-height: 100vh;
  background: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.shunya-site::before {
  position: fixed;
  inset: 0 0 auto;
  z-index: 0;
  height: 100vh;
  background: #303030 url("/public/shunya/bg.jpg") center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.shunya-shell {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.shunya-card {
  width: min(920px, 100%);
  border-radius: 0.5rem;
  background: rgba(44, 42, 54, 0.8);
  box-shadow: 0 3rem 3.125rem rgba(44, 42, 54, 0.451);
  padding: 75px 77.5px;
  animation: fade-slide-up 700ms ease 120ms both;
}

.shunya-header {
  text-align: center;
}

.shunya-logo {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 2rem;
  border-radius: 50%;
}

.shunya-title {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.shunya-lede {
  margin: 1.55rem 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.75;
}

.shunya-divider {
  width: 640px;
  max-width: 100%;
  height: 1px;
  margin: 2.75rem auto;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
}

.person {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2.5rem;
}

.person-reversed .person-media {
  order: -1;
}

.person-name {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 1.375;
  text-transform: uppercase;
}

.person-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.75;
}

.person-copy p + p {
  margin-top: 1rem;
}

.person-media {
  display: flex;
  justify-content: flex-end;
}

.person:not(.person-reversed) .person-media {
  transform: translateY(-2.5rem);
}

.person-reversed .person-media {
  justify-content: flex-start;
}

.person-photo {
  display: block;
  width: 300px;
  max-width: 100%;
  border-radius: 0.375rem;
}

.shunya-socials {
  --social-gap: 1.25rem;
  --social-margin: 2.625rem 0 0;
  --social-radius: 50%;
  --social-size: 55px;
}

.shunya-socials .social-button {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.shunya-socials .social-button:hover {
  border-color: #ffccb0;
  color: #ffccb0;
}

.shunya-footer {
  margin: 0;
  color: rgba(255, 255, 255, 0.349);
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.025rem;
  line-height: 1.75;
  text-align: center;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  color: #292733;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 12, 17, 0.72);
  backdrop-filter: blur(6px);
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(34rem, 100%);
  max-height: min(44rem, calc(100vh - 3rem));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.34);
  padding: 2rem;
}

.lightbox-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.625rem;
}

.lightbox-header h2 {
  margin: 0;
  color: #292733;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.lightbox-header p {
  margin: 0.7rem 0 0;
  color: rgba(41, 39, 51, 0.72);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
}

.lightbox-close {
  display: grid;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(41, 39, 51, 0.16);
  border-radius: 50%;
  background: #ffffff;
  color: #292733;
  cursor: pointer;
  font: inherit;
  font-size: 1.85rem;
  font-weight: 200;
  line-height: 1;
  padding: 0 0 0.15rem;
}

.lightbox-close:hover {
  background: #f3f0ee;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form label span {
  color: #292733;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(41, 39, 51, 0.16);
  border-radius: 0.375rem;
  background: #fbfaf9;
  color: #292733;
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  outline: none;
  padding: 0.875rem 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6f675f;
  box-shadow: 0 0 0 4px rgba(111, 103, 95, 0.16);
}

.contact-submit {
  width: fit-content;
  border: 0;
  border-radius: 0.375rem;
  background: #2c2a36;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  padding: 0.875rem 1rem;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease;
}

.contact-submit:hover {
  background: #494554;
}

.contact-submit:active {
  transform: translateY(1px);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: rgba(41, 39, 51, 0.68);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.45;
}

.form-status.success {
  color: #256b45;
}

.form-status.error {
  color: #9b2f35;
}

@keyframes fade-slide-left {
  from {
    opacity: 0;
    transform: translateX(1.7rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(1.7rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .vibhor-hero {
    padding: 3.5rem 2rem;
  }

  .vibhor-title {
    width: min(100%, 20rem);
    margin-left: auto;
  }

  .vibhor-tagline {
    max-width: 22rem;
    margin-left: auto;
  }

  .shunya-shell {
    padding: 2rem;
  }

  .person {
    gap: 2rem;
  }
}

@media (max-width: 736px) {
  .vibhor-hero {
    align-items: center;
    padding: 3.5rem 2rem;
  }

  .vibhor-title {
    width: min(100%, 17.5rem);
    font-size: 2.625rem;
    letter-spacing: 0.30625rem;
  }

  .vibhor-tagline {
    font-size: 1.125rem;
    letter-spacing: 0.04375rem;
  }

  .vibhor-socials {
    --social-margin: 1.125rem;
  }

  .shunya-shell {
    align-items: flex-start;
    padding: 0.75rem;
  }

  .shunya-card {
    padding: 3rem 1.875rem 2.875rem;
  }

  .shunya-logo {
    margin-bottom: 1.625rem;
  }

  .shunya-title {
    font-size: clamp(2.05rem, 10vw, 2.65rem);
    letter-spacing: 0.48rem;
  }

  .shunya-lede {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .shunya-divider {
    margin: 2.25rem auto;
  }

  .person,
  .person-reversed {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .person .person-media,
  .person-reversed .person-media {
    order: -1;
    justify-content: center;
    transform: none;
  }

  .person-photo {
    width: min(12rem, 70%);
  }

  .person-name {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.275rem;
  }

  .person-copy p {
    font-size: 1rem;
  }

  .shunya-socials {
    --social-margin: 2.25rem 0 0;
    --social-size: 2.75rem;
    justify-content: center;
  }

  .lightbox {
    align-items: end;
    padding: 0.75rem;
  }

  .lightbox-panel {
    max-height: calc(100vh - 1.5rem);
    padding: 1.5rem;
  }

  .lightbox-header {
    gap: 1rem;
  }
}

@media (max-width: 360px) {
  .vibhor-hero {
    padding: 2.625rem 1.5rem;
  }

  .vibhor-title {
    font-size: 2rem;
  }

  .shunya-shell {
    padding: 0.5rem;
  }

  .shunya-card {
    padding: 2.35rem 1.4rem;
  }
}
