@import url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.css");
@import url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.css");
* {
  box-sizing: border-box;
  font-family: Gilroy, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #010c20;
  color: #fff;
  font-family: Gilroy, sans-serif;
}
.site-shell {
  min-height: 1250px;
  overflow: hidden;
}
.hero,
.about {
  position: relative;
  height: 625px;
  max-width: 1260px;
  margin: auto;
  overflow: hidden;
  background: #010c20;
}
.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  background: rgba(1, 12, 32, 0.82);
}
.portrait {
  position: absolute;
  z-index: 1;
  left: 23%;
  bottom: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
}
.site-header {
  position: fixed;
  z-index: 9999;
  inset: 0 7.1% auto;
  height: 59px;
  display: flex;
  align-items: center;
}
.brand,
nav a {
  color: #fff;
  text-decoration: none;
}
.brand {
  font-size: 18px;
}
.brand strong {
  font-weight: 700;
}
nav {
  display: flex;
  gap: 38px;
  margin-left: 245px;
}
nav a {
  font-size: 15px;
}
nav a:hover {
  color: #fe7f22;
}
.contact-button {
  margin-left: auto;
  padding: 9px 22px;
  border-radius: 30px;
  background: #fe7f22;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
#hero-title {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  font-size: 64px;
  line-height: 0.82;
  letter-spacing: -1.5px;
  font-weight: 400;
}
#hero-title span {
  position: absolute;
  left: 11.8%;
  top: 28.5%;
}
#hero-title strong {
  position: absolute;
  right: -2%;
  top: 36%;
  color: #fe7f22;
  font-size: 71px;
  line-height: 0.74;
}
.hero-curve {
  position: absolute;
  z-index: 4;
  left: -2%;
  right: -2%;
  bottom: -54px;
  height: 108px;
  border-radius: 50% 50% 0 0;
  background: #010c20;
}
.about {
  height: 625px;
}
.about-copy {
  position: absolute;
  left: 51.2%;
  top: 82px;
  width: 496px;
  z-index: 2;
}
.about h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 35px;
  font-weight: 400;
  line-height: 33px;
}
.about h2 strong {
  font-weight: 700;
}
.about-text {
  position: absolute;
  top: 99px;
  width: 410px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.about-text p {
  margin: 0 0 21px;
}
.about-portrait {
  position: absolute;
  left: 11%;
  top: 0;
  width: 40.2%;
  height: 625px;
  object-fit: contain;
  object-position: center bottom;
}
.anchor {
  display: block;
}
@media (max-width: 800px) {
  .hero {
    height: 100vh;
    min-height: 620px;
  }
  .portrait {
    left: 20%;
    width: 80%;
    opacity: 0.75;
  }
  nav {
    gap: 14px;
    margin-left: auto;
  }
  nav a {
    font-size: 12px;
  }
  .contact-button {
    display: none;
  }
  #hero-title {
    font-size: 44px;
  }
  #hero-title span {
    left: 7%;
    top: 30%;
  }
  #hero-title strong {
    right: 4%;
    top: 48%;
    font-size: 48px;
  }
  .about {
    height: 720px;
  }
  .about-copy {
    position: relative;
    left: 7%;
    top: 55px;
    width: 86%;
  }
  .about-text {
    position: relative;
    top: 28px;
    width: 100%;
  }
  .about-portrait {
    left: 18%;
    top: 350px;
    width: 64%;
    height: 370px;
  }
}
.highlights {
  height: 121px;
  max-width: 1260px;
  margin: 0 auto;
  background: #fe7f22;
  display: flex;
  align-items: center;
  color: #fff;
}
.highlights article {
  display: flex;
  align-items: center;
  width: 33.333%;
  padding-left: 8.3%;
  gap: 14px;
}
.feature-icon {
  width: 42px;
  height: 42px;
  stroke-width: 1.8;
}
.highlights h2 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 21px;
}
.highlights p {
  width: 204px;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
}
.highlights article:nth-child(2) {
  padding-left: 5.2%;
}
.highlights article:nth-child(3) {
  padding-left: 4.4%;
}
@media (max-width: 800px) {
  .highlights {
    height: auto;
    min-height: 260px;
    display: block;
    padding: 20px 7%;
  }
  .highlights article,
  .highlights article:nth-child(2),
  .highlights article:nth-child(3) {
    width: 100%;
    padding: 12px 0;
  }
  .highlights p {
    width: auto;
  }
}
.projects {
  position: relative;
  height: 625px;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #010c20;
}
.projects header h1 {
  position: absolute;
  left: 12.1%;
  top: 78px;
  margin: 0;
  font-size: 46px;
  line-height: 33px;
  letter-spacing: -0.9px;
  font-weight: 400;
}
.projects header h1 strong {
  font-weight: 700;
}
.projects header p {
  position: absolute;
  right: 10.9%;
  top: 88px;
  width: 342px;
  margin: 0;
  text-align: right;
  font-size: 15px;
  line-height: 15px;
}
.project-cards {
  position: absolute;
  top: 227px;
  left: 0;
  display: flex;
  gap: 0;
}
.project-cards article {
  width: 256px;
  height: 276px;
  margin-left: -13px;
  border-radius: 22px;
  background: #d9d9d9;
}
.project-cards article:nth-child(n + 2) {
  margin-left: 1px;
}
.project-cards h2 {
  margin: 7px 24px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 800;
}
.project-cards article:last-child h2 {
  margin-top: 10px;
  line-height: 21px;
}
@media (max-width: 800px) {
  .projects {
    height: 900px;
  }
  .projects header h1 {
    left: 7%;
    top: 55px;
    font-size: 38px;
  }
  .projects header p {
    left: 7%;
    right: auto;
    top: 145px;
    width: 86%;
    text-align: left;
  }
  .project-cards {
    top: 250px;
    left: 7%;
    display: block;
  }
  .project-cards article {
    margin: 0 0 14px !important;
    width: 86%;
    height: 100px;
  }
  .project-cards h2 {
    padding-top: 20px;
  }
}
.experience {
  position: relative;
  height: 625px;
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
  color: #010c20;
  padding-top: 36px;
}
.experience > h1 {
  width: 495px;
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
  line-height: 33px;
  font-weight: 400;
}
.experience > h1 strong {
  font-weight: 700;
}
.experience-grid {
  width: 566px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 174px);
  gap: 21px 22px;
}
.experience-grid article {
  height: 163px;
  border: 1px solid #fe7f22;
  border-radius: 22px;
  padding: 20px 13px 10px;
  text-align: center;
}
.experience-grid h2 {
  margin: 0;
  font-size: 18px;
  line-height: 14px;
}
.experience-grid p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 800px) {
  .experience {
    height: auto;
    min-height: 900px;
    padding: 55px 7%;
  }
  .experience > h1 {
    width: 100%;
    font-size: 36px;
    line-height: 32px;
  }
  .experience-grid {
    width: 100%;
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .experience-grid article {
    height: auto;
    min-height: 145px;
    padding: 25px 18px;
  }
  .experience-grid p {
    margin-top: 18px;
  }
}
.conversation {
  position: relative;
  width: 688px;
  height: 114px;
  margin: 0 auto 0;
  background: #010c20;
  border-radius: 15px;
  color: #fff;
}
.conversation h1 {
  position: absolute;
  left: 61px;
  top: 25px;
  margin: 0;
  font-size: 32px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.conversation h1 strong {
  color: #fe7f22;
  font-weight: 700;
}
.conversation p {
  position: absolute;
  right: 67px;
  top: 38px;
  margin: 0;
  text-align: right;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 800px) {
  .conversation {
    width: 86%;
    height: 180px;
    margin: 0 auto;
  }
  .conversation h1 {
    left: 24px;
    top: 30px;
    font-size: 26px;
    line-height: 23px;
  }
  .conversation p {
    left: 24px;
    right: auto;
    top: 105px;
    width: calc(100% - 48px);
    text-align: left;
    font-size: 12px;
    line-height: 13px;
  }
}
.contact-section {
  position: relative;
  height: 470px;
  background: #010c20;
  color: #fff;
  overflow: hidden;
}
.contact-top-curve {
  height: 44px;
  background: #fff;
  border-radius: 0 0 40px 40px;
}
.contact-inner {
  width: 950px;
  margin: 72px auto 0;
  display: flex;
  justify-content: space-between;
}
.contact-info h1 {
  margin: 0;
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
}
.contact-info h1 strong {
  font-weight: 700;
}
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}
.socials a {
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 22px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  background: #fe7f22;
  color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 1;
}
.socials a[title="Facebook"]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.socials a[title="Instagram"] {
  font-size: 0;
}
.socials a[title="Instagram"]::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.socials a[aria-label="E-mail"]::before {
  content: "✉";
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form {
  width: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
}
.contact-form label {
  font-size: 15px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #010c20;
  padding: 5px;
  font:
    12px Gilroy,
    sans-serif;
}
.contact-form input {
  height: 28px;
}
.message-field {
  grid-column: 1/3;
}
.contact-form textarea {
  height: 67px;
  resize: vertical;
}
.contact-form button {
  grid-column: 2;
  width: 92px;
  height: 28px;
  justify-self: end;
  border: 0;
  border-radius: 18px;
  background: #fe7f22;
  color: #fff;
  font:
    700 11px Gilroy,
    sans-serif;
  cursor: pointer;
}
.footer-bottom {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 12.1%;
  font-size: 10px;
  color: #6f7785;
}
.footer-bottom small {
  color: #fff;
}
@media (max-width: 800px) {
  .contact-section {
    height: 650px;
  }
  .contact-inner {
    width: 86%;
    margin-top: 50px;
    display: block;
  }
  .contact-info h1 {
    font-size: 30px;
  }
  .contact-form {
    width: 100%;
    margin-top: 45px;
  }
  .footer-bottom {
    padding: 0 7%;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
.hero,
.about,
.highlights,
.projects,
.experience {
  width: 100%;
  max-width: none;
}
.project-cards {
  left: 50%;
  transform: translateX(-50%);
}
.hero,
.about,
.highlights,
.projects,
.experience {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  clip-path: inset(0 -100vw);
  box-shadow: 0 0 0 100vw var(--section-bg);
}
.hero,
.about {
  --section-bg: #010c20;
}
.highlights {
  --section-bg: #fe7f22;
}
.projects,
.experience {
  --section-bg: #fff;
}
.project-cards {
  left: 50%;
  transform: translateX(-50%);
}
.hero {
  width: 100vw;
  max-width: none;
  overflow: hidden;
}
.hero-background,
.hero-overlay {
  width: 100vw;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.hero .portrait {
  left: calc(50% - 340px);
  width: 625px;
}
.hero .site-header,
.hero #hero-title {
  left: 50%;
  right: auto;
  width: 1260px;
  transform: translateX(-50%);
}
.hero .hero-curve {
  left: 0;
  right: 0;
}
.conversation {
  position: relative;
  width: 100%;
  max-width: none;
  height: 160px;
  margin: 0;
  background: #fff;
  border-radius: 0;
}
.conversation:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 50%;
  width: 678px;
  height: 112px;
  transform: translateX(-50%);
  border-radius: 15px;
  background: #010c20;
}
.conversation h1 {
  z-index: 1;
  left: calc(50% - 278px);
  top: 27px;
}
.conversation p {
  z-index: 1;
  right: calc(50% - 270px);
  top: 28px;
}
@media (max-width: 800px) {
  .conversation {
    height: 220px;
  }
  .conversation:before {
    width: 86%;
    height: 180px;
  }
  .conversation h1 {
    left: calc(7% + 24px);
    top: 32px;
  }
  .conversation p {
    left: calc(7% + 24px);
    right: auto;
    top: 108px;
  }
}
.conversation:before {
  width: min(1260px, calc(100% - 32px));
  height: 112px;
  border-radius: 15px;
}
.conversation h1 {
  left: calc(50% - 480px);
}
.conversation p {
  right: calc(50% - 480px);
}
@media (max-width: 800px) {
  .conversation:before {
    width: calc(100% - 32px);
    height: 180px;
  }
  .conversation h1 {
    left: calc(7% + 24px);
  }
  .conversation p {
    left: calc(7% + 24px);
    right: auto;
  }
}
.hero .hero-curve {
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  border-radius: 60px 60px 0 0;
  background: #010c20;
  transform: none;
}
.hero .site-header {
  left: 50%;
  right: auto;
  width: min(1260px, calc(100% - 64px));
  padding: 0;
  transform: translateX(-50%);
}
.hero .portrait {
  left: 50%;
  bottom: 0;
  width: 625px;
  height: 100%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
}
.hero #hero-title {
  left: 50%;
  width: min(1260px, calc(100% - 64px));
  transform: translateX(-50%);
}
.hero #hero-title span {
  left: 0;
  top: 28%;
  width: 210px;
  line-height: 0.83;
}
.hero #hero-title strong {
  right: 0;
  top: 38%;
  line-height: 0.78;
}
.hero-curve {
  border-radius: 60px 60px 0 0;
}
@media (max-width: 800px) {
  .hero .site-header {
    width: 86%;
  }
  .hero #hero-title {
    width: 86%;
  }
  .hero #hero-title span {
    left: 0;
    top: 28%;
    width: 180px;
  }
  .hero #hero-title strong {
    right: 0;
    top: 47%;
  }
}
.hero .portrait {
  width: 750px;
  transform: translateX(-50%) scale(1.08);
  transform-origin: center bottom;
}
.hero .hero-overlay {
  z-index: 2;
  background: rgba(1, 12, 32, 0.58);
}
.hero .site-header,
.hero #hero-title {
  z-index: 3;
}

