:root {
  --_apps---typography--heading-font: dm-sans, sans-serif;
  --_apps---typography--body-font: dm-sans, sans-serif;
  --_apps---typography--button-font: dm-sans, sans-serif;
  --_apps---sizes--radius: 1.3rem;
  --_apps---colors--background: #e6e6e8;
  --_apps---colors--foreground: #0c0d13;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d9d9d9;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #c8904a;
  --_apps---colors--primary-foreground: #130c05;
  --_apps---colors--secondary: #f0d8be;
  --_apps---colors--secondary-foreground: #100d09;
  --_apps---colors--muted: #e0e0e0;
  --_apps---colors--muted-foreground: #686465;
  --_apps---colors--accent: #ccc;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #d3d3d3;
  --_apps---colors--input: #d6d6d6;
  --_apps---colors--ring: #be9463;
  --_apps---charts--chart-1: #ba823c;
  --_apps---charts--chart-2: #cea678;
  --_apps---charts--chart-3: #ad721a;
  --_apps---charts--chart-4: #a2743b;
  --_apps---charts--chart-5: #855612;
  --_apps---sidebar--sidebar: #e0e0e0;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #c8904a;
  --_apps---sidebar--sidebar-primary-foreground: #130c05;
  --_apps---sidebar--sidebar-accent: #ccc;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d3d3d3;
  --_apps---sidebar--sidebar-ring: #be9463;
  --_apps---colors--background-dark: #050510;
  --_apps---colors--foreground-dark: #f8f8fc;
  --_apps---colors--card-dark: #171725;
  --_apps---colors--card-foreground-dark: #f8f8fc;
  --_apps---colors--popover-dark: #171725;
  --_apps---colors--popover-foreground-dark: #f8f8fc;
  --_apps---colors--primary-dark: #c8904a;
  --_apps---colors--primary-foreground-dark: #130c05;
  --_apps---colors--secondary-dark: #2b1600;
  --_apps---colors--secondary-foreground-dark: #fdf7f1;
  --_apps---colors--muted-dark: #010107;
  --_apps---colors--muted-foreground-dark: #8c8d90;
  --_apps---colors--accent-dark: #2e2e2e;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6d82;
  --_apps---colors--border-dark: #7c5639;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #be9463;
  --_apps---charts--chart-1-dark: #c8904a;
  --_apps---charts--chart-2-dark: #edc495;
  --_apps---charts--chart-3-dark: #ac7017;
  --_apps---charts--chart-4-dark: #e1b27d;
  --_apps---charts--chart-5-dark: #946525;
  --_apps---sidebar--sidebar-dark: #0a0a17;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8fc;
  --_apps---sidebar--sidebar-primary-dark: #c8904a;
  --_apps---sidebar--sidebar-primary-foreground-dark: #130c05;
  --_apps---sidebar--sidebar-accent-dark: #2e2e2e;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #be9463;
}

