@import url(/wp-content/themes/mantramani/gs/_ext/fontcss/5e319e915f2f.css?v=3);


/* Ensure all Nuxt lazy images are visible */
.AppImage-image,
.AppImage-image.--lazy,
.AppImage-image.--loaded {
  opacity: 1 !important;
  visibility: visible !important;
}

.AppImage-image.--placeholder {
  display: none !important;
}

/* ==========================================================================
   AKARU.FR HERO SECTION 1:1 REPLICATION STYLESHEET
   ========================================================================== */

@font-face {
  font-display: swap;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('alliance-neueregular.CexXv-cB.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url('alliance-neuemedium.CNUDZ2Fq.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('alliance-plattsemibold.BnL3k3HW.woff2') format('woff2');
}

:root {
  --primary: #fff;
  --secondary: #1c1917;
  --highlight: #4f8a63;
  --white: #fff;
  --black: #1c1917;
  --purple: #4f8a63;
  --beige: #fcfaf7;
  --terra: #e49366;
  --green: #798e7b;
  --pink: #b692a1;
  --blue: #bfccd8;
  --light-grey: #f7f7f7;
  --grey: #666d73;
  --mid-grey: #262626;
  --dark-grey: #1a1a1a;
  --sbw: 0px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #fcfaf7;
  color: #1c1917;
  font-family: 'Jost', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  min-height: 100%;
  width: 100%;
  font-size: 0.6944444444vw; /* 10px per rem at 1440px viewport */
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1079px) {
  html {
    font-size: 1.3020833333vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
  background-color: #fcfaf7;
  color: #1c1917;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==========================================================================
   FIXED HEADER WITH MENU BUTTON & AKARU LOGO
   ========================================================================== */
.TheHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 3rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.TheHeader-logo {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  height: 2.8rem;
  opacity: 0; /* Hidden initially until hero letters shrink/scroll */
  transition: opacity 0.3s ease;
}

.TheHeader-logo svg {
  height: 2.8rem;
  width: auto;
  fill: #1c1917;
}

.TheNavigationBurger {
  pointer-events: auto;
  background-color: #1c1917;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  padding: 0 2.2rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
  user-select: none;
  margin-left: auto;
}

.TheNavigationBurger:hover {
  transform: scale(1.05);
}

.TheNavigationBurger-label {
  color: #fff;
  font-family: 'Jost', sans-serif, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.TheNavigationBurger-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #e49366; /* Akaru orange status dot */
  box-shadow: 0 0 8px rgba(228, 147, 102, 0.6);
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.75; }
}

/* ==========================================================================
   HERO CONTAINER & PINNED STICKY WRAPPER
   ========================================================================== */
.HomeSticky {
  position: relative;
  width: 100%;
  z-index: 2;
}

.HomeSticky-wrap {
  height: 100vh;
  height: 100lvh;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  position: sticky;
}

.HomeSticky-step1 {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  will-change: transform;
}

/* ==========================================================================
   LEFT HERO COLUMN (AKARU BRANDING & NAV)
   ========================================================================== */
.HomeHero {
  align-items: flex-start;
  display: flex;
  flex: 0 0 50vw;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  padding: 3.2rem 3rem 3.2rem 3.5rem;
  background-color: #fcfaf7;
  z-index: 10;
  box-sizing: border-box;
}

.HomeHeroMenu {
  width: 100%;
  margin-top: 0.5rem;
}

.HomeHeroMenu-list {
  display: flex;
  list-style: none;
  gap: 3.5rem;
  align-items: center;
}

.HomeHeroMenu-itemLink {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1c1917;
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: relative;
}

.HomeHeroMenu-itemLink:hover {
  opacity: 0.7;
}

.HomeHeroMenu-itemDot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: inline-block;
}

.HomeHeroMenu-itemDot.--terra { background-color: #e49366; }
.HomeHeroMenu-itemDot.--green { background-color: #798e7b; }
.HomeHeroMenu-itemDot.--pink { background-color: #b692a1; }
.HomeHeroMenu-itemDot.--blue { background-color: #bfccd8; }

.HomeHeroMenu-itemArrow {
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.HomeHeroMenu-itemLink:hover .HomeHeroMenu-itemArrow {
  opacity: 1;
  transform: translate(0, 0);
}

.HomeHeroMenu-itemArrow svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

/* Central Huge Typography letters */
.HomeHero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  flex: 1;
  margin: 2rem 0;
}

.HomeLetters {
  display: flex;
  align-items: center;
  fill: #1c1917;
  gap: 1.2rem;
  width: 100%;
  max-width: 44vw;
  perspective: 1200px;
}

.HomeLetters svg {
  flex: 1;
  height: auto;
  max-height: 38vh;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
}

.HomeHero-text {
  margin-top: 3.5rem;
  max-width: 42vw;
}

.HomeHero-textText {
  font-size: 2.1rem;
  line-height: 1.35;
  font-weight: 400;
  color: #1c1917;
  letter-spacing: -0.01em;
}

/* Footer Socials */
.HomeHero-footer {
  width: 100%;
  border-top: 1px solid rgba(14, 14, 14, 0.15);
  padding-top: 1.8rem;
}

.HomeHero-socials {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}

.HomeHero-socialLink {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1c1917;
  transition: opacity 0.2s ease;
}

.HomeHero-socialLink:hover {
  opacity: 0.6;
}

/* ==========================================================================
   RIGHT FEATURED PROJECTS SLIDER (ACCORDION CAROUSEL)
   ========================================================================== */
.HomeFeaturedProjects {
  display: flex;
  height: 100%;
  position: relative;
  flex: none;
  padding-right: 33.4vw;
}

.HomeFeaturedProjects-items {
  display: flex;
  height: 100vh;
  height: 100lvh;
  position: relative;
}

.HomeFeaturedProjects-itemsInner {
  display: flex;
  height: 100%;
  position: relative;
}

.HomeFeaturedProjectItem {
  flex: none;
  height: 100vh;
  height: 100lvh;
  width: 66.6vw;
  position: relative;
  pointer-events: auto;
  will-change: transform;
}

.HomeFeaturedProjectItem:first-child {
  z-index: 10;
}

.HomeFeaturedProjectItem:nth-child(2) {
  z-index: 20;
}

.HomeFeaturedProjectItem:nth-child(3) {
  z-index: 30;
}

.HomeFeaturedProjectItem-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}

.HomeFeaturedProjectItem-background {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: left center;
  will-change: transform;
}

/* Top image preview */
.HomeFeaturedProjectItem-imageContainer {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1280 / 720;
  max-height: 70vh;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transform-origin: left top;
  will-change: transform;
}

.HomeFeaturedProjectItem-imageContainerInner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.HomeFeaturedProjectItem-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  will-change: transform;
  transition: filter 0.3s ease;
}

.HomeFeaturedProjectItem-imageContainer:hover .HomeFeaturedProjectItem-image {
  filter: brightness(1.03);
}

/* Bottom content info */
.HomeFeaturedProjectItem-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.2rem;
  box-sizing: border-box;
}

.HomeFeaturedProjectItem-contentHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8rem;
  width: 100%;
  margin-top: 1rem;
}

.AppYear {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border: 1px solid rgba(14, 14, 14, 0.4);
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c1917;
  overflow: hidden;
}

.HomeFeaturedProjectItem-details {
  display: flex;
  align-items: center;
  gap: 6rem;
  overflow: hidden;
}

.HomeFeaturedProjectItem-detail {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1c1917;
  overflow: hidden;
  line-height: 1.3;
}

.HomeFeaturedProjectItem-detail.--cat {
  white-space: nowrap;
}

.HomeFeaturedProjectItem-detail span,
.AppYear span {
  display: inline-block;
  will-change: transform;
}

/* Giant project title */
.HomeFeaturedProjectItem-titleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto 0;
  overflow: hidden;
}

