:root {
  /* Accent principal */
  --site-accent: #f2b632;
  --site-accent-hover: #ffd36a;

  /* Barres latérales */
  --site-side-bg: #051b23;
  --site-side-bg-alt: #01171e;
  --site-side-border: rgba(255, 255, 255, 0.16);
  --site-side-icon: #f3eadc;
  --site-side-icon-muted: rgba(243, 234, 220, 0.7);

  /* Hero */
  --hero-bg-deep: #06252c;
  --hero-bg-dark: #08383b;
  --hero-bg-end: #0a4547;
  --hero-teal: #0f6f70;
  --hero-teal-light: #5fd0c5;
  --hero-cream: #f3eadc;
  --hero-white: #ffffff;
  --hero-muted: rgba(255, 255, 255, 0.68);
  --hero-panel: rgba(9, 55, 60, 0.72);
  --hero-border: rgba(255, 255, 255, 0.12);

  /* Texte / fonds généraux */
  --site-text-dark: #191919;
  --site-text-muted: #666666;
  --site-bg-light: #ffffff;
  --site-heading: #4f5b5e;
  --site-text: #3e4648;
  --site-ghost-title: rgba(5, 27, 35, 0.06);
  --site-title-block: rgba(238, 241, 240);
  --hover-buttons-yellow: rgb(255, 221, 145);
  --hover-navbar-yellow: #ffd36a;
  --hover-footer-yellow: #faca2e;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle at 72% 22%,
      rgba(95, 208, 197, 0.12),
      transparent 18%
    ),
    radial-gradient(
      circle at 24% 16%,
      rgba(15, 111, 112, 0.28),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--hero-bg-deep) 0%,
      var(--hero-bg-dark) 54%,
      var(--hero-bg-end) 100%
    );
}

.hero-shell .hero-stage::before {
  content: "";
  position: absolute;
  inset: 10% 20% 10% 20%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  z-index: 1;
  pointer-events: none;
}

.hero-shell .hero-stage::after {
  content: "";
  position: absolute;
  inset: 10% 3% auto auto;
  width: 260px;
  height: 360px;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle,
      rgba(95, 208, 197, 0.26) 0 1.6px,
      transparent 1.8px
    ),
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.16) 0 1.4px,
      transparent 1.6px
    );
  background-size:
    18px 18px,
    26px 26px;
  background-position:
    0 0,
    9px 11px;
  opacity: 0.34;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 92%);
}

.hero-shell .hero-stage {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 0;
  margin-inline: auto;
  padding: 118px 24px 72px;
  box-sizing: border-box;
}

.hero-shell .hero-bg,
.hero-shell .hero-orb,
.hero-shell .hero-portrait,
.hero-shell .hero-floating,
.hero-shell .hero-content,
.hero-shell .hero-scroll {
  position: absolute;
}

.hero-shell .hero-bg {
  inset: 0;
  pointer-events: none;
}

.hero-shell .hero-bg--deep {
  background:
    radial-gradient(
      circle at 63% 54%,
      rgba(95, 208, 197, 0.11),
      transparent 25%
    ),
    radial-gradient(
      circle at 41% 22%,
      rgba(255, 255, 255, 0.05),
      transparent 20%
    );
}

.hero-shell .hero-bg--glow {
  left: 50%;
  top: 50%;
  width: min(74vw, 1020px);
  height: min(74vw, 1020px);
  transform: translate(-50%, -48%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(95, 208, 197, 0.14) 0%,
    rgba(95, 208, 197, 0.02) 42%,
    transparent 72%
  );
  filter: blur(8px);
}

.hero-shell .hero-orb {
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.hero-shell .hero-orb--one {
  left: 35%;
  top: 22%;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(95, 208, 197, 0.28),
    rgba(95, 208, 197, 0.02)
  );
}

.hero-shell .hero-orb--two {
  right: 21.6%;
  bottom: 33%;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(243, 234, 220, 0.12),
    rgba(243, 234, 220, 0.02)
  );
}

.hero-shell .hero-portrait {
  z-index: 3;
  left: 52%;
  top: auto;
  bottom: 0;
  width: min(39vw, 570px);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 1;
  filter: drop-shadow(0 32px 52px rgba(0, 0, 0, 0.32));
}