body {
  color: #333;
  font-family: dm-sans-18pt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block {
  color: #ba9265;
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 2rem;
  font-family: dm-sans-18pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading {
  color: #fff;
  text-align: center;
  margin: 0 auto 5.2rem;
  font-family: dm-sans-18pt, sans-serif;
  font-size: 2.7rem;
  line-height: 2rem;
  transition: opacity .3s cubic-bezier(.25, .1, .181, .884);
}

.body {
  pointer-events: auto;
  color: #05050a;
  background-color: #0000;
  height: 400vh;
  display: flex;
  overflow: visible;
}

.section {
  background-image: linear-gradient(#1a2980, #26d0ce);
  padding: 3rem;
}

.section.hero-section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: static;
  inset: auto 0;
  overflow: hidden;
}

.image {
  max-width: 60%;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 .6rem;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.image.headlogo {
  max-width: 40%;
}

.hero-content {
  z-index: 2;
  text-align: center;
  mix-blend-mode: normal;
  width: 90vw;
  /* Was 100% — fluid width to prevent overflow */
  max-width: 600px;
  /* Desktop cap stays */
  padding: 0 1rem;
  /* Safe horizontal breathing room on narrow screens */
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-bg {
  z-index: 3;
  width: auto;
  height: auto;
  position: relative;
  inset: 0;
}

.code-embed {
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-link,
.nav-link-2,
.nav-link-3 {
  color: #fff;
}

.div-block {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.code-embed-2 {
  z-index: 1;
  background-color: #05050a;
  width: 100%;
  height: 100vh;
  position: relative;
  left: auto;
}

.section-2 {
  position: relative;
}

.section-3 {
  height: 500px;
}

.div-block-2 {
  z-index: 1;
  background-image: url('../images/iStock-1333934651-Converted.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-4 {
  background-color: #050510;
  height: 100vh;
  display: block;
}

.div-block-3 {
  height: 800px;
}

.fish-simulation-container {
  z-index: 3;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.div-block-4,
.code-embed-3 {
  z-index: 1;
  display: flex;
  position: relative;
}

.lottie-animation {
  z-index: 10;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.code-embed-4 {
  height: 100vh;
}

.div-block-5 {
  z-index: 1;
  background-image: url('../images/stars.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  transition-property: none;
  display: block;
}

.quick-stack {
  height: 100vh;
}

.grid {
  z-index: 2;
  grid-template-rows: .25fr 1fr 1fr 1fr .5fr;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-rows: .25fr;
  height: 100vh;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.branding {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #011c40;
  text-align: center;
  background-color: #c8904a;
  background-image: linear-gradient(#7c5639, #ba9265 100%, #c8904a82);
  border-radius: 0 0 8px 8px;
  justify-content: center;
  align-items: flex-start;
  width: 18rem;
  height: 3rem;
  padding-top: .8rem;
  padding-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  position: static;
}

.div-block-6 {
  border-radius: 0;
}

.div-block-7 {
  white-space: normal;
  word-break: normal;
}

.section-5 {
  height: 300px;
}

.code-embed-5 {
  z-index: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.edge-nav-button {
  z-index: auto;
  justify-content: center;
  align-items: flex-start;
  width: 4rem;
  min-width: 50%;
  font-size: 4rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.text-block-3 {
  color: #011c40;
  background-image: linear-gradient(#7c5639, #bf9765);
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: .7rem 1.6rem;
  font-family: dm-sans-24pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.div-block-8 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: static;
  top: auto;
}

.hero-section {
  z-index: 0;
  position: relative;
}

.body-2 {
  background-color: #050510;
  height: 400vh;
}

.div-block-9 {
  position: static;
  top: 220px;
  bottom: 100px;
}

.earth-section {
  height: 200vh;
  position: relative;
}

.earth-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-10,
.code-embed-6 {
  width: 100%;
  height: 100%;
}

.navbutton {
  pointer-events: auto;
  color: #011c40;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#bf9765, #9b6727);
  border-radius: 10px;
  width: 20rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: dm-sans-24pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: static;
  inset: 0% 0% auto auto;
}

.navbutton.webbuttonrotate {
  transform: rotate(-90deg);
}

.navbutton.buttondownfixposition {
  overflow: clip;
  transform: translate(0, .5rem);
}

.navbutton.leftbuttonrotate {
  transform: translate(-8.3rem)rotate(90deg);
}

.div-block-11 {
  z-index: 10;
  width: auto;
  display: flex;
  position: fixed;
  top: 0;
  overflow: visible;
}

.button1inner {
  z-index: auto;
  width: 50%;
  height: 3.3rem;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(115%, -.4rem);
}

.button1inner.btt1surr {
  z-index: 19;
}

.link-block {
  cursor: pointer;
  width: 20rem;
  height: 3.3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button2inner {
  transform-origin: 50%;
  position: fixed;
  inset: 50% 0 0% auto;
  transform: translate(41%, 5%);
}

.div-block-13 {
  z-index: 9;
  display: flex;
  position: fixed;
  overflow: visible;
}

.div-block-13.bt2srr {
  z-index: 19;
}

.link-block-2 {
  cursor: pointer;
  background-color: #a32626;
  width: 100%;
  height: 20rem;
  position: absolute;
  inset: 0%;
}

.button3inner {
  position: fixed;
  inset: auto 0% 0 50%;
  overflow: visible;
  transform: translate(-60%);
}

.button3inner.hide {
  display: none;
}

.div-block-14 {
  z-index: 8;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-14.bts3 {
  z-index: 19;
}

.div-block-15 {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(-45.8%)rotate(90deg);
}

.div-block-16 {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.button4inner {
  position: fixed;
  inset: 50% auto 0% 0;
  transform: translate(0%, -23%);
}

.button4inner.btt4surr {
  z-index: 19;
}

.div-block-17 {
  z-index: auto;
  position: fixed;
}

.div-block-18 {
  z-index: 7;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 50%;
  overflow: visible;
}

.body-3 {
  background-color: #0000;
  background-image: radial-gradient(circle, #1a4d6d, #0a1e2e);
}

.section-6 {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  display: flex;
  position: static;
  inset: 30%;
}

.image-2 {
  width: 60%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  position: fixed;
  inset: 0%;
}

.div-block-20 {
  z-index: 2;
  width: auto;
  height: 25vh;
  position: relative;
  top: auto;
}

.image-3 {
  width: auto;
  display: block;
  position: static;
  inset: 0% auto;
}

.container {
  z-index: 1;
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-21 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  margin-top: -1px;
  display: flex;
  position: fixed;
  overflow: visible;
}

.openinglogo {
  pointer-events: auto;
  cursor: auto;
  width: 30%;
  margin-top: 42px;
  display: inline-block;
}

.container-2 {
  z-index: 12;
  pointer-events: none;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60svh;
  height: 50svh;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.containercenter {
  z-index: 12;
  pointer-events: auto;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.containercenter.hide {
  display: none;
}

.heading-3 {
  color: #fff;
}

.heading1 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  margin-bottom: 5rem;
  font-family: dm-sans-36pt, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.unartificial {
  color: #bf9765;
  text-align: center;
  margin-top: 3rem;
  font-family: dm-sans-24pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-7 {
  z-index: 1;
  height: 300vh;
  position: relative;
}

.container-4 {
  z-index: 1;
  background-image: radial-gradient(circle, #1a2980, #26d0ce);
  width: 100%;
  max-width: 100%;
  height: 700vh;
  position: relative;
  overflow: clip;
}

.container-5 {
  z-index: 1;
  background-color: #1a2980;
  background-image: linear-gradient(#1a2980, #26d0ce);
  position: relative;
}

.backgrounder {
  z-index: 1;
  opacity: .01;
  pointer-events: none;
  cursor: none;
  background-color: #a13d3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 140vh;
  display: flex;
  position: relative;
  top: 120px;
}

.card {
  z-index: 3;
  background-color: #7c5639;
  background-image: url('../images/delete2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.3rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 40%;
  max-height: 35%;
  display: flex;
  position: fixed;
  inset: 50% 0% 0% auto;
  transform: translate(0, -140px);
}

.card.card1 {
  z-index: 15;
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  background-image: url('../images/BrandDesign.jpg');
  background-position: 50%;
  background-size: cover;
  inset: 0% 0% auto auto;
  transform: translate(-5.9rem, 70px);
}

.card.hide {
  display: none;
}

.card.card2 {
  z-index: 15;
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  background-image: url('../images/webdesign.jpg');
  background-position: 35% 0;
  background-size: cover;
  transform: translate(-110px, -140px);
}

.card.card2.hide {
  z-index: 18;
  pointer-events: none;
  cursor: none;
}

.card.card3 {
  z-index: 15;
  pointer-events: none;
  cursor: none;
  background-image: url('../images/delete3.jpg');
  inset: auto 0% 0%;
  transform: translate(17%, -83px);
}

.card.card3.hide {
  z-index: 18;
  pointer-events: none;
  cursor: none;
}

.card.card4 {
  z-index: 15;
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  background-image: url('../images/delete4.jpg');
  inset: 0% auto 0% 0%;
  transform: translate(92px, 71%);
}

.card.card4.hide {
  z-index: 18;
  pointer-events: none;
  cursor: none;
}

.div-block-22 {
  width: 45%;
  height: 40%;
  display: flex;
  position: fixed;
}

.curtain1 {
  z-index: 12;
  opacity: 1;
  pointer-events: none;
  cursor: none;
  background-color: #000000b3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-23 {
  z-index: 17;
  position: fixed;
  inset: 0%;
}

.surrogatebtncontainer {
  z-index: 19;
  pointer-events: none;
  cursor: none;
  position: fixed;
}

.activeb1,
.activeb3 {
  z-index: auto;
  opacity: 1;
  position: fixed;
  inset: 0%;
}

.activeb2,
.activeb4 {
  z-index: 19;
  opacity: 1;
  position: relative;
}

.container-6 {
  z-index: 18;
  pointer-events: none;
  cursor: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.card1descriptions {
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
}

.card1descriptions.hide {
  display: none;
}

.description1 {
  position: fixed;
  inset: auto auto 25% 20%;
}

.cdescription1 {
  opacity: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  position: fixed;
  inset: auto auto 20% 36%;
}

.cdescription1.desc1 {
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  bottom: 40%;
  left: 16%;
  transform: none;
}

.cdescription1.desc2 {
  opacity: 1;
  line-height: 1.6rem;
  bottom: 30%;
  left: 26%;
  transform: none;
}

.cdescription1._2desc1 {
  padding-right: 0;
  inset: 25% auto auto 5%;
}

.cdescription1._2desc2 {
  inset: 50% auto auto 16%;
}

.cdescription1._2desc3 {
  inset: 75% auto auto 16%;
}

.cdescription1._3desc1 {
  inset: 23% auto auto 15%;
}

.cdescription1._3desc2 {
  inset: 38% auto auto 42%;
}

.cdescription1._3desc3 {
  line-height: 1.7rem;
  inset: 49% auto auto 59%;
}

.cdescription1._4desc1 {
  inset: 40% auto auto 58%;
}

.cdescription1._4desc2 {
  line-height: 1.8rem;
  display: block;
  position: fixed;
  inset: 20% auto auto 58%;
}

.cdescription1._4desc3 {
  inset: 60% auto auto 58%;
}

.container-7 {
  pointer-events: auto;
  cursor: auto;
}

.container-8 {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  background-image: linear-gradient(#1a2980, #26d0ce);
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-9 {
  z-index: 1;
  pointer-events: auto;
  cursor: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 600vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.backgrounder2 {
  z-index: 1;
  opacity: .01;
  pointer-events: none;
  cursor: none;
  background-color: #3628a0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
  top: 9%;
}

.card2descriptions {
  cursor: none;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.triggerplainbackg {
  width: 50%;
  max-width: 50%;
  height: 900vh;
  min-height: 900vh;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: 10%;
  bottom: auto;
}

.container-10 {
  pointer-events: auto;
  cursor: auto;
  height: 600vh;
  max-height: 1px;
  display: flex;
}

.deactivatot {
  z-index: 1;
  opacity: .52;
  pointer-events: none;
  cursor: none;
  background-color: #2da551;
  width: 100%;
  height: 500vh;
  margin-top: 250px;
  position: relative;
}

.backgrounder3 {
  z-index: 1;
  opacity: .01;
  pointer-events: none;
  cursor: none;
  background-color: #a24398;
  width: 100%;
  max-width: 100%;
  height: 120vh;
  position: relative;
  top: 13%;
}

.backgrounder4 {
  z-index: 1;
  opacity: .6;
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 120vh;
  position: relative;
  top: 16%;
}

.hide {
  display: none;
}

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

.card4descriptions {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  position: absolute;
}

.headericon {
  z-index: 25;
  background-image: url('../images/50x50logo.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-top: 1rem;
  margin-left: 1.66rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-8 {
  z-index: 3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
}

.contactinfo {
  z-index: auto;
  pointer-events: auto;
  cursor: auto;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5px;
}

.link {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 98px;
  font-size: .6rem;
}

.deactivator2 {
  z-index: 50;
  opacity: .44;
  pointer-events: none;
  cursor: none;
  background-color: #973636;
  width: 100%;
  height: 500vh;
  margin-top: 250px;
  position: relative;
}

.deactivator3 {
  z-index: 1;
  opacity: .62;
  pointer-events: none;
  cursor: none;
  background-color: #2a328d;
  width: 100%;
  height: 500vh;
  margin-top: 250px;
  position: relative;
}

.deactivator4 {
  z-index: 1;
  opacity: .37;
  pointer-events: none;
  cursor: none;
  background-color: #00aeff;
  width: 100%;
  height: 550vh;
  margin-top: 0;
  position: relative;
}

.endlogo {
  width: 30%;
}

.contactheading {
  margin-top: 79px;
}

.unartificalinfo {
  margin-top: -22px;
}

.adress {
  margin-top: 21px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-block-5 {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-2 {
  text-align: center;
  font-weight: 400;
}

.div-block-25 {
  padding-top: 12px;
}

.div-block-26 {
  width: auto;
  min-width: 10%;
  height: 30px;
  margin-top: 38px;
}

.rotatingfish {
  width: 450px;
  position: sticky;
  top: 25px;
  bottom: 75px;
}

.loader {
  z-index: 30;
  pointer-events: none;
  cursor: none;
  background-color: #050510;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vh;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.loadtextwrapper {
  z-index: 32;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: auto;
}

.loadingtext {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Exo, sans-serif;
  font-size: 4rem;
  position: static;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #ffffff5c;
  text-shadow: 3px 3px 5px #cfbcbc8c;
  mix-blend-mode: normal;
  font-family: Exo, sans-serif;
  font-size: 4rem;
  font-weight: 500;
}

.div-block-27 {
  z-index: 33;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.loadingbar {
  color: #fff0;
  background-image: linear-gradient(#0000 12%, #ffffff4d 49%, #0000 88%);
  border-radius: 11px;
  width: .6rem;
  height: 4rem;
  margin-left: .2rem;
  margin-right: .2rem;
}

.rotatingdna {
  z-index: 34;
  opacity: 1;
  filter: blur(3px);
  perspective: none;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: auto;
  transform: rotateX(20deg)rotateY(15deg)rotateZ(0);
}

.image-4 {
  vertical-align: middle;
  margin-top: 0%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-5 {
  width: 400px;
  min-width: 60%;
  height: 60%;
  display: block;
  position: fixed;
  inset: 0%;
}

.loader-inner {
  z-index: 31;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)translate(0);
}

.loading-screen {
  z-index: 999;
  mix-blend-mode: normal;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 600px;
  display: flex;
  position: relative;
  transform: scale(0.65);
}

.loader-image {
  z-index: 1000;
  opacity: .54;
  filter: blur(4px);
  mix-blend-mode: hard-light;
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

.loader-shape {
  z-index: 1004;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
  min-width: auto;
  height: 2rem;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto;
}

.loader-text {
  z-index: 1003;
  color: #e6d7d7;
  text-shadow: 8px 8px 9px #e9d6d633;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  position: static;
}

.div-block-29 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.div-block-30 {
  background-image: linear-gradient(0deg, #0000, #ffffff7d 49%, #fff0);
  width: .4rem;
  height: 2rem;
  position: relative;
}

.div-block-31 {
  z-index: 990;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.nav-container {
  z-index: 5000;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  bottom: 3%;
  right: 2%;
}

.trigger {
  z-index: 1009;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #034aa6;
  width: 80px;
  height: 80px;
  margin-top: 0;
  position: relative;
  box-shadow: 0 2px 16px #0003;
}

.nav-menu-list {
  z-index: 998;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  pointer-events: none;
  /* JS enables on open; prevents closed menu from creating phantom hover zone */
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
  position: absolute;
  /* float above the trigger+plus box without inflating nav-container hit area */
  bottom: 100%;
  /* anchored to top edge of nav-container */
  right: 0;
  padding-bottom: 10px;
  /* visual gap above the trigger */
}

.menu-item {
  opacity: .1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  /* required for ::before hit-area extender */
}

/* Extend the hit area of each menu item leftward to cover the floating label.
   Inherits pointer-events from .nav-menu-list (toggled by JS with menu state).
   Does not affect layout, opacity, transforms, or Webflow IX2 attributes. */
.menu-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 230px);
  /* 40px square + 50px gap + ~160px longest label + buffer */
  height: 100%;
}


.menu-item.buttonhome,
.menu-item.buttonweb,
.menu-item.buttonbrandesign,
.menu-item.buttonmedia,
.menu-item.buttonabout {
  opacity: 0;
  background-color: #ffffff70;
}

.text-block-7 {
  color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 0;
  font-family: dm-sans-24pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 50px;
  white-space: nowrap;
}

.text-block-7.accbt {
  margin-right: -2px;
  padding-right: 0;
}

.text-block-7.medibt {
  margin-top: 12px;
}

.body-4 {
  background-color: #000;
}

.logocorner {
  pointer-events: auto;
}

.sticky-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 -20px 40px #00000080;
}

.sticky-section.section-container {
  box-shadow: none;
  color: #050510;
  background-color: #05050500;
  height: 250vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.sticky-section.section-container.cc-gsap-scrub {
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.sticky-section.is-sky {
  box-shadow: none;
  justify-content: center;
  align-items: flex-start;
  height: 700vh;
  display: block;
  position: relative;
}

.sticky-section.is-life {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 800vh;
  display: block;
  position: relative;
  overflow: visible;
}

.sticky-section.is-water {
  box-shadow: none;
  background-image: linear-gradient(#1a4d6d, #0a1e2e);
  justify-content: center;
  align-items: flex-start;
  height: 300vh;
}

.sticky-section.is-contact {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #10b981;
  /* matches algae topColor — no flash before algae renders */
  background-clip: border-box;
  height: 300vh;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-32 {
  position: absolute;
  inset: 0%;
}

.video1 {
  z-index: 9;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto;
}

.div-block-33 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.code-embed-7 {
  object-fit: none;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.code-embed-8 {
  background-image: linear-gradient(to bottom, #000 0%, #011c40 30%, #26d0ce 100%);
  height: 100vh;
  position: sticky;
  top: 0;
}

.sequence-canvas {
  width: 100vw;
  height: 100vh;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.sequence-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sequence-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-3 {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.canvas {
  width: 100%;
  height: 100%;
  position: static;
}

.canvascontainer {
  z-index: 1000;
  height: 100vh;
  padding: 0;
  position: relative;
  top: 0;
}

.canvascontainer.cc-gsap-scrub {
  z-index: auto;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  /* Must match .code-embed-9 */
  height: 100svh;
  padding-top: 0;
  display: block;
  position: sticky;
  top: 0;
  /* Explicit: sticky needs top anchor to work */
  overflow: hidden;
}

.earth-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-34 {
  background-color: #0000;
  width: 100%;
  height: 300px;
}

.div-block-35 {
  z-index: 1;
  position: relative;
}

.stars {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.code-embed-9 {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

/* Fallback for browsers that do not support svh (pre-2022 engines) */
@supports not (height: 100svh) {

  .canvascontainer.cc-gsap-scrub,
  .code-embed-9 {
    height: 100vh;
  }
}

.div-block-36 {
  position: sticky;
  top: 0;
}

.starfield-container {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.starfieldo {
  z-index: 0;
  opacity: 1;
  filter: contrast(200%);
  mix-blend-mode: normal;
  width: 100%;
  height: 250vh;
  position: absolute;
  top: 0;
  overflow: visible;
  transform: scale(2);
}

.unartificial1 {
  color: #bf9765;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 0.25em;
  /* prevents descenders (g, y, p) being clipped by parent overflow:hidden */
  font-family: dm-sans-24pt, sans-serif;
  font-size: clamp(1.8rem, 4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  inset: 0 auto;
}

.unartiftext {
  z-index: 1;
  align-self: center;
  margin-top: 15%;
  position: sticky;
}

.earthscript {
  z-index: 3;
  background-color: #0000;
  position: relative;
}

.div-block-37 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.breathe-life {
  color: #fff;
  margin-top: clamp(1rem, 8vh, 4rem);
  display: block;
}

.text-block-8 {
  color: #fff;
  font-family: dm-sans-24pt, sans-serif;
  font-size: clamp(2rem, 5vw + 1rem, 5.5rem);
  font-weight: 700;
  line-height: 1.1;
  padding-top: 4rem;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.uixtext {
  width: 100%;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
  display: flex;
}

.smile {
  width: 7vw;
  margin-top: -7px;
}

.div-block-39 {
  width: 30vw;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 768px) {
  .div-block-39 {
    width: 50vw;
  }
}

.plus {
  opacity: 1;
  filter: blur(2px);
  mix-blend-mode: normal;
  align-self: center;
  width: 40%;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.div-block-40 {
  width: 100%;
  position: sticky;
}

.camera-life {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.video2 {
  z-index: 8;
  width: 720px;
  height: 1280px;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
  transform: scale(.5)translate(0);
}

.video3 {
  z-index: 7;
  object-fit: cover;
  width: 853px;
  height: 420px;
  position: relative;
  top: 0%;
  transform: scale(.8);
}

.video4 {
  z-index: 10;
  object-fit: cover;
  width: 405px;
  height: 720px;
  position: relative;
  top: 0;
  overflow: visible;
  transform: scale(.8);
}

.videostackcontainer {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-left: 50vw;
  padding-right: 50vw;
  display: block;
  position: sticky;
  top: 0;
}

.life_item {
  aspect-ratio: auto;
  opacity: 1;
  width: auto;
  min-width: 40vh;
  height: 60vh;
  position: relative;
  transform: scale(.85);
}

.life_item.life1 {
  z-index: 3;
  object-fit: contain;
  min-width: auto;
  max-width: 80vw;
  height: auto;
  min-height: auto;
  max-height: 60vh;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.85);
}

.life_item.life2,
.life_item.life3,
.life_item.life4,
.life_item.life5,
.life_item.life6,
.life_item.life7 {
  z-index: 3;
  object-fit: contain;
  display: flex;
  position: absolute;
}

.life_video {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: static;
  inset: 0%;
  overflow: visible;
}

.canvas-container-stars {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.code-embed-10 {
  z-index: 0;
  background-color: #0000;
  position: relative;
  top: 0;
}

.code-embed-11 {
  width: auto;
}

.grradiante3 {
  z-index: 0;
  background-color: #000;
  /* solid floor matching life section */
  background-image: linear-gradient(#000, #1a4d6d);
  width: 100%;
  height: 20vh;
  /* fixed viewport unit — never collapses */
  min-height: 120px;
  /* floor for very short viewports */
  position: relative;
  display: block;
}

.dna-wrapper {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  overflow: visible;
}

.code-embed-12 {
  z-index: 2;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.video-stage {
  z-index: 3;
  pointer-events: none;
  perspective: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.videocontainergen {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videocontainergen.landscape {
  aspect-ratio: 16 / 9;
  width: auto;
  min-width: 18rem;
  max-width: none;
  height: 35vh;
  min-height: auto;
  max-height: none;
  padding-bottom: 0%;
}

.videocontainergen.landscape.samplevideo_1 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 35vh;
  max-height: none;
}

.videocontainergen.landscape.videosamp1 {
  opacity: 0;
  transform: perspective(2000px)translate(-50%, -50%);
}

.videocontainergen.landscape.videosamp3 {
  opacity: 0;
}

.videocontainergen.vertical {
  aspect-ratio: 9 / 16;
  width: auto;
  min-width: 12rem;
  max-width: none;
  height: 70vh;
  max-height: none;
}

.videocontainergen.vertical.samplevideo2 {
  aspect-ratio: 9 / 16;
  width: 19.68vw;
  min-width: 160px;
  max-width: 90vw;
  height: 100%;
  min-height: 284px;
}

.videocontainergen.vertical.samplevideo_2 {
  max-width: 60vw;
}

.videocontainergen.vertical.videosamp2 {
  opacity: 0;
  min-width: 12rem;
  transform: perspective(2000px)translate(-50%, -50%);
}

.videocontainergen.vertical.videosamp6,
.videocontainergen.vertical.videosamp4 {
  opacity: 0;
}

.stickyviewportlife {
  perspective: 1028px;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.background-video-2,
.background-video-3,
.background-video-4,
.background-video-5,
.background-video-6,
.background-video-7,
.sampvid1,
.background-video-9,
.background-video-10,
.background-video-11,
.background-video-12,
.background-video-13 {
  width: 100%;
  height: 100%;
}

.div-block-43 {
  min-width: 12rem;
  height: 70vh;
}

.mediat1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  object-fit: fill;
  width: 56%;
  margin-left: 0;
  padding-left: 4rem;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  pointer-events: auto;
}

.div-block-44 {
  width: 50%;
  height: 60%;
  z-index: 10;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mediatext2,
.mediat2 {
  display: block;
}

.mediat-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  object-fit: fill;
  width: 49%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 3.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  position: absolute;
  top: 55%;
  right: 0;
  left: auto;
  pointer-events: auto;
}

.mediat-3 {
  z-index: 2;
  color: #fff;
  text-align: center;
  object-fit: fill;
  width: 56%;
  margin-left: 0;
  padding-left: 4rem;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  position: absolute;
  top: 35%;
  left: 0;
  right: auto;
  pointer-events: auto;
}

.algae {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-45 {
  position: sticky;
  top: 0;
}

.div-block-46 {
  z-index: 2;
  position: static;
}

.contacttexttest {
  color: #fff;
  background-color: #fff0;
  margin-top: 223px;
  margin-left: 289px;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.mediatext4 {
  color: #fff;
  text-align: center;
  width: 48%;
  padding-right: 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  position: absolute;
  top: 20%;
  right: 0;
  pointer-events: auto;
}

.mediatext5 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-left: 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 30rem;
  font-weight: 600;
  line-height: 60rem;
  position: absolute;
  top: 0%;
  left: 0;
  transform: scale(.5);
}

.media5text {
  opacity: 0;
  color: #fff;
  text-align: center;
  width: 350vw;
  font-family: Open Sans, sans-serif;
  font-size: 17rem;
  font-weight: 600;
  line-height: 23rem;
  position: absolute;
  /* Position so the element's geometric center sits at 50vh + 600px.
     IX3 applies scale:0.12 and y:-600px at rest, so after the -600px
     translation the visual center lands at exactly 50vh. */
  top: calc(50vh + 140px);
  left: -125vw;
  pointer-events: auto;
}

.div-block-47 {
  z-index: 0;
  background-image: linear-gradient(#26d0ce, #fff0);
  width: 100%;
  height: 20%;
  position: relative;
}

.image-6 {
  position: absolute;
  inset: 50% 25% 0% auto;
}

.div-block-48 {
  z-index: 4;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 10%;
  position: fixed;
  bottom: 0;
}

.div-block-48.fadednacombo {
  background-image: linear-gradient(#000, #0000);
  top: 0;
  bottom: auto;
}

.div-block-49 {
  background-color: #000000;
  width: 100%;
  height: 25vh;
  min-height: 150px;
  display: block;
}

.contact-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  min-height: 120px;
  pointer-events: none;
  z-index: 1;
  /* above algae canvas (z:0), below everything else */
  background-image: linear-gradient(to bottom,
      #000000,
      transparent);
}

.grain {
  z-index: 88;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/Grain-p-130x130q80.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .videocontainergen.landscape {
    height: 30vh;
  }

  .videocontainergen.vertical {
    height: 55vh;
  }

  /* Tablet: nav scaling */
  .nav-container {
    width: 80px;
  }

  .trigger {
    width: 64px;
    height: 64px;
  }

  /* Tablet: contact section */
  .contacttexttest {
    margin-left: 2rem;
    font-size: 2.5rem;
    max-width: calc(100vw - 4rem);
  }



  /* Tablet: Life text sizing */
  .mediat1,
  .mediat-2,
  .mediat-3,
  .mediatext4 {
    max-width: 90vw;
    font-size: 1.35rem;
    line-height: 2rem;
  }

  .media5text {
    font-size: 5rem;
    line-height: 7rem;
    width: 200vw;
    top: calc(50vh + 460px);
    left: -50vw;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    line-height: 3rem;
  }

  .image {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-2 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .div-block-21 {
    width: 100%;
    height: 100vh;
    margin-top: auto;
    margin-left: auto;
  }

  .canvascontainer.cc-gsap-scrub {
    height: 100svh;
  }

  .menu-item::before {
    width: calc(100% + 180px);
    /* 44px square + 55px gap + ~110px label at 0.85rem */
  }
}

@media screen and (max-width: 479px) {

  /* Fix 0 (safety): Override external scroll-lock on mobile */
  body.uix-scroll-lock {
    overflow: auto !important;
    overflow-y: auto !important;
  }

  .text-block {
    font-size: 1rem;
  }

  .heading {
    margin-bottom: 4.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .image {
    max-width: 75%;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .loader {
    width: 100%;
  }

  .unartificial1 {
    text-align: center;
    font-size: clamp(1rem, 4vw, 1.4rem);
    line-height: 1.3;
  }

  .text-block-8 {
    text-align: center;
    font-size: clamp(4.8rem, 18vw, 7.0rem);
    line-height: 1.15;
    word-break: keep-all;
    padding-bottom: 4rem;
  }

  .videocontainergen.landscape {
    width: 90vw;
    min-width: 14rem;
    height: auto;
    max-height: 28vh;
  }

  .videocontainergen.vertical {
    width: 60vw;
    min-width: 10rem;
    height: auto;
    max-height: 50vh;
  }

  .videocontainergen.vertical.videosamp2 {
    min-width: 10rem;
    width: 60vw;
  }

  .div-block-43 {
    width: 60vw;
    min-width: 10rem;
    height: auto;
  }

  /* ============================================
     FULL MOBILE RESPONSIVENESS FIXES
     Site-wide mobile fixes for 390px/320px
     ============================================ */

  /* Fix 1: Allow touch scrolling on mobile */
  .section.hero-section {
    overflow: visible;
    overflow-x: clip;
  }

  /* Fix 2: Mobile navigation */
  .nav-container {
    width: 60px;
    right: 3%;
    bottom: 2%;
  }

  .trigger {
    width: 48px;
    height: 48px;
  }

  .menu-item {
    width: 44px;
    height: 44px;
  }

  /* Nav hit area: restrict to the square button only on mobile */
  .menu-item::before {
    width: 100%;
  }

  /* Menu labels: position inside viewport */
  .text-block-7 {
    right: 55px;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  /* Fix 3: Contact text within viewport */
  .contacttexttest {
    margin-left: 1.5rem;
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: calc(100vw - 3rem);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }



  .dna {
    max-width: 100vw;
  }

  /* Fix 5: Life section text - WCAG compliant with intentional composition */

  /* Contrast: text shadow instead of background pill */
  .mediat1,
  .mediat-2,
  .mediat-3,
  .mediatext4,
  .media5text {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    box-decoration-break: slice;
    -webkit-box-decoration-break: slice;
    text-shadow:
      0 1px 4px rgba(0, 0, 0, 0.9),
      0 2px 12px rgba(0, 0, 0, 0.7);
  }

  /* Block 1: "Each organization..." — top-left anchor */
  .mediat1 {
    width: 85%;
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    top: 5%;
    left: 5%;
    right: auto;
    bottom: auto;
    transform: none;
    text-align: left;
    pointer-events: auto;
  }

  /* Block 2: "It is your brand's DNA..." — bottom-right anchor */
  .mediat-2 {
    width: 85%;
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    inset: auto;
    bottom: 5%;
    right: 5%;
    left: auto;
    transform: none;
    text-align: right;
    pointer-events: auto;
  }

  /* Block 3: "We craft stories..." — mid-left anchor */
  .mediat-3 {
    width: 85%;
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    inset: auto;
    top: 18%;
    left: 5%;
    right: auto;
    transform: none;
    text-align: left;
    pointer-events: auto;
  }

  /* Block 4: "From complex video productions..." — bottom-left anchor */
  .mediatext4 {
    width: 85%;
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
    top: auto;
    right: auto;
    bottom: 20%;
    left: 5%;
    transform: none;
    text-align: left;
    pointer-events: auto;
  }

  /* Block 5: CTA "Let's create something remarkable..." — centered bottom */
  .media5text {
    width: auto;
    max-width: 88vw;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding: 0;
    /* was 1rem 1.25rem — only made sense with the pill */
    top: auto;
    bottom: 10%;
    left: 5vw;
    right: 5vw;
    transform: none !important;
    text-align: center;
    border: none;
    pointer-events: auto;
    /* remove pill border */
  }



  /* Earth canvas wrapper — full mobile viewport */
  .code-embed-9 {
    height: 100svh;
    margin-top: 0;
  }

  /* Fix 6: Respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {

    .videocontainergen,
    .dna-viewport,
    .dna,
    .ball-1,
    .ball-2,
    .bar {
      transition: none !important;
      animation: none !important;
    }
  }
}

/* ============================================
   Sky Section --- Sticky Viewport Fix
   ============================================ */
.sky-pinned-viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;

  /* Perspective properties to support 3D GSAP animations */
  perspective: 2000px;
  transform-style: preserve-3d;
  background: transparent;
}

/* Fallback for browsers that do not support svh (pre-2022 engines) */
@supports not (height: 100svh) {
  .sky-pinned-viewport {
    height: 100vh;
  }
}

/* ==========================================================
   NAVIGATION — POINTER-EVENTS
   .nav-container receives events naturally so IX3 hover (mouseenter /
   mouseleave) fires without any synthetic dispatch.
   .nav-menu-list starts non-interactive; JS sets pointer-events:auto
   when the menu opens so per-button text animations work and the hit
   area is only active while the menu is actually visible.
   ========================================================== */
.nav-container {
  /* Explicitly auto so IX3's attached mouseenter/mouseleave handlers fire.
     The ghost-zone problem is solved structurally: nav-menu-list is
     position:absolute so it does not inflate the container's layout box. */
  pointer-events: auto;
}

.nav-menu-list {
  /* Override: non-interactive when closed (start state).
     JS overrides to 'auto' once IX3's open animation finishes. */
  pointer-events: none;
}

/* ==========================================================
   MOBILE LIFE SECTION — VIDEO CONSTRAINTS + TEXT REPOSITIONING
   Preserves IX3 scatter animation. Works alongside the existing
   applyShim in index.html for correct resting positions.
   ========================================================== */
@media screen and (max-width: 768px) {

  /* ── Video size constraints ── */
  /* max-width/max-height are not animated by IX3 — safe to apply */
  .life_item,
  .life_item.life1,
  .life_item.life2,
  .life_item.life3,
  .life_item.life4,
  .life_item.life5,
  .life_item.life6,
  .life_item.life7 {
    max-width: 90vw !important;
    max-height: 50svh !important;
    /* svh avoids safari chrome recalc */
    min-width: unset !important;
    /* Remove aggressive 40vh min-width */
  }

  /* Ensure the inner video element fills the constrained box */
  .life_video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-width: none !important;
    max-height: none !important;
  }

  /* ── Text repositioning ── */
  /* Push DNA helix text to the top edge, clearing the center for videos */
  /* IX3 animates opacity/transform on these — top/left are safe to override */
  .unartiftext {
    top: 3% !important;
    left: 50% !important;
    transform: translateX(-50%) scale(0.75) !important;
    width: 90vw !important;
    text-align: center;
  }

  /* Push the "Breathe Life" copy to the bottom edge */
  .breathe-life,
  .breathe-life-text {
    top: auto !important;
    bottom: 3% !important;
    left: 50% !important;
    transform: translateX(-50%) scale(0.85) !important;
    width: 90vw !important;
    text-align: center;
  }

  /* ── HERO SECTION — text centred in viewport ──────────────────
     .div-block-37 normally has inset:0% 0% auto (bottom:auto) so
     it only wraps its content and bottom-anchoring fails on mobile.
     Stretch it to full height and flex-centre both text blocks.   */
  .canvascontainer.cc-gsap-scrub .div-block-37 {
    inset: 0% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }

  .canvascontainer.cc-gsap-scrub .breathe-life,
  .canvascontainer.cc-gsap-scrub .breathe-life-text {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 0 !important;
  }

  .canvascontainer.cc-gsap-scrub .text-block-8 {
    font-size: clamp(1.1rem, 5.5vw, 3rem) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    padding: 0 1rem !important;
    white-space: nowrap !important;
  }

  .canvascontainer.cc-gsap-scrub .unartiftext {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 0 !important;
  }

  .canvascontainer.cc-gsap-scrub .unartificial1 {
    font-size: clamp(0.85rem, 3.5vw, 1.4rem) !important;
    text-align: center !important;
    padding-left: 0 !important;
    line-height: 1.3 !important;
  }

  /* Life/Media section text overflow prevention */
  .mediat1,
  .mediatext4,
  .media5text,
  .mediat-3,
  .mediat-2 {
    width: 100% !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    text-align: center;
    font-size: clamp(1.25rem, 5vw, 2rem);
    /* Safe fluid range for mobile */
  }

  .videocontainergen {
    max-width: 90vw;
  }

  /* Prevent strictly mobile 100vw scrollbar offset shift */
  .stickyviewportlife {
    width: 100% !important;
  }
}

/* Terminate overflowing 6th video unit on ALL viewports (Desktop & Mobile) */
.videocontainergen.vertical.videosamp6 {
  display: none !important;
}