:root {
  --black-300: #252525;
  --black-200: #272727;
  --grey-50: #2a2a2a;
  --grey-400: #7c7c7c;
  --grey-600: #535353;
  --white-200: #fff;
  --red-100: #d23b2f;
  --grey-600-divider: #d3d3d3;
  --grey-500: #d0d0d0;
  --white-700-body-text: #f9f9f9;
  --grey-text-600: #616161;
  --yellow-100: #ff603e;
  /* --yellow-100: #ffff37; */
  --light-blue-200: #95d1f7;
  --transparent: #fff0;
  --blue-100: #37465c;
  --light-grey-500-divider: #d2d2d2;
  --shadow: #28078026;
  --blue: #0b93bd;
  --color: #012b3d;
  --black: #000;
  --orange: #ff603e;

  /* Dynamic viewport height for Safari mobile address bar handling */
  --dynamic-height: 100vh; /* Fallback for browsers that don't support custom properties */
}

body {
  color: var(--black-300);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 200%;
  position: static; /* Avoid position: fixed for Safari mobile scrolling */
  overflow: auto; /* Ensure body is scrollable */
  width: 100%;
  min-height: 100%; /* Fallback for older browsers */
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  text-transform: none;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--grey-50);
  text-decoration: none;
}

a.w--current {
  text-decoration: none;
}

ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  line-height: 170%;
  display: flex;
}

li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: var(--grey-600\<deleted\|variable-7d3572d0-5e0a-0fd6-3e7c-680aaed65aba\>);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 170%;
}