.hero-shell .hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-shell .hero-floating {
  z-index: 2;
  pointer-events: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.hero-shell .hero-floating img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-shell .hero-floating--browser {
  top: 16%;
  left: 7%;
  width: min(22vw, 422px);
  transform: perspective(900px) rotateX(8deg) rotateY(30deg) rotateZ(-2deg);
}

.hero-shell .hero-floating--code {
  top: 7%;
  left: 19%;
  width: min(22vw, 422px);
  transform: perspective(900px) rotateX(10deg) rotateY(36deg) rotateZ(-2deg);
}

.hero-shell .hero-floating--cms {
  top: 7%;
  right: 11%;
  width: min(23vw, 442px);
  transform: perspective(900px) rotateX(0deg) rotateY(-25deg) rotateZ(0deg);
}

.hero-shell .hero-floating--ecommerce {
  right: 7%;
  top: 28%;
  width: min(22vw, 422px);
  transform: perspective(850px) rotateX(-1deg) rotateY(-30deg) rotateZ(1deg);
}

.hero-shell .hero-floating--checklist {
  left: 11%;
  bottom: 7%;
  width: min(15vw, 288px);
  transform: perspective(850px) rotateX(-12deg) rotateY(36deg) rotateZ(-2deg);
}

.hero-shell .hero-floating--wireframe {
  right: 8%;
  bottom: 8%;
  width: min(21vw, 403px);
  transform: perspective(900px) rotateX(-15deg) rotateY(-38deg) rotateZ(2deg);
}

.hero-shell .hero-floating--cursor {
  left: 27.5%;
  bottom: 45%;
  width: 46px;
  transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
}

.hero-shell .hero-content {
  z-index: 4;
  left: 33%;
  top: 65%;
  transform: translateY(-46%);
  max-width: min(56vw, 760px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
}

.hero-shell .hero-title {
  margin: 0;
  color: var(--hero-white);
  font-size: clamp(3.1rem, 6.8vw, 6.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-wrap: balance;
  max-width: 12ch;
  text-transform: uppercase;
}

.hero-shell .hero-subtitle {
  margin: 20px 0 0;
  max-width: 38rem;
  color: var(--hero-muted);
  font-size: clamp(1rem, 1.55vw, 1.32rem);
  line-height: 1.7;
  border-left: 2px solid #54b29f;
  padding-left: 25px;
}

.hero-shell .hero-cta {
  position: relative;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 20px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hero-cream), var(--hero-white));
  color: #0b2c2f;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.btn.hide-icon span {
  font-size: 12px;
}

.hero-shell .hero-cta:hover,
.hero-shell .hero-cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  background: linear-gradient(135deg, var(--hero-white), var(--hero-cream));
}

.hero-shell .hero-scroll {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-shell .hero-scroll__line {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  font-size: 0;
}

.hero-shell .hero-scroll__line::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(4, 31, 35, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.hero-shell .hero-scroll__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--hero-white);
  border-bottom: 2px solid var(--hero-white);
  transform: translate(-50%, -58%) rotate(45deg);
}