.hero .hero-curve {
  z-index: 4;
}
@media (max-width: 800px) {
  .hero .portrait {
    width: 115%;
    transform: translateX(-50%) scale(1.06);
  }
}
.hero {
  height: min(625px, 49.55vw);
  min-height: 434px;
}
.hero .portrait {
  width: min(625px, 43.5vw);
  height: 100%;
  transform: translateX(-50%) scale(1.02);
}
.hero #hero-title {
  font-size: 70px;
  line-height: 0.78;
}
.hero #hero-title span {
  left: 0;
  top: 28.5%;
  width: 210px;
}
.hero #hero-title strong {
  right: 0;
  top: 37%;
  font-size: 75px;
  line-height: 0.72;
}
.hero .hero-overlay {
  background: rgba(1, 12, 32, 0.5);
}
.hero .hero-curve {
  height: 58px;
  border-radius: 58px 58px 0 0;
}
@media (max-width: 800px) {
  .hero {
    height: 100vh;
    min-height: 620px;
  }
  .hero .portrait {
    width: 115%;
    transform: translateX(-50%) scale(1.02);
  }
  .hero #hero-title {
    font-size: 44px;
  }
  .hero #hero-title strong {
    font-size: 48px;
  }
}
.hero .portrait {
  transform: translateX(-50%) scale(1.28);
  transform-origin: center bottom;
}
@media (max-width: 800px) {
  .hero .portrait {
    transform: translateX(-50%) scale(1.2);
  }
}
.hero .portrait {
  bottom: -42px;
}
@media (max-width: 800px) {
  .hero .portrait {
    bottom: -28px;
  }
}
.hero .portrait {
  bottom: -82px;
}
@media (max-width: 800px) {
  .hero .portrait {
    bottom: -58px;
  }
}
.hero .portrait {
  bottom: -125px;
}
@media (max-width: 800px) {
  .hero .portrait {
    bottom: -90px;
  }
}
.hero .portrait {
  bottom: -100px;
}
@media (max-width: 800px) {
  .hero .portrait {
    bottom: -70px;
  }
}
.hero .hero-overlay {
  background: rgba(1, 12, 32, 0.68);
}
.hero .hero-overlay {
  background: rgba(1, 12, 32, 0.48);
}
.hero .hero-background {
  filter: brightness(0.42);
}
.hero .hero-overlay {
  background: rgba(1, 12, 32, 0.24);
}
.hero .site-header {
  align-items: center;
}
.hero .site-header nav {
  align-items: center;
  height: 100%;
  line-height: 1;
}
.hero .site-header nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 1px;
}
.hero .site-header {
  top: 14px;
  height: 35px;
}
.hero .site-header nav a {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
}
.hero .site-header .contact-button {
  height: 34px;
  display: flex;
  align-items: center;
}
.hero .site-header nav {
  position: absolute;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  white-space: nowrap;
}
.hero .site-header nav a {
  margin: 0;
}
.hero .site-header {
  z-index: 9999;
  pointer-events: auto;
}
.hero .site-header a {
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}
.hero #hero-title {
  z-index: 3;
}