.HomeFeaturedProjectItem-title {
  font-family: 'Jost', sans-serif, sans-serif;
  font-size: 8.5rem;
  font-weight: 400;
  color: #1c1917;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-align: center;
  overflow: hidden;
}

.HomeFeaturedProjectItem-title span {
  display: inline-block;
  will-change: transform;
}

/* Bottom footer of each card: index and circular arrow button */
.HomeFeaturedProjectItem-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.HomeFeaturedProjectItem-index {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1c1917;
}

.HomeFeaturedProjectItem-button {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #1c1917;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
  will-change: transform;
}

.HomeFeaturedProjectItem-button:hover {
  transform: scale(1.12);
  background-color: #4f8a63; /* Akaru purple accent */
}

.HomeFeaturedProjectItem-button svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #fff;
  transition: transform 0.3s ease;
}

.HomeFeaturedProjectItem-button:hover svg {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   SCROLL POSITION HELPER / INERTIA TRACK
   ========================================================================== */
.ScrollSpacer {
  height: 350vh; /* Provides smooth scroll track for scrubbing */
  width: 100%;
  pointer-events: none;
}

/* ==========================================================================
   NEXT SECTION (PROJETS PREVIEW FROM VIDEO)
   ========================================================================== */
.NextSectionPreview {
  min-height: 100vh;
  background-color: #fff;
  padding: 8rem 6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.NextSection-left {
  width: 45%;
}

.NextSection-title {
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 4rem;
}

.NextSection-text {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1c1917;
  max-width: 40rem;
}

.NextSection-right {
  width: 45%;
}

.NextSection-list {
  list-style: none;
  border-top: 1px solid #1c1917;
}

.NextSection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid #1c1917;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}


/* ==========================================================================
   DEFINITIVE STEP 2 (PROJECTS VERTICAL SLIDER & DESC)
   ========================================================================== */
.HomeSticky-step2.--list {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.6vw;
  z-index: 40;
  pointer-events: none;
}

.HomeProjects.Homepage-projectsList {
  display: flex;
  position: relative;
  width: 66.6vw;
}

.HomeProjects-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.HomeProjects-items .HomeProjects-item:first-child {
  height: 70vh;
  width: 100%;
  flex: none;
  visibility: hidden;
}

.HomeProjectItem {
  width: 100%;
  aspect-ratio: 1280 / 720;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  flex: none;
}

.HomeProjectItem-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.HomeProjectItem-imageContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.HomeProjectItem-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.HomeProjectItem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.HomeProjectItem-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  box-sizing: border-box;
  color: #fff;
  z-index: 5;
}

.HomeProjectItem:hover .HomeProjectItem-hover {
  opacity: 1;
}

.HomeProjectItem-hoverHead {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.HomeProjectItem-hoverTitle {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.HomeProjectItem-hoverButton {
  display: flex;
  justify-content: flex-end;
}

/* Step 2 Description Column */
.HomeSticky-step2.--desc {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: 35;
  pointer-events: auto;
}

.HomeProjectsDesc {
  width: 100%;
  height: 100vh;
  padding: 10vh 4rem 6vh 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  color: #1c1917;
}

.HomeProjectsDesc-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.HomeProjectsDesc-title {
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
  color: #1c1917;
}

.HomeProjectsDesc-skills {
  list-style: none;
  margin: 4rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.HomeProjectsDesc-skillsItem {
  position: relative;
  padding-bottom: 2rem;
}

.HomeProjectsDesc-skillsItemWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1c1917;
}

.HomeProjectsDesc-skillsItemLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #1c1917;
  transform-origin: right center;
}

.HomeProjectsDesc-text {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1c1917;
  max-width: 38vw;
  letter-spacing: -0.01em;
}


/* Skills item wrap polish */
.HomeProjectsDesc-skillsItemWrap {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  overflow: visible !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #1c1917 !important;
  line-height: 1.4 !important;
}

.HomeProjectsDesc-skillsItemWrap .--text {
  text-align: right !important;
  max-width: 32rem !important;
  display: block !important;
}

.HomeProjectsDesc-skillsItemWrap .--num {
  font-size: 1.3rem !important;
  display: block !important;
}

/* MantraMani Custom Hero Typography & Theme */
.HomeLetters {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.015em !important;
  perspective: 1200px !important;
  line-height: 0.85 !important;
  user-select: none !important;
  width: 100% !important;
}

.mm-hero-letter {
  display: inline-block !important;
  font-family: 'Jost', sans-serif !important;
  font-weight: 900 !important;
  font-size: 13.5vw !important;
  letter-spacing: -0.035em !important;
  color: #1c1917 !important;
  transform-style: preserve-3d !important;
  will-change: transform, opacity !important;
}

.TheHeader-logoText {
  font-family: 'Jost', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #1c1917 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
}

.TheHeader-logoText::before {
  content: '' !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #4f8a63 !important;
}

.TheNavigationBurger-circle {
  background-color: #4f8a63 !important;
}

.HomeFeaturedProjectItem-button:hover,
.AppButton.--light:hover {
  background-color: #4f8a63 !important;
  border-color: #4f8a63 !important;
  color: #ffffff !important;
}