.hero-shell .hero-scroll__line {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-shell .hero-scroll:hover .hero-scroll__line,
.hero-shell .hero-scroll:focus .hero-scroll__line {
  transform: translateY(4px);
}

.hero-shell .hero-scroll__line::before {
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-shell .hero-scroll__line::after {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.hero-shell .hero-scroll:hover .hero-scroll__line::before,
.hero-shell .hero-scroll:focus .hero-scroll__line::before {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(243, 234, 220, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.hero-shell .hero-scroll:hover .hero-scroll__line::after,
.hero-shell .hero-scroll:focus .hero-scroll__line::after {
  transform: translate(-50%, -44%) rotate(45deg);
  border-color: var(--hero-cream);
}

.hero-shell .hero-cta {
  gap: 6px;
  padding: 20px 32px;
}

.hero-shell .hero-cta span {
  display: inline-block;
  padding: 0 !important;
  transform: translateX(0);
  transition: transform 0.28s ease;
}

.hero-shell .hero-cta::before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  color: #0b2c2f;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 0.22s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-shell .hero-cta:hover::before,
.hero-shell .hero-cta:focus::before {
  opacity: 1;
  transform: translateX(0);
}

.hero-shell .hero-cta:hover span,
.hero-shell .hero-cta:focus span {
  padding: 0 !important;
  transform: translateX(5px);
}

.hero-shell .hero-cta::after {
  content: none;
}

.hero-shell .hero-cta i {
  display: none;
}

.main-header {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.main-footer {
  border-left: 1px solid rgba(255, 255, 255, 0.19);
}

.footer-social li a,
#submit,
.controls button,
.order-wrap h4 {
  color: var(--site-side-bg);
}

header.main-header,
.fixed-filter .filter-button,
.page-nav a,
.main-footer,
.arrowpagenav,
.scroll-nav-holder,
.scroll-nav li,
.experiences,
.fixed-filter .folio-counter:before,
#submit,
.controls button,
.post-tags li a,
.tagcloud li a,
.post-author-wrap li a,
.order-wrap a.ord-link,
.btn i {
  background: var(--site-side-bg);
}

.loader,
.hero-shell .hero-subtitle {
  border-color: var(--site-accent);
}

.morph-shape {
  fill: rgba(11, 35, 43, 0.97);
}

.section-title h2,
.bold-title,
.percent {
  color: var(--site-heading);
}

.section-title p {
  color: var(--site-text);
}

.parallax-title {
  color: var(--site-ghost-title);
  opacity: 0.8;
}

.section-title h2::before {
  background: var(--site-title-block);
  opacity: 0.85;
}

.experiences:hover,
.order-wrap a.ord-link:hover {
  color: var(--hover-buttons-yellow);
}

.scroll-nav li:hover > a,
.scroll-nav li:hover > a span {
  color: var(--hover-navbar-yellow);
  opacity: 0.9;
}

.footer-social li a:hover {
  -moz-box-shadow: 0 0 20px -2px var(--hover-footer-yellow);
  -webkit-box-shadow: 0 0 20px -2px var(--hover-footer-yellow);
  box-shadow: 0 0 20px -2px var(--hover-footer-yellow);
}

.skills-wrap > div > div > blockquote {
  border-left: 15px solid var(--site-ghost-title);
}

.skillbar-bg {
  background: var(--site-ghost-title);
}

.piechart-holder h4 {
  background: var(--site-ghost-title);
  color: var(--site-text-dark);
}

.piechart-holder h4::before {
  width: 1px;
  height: 70px;
  top: -62px;
  right: 24px;
  background: rgba(194, 194, 194, 0.55);
  transform: rotate(45deg);
}

.overlay {
  opacity: 0.35;
}

.bg-title {
  bottom: -15%;
  font-size: 88px;
}

div.skillbar-item {
  margin-bottom: 10px;
}

.logo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-holder img {
  display: block;
  width: 42px;
  height: auto;
  max-width: none;
}

.menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-logo img {
  display: block;
  width: 120px;
  height: auto;
  max-width: none;
}

.homepage-image {
  overflow: hidden;
}

.homepage-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==============================
   Spacing utilities
   ============================== */

/* Margin top */
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 30px !important;
}
.mt-6 {
  margin-top: 40px !important;
}
.mt-7 {
  margin-top: 50px !important;
}
.mt-8 {
  margin-top: 60px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 30px !important;
}
.mb-6 {
  margin-bottom: 40px !important;
}
.mb-7 {
  margin-bottom: 50px !important;
}
.mb-8 {
  margin-bottom: 60px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.ml-5 {
  margin-left: 30px !important;
}
.ml-6 {
  margin-left: 40px !important;
}
.ml-7 {
  margin-left: 50px !important;
}
.ml-8 {
  margin-left: 60px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mr-5 {
  margin-right: 30px !important;
}
.mr-6 {
  margin-right: 40px !important;
}
.mr-7 {
  margin-right: 50px !important;
}
.mr-8 {
  margin-right: 60px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pt-5 {
  padding-top: 30px !important;
}
.pt-6 {
  padding-top: 40px !important;
}
.pt-7 {
  padding-top: 50px !important;
}
.pt-8 {
  padding-top: 60px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pb-5 {
  padding-bottom: 30px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
.pb-7 {
  padding-bottom: 50px !important;
}
.pb-8 {
  padding-bottom: 60px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.pl-5 {
  padding-left: 30px !important;
}
.pl-6 {
  padding-left: 40px !important;
}
.pl-7 {
  padding-left: 50px !important;
}
.pl-8 {
  padding-left: 60px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pr-5 {
  padding-right: 30px !important;
}
.pr-6 {
  padding-right: 40px !important;
}
.pr-7 {
  padding-right: 50px !important;
}
.pr-8 {
  padding-right: 60px !important;
}

@media (min-width: 1921px) and (min-height: 1081px) {
  .hero-shell {
    height: 1080px;
    min-height: 1080px;
  }

  .hero-shell .hero-stage {
    width: 1920px;
    height: 1080px;
  }
}

@media (max-width: 1064px) {
  .main-header {
    border-right: 0px;
  }
}

@media (max-width: 1060px) {
  .hero-shell .hero-stage::before {
    inset: 21% 10% 14% 10%;
    border-radius: 28px;
  }

  .hero-shell .hero-stage::after {
    width: 220px;
    height: 300px;
    inset: 10% 2% auto auto;
    opacity: 0.28;
  }

  .hero-shell .hero-stage {
    padding: 108px 22px 72px;
  }

  .hero-shell .hero-orb--one {
    left: 29%;
    top: 32.5%;
    width: 130px;
    height: 130px;
  }

  .hero-shell .hero-orb--two {
    right: 28%;
    top: 19%;
    width: 190px;
    height: 190px;
  }

  .hero-shell .hero-content {
    left: 29%;
    top: 67%;
    transform: translateY(-46%);
    max-width: min(60vw, 680px);
  }

  .hero-shell .hero-title {
    font-size: clamp(2.9rem, 6.8vw, 5.6rem);
    line-height: 1;
    max-width: 12ch;
  }

  .hero-shell .hero-subtitle {
    margin-top: 18px;
    max-width: 34rem;
    font-size: clamp(0.95rem, 1.45vw, 1.15rem);
    line-height: 1.6;
    padding-left: 20px;
  }

  .hero-shell .hero-cta {
    margin-top: 20px;
    padding: 17px 20px;
  }

  .hero-shell .hero-portrait {
    left: 53%;
    width: 54vw;
  }

  .hero-shell .hero-floating--browser {
    top: 19%;
    left: 5%;
    width: 34vw;
    transform: perspective(900px) rotateX(8deg) rotateY(30deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--code {
    top: 10%;
    left: 14%;
    width: 33vw;
    transform: perspective(900px) rotateX(13deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--cms {
    top: 10%;
    right: 9%;
    width: 32vw;
    transform: perspective(900px) rotateX(0deg) rotateY(-24deg) rotateZ(0deg);
  }

  .hero-shell .hero-floating--ecommerce {
    right: 5%;
    top: 25%;
    width: 30vw;
    transform: perspective(850px) rotateX(-1deg) rotateY(-30deg) rotateZ(1deg);
  }

  .hero-shell .hero-floating--checklist {
    left: 5%;
    bottom: 26%;
    width: 21vw;
    transform: perspective(850px) rotateX(-12deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--wireframe {
    right: 3%;
    bottom: 31%;
    width: 30vw;
    transform: perspective(900px) rotateX(-18deg) rotateY(-36deg) rotateZ(-1deg);
  }

  .hero-shell .hero-floating--cursor {
    left: 33%;
    bottom: 60%;
    width: 42px;
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
  }

  .hero-shell .hero-scroll {
    bottom: 10%;
  }

  .hero-shell .hero-scroll__line {
    width: 66px;
    height: 66px;
  }
}

@media (max-width: 880px) {
  .hero-shell .hero-orb--one {
    left: 29%;
    top: 32.5%;
    width: 130px;
    height: 130px;
  }

  .hero-shell .hero-orb--two {
    right: 20%;
    top: 38%;
    width: 190px;
    height: 190px;
  }

  .hero-shell .hero-portrait {
    left: 53%;
    width: 60vw;
  }

  .hero-shell .hero-floating--browser {
    top: 22%;
    left: 5%;
    width: 36vw;
    transform: perspective(900px) rotateX(8deg) rotateY(30deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--code {
    top: 12%;
    left: 14%;
    width: 36vw;
    transform: perspective(900px) rotateX(13deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--cms {
    top: 12%;
    right: 9%;
    width: 33vw;
    transform: perspective(900px) rotateX(0deg) rotateY(-24deg) rotateZ(0deg);
  }

  .hero-shell .hero-floating--ecommerce {
    right: 5%;
    top: 25%;
    width: 32vw;
    transform: perspective(850px) rotateX(-1deg) rotateY(-30deg) rotateZ(1deg);
  }

  .hero-shell .hero-floating--checklist {
    left: 7%;
    bottom: 26%;
    width: 25vw;
    transform: perspective(850px) rotateX(-12deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--wireframe {
    right: 3%;
    bottom: 37%;
    width: 34vw;
    transform: perspective(900px) rotateX(-18deg) rotateY(-36deg) rotateZ(-1deg);
  }

  .hero-shell .hero-floating--cursor {
    left: 24%;
    bottom: 53%;
    width: 42px;
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
  }
}

@media (max-width: 740px) {
  .hero-shell .hero-stage::before {
    inset: 15% 10% 12% 10%;
  }

  .hero-shell .hero-orb--one {
    left: 19%;
    top: 29.5%;
  }

  .hero-shell .hero-orb--two {
    right: 19%;
    top: 44%;
  }

  .hero-shell .hero-content {
    left: 24%;
    top: 70%;
  }

  .btn.hide-icon span {
    font-size: 11px;
  }

  .hero-shell .hero-portrait {
    left: 53%;
    width: 80vw;
  }

  .hero-shell .hero-floating--browser {
    top: 13%;
    left: 5%;
    width: 42vw;
    transform: perspective(900px) rotateX(8deg) rotateY(30deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--code {
    top: 5%;
    left: 13%;
    width: 42vw;
    transform: perspective(900px) rotateX(13deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--cms {
    top: 6%;
    right: 6%;
    width: 40vw;
    transform: perspective(900px) rotateX(0deg) rotateY(-24deg) rotateZ(0deg);
  }

  .hero-shell .hero-floating--ecommerce {
    right: 3%;
    top: 19%;
    width: 40vw;
    transform: perspective(850px) rotateX(-1deg) rotateY(-30deg) rotateZ(1deg);
  }

  .hero-shell .hero-floating--checklist {
    left: 6%;
    bottom: 45%;
    width: 28vw;
    transform: perspective(850px) rotateX(0deg) rotateY(34deg) rotateZ(-5deg);
  }

  .hero-shell .hero-floating--wireframe {
    right: 2%;
    bottom: 49%;
    width: 38vw;
    transform: perspective(900px) rotateX(-8deg) rotateY(-36deg) rotateZ(3deg);
  }

  .hero-shell .hero-floating--cursor {
    left: 47%;
    bottom: 80%;
    width: 32px;
  }
}

@media (max-width: 560px) {
  .hero-shell .hero-orb--one {
    left: 51%;
    top: 53.5%;
    width: 90px;
    height: 90px;
  }

  .hero-shell .hero-content {
    left: 18px;
    right: 18px;
    top: 22%;
    transform: translateY(-45%);
    max-width: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .hero-shell .hero-title {
    margin: auto;
    font-size: 10.8vw;
    line-height: 1.1;
  }

  .hero-shell .hero-subtitle {
    text-align: center;
    border-left: none;
    padding-left: 0px;
  }

  .hero-shell .hero-cta {
    margin-top: 10px;
  }

  .hero-shell .hero-scroll {
    bottom: 80px;
  }

  .hero-shell .hero-portrait {
    bottom: -14%;
    left: 53%;
    width: 96vw;
  }

  .hero-shell .hero-floating--browser {
    top: 54%;
    left: 5%;
    width: 46vw;
    transform: perspective(900px) rotateX(8deg) rotateY(30deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--code {
    top: 48%;
    left: 18%;
    width: 44vw;
    transform: perspective(900px) rotateX(13deg) rotateY(34deg) rotateZ(-2deg);
  }

  .hero-shell .hero-floating--cms {
    top: 59%;
    right: 6%;
    width: 43vw;
    transform: perspective(900px) rotateX(8deg) rotateY(-24deg) rotateZ(0deg);
  }

  .hero-shell .hero-stage::before,
  .hero-shell .hero-orb--two,
  .hero-shell .hero-floating--ecommerce,
  .hero-shell .hero-floating--checklist,
  .hero-shell .hero-floating--wireframe,
  .hero-shell .hero-floating--cursor {
    display: none;
  }
}