.text-meta {
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.text-meta.text-colour-white {
  margin-top: 0;
  line-height: 170%;
}

.text-meta.sticky {
  position: sticky;
  top: 3rem;
}

.padding-global {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.margin-bottom {
  width: 100%;
}

.margin-bottom.margin-small {
  margin-bottom: 0rem;
}

.margin-bottom.margin-large {
  aspect-ratio: auto;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .5rem;
}

.margin-bottom.margin-huge {
  margin-bottom: 8rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  text-align: left;
  text-align: left;
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  text-align: left;
  text-align: left;
  margin-bottom: 1rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-hero {
  margin-bottom: 4rem;
}




.padding-vertical.padding-huge {
  opacity: 1;
  opacity: 1;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 0;
  display: block;
}


.padding-vertical.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 0;
}

.padding-vertical.padding-xxlarge {
  padding-top: 5rem;
  padding-bottom: 0;
}

.text-colour-white {
  color: var(--white-200);
  margin-top: 0;
}





.divider-horizontal {
  background-color: var(--grey-600-divider);
  align-self: center;
  width: 100%;
  height: 1px;
}

.divider-horizontal.divider-colour-white {
  background-color: var(--grey-500);
}

.divider-horizontal.divider-colour-grey {
  background-color: var(--grey-500);
  display: block;
}

.divider-horizontal.divider-colour-muted {
  background-color: #535353;
}

.button-3d {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer {
  z-index: 1;
  border-radius: 0;
  max-width: 120rem;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -3rem;
  overflow: hidden;
}

.footer-grid-row-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.text-colour-grey {
  color: var(--grey-400);
}

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

.page-wrapper {
  z-index: 1;
  background-color: var(--white-200);
  mix-blend-mode: normal;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.padding-top.padding-zero {
  padding-top: 0;
}

.padding-top.padding-medium {
  padding-top: 2rem;
}

.padding-top.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 0;
}



.text-style-all-caps {
  color: var(--grey-50);
  text-transform: uppercase;
}

.text-style-all-caps.text-colour-white {
  color: var(--white-200);
}







/* Family Content Responsive Layout */
.family-content-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.family-image-section {
  width: 100%;
}

.family-image-wrapper-parralax {
  width: 100%;
  position: relative;
}

.family-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.family-item-image {
  width: 100%;
  height: auto;
  display: block;
}

.family-text-section {
  width: 100%;
}

.family-description-desktop {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Ensure proper text styles */
.family-description-desktop .mk-paragraph-xl {
  margin: 0;
  padding: 0;
}

/* Media query for desktop layout */
@media screen and (min-width: 992px) {

  .footer {
    bottom: -10rem;
  }

  .family-content-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .family-image-section {
    flex: 1;
    max-width: 50%;
  }
  
  .family-text-section {
    flex: 1;
    max-width: 50%;
    padding-left: 2rem;
  }
}

/* Hide/show descriptions based on screen size */
@media screen and (max-width: 991px) {
  .family-description-desktop {
    display: none;
  }
  .family-description-mobile {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .family-description-desktop {
    display: block;
  }
  .family-description-mobile {
    display: none;
  }
}

.family-member-photo {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}



.padding-horizontal.padding-footer {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}





.mk-hero-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-200);
  grid-template-rows: 4fr 1fr;
  grid-template-columns: 1fr;
  min-height: var(--dynamic-height);
  display: grid;
  position: relative;
  overflow: hidden;
}

/* Push hero section down on desktop to avoid navigation overlap */
@media (min-width: 992px) {
  .mk-hero-grid {
    margin-top: 25px; /* Push down below fixed navigation */
    min-height: calc(var(--dynamic-height) - 80px); /* Reduce height to account for navigation space */
  }
}

.mk-hero-image{
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mk-hero-name-text {
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 8.7vw;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  display: inline;
}

.mk-hero-image-wrapper {
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mk-hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  padding-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-round {
  background-color: var(--yellow-100);
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  max-width: 5.5rem;
  height: 7.5vw;
  max-height: 5.5rem;
  padding: 1rem;
  display: flex;
}

.button-round.button-round-small {
  width: 6.5vw;
  max-width: 4.5rem;
  height: 6.5vw;
  max-height: 4.5rem;
}

.button-round.mb-hide {
  background-color: var(--yellow-100);
  text-align: center;
}

.icon-size-big {
  width: 2rem;
  height: 2rem;
}

.icon-size-big.arrow-submit-form {
  position: absolute;
  right: 2rem;
  transform: rotate(-133deg);
}

.margin-left.margin-hero {
  margin-left: 6rem;
}

.section-experience {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.section-zoom {
  box-sizing: border-box;
  margin-bottom: 0;
  z-index: 1;
  margin-bottom: calc(var(--dynamic-height) * -1.9);
  position: relative;
  transform-origin: center center;
  will-change: transform;
}


.section-index {
  background-color: white; 
  position: relative;
  z-index: 2;
}

.margin-top.margin-special-clients {
  margin-top: 20rem;
}

.margin-top.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-top.margin-xlarge {
  margin-top: 4rem;
}

.margin-top.margin-huge {
  margin-top: 8rem;
}

.margin-top.margin-xsmall {
  margin-top: .5rem;
}



.link-block-item {
  z-index: 1;
  align-items: center;
  width: 100%;
  max-height: 85vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.button-text {
  color: var(--black-300);
  white-space: nowrap;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}




.black-background {
  background-color: var(--black-300);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-media-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.social-media-text {
  color: var(--yellow-100);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.image-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey-50);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.nav {
  z-index: 900;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-fixed {
  z-index: 900;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .4rem .5rem;
  display: flex;
}

.link-nav-logo {
  background-color: var(--grey-50);
  color: var(--grey-50);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 3px;
  display: flex;
}

.link-nav-logo.w--current {
  background-color: var(--grey-50);
  -webkit-text-stroke-color: var(--white-200);
  object-fit: fill;
  flex: 0 auto;
  width: 3.2rem;
  margin: 0;
  padding: 0;
  display: block;
}

.link-nav-contacts {
  border: 1px solid var(--black-300);
  color: var(--white-200);
  border-radius: 10px;
  padding: .3rem .7rem;
  text-decoration: none;
  transition: border-color .2s;
  display: none;
}

.link-nav-contacts:hover {
  border: 1px solid var(--yellow-100);
}

.link-nav-contacts.w--current {
  border-color: var(--yellow-100);
  color: var(--white-200);
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--grey-400);
  border-radius: 11px;
  display: flex;
}

.nav-text {
  text-transform: uppercase;
  border-radius: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}



.home-projects-title-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: relative;
}

.title-wrapper-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mk-hero-name-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 7.8vw;
  display: flex;
  overflow: hidden;
}


/*======================*/

.mk-hero-name-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
}

.paragraph-big {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 170%;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-footer {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.footer-wrapper {
  grid-row-gap: 21px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.text-style-xxl {
  font-family: Satoshi Variable, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 120%;
}

.divider-link {
  background-color: var(--white-200);
  width: 100%;
  height: 2px;
}

.text-colour-white-muted {
  color: var(--grey-600-divider);
  text-align: left;
}

.text-style-footer-xxl {
  color: var(--white-200);
  text-align: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 100%;
}

.text-style-footer-xxl.text-colour-black {
  color: var(--black-300);
}

.wrapper-icon {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.no-height {
  text-align: left;
  font-size: 5.5vw;
  line-height: 70%;
}



.social-media-text-expanding {
  margin-top: 0;
  padding: 10px 20px;
}


.mouse-move-element-animation {
  border: 1px solid var(--yellow-100);
  border-radius: 200px;
  text-decoration: none;
}



.mk-modal-page {
  z-index: 3000;
  background-color: var(--white-200);
  cursor: auto;
  object-fit: fill;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  display: none;
  position: fixed;
}

.projects-title-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 20px;
  display: grid;
}

.project-title-grid-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--grey-50);
  color: var(--white-200);
  -webkit-text-stroke-color: var(--white-200);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
}


.position-stats {
  flex-flow: column;
  align-self: flex-start;
  margin-bottom: 0;
  display: flex;
}

.position {
  z-index: 9000;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.mk-paragraph-xl {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 40px;
}

.mk-paragraph-xl.mk-body-text {
  font-size: 1.5rem;
  color: var(--grey-50);
  letter-spacing: normal;
  column-count: auto;
  object-fit: fill;
}

.divider-horizontal-80 {
  background-color: var(--grey-600-divider);
  width: 80%;
  height: 1px;
}


.primary-button-shrink {
  background-color: var(--orange);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-wrapper-shrink {
  background-color: var(--orange);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  padding: 10px 30px;
  text-decoration: none;
  transition: border-radius .45s cubic-bezier(0, -.935, 1, 2.141);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow-get-cv {
  width: 25px;
  position: absolute;
  transform: rotate(-45deg);
}

.project-images-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.project-image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.project-dark-background {
  z-index: 1000;
  -webkit-text-fill-color: inherit;
  background-color: #0f0f0f66;
  background-clip: border-box;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.positions-grid-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-wrapper-parralax-zoom {
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.clients-title-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: relative;
}

.client-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-grid-inner {
  aspect-ratio: 1;
  border: 1px solid var(--grey-600-divider);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.logo-content {
  opacity: .5;
}

.logo-content.sync {
  width: 70%;
}

.logo-content.wink {
  width: 80%;
}

.logo-content.laptop {
  width: 90%;
}

.logo-content.hide {
  width: 80%;
}

.logo-content.fant, .logo-content.book {
  width: 85%;
}

.list-family-mambers {
  color: var(--grey-50);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  font-size: 1.3rem;
  list-style-type: none;
  display: flex;
  position: static;
}

.menu-link {
  text-decoration: none;
  position: static;
  overflow: visible;
}

.text-style-menu {
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.nav-mobile-links {
  display: none;
}

.menu-wrapper {
  z-index: 200;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 5rem;
  display: flex;
  position: relative;
}

.menu-wrapper-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

.mk-hero-scroll-height {
  height: calc(var(--dynamic-height) * 4);
  position: relative;
}

.mk-hero-scroll-sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.mk-hero-name-animation {
  line-height: 200%;
  display: flex;
}

.mk-hero-name-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.container-medium {
  max-width: 60rem;
}

.list-item-experience {
  border: none !important;
  border-bottom: none !important;
}


.button-products-highlight:hover {
  background-color: #fffc;
}

.image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.mk-darker-background {
  z-index: -1;
  background-color: #31313133;
  display: none;
  position: absolute;
  inset: 0%;
}

.mb-hide {
  width: auto;
}

.mk-title-satoshi {
  flex: 0 auto;
  align-self: auto;
  font-family: Satoshi Variable, sans-serif;
  font-size: 2.5rem;
  display: flex;
  color: var(--orange);
}

.button-continue-to-checkout {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #f9f9f9;
  text-align: center;
  background-color: #494949;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 300;
  transition: background-color .3s;
  display: inline-block;
  overflow: visible;
}

.button-continue-to-checkout:hover {
  color: #f9f9f9;
  background-color: #494949cc;
}

.apple-pay {
  border-radius: 50px;
}

.cart {
  background-color: var(--shadow);
  border-radius: 10px;
  align-self: center;
  width: 3rem;
  height: 3rem;
}

.cart-container {
  border-radius: 8px;
}

.nav-cart-button {
  color: #313131;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.nav-cart-quantity-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: .15rem;
  display: flex;
}

.nav-cart-quantity-wrapper.text-colour-white {
  padding: .5rem;
}

.nav-wrapper {
  z-index: 950;
  background-color: var(--grey-50);
  border-radius: 15px;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-left: .5rem;
  display: flex;
}

.cart-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: center;
  padding-left: .5rem;
  display: flex;
}

.mobile-wrapper-menu {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-small-horizontal-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prof-experience-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.max-width.max-width-large {
  max-width: 50rem;
}

.button-hero-round {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow-100);
  text-align: center;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  max-width: 7rem;
  height: 7.5vw;
  max-height: 7rem;
  padding: .8rem;
  font-weight: 600;
  display: flex;
}

.button-hero-round.button-round-small {
  width: 6.5vw;
  max-width: 4.5rem;
  height: 6.5vw;
  max-height: 4.5rem;
}

.button-hero-round.mb-hide {
  background-color: var(--yellow-100);
  text-align: center;
}

.hero-text-style-large {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 160%;
}

.hero-text-style-large.text-style-bold, .hero-text-style-large.text-style-normal {
  font-weight: 500;
}

.hero-text-style-large.text-style-medium {
  text-align: left;
  -webkit-text-stroke-color: var(--grey-50);
  white-space: nowrap;
  object-fit: fill;
  font-size: 2.5rem;
  font-weight: 600;
  position: static;
}

.hero-text-style-small {
  color: var(--black-300);
  font-size: 1.5rem;
  line-height: 170%;
}

.position-text-wrapper-experience {
  z-index: 500;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0%;
}

.positioon-heading-grid-experience {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start baseline;
  width: 100%;
  display: grid;
}

.position-experience {
  z-index: 9000;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.list-item {
  cursor: pointer;
}

.list-item-experience {
  grid-column-gap: 16px;
  grid-row-gap: 16px; 
  background-color: var(--transparent);
  color: var(--black-300);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 0; 
  display: block;
}

.text-list {
  padding-left: 0;
}

.mk-title {
  margin-top: 3rem;
  color: var(--orange);
}

.heading-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.position-image {
  width: 2%;
}

.list-item-text {
  color: var(--blue);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 130%;
  /*text-decoration: underline;*/
}

.list-item-text-link {
  color: var(--blue);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.modal-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-radius: 10px;
  flex: 0 auto;
  height: auto;
  max-height: none;
  display: block;
  overflow: hidden;
}

.text-meta-20 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-meta-20.text-colour-white {
  margin-top: 0;
  line-height: 170%;
}

.text-meta-20.sticky {
  position: sticky;
  top: 3rem;
}

.flex-block-2 {
  margin-bottom: 0;
  display: block;
}

.flex-block-3 {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.heading-9 {
  text-indent: 10px;
  text-transform: uppercase;
  column-count: auto;
  margin-bottom: .5rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 140%;
}

.family-image {
  z-index: -5;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.about-family-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
  position: relative;
}

.heading-style-h2-black {
  color: var(--black-300);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.member-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 3fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: 2rem;
  display: grid;
}

.inner-name {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  padding-left: 2rem;
  /*margin-left: 2rem;*/
  text-align: left;
  text-decoration: none;
  display: flex;
}

.inner-about {
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 4rem;
  text-decoration: none;
  display: flex;
}

.image-wrapper-photo {
  aspect-ratio: 1;
  border: 1px dotted var(--transparent);
  border-radius: 50%;
}

.list-item-family {
  color: var(--grey-50);
  padding-left: 0;
  font-size: 1.5rem;
}

.mk-hero-text {
  font-family: Clashdisplay Variable, sans-serif;
  color: var(--black-300);
  text-align: left;
  white-space: nowrap;
  object-fit: fill;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 160%;
  position: static;
}

.mk-hero-text-wrapper {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  margin-right: 40px;
}

.link-nav-experience {
  border: 1px solid var(--black-300);
  color: var(--white-200);
  border-radius: 10px;
  padding: .3rem .7rem;
  text-decoration: none;
  transition: border-color .2s;
}

.link-nav-experience:hover {
  border: 1px solid var(--yellow-100);
}

.link-nav-experience.w--current {
  border-color: var(--white-200);
  color: var(--white-200);
}

.text-experience {
  color: var(--grey-50);
  font-size: 1.3rem;
}

.home-h2-lower-case {
  text-transform: none;
}

.section-home {
  box-sizing: border-box;
  background-color: var(--white-200);
  margin-bottom: 0;
  position: sticky;
  top: 0;
  overflow: visible;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 10;
}

.margin-top-work.margin-special-clients {
  margin-top: 20rem;
}

.margin-top-work.margin-medium {
  margin-top: 1rem;
  margin-bottom: 0;
}

.margin-top-work.margin-xlarge {
  margin-top: 4rem;
}

.margin-top-work.margin-huge {
  margin-top: 8rem;
}

.margin-top-work.margin-xsmall {
  margin-top: .5rem;
}

.margin-top-work.margin-large, .margin-top-work.margin-xxlarge {
  margin-top: 4rem;
}

.link {
  color: var(--blue);
  text-decoration: none;
}


.home-slash-title {
  font-size: 1.3rem;
}

   /* ============================== NAVIGATION STYLES ============================== */
   @media (min-width: 992px) {
    .nav { 
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;
      background: white;
      padding: 0;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; 
      z-index: 998;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
              .nav-wrapper {
       max-width: 1200px;
       width: 100%;
       margin: 0 auto;
       padding: 10px 20px;
       display: flex;
       align-items: center;
       background: transparent;
       border-radius: 0;
       box-sizing: border-box;
     }
     
     .image-logo {
        flex: 0 0 auto;
        margin-right: auto;
     }
     
     .image-logo img {
        max-height: 35px;
        width: auto;
     }
     
          /* Create a menu container on the right */
     .nav-fixed {
        display: inline-flex !important;
        margin-left: 8px;
     }
     
     .nav-fixed:first-of-type {
        margin-left: 0;
     }
     
     /* Override the global nav-link-wrapper border for desktop */
     .nav .nav-fixed .nav-link-wrapper {
       border: none !important;
       background: transparent !important;
       border-radius: 0 !important;
       transition: none;
       position: relative;
       outline: none;
       box-shadow: none !important;
     }
     
     .nav .nav-fixed .nav-link-wrapper:hover {
       border: none !important;
       background: transparent !important;
       outline: none;
       box-shadow: none !important;
     }
     
     .nav-text {
       color: black;
       font-weight: 300;
       padding: 3px 8px;
       transition: color 0.2s ease;
       border: none !important;
       outline: none;
     }
     
     .link-nav-experience {
       position: relative;
       text-decoration: none;
       border: none !important;
       outline: none;
       box-shadow: none;
     }
     
     .link-nav-experience:hover {
       border: none !important;
       outline: none;
       box-shadow: none;
     }
     
     .link-nav-experience:hover .nav-text {
       color: var(--orange);
       border: none !important;
     }
     
     .link-nav-experience:focus {
       outline: none;
       border: none !important;
     }
     
     .link-nav-experience.w--current .nav-text {
       color: black;
     }
     
     /* Orange underline for active menu item */
     .link-nav-experience.w--current::after {
       content: '';
       position: absolute;
       bottom: 10px;
       left: 16px;
       right: 16px;
       height: 1.5px;
       background-color: var(--orange);
       border-radius: 1px;
       transform: scaleX(0);
       transform-origin: left center;
       animation: slideInFromLeft 0.3s ease-out forwards;
     }
     
     @keyframes slideInFromLeft {
       from {
         transform: scaleX(0);
       }
       to {
         transform: scaleX(1);
       }
     }
    
         .nav.nav-hidden { opacity: 0; transform: translateY(-100%); }
     .nav.nav-visible { opacity: 1; transform: translateY(0); }
     .mobile-menu, .nav-burger-wrapper, .nav-burger { display: none !important; }
     
     /* Add padding to body to account for fixed navigation */
     body {
       padding-top: 60px;
     }
   }
  
  @media (max-width: 991px) {
    .nav {
      position: fixed !important;
      top: 0 !important;
      left: auto !important;
      right: 0 !important;
      width: 6rem !important;
      transform: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      padding-top: 0.5rem !important;
      background: transparent !important; 
    }
    
    .nav-wrapper { 
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    
    .nav-fixed { display: none !important; }
    .mobile-menu { 
      display: block !important;
      position: relative !important;
    }
    
    .nav-mobile-links {
      width: 100% !important;
      margin-top: 1rem !important;
      padding: 1rem !important;
    }
    
    .nav-burger-wrapper, .nav-burger { 
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      position: relative !important;
    }
    
    .nav-burger {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      width: 3rem !important;
      height: 3rem !important;
      padding: 0 !important;
      gap: 4px !important;
      cursor: pointer !important;
      pointer-events: auto !important;
      border: none !important;
      background: none !important;
      text-decoration: none !important;
      outline: none !important;
      position: relative !important;
    }
    
    .bar-1, .bar-2,.bar-3 {
      width: 24px !important; 
      height: 2px !important; 
      background-color: #252525 !important;
      display: block !important; 
      margin: 0 !important; 
      transition: transform 0.3s ease, opacity 0.3s ease !important;
      pointer-events: none !important; 
    }
    
    .nav-burger-wrapper, .mobile-wrapper-menu {
      pointer-events: auto !important;
      cursor: pointer !important;
      right: 0.7rem !important;
      position: relative !important;
    }

    .nav-mobile-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      border-radius: 0 0 12px 12px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s ease-in-out;
      pointer-events: none;
      width: 100%;
      padding: 1rem;
      margin: 0;
    }
    
    .nav-mobile-links.active * {
      color: #333 !important;
      background: white !important;
      padding: 0 !important;
      margin: 0 !important;
      display: inherit !important;
    }
    
    .nav-mobile-links.active .menu-link {
      display: block !important;
      padding: 0.75rem 0 !important;
      color: #333 !important;
      text-decoration: none !important;
      border-bottom: 1px solid #eee !important;
    }
    
    .nav-mobile-links.active .menu-link.w--current .text-style-menu {
      color: var(--orange) !important;
    }
    
    .nav-mobile-links.active .menu-link:last-child {
      border-bottom: none !important;
    }
  
  /* Add background to hamburger area for better visibility */
    .nav-burger {
      display: flex !important; 
      flex-direction: column !important; 
      justify-content: center !important;
      align-items: center !important; 
      width: 3rem !important; 
      height: 3rem !important;
      padding: 0 !important; 
      gap: 4px !important; 
      cursor: pointer !important;
      pointer-events: auto !important; 
      border: none !important; 
      background: rgba(255, 255, 255, 0.9) !important;
      border-radius: 8px !important;
      backdrop-filter: blur(10px) !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
      text-decoration: none !important; 
      outline: none !important; 
      position: relative !important;
    }
  
     /* ========== HAMBURGER ANIMATIONS ========== */
    .nav-burger.active > .bar-1 { 
      transform: rotate(45deg) translate(4px, 5px) !important; 
    }
    .nav-burger.active > .bar-3 { 
      transform: rotate(-45deg) translate(5px, -4px) !important; 
    }
    .nav-burger.active .bar-2 { 
      opacity: 0 !important; 
      transform: scale(0) !important; 
    }
    .nav-burger:not(.active) .bar-2 { 
      opacity: 1 !important; 
      transform: scale(1) !important; 
    }
  

    .nav-burger, .nav-burger *, .nav-mobile-links, .nav-mobile-links *, .menu-link, .menu-link * {
      pointer-events: auto !important;
      touch-action: manipulation !important;
      cursor: pointer !important;
    }
    
    /* Mobile modal container styles */
    .modal-content {
      top: 2vh !important;
      align-items: flex-start !important;
    }
  }

  
  /* ============================== MODAL POPUP STYLES ============================== */

  .modal-popup-trigger {
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  
  .modal-popup-trigger:hover {
    transform: translateX(10px);
  }

  .mk-modal-container{
    display: block !important; 
    visibility: visible !important; 
    opacity: 1 !important; 
    max-width: 1200px; 
    width: 100%;
    margin: 0 auto; 
    padding: 0 15px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

   @media (min-width: 992px) {
    .modal-content .mk-modal-window {
      top: 1rem !important;

    }
  }

    .modal-overlay {
      position: fixed; 
      top: 0; 
      left: 0;  
      width: 100%; 
      height: 100%;
      background: rgba(0, 0, 0, 0.7); 
      z-index: 1001; 
      opacity: 0; 
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
      display: block !important; 
    }
    
    .modal-overlay.active { 
      opacity: 1; 
      visibility: visible; 
    }
    
    .modal-content {
      position: fixed; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%;
      background: transparent; 
      z-index: 1001; 
      overflow-y: auto;
      overflow-x: hidden;
      opacity: 0; 
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease; 
      display: flex; 
      align-items: flex-start;
      justify-content: center; 
      box-sizing: border-box; 
      pointer-events: auto;
    }
    
    .modal-content.active { 
      opacity: 1; 
      visibility: visible; 
    }
    
    .modal-content .mk-modal-window {
      display: block !important; 
      position: relative !important; 
      background: white; 
      border-radius: 12px 12px 0 0;
      max-width: 1200px; 
      width: 100%;
      margin: 0 auto; 
      min-height: calc(var(--dynamic-height) - 1rem); 
      max-height: calc(var(--dynamic-height) - 1rem); 
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 !important;
    }

    /* ========================= SCROLL PREVENTION ========================= */
    /* Updated to avoid position: fixed and overflow: hidden for Safari mobile compatibility */
    body.modal-open { 
      /* Use event prevention instead of CSS positioning for better Safari mobile support */
      position: static;
      width: 100%; 
    }
    
    /* Mobile modal scroll lock - uses event prevention instead of CSS overflow */
    body.modal-scroll-lock {
      position: static;
      width: 100%;
    }
    
    /* Mobile menu open state - minimal CSS approach */
    body.mobile-menu-open {
      position: static;
      /* Allow normal scrolling, use event handlers for menu-specific behavior */
    }
    
    body[data-menu-scroll-position] {
      position: static;
      touch-action: none !important;
    }
    

     /* ========================= FONT SIZES ========================= */

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 7.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
  }

  h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
  }

  h6 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
  }

  .form {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }



  .text-style-small {
    font-size: 2rem;
  }

  .text-style-small.text-style-all-caps {
    font-size: .9rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .heading-style-h2 {
    font-size: 5.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .rich-text h1 {
    font-size: 6.5rem;
  }

  .rich-text h3 {
    font-size: 1.9rem;
  }

  .heading-style-h1 {
    font-size: 7.5rem;
  }



  .mk-hero-name-text {
    font-size: 7.5vw;
  }



  .image-logo {
    -webkit-text-stroke-color: var(--shadow);
    border: 1px #000;
  }

  .link-nav-logo.w--current {
    background-color: var(--grey-50);
  }

  .title-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .mk-hero-name-grid {
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .project-title-wrapper {
    grid-template-columns: 1.25fr 1fr;
  }

  .project-title-grid-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .mk-paragraph-xl {
    font-size: 1.7rem;
  }

  .mk-paragraph-xl.mk-body-text {
    font-size: 1.7rem;
  }

  .project-image-wrapper {
    border-radius: 8px;
  }

  .text-style-menu {
    font-size: 3.5rem;
  }


  .mk-hero-name-animation {
    font-weight: 300;
  }

  .container.container-medium {
    max-width: 100rem;
  }

  .hero-text-style-large {
    white-space: nowrap;
  }

  .hero-text-style-large.text-style-medium {
    font-size: 3rem;
  }

  .div-block-7 {
    margin-right: 0;
  }

  .section-position-title {
    margin-bottom: 60px;
  }

  .heading-5 {
    text-align: center;
  }

  .rich-text-block {
    font-family: Satoshi Variable, sans-serif;
    line-height: 200%;
    position: static;
  }

  .heading-6 {
    text-transform: capitalize;
    overflow-wrap: normal;
  }

  .position-text-wrapper-experience {
    justify-content: space-between;
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .text-list {
    padding-left: 0;
  }

  .position-experience {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-item-experience {
    list-style-type: none;
    position: static;
  }

  .list-item-text {
    text-transform: capitalize;
    overflow-wrap: normal;
    font-size: 1.8rem;
  }

  .list-item-text-link {
    overflow-wrap: normal;
    font-size: 1.8rem;
  }

  .modal-logo {
    border-radius: 8px;
  }


  .heading-style-h2-black {
    font-size: 5rem;
  }

  .list-item-family {
    font-size: 1.5rem;
  }

  .mk-hero-text {
    font-size: 2.8vw;
  }

  .text-experience {
    font-size: 1.3rem;
  }

  .link-nav-logo-copy.w--current {
    background-color: var(--grey-50);
  }

  .image-logo-mobile {
    -webkit-text-stroke-color: var(--shadow);
    border: 1px #000;
  }

  .home-slash-title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1920px) {

  .margin-bottom.margin-medium {
    margin-bottom: 0;
  }

  .gradient-black-project {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-logo {
    border: 1px none var(--grey-50);
    -webkit-text-stroke-color: var(--shadow);
    overflow-wrap: normal;
    border-radius: 2px;
  }

  .nav {
    z-index: 900;
    clear: none;
    max-height: none;
    position: fixed;
    left: auto;
  }

  .link-nav-logo.w--current {
    background-color: var(--grey-50);
    -webkit-text-stroke-color: var(--black-300);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    margin: 5px;
  }

  .mk-paragraph-xl {
    font-size: 2.2rem;
    line-height: 150%;
  }
  .mk-paragraph-xl.mk-body-text {
    font-size: 2.2rem;
    line-height: 150%;
  }

  .mk-hero-name-animation {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .hero-text-style-large.text-style-medium {
    font-size: 3.5rem;
  }

  .div-block-7 {
    font-size: 2rem;
    font-weight: 300;
  }

  .heading-5 {
    margin-bottom: 60px;
  }

  .list-item-text {
    font-size: 2.3rem;
  }

  .list-item-text-link {
    font-size: 2.3rem;
  }

  .family-grid-inner {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: block;
  }

  .family-link-block {
    justify-content: center;
  }

  .family-image-wrapper-parralax {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    inset: auto;
  }

  .heading-9 {
    font-size: 4rem;
  }

  .family-gradient {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .my-family-title-wrapper {
    margin-top: 7rem;
  }

  .list-item-family {
    font-size: 2.1rem;
  }

  .mk-hero-text {
    font-size: 3.3rem;
  }

  .text-experience {
    font-size: 1.8rem;
  }

  .family-item-image {
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: static;
  }

  .hero-text-style-large-2.text-style-medium {
    font-size: 3.5rem;
  }

  .link-nav-logo-copy.w--current {
    background-color: var(--grey-50);
    -webkit-text-stroke-color: var(--black-300);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    margin: 5px;
  }

  .image-logo-mobile {
    border: 1px none var(--grey-50);
    -webkit-text-stroke-color: var(--shadow);
    overflow-wrap: normal;
    border-radius: 2px;
  }

  .home-slash-title {
    font-size: 2rem;
  }
}



@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .text-meta {
    line-height: 160%;
  }

  .text-meta.sticky {
    position: static;
  }

  .padding-global { /* padding for the mobile view */
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }


  .padding-vertical.padding-huge {
    padding-top: 10rem;
    padding-bottom: 7rem;
    overflow: hidden;
  }

  .padding-vertical.padding-xlarge {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  ._3d-button {
    transform: perspective(2000px);
  }

  .image-cover-parallax {
    overflow: hidden;
  }

  .divider-horizontal.divider-colour-grey {
    background-color: #969696;
  }

  .footer-grid-row-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .inner-name {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .icon-accordion {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .max-width-medium {
    max-width: 30rem;
  }

  .text-style-medium {
    line-height: 140%;
    overflow: hidden;
  }

  .heading-style-h3 {
    font-size: 1.55rem;
    line-height: 130%;
  }

  .vertical-line {
    display: block;
  }

  .horizontal-line {
    height: 1px;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: .9rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .styleguide-left {
    display: none;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .rich-text h1 {
    font-size: 4.5rem;
  }

  .rich-text h2 {
    font-size: 3rem;
  }

  .rich-text h3 {
    font-size: 1.55rem;
  }

  .heading-style-h1 {
    font-size: 4.5rem;
  }

  .text-style-bold {
    font-family: Satoshi Variable, sans-serif;
  }

  .family-member-photo {
    width: auto;
    height: auto;
  }

  .book-online-grid {
    grid-template-columns: .5fr 1fr;
  }

  .padding-horizontal.padding-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .service-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }



  .mk-hero-grid {
    grid-template-rows: 5.5fr 1fr;
  }

  .mk-hero-image{
    box-sizing: border-box;
    aspect-ratio: auto;
    object-position: 100% 50%;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
  }

  .mk-hero-name-text {
    font-size: 8.5vw;
  }

  .mk-hero-image-wrapper {
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .mk-hero-content {
    width: 100%;
    height: 80%;
    padding-left: 1rem;
    margin-top: 10rem;
  }

  .button-round.button-round-small {
    width: 4rem;
    max-width: none;
    height: 4rem;
    max-height: none;
  }

  .section-experience {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  

  .section-work-max {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .margin-top.margin-medium {
    min-height: 0;
    position: relative;
  }

  .view-position-button {
    flex: 0 auto;
    display: none;
  }

  .button-text {
    font-weight: 500;
  }

  .footer-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h-flex.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 3px none var(--white-200);
    background-color: var(--black-300);
    box-shadow: 6px 6px 25px 2px var(--shadow);
    mix-blend-mode: normal;
    border-radius: 12px;
    flex: 1;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-fixed {
    z-index: 900;
    display: none;
  }

  .link-nav-logo {
    background-color: var(--grey-50);
    width: 3.2rem;
    height: 3.2rem;
    position: fixed;
    inset: 5% auto auto 1.5rem;
  }

  .link-nav-logo.w--current {
    border: 2px solid var(--white-200);
    background-color: var(--grey-50);
    color: var(--grey-400);
    mix-blend-mode: normal;
    border-radius: 11px;
    flex: 0 auto;
    align-self: auto;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
  }

  .button-wrapper-expand {
    max-width: 80%;
    max-height: 4.7rem;
  }

  .mk-hero-name-grid {
    height: 8vw;
  }


  .home-other-pages-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .footer-wrapper {
    grid-row-gap: .5rem;
  }

  .project-title-wrapper {
    grid-template-columns: .5fr;
  }

  .projects-title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3rem;
    display: grid;
  }

  .position-description-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .clients-title-grid {
    grid-template-columns: 2.75fr;
  }

  .client-grid-inner {
    padding: 1rem;
  }

  .section-about-title {
    margin-top: 3rem;
  }

  .list-family-mambers {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-awards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .nav-mobile-burger {
    z-index: 999999;
    mix-blend-mode: difference;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
  }


  .text-style-menu {
    color: black;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
  }

  .about-title-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper-left {
    padding-top: 0;
    position: static;
  }

  .button-text-small {
    font-weight: 500;
  }

  .image-showcase {
    max-height: 12rem;
  }

  .block.mb-hide {
    display: none;
  }

  .home-hero-text-align-right {
    padding-left: 0;
  }

  .section-zoom {
    z-index: 1;
    margin-bottom: 0;
    /* Make hero section completely static on mobile */
    transform: none !important;
    will-change: auto;
  }

  .mk-hero-scroll-height {
    height: auto;
    /* Remove any scroll effects on mobile */
    position: static;
  }

  .mk-hero-scroll-sticky {
    position: static;
    overflow: visible;
  }

  .mk-hero-name-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-board-grid {
    display: none;
  }

  .icon-accordion-2 {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .accordion-title-grid {
    height: auto;
    overflow: hidden;
  }

  .collection-list-products {
    grid-template-columns: 1fr 1fr;
  }

  .mk-darker-background {
    background-color: #31313133;
    display: block;
  }

  .mobile-wrapper-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 10px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 3rem;
    padding: 0;
    display: flex;
    position: static;
    inset: 2.5% 2.5% auto auto;
  }

  .footer-small-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-hero-round.button-round-small {
    width: 4rem;
    max-width: none;
    height: 4rem;
    max-height: none;
  }

  .button-hero-round.mb-hide, .hero-desktop.mobile-hide {
    display: none;
  }

  .hero-text-style-large.text-style-medium {
    color: var(--white-200);
    font-size: 2.5rem;
  }

  .hero-text-style-small {
    color: var(--white-200);
  }

  .max-width-hero {
    width: 100%;
  }

  .view-item-button {
    display: none;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

 .text-list {
    padding-left: 0;
  }

  .mk-title, .heading-8 {
    align-self: center;
  }

  .position-image {
    display: none;
  }

  .list-item-text {
    font-size: 1.6rem;
  }

  .list-item-text-link {
    font-size: 1.8rem;
  }

  .modal-logo {
    max-height: none;
  }



  .heading-style-h2-black {
    font-size: 2.5rem;
  }

  .member-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr minmax(184px, .5fr) 3fr;
    padding-left: 0;
  }

  .list-item-family {
    padding-left: 0;
  }

  .mk-hero-text {
    color: var(--white-200);
    font-size: 1.8rem;
  }



  .hero-text-style-large-2.text-style-medium {
    color: var(--white-200);
    font-size: 2.5rem;
  }

  .section-home {
    margin-left: 0;
  }

  .margin-top-work.margin-xxlarge {
    margin-top: 6rem;
  }

  .link-nav-logo-copy {
    background-color: var(--grey-50);
    width: 3.2rem;
    height: 3.2rem;
    position: fixed;
    inset: 5% auto auto 1.5rem;
  }

  .link-nav-logo-copy.w--current {
    border: 2px solid var(--white-200);
    background-color: var(--grey-50);
    color: var(--grey-400);
    mix-blend-mode: normal;
    border-radius: 11px;
    flex: 0 auto;
    align-self: auto;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
  }

  .mk-title-satoshi {
    font-size: 1.8rem;
  }

  .home-slash-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .margin-bottom.margin-large {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 6rem;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-huge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-xxlarge {
    padding-bottom: 0;
  }

  .no-wrap.mobile-wrap {
    white-space: normal;
  }

  .image-cover-parallax {
    object-position: 50% 100%;
  }

  .footer-grid-row-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .text-style-medium {
    line-height: 140%;
    overflow: hidden;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
  }

  .rich-text h2 {
    font-size: 2.2rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .book-online-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-horizontal.padding-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row dense;
    height: auto;
    margin-bottom: 0;
  }



  .mk-hero-image{
    object-position: 90% 50%;
  }

  .mk-hero-name-text {
    font-size: 9vw;
  }

  .mk-hero-content {
    height: 80%;
  }

  .button-round.mb-hide {
    display: none;
  }

  .margin-left.margin-hero {
    margin-left: 0;
  }

  .section-experience {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-xlarge {
    margin-top: 3rem;
  }

  .button-text {
    font-size: 1.2rem;
  }

  .footer-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .button-wrapper-expand {
    max-width: 80%;
    height: auto;
    max-height: 4.6rem;
    line-height: 100%;
  }

  .title-wrapper {
    grid-template-columns: 1fr;
  }


  .mouse-move-element-animation.phone-hide {
    display: block;
  }

  .project-title-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-title-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .project-title-grid-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mk-paragraph-xl {
    font-size: 1.3rem;
  }

  .mk-paragraph-xl.mk-body-text {
    width: 100%;
    display: block;
    font-size: 1.3rem;
  } 

  .positioon-heading-grid {
    grid-template-columns: 1fr;
  }

  .section-positions {
    margin-top: 3rem;
  }

  .about-services-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    display: flex;
  }

  .about-service-wrapper-inner {
    grid-template-rows: 1px 1fr;
    min-height: 0;
    position: static;
  }



  .awards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto auto;
  }

  .menu-wrapper {
    padding: 3rem 0;
  }

  .section-contact-title {
    margin-top: 3rem;
  }

  .text-field-form-contact {
    padding-left: 7rem;
  }

  .form-wrapper-contact {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    text-align: center;
  }

  .text-field-form-service {
    padding-left: 7rem;
  }

  .project-tags-wrapper {
    flex-flow: column;
  }


  .mb-hide {
    display: none;
  }


  .heading-3 {
    align-self: auto;
  }

  .collection-list-wrapper {
    display: flex;
  }

  .footer-small-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }


  .hero-text-style-large.text-style-medium {
    white-space: normal;
    font-size: 2.2rem;
  }

  .hero-text-style-small {
    font-size: 1.3rem;
  }

  .hero-margin-row-2 {
    margin-left: 0;
  }

  .heading-5 {
    text-align: center;
    margin-top: 40px;
  }

  .position-text-wrapper-experience {
    padding-left: 0;
  }

  .positioon-heading-grid-experience {
    grid-template-columns: 1fr;
  }

  .text-list {
    padding-left: 0;
  }

  .body {
    display: block;
  }

  .mk-title {
    margin-top: 20px;
    text-align: center;
  }

  .list-item-text {
    font-size: 1.6rem;
  }

  .list-item-text-link {
    font-size: 1.8rem;
  }

  .modal-logo {
    width: auto;
  }


  .family-link-block {
    min-height: 80vh;
  }

  .family-heading-grid {
    grid-template-columns: 1fr;
  }

  .family-list-wrapper {
    display: flex;
  }


  .family-title-grid-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .my-family-title-wrapper {
    margin-top: 4.5rem;
  }

  .about-family-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    display: flex;
  }

  .about-family-wrapper-inner {
    grid-template-rows: 1px 1fr;
    min-height: 0;
    position: static;
  }

  .heading-style-h2-black {
    font-size: 2.8rem;
  }

  .member-grid {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row dense;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .inner-about {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper-photo {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .list-item-family {
    text-align: left;
    padding-left: 0;
  }

  .mk-modal-page-visible {
    margin-left: 0;
    margin-right: 0;
  }

  .mk-hero-text {
    color: var(--white-200);
    font-size: 1.8rem;
  }

  .text-experience {
    font-size: 1.2rem;
  }


  .hero-text-style-large-2.text-style-medium {
    white-space: normal;
    font-size: 2.2rem;
  }

  .section-home {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-work.margin-medium {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-top-work.margin-xlarge, .margin-top-work.margin-large {
    margin-top: 3rem;
  }

  .margin-top-work.margin-xxlarge {
    margin-top: 6rem;
  }

  .link-block-170 {
    left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    color: var(--black-200);
    white-space: normal;
    font-size: 1.8rem;
  }

  h3 {
    color: var(--grey-50);
    font-size: 1.6rem;
    font-weight: 500;
  }

  h4, h5, h6 {
    color: var(--grey-50);
  }

  p {
    line-height: 170%;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    align-self: auto;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 5rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: .8rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-hero {
    margin-bottom: 2rem;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .divider-horizontal.divider-colour-muted {
    background-color: var(--grey-400);
  }

  .footer-grid-row-2 {
    justify-content: stretch;
    overflow: visible;
  }

  .field-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .faq-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-medium, .heading-style-h3 {
    color: var(--grey-50);
  }


  .text-style-small, .heading-style-h4 {
    color: var(--grey-50);
  }

  .heading-style-h4.text-colour-white {
    color: var(--white-700-body-text\<deleted\|variable-737b1fb2-2604-8c20-5caf-2469b5702b8b\>);
  }

  .text-style-all-caps, .heading-style-h6 {
    color: var(--grey-50);
  }

  .heading-style-h2 {
    font-size: 2.4rem;
  }

  .heading-style-h5, .text-style-large {
    color: var(--grey-50);
  }

  .text-style-large.text-colour-white {
    color: var(--white-700-body-text\<deleted\|variable-737b1fb2-2604-8c20-5caf-2469b5702b8b\>);
  }

  .rich-text h1 {
    color: var(--grey-50);
    font-size: 3.2rem;
  }

  .rich-text h2 {
    color: var(--grey-50);
    font-size: 2.2rem;
  }

  .rich-text p, .rich-text blockquote {
    color: var(--grey-text-600);
  }

  .horizontal-flex.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 3.2rem;
  }

  .text-style-bold {
    color: var(--grey-50);
  }

  .text-style-bold.text-colour-white {
    color: var(--light-blue-200);
  }

  .book-online-grid {
    grid-template-rows: auto auto;
  }

  .padding-horizontal.padding-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }



  .mk-hero-grid {
    height: calc(var(--dynamic-height) * 0.9);
    min-height: auto;
  }

  .mk-hero-image{
    object-position: 80% 50%;
  }

  .mk-hero-name-text {
    font-size: 9vw;
  }

  .mk-hero-content {
    height: 82%;
  }

  .button-round.button-round-small {
    width: 3rem;
    height: 3rem;
  }

  .icon-size-big.arrow-submit-form {
    width: 1.5rem;
    height: 1.5rem;
  }

  .margin-left.margin-hero {
    margin-left: 0;
  }

  .section-experience, .margin-top.margin-medium {
    margin-left: 0;
    margin-right: 0;
  }

  .position-text-wrapper {
    padding-left: 1rem;
  }

  .button-text {
    aspect-ratio: auto;
    height: auto;
    font-size: .9rem;
    line-height: 300%;
  }

  .icon-size-medium {
    height: 1.5rem;
  }

  .text-wrapper-relative {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .black-background {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    overflow: visible;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .social-media-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
  }

  .h-flex.gap-medium {
    flex-flow: column;
  }

  .social-media-text {
    font-size: 1.5rem;
  }

  .image-logo {
    box-shadow: 5px 5px 25px #0003;
  }

  .link-nav-logo {
    left: 1rem;
  }

  .link-nav-logo.w--current {
    flex-flow: column;
    align-self: auto;
  }

  .primary-button-expand {
    height: auto;
  }

  .button-wrapper-expand {
    max-width: 50%;
    height: auto;
    max-height: 4rem;
  }

  .button-arrow {
    width: 20px;
  }

  .home-projects-title-top {
    margin-top: 0;
  }

  .paragraph-large {
    font-size: 1.15rem;
  }

  .mk-hero-name-grid {
    height: auto;
  }

  .home-other-pages-grid {
    margin-bottom: -5rem;
  }

  .text-style-xxl {
    font-size: 5.5vw;
  }

  .text-colour-white-muted.text-style-all-caps {
    color: var(--grey-600-divider);
  }

  .text-style-footer-xxl {
    font-size: 9.6vw;
  }

  .mouse-move-element-animation.phone-hide {
    display: none;
  }

  .project-title-wrapper {
    grid-row-gap: 3rem;
  }

  .button-tag-wrapper {
    flex-flow: column;
  }

  .image-wrapper-horizontal {
    width: 100%;
  }

  .projects-title-grid {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr .25fr;
    margin-top: 3rem;
  }

  .project-title-grid-inner {
    flex-flow: column;
  }

  .mk-paragraph-xl {
    font-size: 1.3rem;
  }

  .mk-paragraph-xl.mk-body-text {
    font-size: 1.3rem;
  }

  .position-stats-grid {
    grid-template-columns: 1fr;
  }

  .position-description-grid {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .position-description-grid-inner-left {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-grid-inner {
    padding: .5rem;
  }

  .logo-content {
    min-width: 1rem;
  }

  .positioon-heading-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .position-heading-grid-right {
    flex-flow: column;
  }

  .list-family-mambers {
    margin-left: 0;
    margin-right: 0;
  }

  .awards-grid {
    grid-template-columns: auto;
  }

  .nav-mobile-burger {
    background-color: #fff0;
    width: 3rem;
  }

  .menu-wrapper {
    padding: 2rem 1.5rem;
  }

  .nav-burger-wrapper {
    padding: 0;
    right: 1rem;
  }

  .contact-title-grid {
    grid-template-columns: 1fr;
  }

  .text-field-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-field-form-contact {
    padding-left: 1rem;
    padding-right: 0;
    font-size: 1rem;
  }

  .text-style-contact-form {
    font-size: 1rem;
    position: static;
  }

  .text-field-form-service {
    padding-left: 1rem;
    padding-right: 0;
    font-size: 1rem;
  }

  .submit-form-text {
    font-size: 1.125rem;
  }

  .home-hero-text-align-right {
    text-align: left;
    margin-left: 0;
  }

  .mk-hero-name-animation {
    overflow: hidden;
  }

  .mk-hero-name-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .accordion-title-grid {
    white-space: normal;
  }

  .collection-list-products {
    grid-template-columns: 1fr;
  }


  .mobile-wrapper-menu {
    background-color: #fff0;
  }

  .footer-small-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    overflow: visible;
  }

  .button-hero-round.button-round-small {
    width: 3rem;
    height: 3rem;
  }



  .view-item-button {
    display: none;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .position-text-wrapper-experience {
    padding-left: 0;
  }

  .positioon-heading-grid-experience {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-list {
    padding-left: 0;
    padding-right: 0;
  }

  .mk-title {
    text-align: center;
  }

  .list-item-text {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .list-item-text-link {
    font-size: 1.4rem;
  }

  .modal-logo {
    width: 50%;
  }

  .logo-orion {
    width: auto;
  }


  .family {
    justify-content: center;
  }

  .family-link-block {
    min-height: 50vh;
    display: block;
  }

  .family-text-wrapper {
    padding-left: 1rem;
  }

  .family-heading-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-home-summary {
    margin-left: 0;
    margin-right: 0;
  }

  .family-image-wrapper-parralax {
    justify-content: center;
    align-items: stretch;
    max-width: none;
  }

  .family-button-wrapper {
    height: 100%;
  }


  .family-title-grid-inner {
    flex-flow: column;
  }

  .heading-9 {
    color: var(--white-200);
    font-size: .8rem;
    line-height: 100%;
  }

  .family-rich-text-block {
    line-height: 100%;
  }

  .my-family-title-wrapper {
    margin-top: 3.5rem;
  }

  .my-family-title {
    color: var(--white-200);
  }

  .heading-style-h2-black {
    font-size: 2.4rem;
  }

  .inner-about {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .list-item-family {
    padding-left: 0;
    font-size: 1.3rem;
  }

  .hero-text-style-large-home {
    color: var(--grey-50);
    line-height: 160%;
  }

  .mk-hero-text {
    color: var(--white-200);
    font-size: 1.3rem;
  }

  .text-experience {
    font-size: 1.1rem;
    line-height: 100%;
  }

  .section-home {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-work.margin-medium {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-work.margin-large {
    margin-top: 2rem;
  }

  .margin-top-work.margin-xxlarge {
    margin-top: 4rem;
  }

  .link-nav-logo-copy {
    left: 1rem;
  }

  .link-nav-logo-copy.w--current {
    flex-flow: column;
    align-self: auto;
  }

  .image-logo-mobile {
    box-shadow: 5px 5px 25px #0003;
  }

  .home-slash-title {
    color: var(--black-300);
    font-size: 1.1rem;
  }
}


/*======================= MOBILE LANDSCAPE STYLES =======================*/
@media screen and (orientation: landscape) {
  .mk-hero-content {
    width: 100%;
    height: 80%;
    margin-top: 0;
    padding-left: 1rem;
  }

  .mk-hero-text {
    font-size: 3vw;
  }
}

/*======================= END MOBILE LANDSCAPE STYLES =======================*/

@font-face {
  font-family: 'Satoshi Variable';
  /* src: url('../fonts/Satoshi-Variable.ttf') format('truetype'); */
  src: url('../fonts/PlusJakartaSans-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: relative;
    z-index: 1000;
}

.nav-burger {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    z-index: 1001;
    position: relative;
}

.nav-burger .bar-1,
.nav-burger .bar-2,
.nav-burger .bar-3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.nav-burger.active .bar-1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.nav-burger.active .bar-2 {
    opacity: 0;
}

.nav-burger.active .bar-3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nav-mobile-links {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.nav-mobile-links.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.menu-wrapper {
    padding: 20px;
    background: #fff;
}

.menu-wrapper-inner-home,
.menu-wrapper-inner-exp {
    padding: 15px 0;
}

.menu-link {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.menu-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.menu-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
}

@media screen and (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}

/* ========== UTILITY STYLES ========== */
.page-wrapper { 
  opacity: 1; 
}

.force-hidden { 
  opacity: 0 !important; 
  height: 0 !important; 
  width: 0 !important; 
  display: none !important; 
  visibility: hidden !important; 
  transform: scaleY(0) scaleX(0) !important; 
}

/* ========== LAYOUT STYLES ========== */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== LETTER ANIMATION STYLES ========== */
@media (min-width: 992px) {
  .mk-hero-name-letter-wrapper {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.3s ease;
  }

  .mk-hero-name-letter-wrapper.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .chat-container-wrapper {
    overflow: hidden;
    position: relative;
    height: var(--dynamic-height);
    background-color: var(--black);
  }
  
  .chat-container {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
}

/* ========== CHAT PAGE STYLES ========== */
.chat-container {
  min-height: var(--dynamic-height);
  display: flex;
  flex-direction: column;
  background: var(--white-200);
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.chat-input-section {
  position: relative;
  background: var(--white-200);
  border-bottom: 1px solid var(--grey-500);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-input-desktop {
  height: 20vh;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.chat-input-mobile {
  display: none;
}

.chat-answers-section {
  flex: 1;
  background: var(--white-200);
  overflow-y: auto;
  padding-top: 2rem;
}

.chat-input-wrapper {
  width: 100%;
}

.chat-form-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.chat-textarea-wrapper {
  position: relative;
}

.chat-textarea {
  width: 100%;
  padding: 1rem;
  background: var(--white-200);
  border: 2px solid var(--grey-500);
  border-radius: 8px;
  color: var(--black-300);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  resize: vertical;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.chat-textarea:focus {
  outline: none;
  border-color: var(--light-blue-200);
}

.chat-textarea:placeholder {
  color: var(--grey-400);
}

.chat-char-count {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-size: 0.875rem;
  color: var(--grey-400);
  font-family: Satoshi Variable, sans-serif;
  background: var(--white-200);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid var(--grey-500);
}

.chat-button-wrapper {
  display: flex;
  justify-content: flex-start;
}

.chat-send-button {
  background: var(--black-300);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 2rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chat-send-button:hover {
  
  transform: translateY(-2px);
}

.chat-send-button:active {
  transform: translateY(0);
}

.chat-send-button .button-text {
  color: var(--white-200);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.chat-send-button:hover .button-text {
  color: var(--white-200);
}

/* Loading message animation */
.chat-loading .chat-message-text {
  opacity: 0.7;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% { opacity: 0.7; }
  50% { opacity: 1; }
  100% { opacity: 0.7; }
}

.chat-answers-wrapper {
  min-height: 400px;
}

.chat-welcome-message {
  padding: 0px auto;
}

/* Hide welcome message in answers section on desktop (only show on mobile) */
@media screen and (min-width: 992px) {
  .chat-answers-section .chat-welcome-message {
    display: none;
  }
}

.chat-messages-container {
  max-height: calc(var(--dynamic-height) - 380px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chat-message {
  margin-bottom: 1rem;
}

.chat-message-content {
  padding: 1rem;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid var(--grey-500);
}

.chat-question .chat-message-content {
  background: var(--blue);
  margin-left: 3rem;
  border-left: 4px solid var(--black);
}

.chat-response .chat-message-content {
  background: #f5f5f5;
  margin-right: 3rem;
  border-left: 4px solid var(--black);
}

.chat-response .chat-message-label {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
  margin-bottom: 0.5rem;
}

.chat-message-text {
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: var(--black-300);
}

.chat-question .chat-message-label {
  font-family: Satoshi Variable, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white-200);
  margin-bottom: 0.5rem;
}

.chat-question .chat-message-text {
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: var(--white-200);
}

/* ========== MOBILE RESPONSIVE STYLES ========== */

@media screen and (max-width: 991px) {
  /* Remove the wrapper constraints on mobile to allow natural page scroll */
  .chat-container-wrapper {
    overflow: visible !important;
    height: auto !important;
    position: static !important;
  }
  
  .chat-container {
    flex-direction: column-reverse;
    max-width: none;  /* Remove 1200px constraint on mobile */
    margin: 0;        /* Remove auto-centering */
    position: static !important;
    /* Allow content to extend beyond viewport for natural scroll */
    min-height: calc(var(--dynamic-height) + 50px);
  }
  
  .chat-input-desktop {
    display: none;
  }
  
  /* Hide entire desktop input wrapper on mobile */
  .chat-container > .padding-vertical.padding-xlarge {
    display: none;
  }
  
  /* Reduce answer section padding on mobile */
  .chat-answers-section .padding-vertical.padding-medium {
    padding-top: 0.5rem;
  }
  
  .chat-input-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    width: 100vw;
    z-index: 1000000;
    background: var(--white-200);
    align-items: center;
    padding: 0px auto;
  }

  /* Remove all the conflicting styles and replace with: */
  .chat-input-mobile .padding-global {

    max-width: none;          /* ← critical */
    width: 100%;              /* ← critical */
    margin: 0;                /* ← no auto-centering */
    box-sizing: border-box;
  }
  
  .chat-input-mobile .chat-content-wrapper {
    margin: 0;
    max-width: none;
    width: 100%;
    padding: 0;
  }
  
  .chat-input-mobile .chat-input-wrapper {
    width: 100%;
    margin: 0;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
  }

  .chat-answers-section {
    padding-bottom: 210px;
    min-height: 50vh;
  }
  
  .chat-form-wrapper {
    gap: 0.75rem;
  }
  
  .chat-textarea {
    font-size: 1rem;
  }

  
  .chat-send-button {
    padding: 0.5rem 2.25rem;
    font-size: 0.6rem;
  }
  
  .chat-welcome-message {
    padding: 0px auto; /* Reduced top padding from 1.5rem to 0.75rem */
    margin-bottom: 1.5rem;
  }
  
  .chat-messages-container {
    max-height: none;
  }
  
  .chat-question .chat-message-content {
    margin-left: 1rem;
  }
  
  .chat-response .chat-message-content {
    margin-right: 1rem;
  }
  
  /* Mobile: Position character counter and send button horizontally */
  .chat-input-mobile .chat-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: relative;
  }

  
  .chat-input-mobile .chat-char-count {
    position: absolute;
    bottom: -2.5rem; /* Reduced spacing to fit better */
    left: 0;
    background: white;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: var(--grey-400);
    font-family: Satoshi Variable, sans-serif;
    z-index: 1;
    display: inline-block;
    width: fit-content;
    max-width: 100%;         
    white-space: nowrap;
  }
  
  .chat-input-mobile .chat-button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .chat-input-mobile {
    min-height: 120px;
    max-height: 160px;
  }
  
  .chat-answers-section {
    padding-bottom: 180px;
    min-height: 50vh;
  }
  
  .chat-textarea {
    font-size: 1rem;
    padding: 0.5rem;
    min-height: 60px;
  }
  
  .chat-send-button {
    padding: 0.4rem 1.5rem;
    font-size: 0.75rem;
  }
  
  .chat-welcome-message {
    padding: 0px auto; /* Reduced top padding from 1rem to 0.5rem */
  }
  
  .chat-message-content {
    padding: 1rem;
  }
  
  .chat-question .chat-message-content {
    margin-left: 0.5rem;
  }
  
  .chat-response .chat-message-content {
    margin-right: 0.5rem;
  }
  
  /* Maintain horizontal layout on smaller screens */
  .chat-input-mobile .chat-char-count {
    bottom: -1.8rem; /* Adjusted for smaller layout */
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .chat-input-mobile {
    min-height: 110px;
    max-height: 140px;
    padding-bottom: 30px;
  }

  .chat-answers-section {
    padding-bottom: 160px;
    min-height: 50vh;
  }
  
  .chat-textarea {
    font-size: 1rem;
    padding: 0.45rem;
    min-height: 50px;
  }
  
  .chat-send-button {
    padding: 0.35rem 1.2rem;
    font-size: 0.7rem;
  }
  
  .chat-welcome-message {
    padding: 0px auto;
  }
  
  .chat-message-content {
    padding: 0.75rem;
  }
  
  /* Maintain horizontal layout on smallest screens */
  .chat-input-mobile .chat-char-count {
    bottom: -1.6rem; /* Adjusted for smallest layout */
    font-size: 0.7rem;
  }
}

